cancel
Showing results for 
Search instead for 
Did you mean: 

Activate TRFN from CL_RSTRAN_MAINTAIN

Former Member
0 Kudos

Hi all,

I am trying to create a Transformation with ABAP. For this, I use CL_RSTRAN_BUILD->Factory, afterwards I use method SAVE() and the transformation is created (not activated). SAVE() exports the Transformation_ID.

Afterwards, I create a Object of CL_RSTRAN_MAINTAIN using the above mentioned Transformation_ID. This instance can be manipulated with method Set_Text().

Now, I'd like to activate my new Text, but the class

CL_RSTRAN_MAINTAIN

does not provide a method Activate().

CL_RSTRAN_BUILD instead does, but this class does not offer a method to change the text.

Both have the same Superclass

CL_RSTRAN_MASTER.

So from side I handle with 2 classes where one class provides the SetText-Method and the other the Activate function. Calling both methods on 2 different instances doesn't give me the expected result.Any help is appreciated.

Thanks,

Christian

Accepted Solutions (0)

Answers (0)