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: 

BADI VENDOR_ADD_DATA

Former Member
0 Kudos

Hi all,

I need to add a customer screen.;

I have done the following thing;

1. SPRO -> Logistics - General

-> Business Partner

-> Vendor

-> Control

-> Adoption of Customer's Own Master Data Fields

-> Prepare Modification-Free Enhancement of Vendor Master Record

I have created the screen group.

-> Business Add-In:Processing of Master data Enhancements

And I expected to find the implementation:

/SAPNEA/J_SC_VEND_D

Unfortunately it wasn't there. There is only the FM_VENDOR_ADD_DATA implementation.

Now, I have to implement the BADI so I need to create a copy of /SAPNEA/J_SC_VEND_D and then a copy of the class implementation.

How can I do that if I don't find the implementation ?

I will be very greatfull for any help.

Thank you so much

Jampierre

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

If it's missing then maybe you should search for it on OSS / SAPNet?

Regards, Andy

3 REPLIES 3

Former Member
0 Kudos

Hi,

If it's missing then maybe you should search for it on OSS / SAPNet?

Regards, Andy

Former Member
0 Kudos

Thank you Andy,

I think the problem is the release.

I've just seen that the implementation i'm looking for is on the release 6.0.

Unfortunately, I'm working with release 4.7.

If I'm right how can I solve my problem ?

Thank you so much

0 Kudos

Hi,

The BADI vendor_add_data is multiple use type. So, You can create your implementation for the same.

Hope it helps.

Sujay