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

HELP WITH IDOCS

Former Member
0 Likes
649

I need to build idocs from external systems to SAP, how can I do that? Do I have to use structures EDIDC and EDIDD? What fields should I fill and how?

Does some one has somekind of manual that describe basic idocs and how to use them?

Thanks in advance

Christian

I need to build idocs from external systems to SAP, how can I do that? Do I have to use structures EDIDC and EDIDD? What fields should I fill and how?

Does some one has somekind of manual that describe basic idocs and how to use them?

Thanks in advance

Christian

2 REPLIES 2
Read only

Former Member
0 Likes
501

You can check the IDOC type and it's structure .

check out Xns WE30/31 ...Also you can use Xn WE64 to get the structure of IDOC type.

You can use test tool WE19 to manually create a test IDOC ( outbound with file port ) just to get the IDOC in a file.

And then create you inbound file based on the generated outbound idoc file. The direction and other control data will change.

Cheers,

Ram

Read only

Former Member
0 Likes
501

Hi,

Which connector do you intend to use to send IDocs to SAP: Business Connector, JCo or .NET? SAP normally provides the APIs to generate IDOCs while working in external tools. Check out the relevant documentation.

Regards