Application Development 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: 

how to find transaction based bapi's or FMs list

Former Member
0 Kudos

hi,

i am executing a transaction called XD01 (CREATING A CUSTOMER).

after entering the all the relevant datas, i am clicking the "save" button which will update all the informations and return back a customer no.. In this process i wanted to know the LIST OF BAPI'S internally called / function modules called .

i wnat just a list of FMs / BAPI's for updating this transaction internally.

so that i can make use of the FMs / BAPI's in my application.....

regards

Giri

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Giri,

Check these BAPI below.

BAPI_CUSTOMER_GET_PW_REG

BAPI_CUST_SAREAS_MATERIALS_GET

BAPI_CUSTOMER_INITPASSWORD

BAPI_CUSTOMER_SALESAREAS_GET

BAPI_CUSTOMERORDER_CREATE

BAPI_CUSTOMERORDER_GETLIST

BAPI_CUSTOMERORDER_GET_STATUS

BAPI_CUSTOMERORDER_SIMULATE

BAPI_CUSTOMER_CHANGEPASSWORD

BAPI_CUSTOMER_CHECK_EXISTENCE

BAPI_CUSTOMER_CHECKPASSWORD

BAPI_CUSTOMER_CREATE_PW_REG

BAPI_CUSTOMER_DELETE_PW_REG

Warm REgards

Gokul

4 REPLIES 4

Former Member
0 Kudos

Transction BAPI

surch for Costumer

regards

Chris

0 Kudos

standar bapi doesn't contain all the fields appearing in the transaction for example

xd01 you have field called 'buyer group'.

it doesn't hold these field information.

how do i update these information thru bapi.

Former Member
0 Kudos

Hi Giri,

Check these BAPI below.

BAPI_CUSTOMER_GET_PW_REG

BAPI_CUST_SAREAS_MATERIALS_GET

BAPI_CUSTOMER_INITPASSWORD

BAPI_CUSTOMER_SALESAREAS_GET

BAPI_CUSTOMERORDER_CREATE

BAPI_CUSTOMERORDER_GETLIST

BAPI_CUSTOMERORDER_GET_STATUS

BAPI_CUSTOMERORDER_SIMULATE

BAPI_CUSTOMER_CHANGEPASSWORD

BAPI_CUSTOMER_CHECK_EXISTENCE

BAPI_CUSTOMER_CHECKPASSWORD

BAPI_CUSTOMER_CREATE_PW_REG

BAPI_CUSTOMER_DELETE_PW_REG

Warm REgards

Gokul

0 Kudos

thanks gokul.

but my requirment is like this.

i want to update the customer's insurance policy no thru bapi.

could u help me.