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: 

Help regarding IDOCs

Former Member
0 Kudos

Hi i'm new to SAP..I'm working on developing a new adapter in java called IDOC which converts flat format idoc files (3 idoc object types: Product, Account and SalesOrder) to XML..

We get IDoc files over FTP and these files have to be read from the FileSystem.

I have a few questions here..

1) Do we need to get predefined schemas for Product, Account and SalesOrder idocs ? whether any schemas for these IDOC objects exists ??

2) I have a topical collection of IDoc and segment Definitions.

a) IDOCTYP;NR;SEGTYP;PARSEG;PARPNO;PARFLG;MUSTFL;OCCMIN;OCCMAX;HLEVEL

/DSD/HH_CONTROL01;0001;/DSD/HH_E1CTHD01;;0000;X;X;0000000001;0000000001;01

b) SEGTYP;POS;FIELDNAME;ROLLNAME;EXPLENG;ISOCODE

/DSD/E1BPRACLEARING;0001;VISIT_ID;/DSD/HH_VISIT_ID;0006;

Can anyone please tell me the what these abbravations are (NR, PARSESEG etc..)

Thanks in advance..

1 REPLY 1

Former Member
0 Kudos

parseg means parent segment.......

I think remaining are some of the fields.....

You will have Idoc type,Message type linked with that and all these segments with the fields in it.

All you have to do is configuration in we20....Partner profiles..

regards,

sandeep.