Application Development 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: 

User exit/BADI required to assign a pushbutton from transactionVA01 to IW51

Former Member
0 Kudos

Hello experts,

I have a requirement wherein the "Create Customer " pushbutton from VA01 Transaction has to be assigned to Tcode: IW51 .

Our aim is to assign this "Create customer" button in IW51 screen instead of VA01 .

Here are the details of the Module pool program.

Standard SAP program: SAPMV45A

Screen: 4701

Button name: BT_IAAN

Is there a standard User Exit/Function exit present for this?

Please provide a reply at the earliest convenience.

Thanks,

Himanshu Limaye

3 REPLIES 3

peter_atkin
Active Contributor
0 Kudos

Himanshu Limaye

Why not use the action-box functionality, and create a new function module to call VA01?

Alternatively, have a look at user-exit QQMA0001 (user sub-screens for notification)

PeteA

Former Member
0 Kudos

Thanks Pete for your reply.

Howver, we just want the Buttton BT_IAAN to be assigned to IW51 transaction?

Please provide a solution to assign the above button to Transaction code IW51.

Regards,

Himanshu Limaye

0 Kudos

Himanshu Limaye,

As far as I know you cannot add a button the the GUI menu without modifying the system..

However there are user-exits available for menu Goto->Enhancements...

Have a look [here|http://pjatkin.users.btopenworld.com/documents/PMCSUserExits.pdf] for the user-exits under the Notification section.

Otherwise its back to the actionbox/QQMA0001 option described above

PeteA