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: 

Creating additional screen field in Vendor Master at Company Code Level

Former Member
0 Kudos

Hi All,

I have to add some custom fields in Vendor master at Company Code Level.I have alraedy implemented a BAPI suggested by the system to add additional fields.

A new Button is coming after implementing the BAPI , which gives me a space to add new custom fields , which i have appended at LFA1.

My problem is that , the new Button is visible at each screen, i.e Button is coming at Address tab, Control tab, all screen correspond to company code and all tab correspond to purchasing.

While i want that Button should only be visible at screens correspond to company code.

Please suggest how to acheive the same.

Regards,

Subhash

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Remarks :

- You add custom ZZ-fields at LFA1, was not data to be appended at Company code level, so at table LFB1 ?

- You talk about a BAPI, should be a BAdI VENDOR_ADD_DATA ?

Take a look at IF_EX_VENDOR_ADD_DATA->CHECK_ADD_ON_ACTIVE documentation.

Regards,

Raymond

Former Member
0 Kudos

Hello Karidhal Subhash -

I'm facing a similar problem. I've got my BADI working properly with the exception of...

I only want my custom button to appear if they've input a Company code on the selection screen. Did you find a way to solve this problem?

regards.