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

abap development

suba1994hit
Explorer
766

I have just started learning enhancement in abap few days ago.

While creating sales order through VA01,

I was trying to put some default values in sold to party and ship to part using

enhancement.

I was not able to find the exit.

i searched for it but i was unable to find exact exit for that.

I need your help to solve my problem.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

NTeunckens
Active Contributor
0 Likes
530

Please do some searching beforehand on the web or in the Archives of this Community Site.

There are ways of passing through BAdI's at runtime (See SAP Wiki link) or you could even develop a Program to fetch all User-Exits and (Classic) BAdI's of a Program (See SAP Wiki link) ...

Specifically for Trx."VA01", there is a User-Exit for Pre-Assignment of Sold-to-Party : "EXIT_SAPMV45A_002" ...

1 REPLY 1
Read only

NTeunckens
Active Contributor
0 Likes
531

Please do some searching beforehand on the web or in the Archives of this Community Site.

There are ways of passing through BAdI's at runtime (See SAP Wiki link) or you could even develop a Program to fetch all User-Exits and (Classic) BAdI's of a Program (See SAP Wiki link) ...

Specifically for Trx."VA01", there is a User-Exit for Pre-Assignment of Sold-to-Party : "EXIT_SAPMV45A_002" ...