cancel
Showing results for 
Search instead for 
Did you mean: 

Convert BW 3.5 Routine

martin_bako
Participant
0 Kudos

Hi,

can anybody help me bei converting this routine from BW3.5 to Bi 7.0.

SELECT SINGLE /BIC/MS1DPCOST FROM /BIC/PMS1DPRODU INTO RESULT

WHERE /BIC/MS1DPRODU = TRAN_STRUCTURE-/BIC/MS1DPRODU

AND OBJVERS = 'A'.

thanks alot in advance

Martin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think it is:

SELECT SINGLE /BIC/MS1DPCOST FROM /BIC/PMS1DPRODU INTO RESULT

WHERE /BIC/MS1DPRODU = <SOURCE_FIELDS>-/BIC/MS1DPRODU

AND OBJVERS = 'A'.

I hope it helps.

martin_bako
Participant
0 Kudos

Hi Alec,

Thank you for answer, when impliment the Routine as you suggest, the System does'nt

accept it and says:

E:The field "<SOURCE_FIELDS>" is unknown, but there is a field with the

similar name "SOURCE_FIELDS". "SOURCE_FIELDS".

so can you tell me what to do, thanks.

Former Member
0 Kudos

Are you building the routine in a transformation or in a transfer rule? If you are building it in a transfer rule you don't need to change nothing.

Try with source-fields-/BIC/...

You have to use <source-fields> in the star routine.

Sorry

Message was edited by:

Alec

martin_bako
Participant
0 Kudos

Hi Alec,

Thanks a lot, it works......

Martin

Answers (0)