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

transaction for this user exit

Former Member
0 Likes
2,029

Hi

how can i find out to which transaction user exit SDVAX001 belongs?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,857

Hi Tushar,

U need to again find the where used list of that include prohrams. Finally u get the SAPMV45A main program. Find tcodes associated to this program..That solves ur problem..

Sreedhar

Hi

how can i find out to which transaction user exit SDVAX001 belongs?

14 REPLIES 14
Read only

Former Member
0 Likes
1,857

Hi,

Goto cmod,smod to find

Regards

Amole

Read only

Former Member
0 Likes
1,857

Hi Tushar,

these are the below tcodes called for that user exit.

MD81

MD82

MD83

V-01

V-02

VA01

VA02

VA03

VA11

VA12

VA13

VA21

VA22

VA23

VA31

VA32

VA33

VA41

VA42

VA42W

VA43

VA51

VA52

VA53

VRRE

regards,

ram

Read only

0 Likes
1,857

hi ram

how did you find that out?

Read only

Former Member
0 Likes
1,857

Hai Tushar

Go to se93 and give the tcode to find the main program associated to it.

Go to se38 and give the main program.

Find the package associated to it.Go to->Object Directory Entry.

Go to smod transaction.

Press f4.

Press Information System Button.

Give the Project(Dev Class).

Press enter.

Find the enhancements associated

Thanks & regards

Sreenivasulu P

Read only

Former Member
0 Likes
1,857

Hi,

This Enhancement is belongs to SD Module , it may be used while working with sales orders using VA01,02,03.

The specific purpose of this Enhancement is This User Exit for Determining the Billing Plan Type .

Regards,

Raghav

Read only

0 Likes
1,857

Hi Raghavandra

But when i check the exits belonging to VA01 using a program i have,SDVAX001 dosent come in the list.

Read only

0 Likes
1,857

Hi Tushar,

SDVAX001 is a Enhancement not a program , you can see this in SMOD , it will be having comoponents which is again having the supported Exits like Function Module Exits, Screen Exits, Menu Exits.. But this SDVAX001 Enhancement is having a Function Module Exit EXIT_SAPMV45A_001 which will be used to determine the billing plan type . In side this Function Module you can see a include named ZXVVAU01 , this one will be created by us by double clicking on it. In this We will using data of VBAK,VBAP,VBKD,TVAK,TVAP to manipulate the FPART .

Hope This Info Helps YOU.

Regards,

Raghav

Read only

Former Member
0 Likes
1,857

Hi,

Goto SMOD and give SDVAX001 and press display. Then click components. U can see Function exit. Double click on that, it will take u to Function Module. Click Where Used list for that FM. U can see the programs, u can find transactions based on these programs. I think this is for VA01 transaction.

Sreedhar

Read only

0 Likes
1,857

hi sreedhar that was very helpful.but how can i find out the transaction from the program?

Read only

0 Likes
1,857

Hi,

Goto TSTC Table, and give program name as input value, it will give you if there would be any transaction associated with it , it will display that T-code.

Regards,

Raghav

Read only

Former Member
0 Likes
1,857

Hi,

Goto Tcode SMOD and specify this User Exit. select the componets radio button and click on display. They you find the function module for this.click on the function module and you find the program related to that. Program name for this exit is SAPLXVVA.

Goto Tcode se80 and give the program name. In this you can find all the includes related to this. But i could not see any transactin related to this exit here.

Regards,

Ram Mohan

Read only

Former Member
0 Likes
1,858

Hi Tushar,

U need to again find the where used list of that include prohrams. Finally u get the SAPMV45A main program. Find tcodes associated to this program..That solves ur problem..

Sreedhar

Read only

Former Member
0 Likes
1,857

Hi,

this is realted to Sales Order , so they will be <b>VA01/VA02/VA03.</b>

in all these it will trigger.

EXIT_<b>SAPMV45A</b>_001

<b>SAPMV45A</b> is the main program for VA01/VA02/VA03 transactions.

Regards

vijay

Read only

0 Likes
1,857

hi,

Click twice in the program and after click in "Object display list" there, you can find transactions.

Regards,

Alexandre