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: 

Screen for 'Additional Data B' of VA01

former_member190312
Active Participant
0 Kudos

Hi folks,

i want to add one field cusomer no in 'Additional Data B' tab of VA01.

can anyone tell me the screen number for 'Additional Data B' of VA01 & the complete process of creating the field & validating the VBAP table?

Points will be awarded.

Regards

pabi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Program: SAPMV45A

screen 8459

Regards

Kiran Sure

3 REPLIES 3

Former Member
0 Kudos

Hi,

Program: SAPMV45A

screen 8459

Regards

Kiran Sure

0 Kudos

Hi kiran,

Thanks yar. u r correct.i awarded point to u.

can u plz tell me the complete step by step procedure

to add the field & update the VBAP table ?

Regards

pabi

0 Kudos

Hi Pabitra,

If you want to add fields in the item, create append structure for VBAP to add fields to standard table

In the screen mentioned , using graphic painter -> "import data from dictionary" from VBAP ->use the table and bring to the element to the screen

In PBO write logic for the field mainly to inactivate the screen for VA03 ...write the logic

if sy-tcode is 'VA03'.

Loop at screen.

screen-input= 0.

Modify screen.

endloop.

endif.

In the PAI write validations for the field if required

Pls check and revert

Reward if useful

Regards

Byju