Application Development and Automation 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: 
Read only

BADI VENDOR_ADD_DATA

Former Member
0 Likes
946

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
Read only

Former Member
0 Likes
697

Hi,

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

Regards, Andy

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

3 REPLIES 3
Read only

Former Member
0 Likes
698

Hi,

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

Regards, Andy

Read only

Former Member
0 Likes
697

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

Read only

0 Likes
697

Hi,

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

Hope it helps.

Sujay