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

BAPI for Vendor Master Creation

Former Member
0 Likes
653

Hello All

I am looking for a BAPI to create vendor master by passing required data through import parameters. (similar to that of BAPI_MATERIAL_SAVEDATA to create material master).

I have already gone through the BAPI - BAPI_VENDOR_CREATE but it calls the TCode XK01 which does not serve my purpose.

My requirement is that I will have custom screens and need to create the master by passing the data, entered in those screens, as import parameters to the BAPI.

Thanks and Regards

Avishek

5 REPLIES 5
Read only

Former Member
0 Likes
551

try with BDC

Read only

0 Likes
551

I am looking for a BAPI or a function module

Read only

0 Likes
551

you can not handle custome screens using BAPI or FM.

you can try this way you can create the standard screen fileds with BAPI after that you can wirte BDC for only new screen fileds in the same program..

Read only

0 Likes
551

Hello Chenna

We have already implemented a scenario wherein data is entered by user in custom screens developed by us and the material is created with the data entered using the BAPI - BAPI_MATERIAL_SAVEDATA.

Read only

0 Likes
551

in material master the bapi BAPI_MATERIAL_SAVEDATA contain the EXTENSIONIN paramets. using the parameters you have done this,

EXTENSIONIN LIKE BAPIPAREX

EXTENSIONINX LIKE BAPIPAREXX

but vendor master you dont have the EXTENSIONIN parameters...