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: 

Adding button in standard screen

Former Member
0 Kudos

Hi,

I need to add a button in va01 t.code(Sales order)..When we click that button means it want to open a customized screen.How to add a customized screen in standard t.code..

I am new to this exits.Can anyone help me how to do this.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

I think you can use

Program SAPMV45A

Screen 8309

for custom screen

Regards

MD

4 REPLIES 4

Former Member
0 Kudos

Hi

I think you can use

Program SAPMV45A

Screen 8309

for custom screen

Regards

MD

Former Member
0 Kudos

Hi Mahesh,

For finding any exit for a standard t-code follow this way,

1) Goto that screen where you need to add button( here VA01)

2) Click System->Status

3) There Double click the 'GUI Status' for that screen.

In VA01 main screen it is A0. So double click that A0

4) In the Application toolbar there is one exit for adding a button after the Copy button.

You can insert your button details and give the Function code. Then in the user exit you can capture that function code and process accordingly.

Though seems easy do it carefully with modification assistant on.

Cheers,

Kothand

0 Kudos

I cant insert the button in the particular place

can u say how this is possible

Former Member
0 Kudos

hi,

i has do menu exits