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

Screen Exit for VA01....

Former Member
0 Likes
647

Hi All,

Custom Fields are to be added in 'Additional Data B' Tab in VA01.

So I have designed the screen in SAPMV45A 8309 by appending structure in VBAK table.

I have used the radio buttons in my screen and if the radio button is selected some of the other

fields should be activated and deactivated according to the requirement.

For this I have coded in PBO and PAI of '8309' but it is not triggered.

Please let me know where should I write my code?

Moni.

Hi All,

Custom Fields are to be added in 'Additional Data B' Tab in VA01.

So I have designed the screen in SAPMV45A 8309 by appending structure in VBAK table.

I have used the radio buttons in my screen and if the radio button is selected some of the other

fields should be activated and deactivated according to the requirement.

For this I have coded in PBO and PAI of '8309' but it is not triggered.

Please let me know where should I write my code?

Moni.

2 REPLIES 2
Read only

Former Member
0 Likes
584

Hi,

We can use exits for this. check the exits in SMOD-f4 help-packge name-VA.

we can exits. Of them we need to pick screen exit or Fm exit.

Pls trybto put break-points in each Fm exits of the each exit .

Run the Transaction in VA01 in Debugging mode(/H) and keep on pressing F5 until PBO or PAI for that exit is triggered ie We can find PBO or PAI event.

then approprialety we can use PAI or PBO exit.

Reward if helpful.

Best Wishes,

Chandralekha

Edited by: Chandralekha on Jul 8, 2008 7:18 AM

Edited by: Chandralekha on Jul 8, 2008 7:21 AM

Edited by: Chandralekha on Jul 8, 2008 7:28 AM

Read only

Former Member
0 Likes
584

hi u can use,

SAPMV45A 0309

SAPMV45A 0459

use this include MV45AIZZ.

for code.

reward points if useful..