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 VD01

Former Member
0 Likes
1,230

Hi,

is there any bapi for vd01 transaction?

thanks,

- ferudun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
861

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

4 REPLIES 4
Read only

Former Member
0 Likes
861

check

<b>BAPI_CUSTOMER_CREATE</b> .

Regards

Prabhu

Read only

0 Likes
861

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

Read only

Former Member
0 Likes
862

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

Read only

Former Member
0 Likes
861

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