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: 

Generate IDOC report

Former Member
0 Kudos

Hi,

We want to make a report in which we have to send material master data to non sap system through IDOC. Our Message type will be MATMAS and Basic type would be MATMAS05.

All ALE settings will be taken care.But in our scenerio we need to pass some particular segments so we will use BD56 for the same.

Could you pls let me know how to perform the same as I am new in IDOCs.We have standard program BD10. Please let me know how to start in report for generating outbound IDOC.

Thnx in advanced,

Raghav

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

If you want almost similar functionality , copy RBDSEMAT ( BD10) and make suitable changes .

Other useful function modules for you would be : MASTER_IDOC_DISTRIBUTE , MASTERIDOC_CREATE_MATMAS

Regards,

Deepthi

4 REPLIES 4

Former Member
0 Kudos

Hi ,

If you want almost similar functionality , copy RBDSEMAT ( BD10) and make suitable changes .

Other useful function modules for you would be : MASTER_IDOC_DISTRIBUTE , MASTERIDOC_CREATE_MATMAS

Regards,

Deepthi

0 Kudos

Can we call bd10 internally from our report ?

Rgds,

Rag

0 Kudos

Hi,

Instead of calling transaction BD10 in your report do a submit to RBDSEMAT report.

Before that populate all the screen selection options.

KR Jaideep,

Former Member
0 Kudos

thnx