Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

change the standard include program

Former Member
0 Kudos
730

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

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos
280

Welcome to SDN.

No never go with access key for just tempary solution.it will impact your system badly.

i would suggest to contect SAP soon regarding this they will take care of this.

Amit.

7 REPLIES 7

former_member181995
Active Contributor
0 Kudos
281

Welcome to SDN.

No never go with access key for just tempary solution.it will impact your system badly.

i would suggest to contect SAP soon regarding this they will take care of this.

Amit.

0 Kudos
280

amit

thanx

now what i should do, what i will tell to PM,

should i mail to SAP?

and

cant i change that as customized program and attach? if i can, can you please tell me the stepwise procedure

thanks

surya

0 Kudos
280

Surya,

No i never suggest to temper SAP standard one unneccessry.you should contect SAP by mail or escalate to your PM by telling him the reason.

Amit.

Former Member
0 Kudos
280

The smart thing to do would be to look for the note that solves this.

Rob

Former Member
0 Kudos
280

Hi Surya,

Implement SAP Note 705099

Regards

Suthan

Former Member
0 Kudos
280

Hi!

I'm encountering the same problem.

SAP_APPL 600 level 10

Looking at the code, if the value of I_LEDGER is space, it will RAISE WRONG_PARAMETERS,

else it will still RAISE WRONG_PARAMETERS, so there's no way for the program to move but

to RAISE WRONG_PARAMETERS.

Is there a way to get pass this?

Any help is very much appreciated.

Regards,

Rayel

Former Member
0 Kudos
280

Hi Surya,

Implement SAP Note 985672

Regards

Eline