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

Classification data in vendor master

Former Member
0 Likes
805

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

Former Member
0 Likes
634

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

Read only

Former Member
0 Likes
634

Hi,

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

Thanks

Kumar

Read only

0 Likes
634

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

Read only

Former Member
0 Likes
634

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.