Google News
logo
SAP BW / BI - Interview Questions
Explain the structure of direct update DSO's?
one table for active data and no change log area exists. Data is retrieved from external systems using API’s.
 
Below API’s exists :
 
RSDRI_ODSO_INSERT : These are used to insert new data.
 
RSDRI_ODSO_INSERT_RFC : Similar to RSDRI_ODSO_INSERT and can be called up remotely.
 
RSDRI_ODSO_MODIFY : This is used to insert data having new keys.For data with keys already in the system, the data is changed.
 
RSDRI_ODSO_MODIFY_RFC : Similar to RSDRI_ODSO_MODIFY and can be called up remotely.
 
RSDRI_ODSO_UPDATE : This API is used to update existing data.
 
RSDRI_ODSO_UPDATE_RFC : This is similar to RSDRI_ODSO_UPDATE and can be called up remotely.
 
RSDRI_ODSO_DELETE_RFC : This API is used to delete the data.
Advertisement