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: 

Creation of Vendor

Former Member
0 Kudos

Hi All,

I enhance the standard screen XK01 using badi 'VENDOR_ADD_DATA_CS'. In that i put a break-point in method 'GET_DATA'. But is not triggering while creating Vendor.Please tell in which scenario it will trigger.

4 REPLIES 4

Former Member
0 Kudos

Have you activated the BADI?

0 Kudos

I put a break-point in that method and activate it.But it does not trigger. what my requirement is i need a pop-up when user save new vedor. in that pop-up screen i have four fields when user enter OK button these values are stored in LFA1 table. I append these feilds to LFA1 structure. for this requirement is there any particular USER EXIT or BADI is there.

former_member182354
Contributor
0 Kudos

Use user exit XIT_SAPMF02K_001 instead for your requirement..

Raghav

Former Member
0 Kudos

Hi,

this exit..


VENDOR_ADD_DATA_CS                      Additional Data for Vendors (Subscreen 4000)

so try to use following exits..


VENDOR_ADDRSCR_CHG                      Change Address Screen in the Master Data Maintenance
VENDOR_ADD_DATA                         Additional Vendor Data
VENDOR_ADD_DATA_BI                      Additional Data for Vendors (Batch Input and ALE)
VENDOR_FIELDSTATUS                      Change Field Status in Vendors
W_VENDOR_REL_REFDATA                    Vendor-Specific Reference Data in Retail System

Arunima