‎2007 Jan 25 1:27 PM
‎2007 Jan 25 3:23 PM
Hi,
Please check this BAPI.
BAPI_CUSTOMER_CREATEFROMDATA
BAPI_CUSTOMER_CREATEFROMDATA1
BAPI_CUSTOMER_CREATE
Also you can use this FM SD_CUSTOMER_MAINTAIN_ALL. Check this link for sample code.
http://www.sapfans.com/sapfans/forum/intface/messages/3949.html
Regards,
Ferry Lianto
‎2007 Jan 25 1:37 PM
‎2007 Jan 25 3:14 PM
HI ALL,
BAdI for VD01
Goto T-CODE-> VD01,
Goto System-> Status-> Program, Double click on it , it will take you to the program
Goto Menu->Goto->Attributes->Development Class/Package.
Goto SE80 ->give your Package
it will display available components in it along with Enhancement
Check in Enhancement,here you can find related BAdI's
I tried, in this package is FBD and for this badi i got is FI_DUZI_ROUND_CML,
for this it transaction vd01 is showing only user exits, that is EXIT_SAPMF02D_001.
if any one has got for this tr VD01 Pls send in forum.ok
‎2007 Jan 25 3:23 PM
Hi,
Please check this BAPI.
BAPI_CUSTOMER_CREATEFROMDATA
BAPI_CUSTOMER_CREATEFROMDATA1
BAPI_CUSTOMER_CREATE
Also you can use this FM SD_CUSTOMER_MAINTAIN_ALL. Check this link for sample code.
http://www.sapfans.com/sapfans/forum/intface/messages/3949.html
Regards,
Ferry Lianto
‎2007 Jan 25 3:39 PM
hi
here is the way to find the bapi for a tcode...
One way of finding out is..go the main program of that Transaction. Give a find on 'BAPI' and select main program...
It will list out the BAPI's used/called in the transaction.
Other way, is to put a break-point at Command 'BAPI'..and proceed further...
try out...
link for list of all the bapi's
http://www.planetsap.com/LIST_ALL_BAPIs.htm
~~Guduri