cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer routine on the Info-Object

Former Member
0 Kudos

Dear Experts,

I have created Transfer routine on the Info-Object as below:

Then I activated this Info-Object, and loaded the data from one DSO to another DSO (including the Info-Object which mentioned above).

Unfortunately, the transfer routine doesn't work as our expectation.

Please help me, thank you so much in advance.

Best regards,

Jacob

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jacob,

Please make sure that the Transfer routine on the info-object just works between PSA and Target Info-providers.

PSA ->Transfer routine -> Transformation/Update rule ->Info-Object/DSO/CUBE...

Kind regards,

Axer

Former Member
0 Kudos

Hi Axer,

Great, it works.

many thanks.

BR,

Jacob

Answers (2)

Answers (2)

Former Member
0 Kudos

thank you all, it is resolved.

Axer gave me correct answer.

BR,

Jacob

Former Member
0 Kudos

FYI

In case you have a transformation from DSO -> DSO/... (so no PSA), you can enter an entry in table RSADMIN:

Now it works in other cases too, not only PSA ->Transfer routine -> Transformation/Update rule ->Info-Object/DSO/CUBE...

RSTRAN_IOBJ_ROUT = 'X'

Now it works in other cases too, not only PSA ->Transfer routine -> Transformation/Update rule ->Info-Object/DSO/CUBE...

RafkeMagic
Active Contributor
0 Kudos

have you debugged it to see what's happening?

Former Member
0 Kudos

Hi Raf,

Thank you for your quick reply.

I tried it, but I can't set break-point(also tried hard code break-point). do you know how to debug in this section?

BR,

Jacob

Former Member
0 Kudos

Hi Jacob,

Please check the concatenate statement once.

concatenate 'NN'  i_var into result.

former_member183519
Contributor
0 Kudos

hello Jacob,

use statement :   CONCANETATE 'NN'  i_var into result.

also remove additional zeros before using this concatenate statement.

(example: SHIFT <yourField> LEFT DELETING LEADING '0'.)

BR,

HItesh