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: 

User-exit that is related with IDOC and Sales Document?

walkerist
Participant
0 Kudos
186

Hi,

I was trying to find the discrepancy on my IDOC delivery date and Sales Document "Required Delivery Date".

Is there a user-exit that is connected between the two? Because instead of the IDOC delivery date showing up on the Sales Document, the Sales Document Required Delivery Date is always set to sy-datum or present date.

1 REPLY 1

DominikTylczyn
SAP Champion
SAP Champion
161

Hello walkerist

walkeristORDERS IDoc creates sales orders with the IDOC_INPUT_ORDERS function. There is a bunch of user-exits that can be implement here. They are all contained in the VEDA0001 SMOD enhancement.

The EXIT_SAPLVEDA_001 exit is used during IDoc segment processing and it can influence how the IDoc data is interpreted and passed to the sales order creation logic.

Best regards

Dominik Tylczynski