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

Check table for IDOC segment fields

Former Member
0 Likes
21,608

Hi All,

I have a IDOC segment name and the fields for the segment have to be checked for check-tables.

Can annyone tell me how to find out the check table for the fields?

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
7,432

You can get check table for a field in DD03L table.

3 REPLIES 3
Read only

Former Member
0 Likes
7,432

Hi Ginger

Check the tables

EDIDC

EDIDD

EDISDEF

EDISEG..

and also use the FM IDOC_COMPLETE_SEGMENT_READ for the reading the segment fields.

and IDOC_READ_COMPLETELY for reading the idoc details.

Regards

Hareesh Menon

Read only

GauthamV
Active Contributor
0 Likes
7,433

You can get check table for a field in DD03L table.

Read only

Former Member
0 Likes
7,432

Hi,

check the Tables for segments and idoc's linked and release ststaus..

Table Name Short text

EDISEG EDI: IDoc Segments with Assignment to Segm

EDISEGMENT IDoc Development : IDoc Segment

EDISEGT EDI: Short Description of IDoc Segments ...

Check the below table for Segment and their fields..

DD03L

Regards,

Prabhudas