‎2020 Sep 25 12:20 PM
Sorry for the stupid Question, however I have a program which supplies a 'data store object name' to function module
RSDSO_WRITE_API.
This function module aborts and does not write anything.
What I would like to know is what does this function actually do, and where does it write the data to? It seems not to be a Dictionary object. Please can someone tell me where in SAP to find the objects which are created or updated by this function i.e. is there a Transaction or something.
Sorry, i have never used this function before and I am trying to solve why the program is crashing!
‎2020 Sep 25 1:49 PM
Hi Glen,
This is related to Advanced DSO concept used in SAP BW or rather BW4HANA.
RSDSO_WRITE_API - Loads data from an internal table to the inbound table of particular ADSO. The activation can then be started.
Please refer help page for API,
https://help.sap.com/doc/saphelp_ewm94/9.4/en-US/72/e16c936fb94cffb71ce90edd5f8f8e/frameset.htm
Thanks,
Bhavin
‎2020 Sep 25 1:42 PM
‎2020 Sep 25 1:45 PM
If you search "RSDSO_WRITE_API" in the SAP library, there are lots of explanations.
RSDSO_WRITE_API site:sap.com
‎2020 Sep 25 1:47 PM
It's used by the product SAP BW/BI. It's possible to work with DataStore Objects via transaction code RSA1 for instance.
‎2020 Sep 25 1:49 PM
Hi Glen,
This is related to Advanced DSO concept used in SAP BW or rather BW4HANA.
RSDSO_WRITE_API - Loads data from an internal table to the inbound table of particular ADSO. The activation can then be started.
Please refer help page for API,
https://help.sap.com/doc/saphelp_ewm94/9.4/en-US/72/e16c936fb94cffb71ce90edd5f8f8e/frameset.htm
Thanks,
Bhavin