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

userexits in SD

Former Member
0 Likes
462

hello gurus,

can anyone mention some user exits used in SD module and what are they used for...

thanks in advance .

hello gurus,

can anyone mention some user exits used in SD module and what are they used for...

thanks in advance .

3 REPLIES 3
Read only

Former Member
0 Likes
430

Look at

Sales Order

MV45AZZ

MV45AFZB

MV45AFZA

Invoice

RV60AFZZ

RV60AFZB

RV60AFZA

RV60AFZC

Mianly for functionality changes in SD Module

Suppose you want to validate customer in right customer group or sales organization.

Then you can write the code In MV45AFZZ Include ,here form routines SAVE_DATA.

There are so many form routines ,each routine will have diffrent functionality.

Keep the break point in one of the form routine ,create sales order and see the results.

Reward Points if it is helpful

Thanks

Seshu

Read only

Former Member
Read only

Former Member
0 Likes
430

hi

check with the following info...

<b>SD Pricing User Exits</b>

Include LV69AFZZ has pricing user exits

<b>USEREXIT_FIELD_MODIFICATION</b> – To modify screen attributes in pricing screen

<b>USEREXIT_PRICING_CHECK</b> – To check user entered pricing details

Delivery Note User Exits

Includes MV50AFZ1, MV50AFZZ have delivery note user exits.

USEREXIT_SAVE_DOCUMENT

<b>USEREXIT_SAVE_DOCUMENT_PREPARE</b>

<b>USEREXIT_LGORT_DETERMINATION</b> – Determine storage location

<b>Billing User Exits</b>

Includes RV60AFZC

<b>USEREXIT_FILL_VBRK_VBRP</b> – Fill fields at billing document header / Item

SD Pricing User Exits

Include LV69AFZZ has pricing user exits

<b>USEREXIT_FIELD_MODIFICATION</b> – To modify screen attributes in pricing screen

<b>USEREXIT_PRICING_CHECK</b> – To check user entered pricing details

Delivery Note User Exits

Includes MV50AFZ1, MV50AFZZ have delivery note user exits.

USEREXIT_SAVE_DOCUMENT

USEREXIT_SAVE_DOCUMENT_PREPARE

<b>USEREXIT_LGORT_DETERMINATION</b> – Determine storage location

Billing User Exits

Includes RV60AFZC

USEREXIT_FILL_VBRK_VBRP – Fill fields at billing document header / Item

do reward if useful...

regards

dinesh