‎2009 May 20 11:57 AM
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
‎2009 May 20 12:02 PM
‎2009 May 20 12:05 PM
‎2009 May 20 12:07 PM
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..
‎2009 May 20 12:11 PM
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.
‎2009 May 20 1:05 PM
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...