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: 

Classification data in vendor master

Former Member
0 Kudos

Hi,

My requirement is to create a new vendor by updating classification data(Environment-> classification) through XK01.

Do any one have some suggestions?

Thanks

Kumar

4 REPLIES 4

Former Member
0 Kudos

You have to use BDC since there is no proper Function module .

Just do the recording to XK01 Transaction ( Do it properly for each and every screen)

Other way ,please look at Below FM's :

BAPI_VENDOR_CREATE - Creation of vendor

BAPI_VENDOR_EDIT - Change Vendor master online

Thanks

Seshu

Former Member
0 Kudos

Hi,

I need to create the vendor through RFC and i will get the classification data from UI.

Thanks

Kumar

0 Kudos

Then You need to create FM with Remote enabled.

Use BDC Code within FM with Mode 'N'. i guess there is no alternative.

Thanks

Seshu

Former Member
0 Kudos

Use can use BDC to create Vendor or use IDOC FM (IDOC_INPUT_CREDITOR) to create Vendor.

Then use BAPI - BAPI_VENDOR_SAVECHARVALREPLICA to create Characteristics values for the Vendor.

Hope this helps.