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

Is there BAPI to insert/del/update/select customer table

Former Member
0 Likes
1,058

I need to maintain customer table using RFC, but after try, I found that there are some problem.

Something can execute at ECC system but it will fail at RFC interface, So I would like to know if there is a way to maintain it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,022

Hi,

Check these BAPI's

BAPI_CUSTOMER_CREATE Create Customer Master Online

BAPI_CUSTOMER_CREATEFROMDATA1

Regards,

Jyothi CH.

8 REPLIES 8
Read only

Former Member
0 Likes
1,022

Hi

use this bapi

BAPI_CUSTOMER_CREATEFROMDATA1

'BAPI_CUSTOMER_CREATE'

kiran

Read only

0 Likes
1,022

Thanks, but i found the second bapi just for SD module, but i was trying to use it in HR module. This is the first, the second I don't know how to use the first one.

Read only

Former Member
0 Likes
1,022
Read only

Former Member
0 Likes
1,022

Please try SM59 t-code where you maintaint the RFC destinations.

Read only

0 Likes
1,022

In the past, we have never maintained here, but it work well too, so I think this is no the problem.

Read only

Former Member
0 Likes
1,023

Hi,

Check these BAPI's

BAPI_CUSTOMER_CREATE Create Customer Master Online

BAPI_CUSTOMER_CREATEFROMDATA1

Regards,

Jyothi CH.

Read only

0 Likes
1,022

Well you tell me more detail about these two bapis , I am trying to insert data into one customer table.

Thanks very much.

Read only

Former Member
0 Likes
1,022

I just found that in RFC, the data element should not be the domain. but must be the data element, or called data type.

Change field data element, it will be ok