cancel
Showing results for 
Search instead for 
Did you mean: 

How to find source information for many Direct update DSOs at a time

anju_naidu
Participant
0 Kudos

Hi Experts,

We have a Huge data flow from Non-SAP Source system.In the same flow we have many Direct update DSO.

which are filled through APD.Can anyone suggest me the right table form where can i get all this information at a time

with the list of DSOs a filter values.

Thanks in Adv-

Anjan

Accepted Solutions (1)

Accepted Solutions (1)

anju_naidu
Participant
0 Kudos

Hi Guys i found the Answer finally.

If we are filling the Diect update DSO using ABAP . The technical name should be hardcoded to fill the DSO in call function 'RSDRI_ODSO_MODIFY'.So if i use the SAP standard program 'RS_ABAP_SOURCE_SCAN' to find the hardcoded values of the DSO .

The problem solved.And it is 100% quick also.

Thanks guys for all your input.

Anjan

former_member182470
Active Contributor
0 Kudos

Good to know that. 

Answers (4)

Answers (4)

anju_naidu
Participant
0 Kudos

Thanks for you quick replies Anush & Ramanjaneyulu .

First of all the table RSANT_PROCESSI will provide those DSO which are part APDs only.

And the other RSSTATMANPART table in not working for Diectupdate DSO.

Actually i want all the Direct update source details (both used and not used Direct update DSO details).

Thanks-

Anjan

former_member182470
Active Contributor
0 Kudos

Try with RSDODSO table and RSSTATMANPART combined.

anju_naidu
Participant
0 Kudos

Hi Suman,

In table  RSDODSO we will get the list of DSO and for me it of Type 'T' (diect update) apport from this there is no other info.

I want those Diect update DSO which load through ABAP or Jobs.

Thanks-

Anjan

former_member182470
Active Contributor
0 Kudos

Hope you know that Direct Update DSOs can be updated through either APDs or through FMs or through ABAP programs.

I don't think any table is storing the combination of Direct update with ABAP/Jobs/FMs/APDs.

Generally no project will have too many Direct update DSOs. I feel you can check them manually..

RamanKorrapati
Active Contributor
0 Kudos

Hi Anjan,

some R and D kind stuff may needed.

From table RSDODSO you can get all the direct updated dso which are using on your server.

there is field ODSOTYPE(T) it will dsplay all direct updated dso types.

use those dso names and check from table RSSTATMANPART, form there you can see source system name. you may get idea.

Direct update DSO always filled thru API only.

API -  you can find on sap help link.

Thanks

former_member182470
Active Contributor
0 Kudos

Are you looking for the combination of APD and DSO table?

RamanKorrapati
Active Contributor
0 Kudos

Hi Anjan,


Try this table which stores target information and all other info. might be useful.
Table - RSSTATMANPART

You can sue filter on data target type as dso.

Thanks

anshu_lilhori
Active Contributor
0 Kudos

Hi,

Check out this wonderful document.

Might be very helpful and useful..

http://scn.sap.com/docs/DOC-45573

Regards,

AL