cancel
Showing results for 
Search instead for 
Did you mean: 

BW Replacement path variable on 2 different info object

Former Member
0 Kudos

Hello,

I have a requirement where i have to do replacement path from one query to another.

Source query gives doc number (0AC_DOC_NO char 10) and all this is then used to replace a variable on the main query (0BILL_NUM Char 10)

But it gives me error saying the replacement path variable cannot be replaced. Brain 442.

Is it not possible to replace the values from 2 different info objects?

Thanks

Ritesh

TammyPowlas
Active Contributor
0 Kudos

Are you using Analysis Office or is this BEx Query Designer?

Former Member
0 Kudos

I am designing the queries / variables in Bex Designer but executing the queries in Analysis for office

TammyPowlas
Active Contributor
0 Kudos

Hi - so the error occurs in Analysis Office? Is there a short dump (transaction ST22) on the BW backend?

Former Member
0 Kudos

No dump.

just gives error message

Variable ZRP_BILLDOC cannot be replaced in this query (BRAIN-442)

If i use same info object between 2 queries it works.
if i use 0AC_DOC_NO to replace its value to 0BILL_NUM it gives this error

TammyPowlas
Active Contributor
0 Kudos

Hi - please see my answer below

Please check SAP Note https://launchpad.support.sap.com/#/notes/1879181 - there are 8 SAP Notes on this error

Accepted Solutions (0)

Answers (1)

Answers (1)

TammyPowlas
Active Contributor
0 Kudos

Please check SAP Note https://launchpad.support.sap.com/#/notes/1879181 - there are 8 SAP Notes on this error

Former Member
0 Kudos

Note cannot be implemented

TammyPowlas
Active Contributor
0 Kudos

Please review the other 7 related SAP Notes to see if they pertain

Former Member
0 Kudos

None applicable as these seems to be for 7.3 and before

Former Member
0 Kudos

Seems replacement path cannot operate between 2 different info objects. It needs same info object to be replaced. Is this true