cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transformation table

Former Member
0 Likes
17,373


Hi experts,

I would like to know if it exists a table which containes a transformation details. I mean the source infoobject and the target infoobject.

I found the following tables but i cant' really found the information that i am looking for:

-RSTRAN

-RSTRANSTEPMAP

-RSTRANrule

-RSTRANfield

Thanks.

Amine

Accepted Solutions (1)

Accepted Solutions (1)

RamanKorrapati
Active Contributor
0 Likes

double click on your transformations, from Menu Extras-->display generated programs. debug it you may get some clue about table.

or

From same menu Extras --> Tabular overview, you can see all source and target info objects.

Former Member
0 Likes

Very interesting option Raman

Amine

Answers (4)

Answers (4)

RajatSahu
Participant
0 Likes

HI Amine,

The Two tables from which we can get all the required data is RSTRAN and RSTRANT .

We can take the records from the 2 tables with key(common) field as  " tranid " and get the details of source info object and the target info object and the description of Transformation.

Regards,
RKS

Former Member
0 Likes

Hi,

Try the following code ..

At the end , you get field mapping in p_t_mapping internal table..let me know incase of any issues..I am sure this will work since we are using it..but it will give you only DIRECT MAPPING info objects - not any routines, formulas, or any other rule types other than direct mapping...

Former Member
0 Likes

this code is to get the mapping from PSA -> first level..

If you want mapping details of transformation within BW targets like DSO to Cube or something simialr, you have to enhance the logic..might need ABAP skills...

Former Member
0 Likes

Thanks Arun.

That would be the idea of an Article to upload to SCN

Amine

Former Member
0 Likes

Thanks...

KodandaPani_KV
Active Contributor
0 Likes

Hi,

check the RSOSFIELDMAP. it give the relationship of ECC fields and BW info objects.

enter the T-code- SE11 -> RSOSFIELDMAP

map the source fields to target fields.

Thanks,

Phani.

Former Member
0 Likes

Thanks Kodana and Raman,

I can't find what i need in this table.

Amine

RamanKorrapati
Active Contributor
0 Likes

Compare to 3.x there is no such table to know transformations from source to target info object.

By seeing the other table - RSOSFIELDMAP we can find source and target transformations at first layer of bw only.