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

Adding Fields in Additional data B

radhushankar
Participant
0 Likes
367

hi all

i am working in a user exit. i already added some ten fields in screen number <b>8459 (item level additional data b) . pgm name : sapmv45a. for va21.</b>as u all know well the pgm is same for va21 and va01.

now i am in need to add some fields for va01 transaction.

if i want to add the fields exclusively for va01 means wer i have to add.

Before adding the fields in va21 ..i checked the item level additional data b screen numbers for va21 and va01..both are same.(8459)

after adding the fields in va21 additioanl data b..i checked the additional data b screen number for va01.. its got changed to some other number.

can any one tel me the logic behind this????

if i want to add some fields for different transactions which sharing the same <b>program and same screen means where i have to add???</b>

Thanks in advance

Arun.j

1 REPLY 1
Read only

Former Member
0 Likes
316

Hi Radhu

IS THIS IS UR REQ

ok in the screen of PBO module check the sy-tcode value

if sy-tcode = 'va21' or 'VA21'.

HERE HIDE THE FIELDS

FOR HIDING GIVE THE FUNCTION CODES FOR THE FIELDS IN A SCRREN PAINTER

reward points to all helpful answers

kiran.M