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

Mandatory fields in a segment (IDOC)

Former Member
0 Likes
3,247

Hi,

Could you tell me how to find out which fields are mandatory in a segment in an IDOC.

Regards,

Kriththika.

Hi,

Could you tell me how to find out which fields are mandatory in a segment in an IDOC.

Regards,

Kriththika.

5 REPLIES 5
Read only

Former Member
0 Likes
1,809

Go to WE30 transaction.

Double click on the segments to see the minimum occurances value. If it is > 0, the it is mandatory.

Regards,

Ravi

Read only

Former Member
0 Likes
1,809

Hi,

Please go to transaction WE30 and give the corresponding IDoc type and enter. Then you will get all segments for that IDoc type then double click on segment. A popup box will come in that it will show a check box whether it is a mandatory segment or not. And segment editor button will give all the field details.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,809

Hi,

Thanks for your reply. Could you please elaborate on how to find the mandatory fields in the segment and sub- segment.

Thanks and Regards,

Kriththika.

Read only

Former Member
0 Likes
1,809

Hi,

Please check table IDOCSYN for mandatory fields with field MUSTFL = 'X' and field IDOCTYP = <your IDoc type>.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,809

Hi,

Goto we30 and you will select your required segement and double click on this then it will give popup box in the popup box there is a check box as

<i><b>MANDATORY SEG</b></i> .If this box is checked then it is mandatory otherwise it is not mandatory.

Thanks,

shyla