‎2007 May 03 12:37 PM
Hello!
My scenario is the next: i have to send an extended idoc when a ZEN1 and ZES1 delivery type is crated. I have to modify user exit in function IDOC_OUTPUT_DELIVERY.
All is create through output determination.
My question is about how to programm the user exit. In control record i have my extended idoc? In other words, what of two cases i have to do:
1. IF EDIDC-CIMTYP = 'ZDELVRY03A'.
my code filling segments....
2. IF LIKP-LFART = 'ZEN1' OR LIKP-LFART = 'ZES1'.
Assign my extended idoc to control record
EDIDC-CIMTYP = 'ZDELVRY03A'.
my code filling segments....
Thx for advance!!
‎2007 May 03 2:58 PM
search for the customer exits in the sales order and try to populate the data into the idoc in that particular exit when sales order is of that particular type