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

Nested Segment in Inbound IDoc.

Former Member
0 Likes
395

I have created all required settings for Inbound Idoc and then I created one function module to process it. When I have simple 2 or 3 segment, I use

case idoc_data-segnam

when 'segname1'

when 'segname2'

endcase.

If I have nested segment in 'segname1' then how to use the case syntax?. Please write some sample.

I have created all required settings for Inbound Idoc and then I created one function module to process it. When I have simple 2 or 3 segment, I use

case idoc_data-segnam

when 'segname1'

when 'segname2'

endcase.

If I have nested segment in 'segname1' then how to use the case syntax?. Please write some sample.

1 REPLY 1
Read only

Former Member
0 Likes
367

Answered on another forum.