I have a couple of questions regarding this :
1. When this Component runs, has the IDoc already been populated / mapped with all the relevant data coming from the Inbound File? I'm a little confused since this Component is to set the Order Type; but my understanding is that by the time this is running the IDoc has already been mapped. Can I change the value of one of the segments at this point?
2. My Incoming File will not have the Order Type that I need for this incoming request. How would I code this in this Component?
Is it as simple as just entering the following lines in the Exit?
If condition is met.
E1EDK14-QUALF = '012'.
E1EDK14-ORGID = 'ZABC'.
endif.
Does someone has a simple example of how they have used this Component?
Thanks for your help