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

Former Member
0 Likes
470

Hi,

Please give me solution for this , the requirement is like this.

This enhanceent for sales order .

It has to indicate the order taker that how much amount of extra order quantity

the customer has place , to avoid the surcharge.

what is the user exit ,we have to use and what exit we have to use .

3 REPLIES 3
Read only

Former Member
0 Likes
420

hi

Please check from the following list whether one of them suits ur needs.

Transaction Code - VA01 Create Sales Order

Exit Name Description

SDAPO001 Activating Sourcing Subitem Quantity Propagation

SDTRM001 Reschedule schedule lines without a new ATP check

V45A0001 Determine alternative materials for product selection

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

No of Exits: 16

Hope this helps to solve ur problem....

do reward if useful....

regards

dinesh

Read only

sreenivasa_reddy1
Participant
0 Likes
420

Hi Boppa

can u give me some more details like.When it has to trigger, wats is the field name like that

Read only

Former Member
0 Likes
420

Hi,

To find the user_exit in sales order goto SAPMV45A PROGRAM in this program there is one Include program ending with *zz double click this and form user_exit_document_save_prepare routine is there you have to insert code here and you can read the sales order by using sd_order_read FM.

Hope this will help.

Regards