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: 

User Exit that will allow the SAP program to create DN, but not create IDO

Former Member
0 Kudos

Hi all,

The requirement is when we select 1 PO in VL10g transaction and click the u201CBackgroundu201D button, the user exit will allow the SAP program to create Delivery Number, but not create IDOC for the Delivery Number to send it to warehouse system. Also the created Delivery Number must be in changeable mode in ECC system .I need to find any exit to make the DN table field LIKP-VLSTK not to be u201CBu201D (distributed). The B will make DN not changeable in ECC system which is hard coded value in standard program. so the DN should be changeable.

Please suggest me the User Exit name which serves my purpose.

Thanks in advance

Latha.

1 REPLY 1

Former Member
0 Kudos

Welcome to SCN!

Here is some code that will allow you to find exits and BADIS on your own:

[Code To Find BAdi|https://wiki.sdn.sap.com/wiki/display/ABAP/CodeToFind+BAdi]

Rob