Application Development and Automation 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: 
Read only

Dump occured in Function module: ME_CREATE_PO_HEADER

Former Member
0 Likes
568

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

2 REPLIES 2
Read only

Former Member
0 Likes
494

Hi,

Please check the variable type that you have passed to import parameter I_ANGDT.

Hope this may help you.

Regards,

Prashant

Read only

Former Member
0 Likes
494

Closed.