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: 

Inbound IDOC

Former Member
0 Kudos

is it possible to insert one blank segment in Inbound IDOC programatically

1 REPLY 1

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

Yes. You can do that. Find out appropriate user exit and add your blank record. INDEX is very important. Because if you INSERT any segment at wrong place, IDOC will go to error. So INSERT your record just before/after/inbetween the same segment populated by standard code.

Thanks,

Vinod.