2009 Apr 29 8:57 AM
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.
2009 Apr 29 9:14 AM
Hi,
Check these BAPI's
BAPI_CUSTOMER_CREATE Create Customer Master Online
BAPI_CUSTOMER_CREATEFROMDATA1
Regards,
Jyothi CH.
2009 Apr 29 9:10 AM
Hi
use this bapi
BAPI_CUSTOMER_CREATEFROMDATA1
'BAPI_CUSTOMER_CREATE'
kiran
2009 Apr 29 9:58 AM
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.
2009 Apr 29 9:11 AM
2009 Apr 29 9:14 AM
Please try SM59 t-code where you maintaint the RFC destinations.
2009 Apr 29 9:51 AM
In the past, we have never maintained here, but it work well too, so I think this is no the problem.
2009 Apr 29 9:14 AM
Hi,
Check these BAPI's
BAPI_CUSTOMER_CREATE Create Customer Master Online
BAPI_CUSTOMER_CREATEFROMDATA1
Regards,
Jyothi CH.
2009 Apr 29 9:55 AM
Well you tell me more detail about these two bapis , I am trying to insert data into one customer table.
Thanks very much.
2009 Apr 30 4:03 AM
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