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: 

Standard screen changes-addition of a field in vendor master table

Former Member
0 Kudos
190

Hi Champs,

My requirement is to add a field in LFB1 table.

I have added the field in the table using append structure, that was fine.

I need to add the same for input/output on the screen 215 of program SAPMF02K (for the screen of Payment transaction Accounting at company code level).

The screen enhancement available for vendor master is for adding a new sub screen. But I need my field to be input/output on screen 215 of program SAPMF02K (for the screen of Payment transaction Accounting at company code level).

The only option left with me was to make changes in the Standard SAP screen as there are no enhancements available to suffice my requirement.

After taking the access key, if suppose i make changes in the standard screen viz. given a dictionary refrence to the new field created on screen 215. My query is do i need to do any kind of coding in PBO or PAI of the screen.

A quick reply would be overwhelming.

Thanks

Regards,

Nishant

2 REPLIES 2

0 Kudos
95

Ofcouse Nishanth, u need to code in PBO and PAI event.

PAI -> To read the User input and for doing validations or some thing as per ur requirement

Hope this helps,

Shiva kankanala

Former Member
0 Kudos
95

Hi

If you look in the flow logic of the screeen 0215, there is a PAI in which all validations are done and some modules are getting triggered. You ought to include your field in one of them.

Regards

Gaurav