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: 

Dump while calling a FM in MB_MIGO_BADI

former_member696081
Participant
0 Kudos

Hi all,

I am working on badi. In that I am calling the FM "SO_NEW_DOCUMENT_SEND_API1". while debugging I found that this FM is executing properly and sending a mail to my inbox. But in the standard program its giving dump with FM: "MB_CREATE_MATERIAL_DOCUMENT_UT".

If I comment the FM: "SO_NEW_DOCUMENT_SEND_API1" ,

then its not giving any dump.

I could not understand why this is happening.

Individually both are working fine.

Can anybody please help me shy this is happening?

Thank you.

Regards.

Ranganadh.

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

are you using commit work or passing 'X' to this parameter

*"     VALUE(COMMIT_WORK) LIKE  SONV-FLAG DEFAULT SPACE

if so don;t do that. becuase of commit work some update task terminated. it is adviced not to use commit work inside the badi or exits.

0 Kudos

Thank you Vijay.

Its working.

Awarded you Points.

Thank u verymuch.