Hi Experts,
I am in urgent need for documenting all table names for info providers (cube & DSO's)
I came to know that using tcode- LISTSCHEMA. I can get fact table name of infocube by specifying infocube name in selection.
Please let me know is there any tcode or table which contains all table names fort DSO along with DSO name or by specifying DSO name.
In Table DD02L, a getting list of all table names but I am unable to find DSO names.
Please suggest any tcode similar to LISTSCHEMA to get required table names for DSO.
Thanks in advance!!
Regards,
Saravanan
Request clarification before answering.
Hi All,
Thanks for input, there are more than 100 DSO's, So it will take more time to check manage of each DSO and get the details.
I meant for activation table and change log table name.
~Ravichandra,
My expectation is similar to tcode LISTSCHEMA which is for infocubes. I need for DSO's.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Saravanan,
As Ravi said you can just collect DSO names from table RSDODSO. Once these name you received you can put a excel formula to create other table-names as said by Ravi's logic.
active table :/bic/a<dso_name>00.
activation queue table : /bic/<dso_name>40.
Now for change log go to table RSTSODS and put below selection to get change log table names and execute.
Hi Saravanan,
I'm afraid there aren't any t-code / table which stores the relevant tables of a DSO.
You can find those details since barely 3 tables for a DSO, as mentioned by the experts above.
Br,
H
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Saravanan,
DSO we has only 3 tables so we can directly get table names. No need to check for any t-code or table.
Regards,
Ganesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
You can get the fact table technical name by /bic/f<infocube_technical_name> for fact table and for the e-fact table it is /bic/e<infocube_technical_name>.
for dso:
---------
active table :/bic/a<dso_name>00.
activation queue table : /bic/<dso_name>40.
changelog table it is : /bic/b<10 digit random number>.
Is it what you are expecting . If it is not your requirement please elaborate your question.
Regards,
RaviChandra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.