‎2008 Feb 06 5:57 AM
HI,
GIVE SAMPLE PROGRAMS REGARDING BAPI FOR PRACTICE.
HOW TO CREATE VENDOR USING BAPI_VENDOR_CREATE?
GIVE ME EXAMPLE PROGRAM.
UDAY
‎2008 Feb 06 6:23 AM
Go to transaction 'SE37', pick a BAPI and click on where used list icon, you will get a list of programs where this BAPI is used. These are the sample programs, just go through then and start using them in your Z/Y programs.
Reward points if useful.
Thanks,
Anita
‎2008 Feb 06 6:44 AM
Check the link for Sample BAPI Program:
http://www.saptechnical.com/SampleSpecs/AutoVendorDebitPosting/AVDP.htm
Reward if useful.
‎2008 Feb 06 6:59 AM
You need not create any test report for that.
You can do test run using BAPI itself.
Run 'BAPI_VENDOR_CREATE' function module.
Enter RFC target sys: your target system.
Bapi will call transaction XK01.Which is transaction for create vendor.
Enter all mandatory filed. you will get output of BAPI saying
eg.
VENDORNO 21900
VENDOR 21900
RETURN IF2 249Vendor 0000021900 was created
Edited by: Shruti Shah on Feb 6, 2008 8:01 AM
‎2024 Dec 17 6:31 AM
‎2008 Feb 06 11:29 AM
hi...
If you want to see how bapi creates vendor through "BAPI_VENDOR_CREATE".
If you want develope test program then it will be a good practice to try on.
Else you can go to SE37 and enter "BAPI_VENDOR_CREATE" and then execute....then you can pass required data in the structures...and then execute again...if input data is correct then Vendor will create else it will give return errors for wrong input...
Try and see....it will help you....
Regards,
Sagun Desai...