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 and BADI for Sales Order

Former Member
0 Kudos

Dear Experts,

please give me available user exits and BADI for sales order .i want to take the data from sales order at the time of sales order posting .

8 REPLIES 8

former_member181995
Active Contributor
0 Kudos

include MV45AFZZ.

Routine:USEREXIT_SAVE_DOCUMENT

USEREXIT_SAVE_DOCUMENT_PREPARE

Former Member
0 Kudos

ya i konw that, but it is asking access key to write code in that .without using access key how i can use that include.

0 Kudos

Yes at first time you need access key at any cost.

you may ask your basis person to get this.

0 Kudos

Hi,

In debugging you can find some Enhancement Spots where you can implement your code. This lets you ignore the need for access key, but its a time consuming process spotting out the exact enhancement point.

Regards

Karthik D

Former Member
0 Kudos

Use enhancement spot (no need to get the access key) in routine USEREXIT_SAVE_DOCUMENT or USEREXIT_SAVE_DOCUMENT_PREPARE.

0 Kudos

Welcome to SCN.

Former Member
0 Kudos

please tell me how to create enhancement spot for sales order

Former Member
0 Kudos

answered