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

concept question: message determination

former_member582701
Contributor
0 Likes
316

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!!

1 REPLY 1
Read only

Former Member
0 Likes
280

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