Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RSDSO_WRITE_API where does it write to?

former_member201275
Active Contributor
0 Likes
3,198

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!

1 ACCEPTED SOLUTION
Read only

bhavinvyas
Active Contributor
0 Likes
2,051

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

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
2,051

There's no stupid question.

Read only

Sandra_Rossi
Active Contributor
2,051

If you search "RSDSO_WRITE_API" in the SAP library, there are lots of explanations.

RSDSO_WRITE_API site:sap.com
Read only

Sandra_Rossi
Active Contributor
2,051

It's used by the product SAP BW/BI. It's possible to work with DataStore Objects via transaction code RSA1 for instance.

Read only

bhavinvyas
Active Contributor
0 Likes
2,052

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