Hi
When iam doing Depreciating posting run thru AFAB...and executed thru background job iam getting the dump..
Dump details
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLMOF2" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
A function module was called incorrectly.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was
not caught in
procedure "FILL_APPL" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
The call to the function module "CUSTOMER_SAVE_DATA" is incorrect:
In the function module interface, you can specify only
fields of a specific type and length under "LS_APPL".
Although the currently specified field
"LS_APPL" is the correct type, its length is incorrect.
anybody know any SAP NOTES or any other solution for this please let me know
Thanks
Govi