‎2009 Sep 15 10:04 AM
Hi,
Can any one suggesh how can we create the following using RFC or BAPI,
Is there any standard functionality to create the following,
1. Customer creation,
2. Delivery creation
3. Master data distribution.
your inputs are really apreciated,
regards,
sai
‎2009 Sep 15 10:15 AM
Hi,
Check below BAPI:
Customer:
BAPI_CUSTOMER_CREATEFROMDATA
BAPI_CUSTOMER_CREATEFROMDATA1
BAPI_CUSTOMER_CREATE
Delivery:
BAPI_DELIVERY_NETWORK_CREATE BAPI for creating a delivery network
BAPI_OUTB_DELIVERY_CREATENOREF Generates Delivery Without Reference
BAPI_OUTB_DELIVERY_CREATE_SLS Generates Delivery for Customer Order
Hope this helps
Regards
Shiva
‎2009 Sep 15 10:11 AM
goto tcode BAPI and search your need,
as for customer creation
you have BAPI_CUSTOMER_CREATE FM for this
this you can also find by going to tcode:BAPI then search for object 'Customer;'. and check the available methods
‎2009 Sep 15 10:12 AM
tcode BAPI > Alphabetical List > (search for your requirement: Like customer, delivery etc.)
‎2009 Sep 15 10:15 AM
Hi,
Check below BAPI:
Customer:
BAPI_CUSTOMER_CREATEFROMDATA
BAPI_CUSTOMER_CREATEFROMDATA1
BAPI_CUSTOMER_CREATE
Delivery:
BAPI_DELIVERY_NETWORK_CREATE BAPI for creating a delivery network
BAPI_OUTB_DELIVERY_CREATENOREF Generates Delivery Without Reference
BAPI_OUTB_DELIVERY_CREATE_SLS Generates Delivery for Customer Order
Hope this helps
Regards
Shiva
‎2009 Sep 15 10:45 AM
HI Shiva,
Is there any idoc specific for Customer creation?
regards
sai
‎2009 Sep 15 10:50 AM
Hi
Can you try the IDOC:
FLCUSTOMER_CREATEFROMDATA01
Regards,
Sreeram
‎2009 Sep 15 10:51 AM