cancel
Showing results for 
Search instead for 
Did you mean: 

DTP Request technical name in Transformation End Routine

Former Member
0 Kudos

Dear Experts,

I want to programme an IF statement with the technical name of a DTP in the end routine because I need to have 12 different DTP into a DSO with different transformation logic for 1 field.

Does anyone know how to select the technical name of the DTP into the coding?

Thank you and br,

Ilona

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Ilona,

If you are satisfied with the answer pls close the question and appreciate.

Former Member
0 Kudos

Hi Ilona,


check if you can go for transfer rules to update one field with diff logic.

however you can get the dynamic dtp name using the method P_R_REQUEST->GET_DTP


Regards,

Prakasha A

Former Member
0 Kudos

Why don't you try rule group to deal with them in single 1 transformation?

Former Member
0 Kudos

hi ilona,

you can use this:

data lv_dtpt             type rsbkdtp.

      call method p_r_request->get_dtp

       receiving

       r_dtp = lv_dtp.

but don't forget, that technical dtp names change through the systems. so it is not a good idea to

build your logic on it.

cheers

stefan