‎2009 Jun 05 3:00 AM
Dears,
When I call this FM: ME_CREATE_PO_HEADER, the ABAP Dump occured! But any ABAP check to this FM is OK. The information about the dump is below:
-
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLBOS04" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Function module "ME_CREATE_PO_HEADER" was called
with the parameter "I_ANGDT".
This parameter is not defined.
-
But actually, the parameter 'I_ANGDT' is defined.
Anyone who can help me explain this problem? Thanks!
Best regards,
Brian Liu
Edited by: Brian Liu on Jun 4, 2009 10:02 PM
‎2009 Jun 05 3:06 AM
Hi,
Please check the variable type that you have passed to import parameter I_ANGDT.
Hope this may help you.
Regards,
Prashant
‎2010 Apr 08 12:53 PM