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

user exits & BADI

Former Member
0 Likes
485

Dear Friends,

How can I create User exit for sales order

Dear Friends,

How can I create User exit for sales order

2 REPLIES 2
Read only

raja_thangamani
Active Contributor
0 Likes
457

Hi,

<b>TO find User-Exit:</b>

http://www.erpgenie.com/sap/abap/code/abap26.htm

which gives the list of exits for a tcode

http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm

<b>To Implement the User-exit:</b>

U have to create and active a project by CMOD, if you don't do it the system won't trigger the exit.

In this way u can develop an exit and active (or deactive) only when you really need it.

So run trx CMOD:

- 1) Find the enhancement;

- 2) Create a Z<PROJECT>

- 3) Assign your enhancement to the project

- 4) Go to components

- 5) Do a doubleclick on component you need to use: now you'll be in trx SE37

- 6) Do a doubleclick on include

- 7) Insert your code

- 😎 Active the project

I hope it helps.

Raja T

Message was edited by:

Raja T

Read only

Former Member
0 Likes
457

hi

good

i dont think you need to create any userexit for the sales order,use any user exit among them as per your requirements.

SDTRM001 Reschedule schedule lines without a new ATP check

V45A0002 Predefine sold-to party in sales document

V45A0003 Collector for customer function modulpool MV45A

V45A0004 Copy packing proposal

V45E0001 Update the purchase order from the sales order

V45E0002 Data transfer in procurement elements (PRreq., assembly)

V45L0001 SD component supplier processing (customer enhancements)

V45P0001 SD customer function for cross-company code sales

V45S0001 Update sales document from configuration

V45S0003 MRP-relevance for incomplete configuration

V45S0004 Effectivity type in sales order

V45W0001 SD Service Management: Forward Contract Data to Item

V46H0001 SD Customer functions for resource-related billing

V60F0001 SD Billing plan (customer enhancement) diff. to billing plan

SDAPO001 Activating Sourcing Subitem Quantity Propagation

V45A0001 Determine alternative materials for product selection

thanks

mrutyun^