cancel
Showing results for 
Search instead for 
Did you mean: 

Label has specified invalid InfoObject...

Former Member
0 Kudos

We have queries that work perfectly in SAP Gui using transaction RSRT, but those same queries give us error when they are executed through the portal.

When the query is run through the portal, it generates the error: "Label has specified invalid InfoObject = '0FISCVARNT'". 0FISCVARNT is a valid InfoObject (if we look in RSA1). If we look at the template with "Web Application Designer", We can see those 3 lines related to '0FISCVARNT':

<bi:param name="IOBJNM" value="0FISCVARNT" />

<param name="IOBJNM_32" value="0FISCVARNT" />

<param name="IOBJNM_33" value="0FISCVARNT" />

How do we get the web template running?

View Entire Topic
Former Member
0 Kudos

Hallo Angela

Did you select the Infoobject from the list or you inserted by the HTML Code?

<param name="OWNER" value="SAP_BW"/>

<param name="CMD" value="GET_ITEM"/>

<param name="NAME" value="LABEL_1"/>

<param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_LABEL"/>

<param name="DATA_PROVIDER" value="DB_TAB1_1"/>

<param name="IOBJNM" value="0COMP_CODE"/>

ITEM: LABEL_1

I would suggest that you delete the HTML code and then save it. I assume that <param name="IOBJNM_32" value="0FISCVARNT" />

<param name="IOBJNM_33" value="0FISCVARNT" />

are wrong and you should only have:

<param name="IOBJNM" value="0FISCVARNT"/>

Regards

Mike

0 Kudos

Hi Mike,

Thanks for your input. We actually resolved the issue. The problem was that the filters in the query were being added to the web template. So a filter of a filter was in place which caused our problem.

Thanks,

Angela

Former Member
0 Kudos

Hi Angela,

I got the same error when i am executing standard webtemplate in the poratal ¨ Label has specified invalid InfoObject = '0RPM_ IDGU' ¨. This is the code for this Filter. Can you please explain what may be the cause,








Thanks

Suri.