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

FM IDOC_CREATE_ON_DATABASE

Former Member
0 Likes
659

I am trying to test the FM IDOC_CREATE_ON_DATABASE but it always throws an IDOC_INPUT_EXCEPTION, can somebody pls let me know what data fields we need to fill in to test it in SE37

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
491

Hi,

If you are trying to create an IDOC, you can use the FM MASTER_IDOC_DISTRIBUTE. There are some FMs which will be called before the FM you mentioned during the IDOC creation. You can search in SCN for sample codes.

Thanks,

Vinod.

1 REPLY 1
Read only

vinod_vemuru2
Active Contributor
0 Likes
492

Hi,

If you are trying to create an IDOC, you can use the FM MASTER_IDOC_DISTRIBUTE. There are some FMs which will be called before the FM you mentioned during the IDOC creation. You can search in SCN for sample codes.

Thanks,

Vinod.