2008 Aug 20 11:18 AM
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
2008 Aug 20 12:53 PM
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.
2008 Aug 20 12:53 PM
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.
2008 Aug 20 1:37 PM
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
2008 Aug 20 2:43 PM
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.
2008 Aug 20 2:56 PM
The smart thing to do would be to look for the note that solves this.
Rob
2008 Aug 20 4:23 PM
2009 Jan 29 6:20 AM
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
2009 Feb 19 6:16 AM