cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe


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

0 Likes
View Entire Topic
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...