cancel
Showing results for 
Search instead for 
Did you mean: 

SRM FM

Former Member
0 Kudos

Hi, Gurus!!!

Would you like to answer the following question:

"Are there any FMs which serve as the data replicators in SRM (i mean, standard FMs which were designed by SAP and with the help of which i can load <b>masterdata</b> from third party product into the SRM)?"

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

What's your detailed requirements ?

<b>Please go through the following BAPI / Function modules, which will definitely help -></b>

BBP_VENDOR_GET_NON_BAPI    
BAPI_PCA_MASTER_CREATE     
BAPI_ORGMASTER_REPLICATE      
PCA_MASTER_CREATE 
BAPI_ORGMASTER_SAVE_ORIG_MULT 
BAPI_ORGMASTER_SAVE_REPL_MULT 
BBP_BAPI_CONF_CREATE_IN      
BBP_BAPI_CONF_RESPONSE_CRT   
BBP_BAPI_INV_RESPONSE_CRT    
BBP_BAPI_INV_SEND       
BBP_BAPI_IV_CREATE_IN   
BBP_BAPI_PCO_CREATE_IN  
BBP_BAPI_PO_SEND        
ALE_ORGMASTER_SAVE_REPL_MULT  
IDOC_INPUT_ORGMASTER          
RSO_GET_MASTER_DATA      
RSSEM_UPB_MASTER_DATA     
UPDATE_MASTER  
MASTERIDOC_CREATE_REQ_ADRMAS 
MASTERIDOC_CREATE_SMD_ADRMAS 
UPC_MASTER_DATA_MAINTAIN    
RSDPW_MASTERDATA_UPLOAD     
UPC_BW_MASTER_DATA_MAINTAIN    
UPSDL_MASTER_IDOC_CREATE    
MASTER_IDOC_CREATE_UPSMAS     
MASTER_IDOC_CREATE_UPSRCP

Do let me know.

Regards

- Atul

Former Member
0 Kudos

Hi, Atul!

Thanks for your answer.

Here's my detailed requirements:

I should investigate the following problem:

How can i replicate <b>master data</b> from third-party web-based product into the SRM? As far as i understand, i can do it using two approaches:

1. OCI/OPI interface (i've just asked the question about it at the forum)

2. JCo (I can create FM, which will get all data as parameters and put them into the corresponding tables at SRM side. Then i'll simply call this FM from my application sending data as parameters). I'm lazy that's why i ask about native FMs at SRM side that can do this job. If they're absent, i should create them by myself

Thanks