Skip to Content
0
Former Member
Aug 20, 2008 at 10:18 AM

change the standard include program

450 Views

hi experts,

In the f-02 tcode when my FI consultant posting gl accounts, when he wants to save that postings run time error is coming,

Short text |

| Exception condition "WRONG_PARAMETERS" raised.

What happened?

| The current ABAP/4 program encountered an unexpected situation.

Error analysis

A RAISE statement in the program "SAPLGLT2" raised the exception condition "WRONG_PARAMETERS".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

-

-


-


Trigger Location of Runtime Error

Program SAPLGLT2

Include LGLT2F07

Row 12

Module type (FUNCTION)

| Module Name G_BEB_MOVE_ACCIT_TO_STRING

----


  • Created by : SAP* *

  • Date : 31.07.2008 *

  • Time : 22:16.27 *

----


  • This Report is generated by Report RGUGGLT0 *

----


IF I_LEDGER = SPACE.

RAISE WRONG_PARAMETERS.

ELSE.

RAISE WRONG_PARAMETERS.

ENDIF.

when i opened this SAPLGLT2 it is a function pool.

when i displayed f-02 tcode it has the module pool SAPMF05A.

In that module pool i didnot find SAPLGLT2 with search and where used list.

how can i add my code in that particular Include LGLT2F07 and add?

which is the best way whether i go for access key or customize program?

hope early reply

thanks in advance,

surya