Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BSP pages

Former Member
0 Likes
378

Hi,

I was following the example in the document to create my BSP page:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/11099890-0201-0010-d695-ac642d35c708">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/11099890-0201-0010-d695-ac642d35c708</a>

But in page 14 tells me that I have to add an "automatic page attribute" in page display.htm that provides me an attribute introduced in other page search.htm to modify a SELECT clause on OnInicialization method.

I don't know how to add this atuomatic attribute and how to catch the value of this attribute.

Can somebody help me please??

Thanks in Advance!

Silvia

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
353

Hi Siliva,

you can set this "automatic page attribute' in display.htm ---> page attribut(tab). Here you find Attribute, Auto, Typing, Associated Type and description.

You can check the Auto(Automatic) check box what the attributes which you want to use in the next page(In your case search.htm) and use those attributes with the same name to select or whatever. This is done so as to catch the values held by an attribute in the next page.

Regards,

Vinod.

Hi,

I was following the example in the document to create my BSP page:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/11099890-0201-0010-d695-ac642d35c708">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/11099890-0201-0010-d695-ac642d35c708</a>

But in page 14 tells me that I have to add an "automatic page attribute" in page display.htm that provides me an attribute introduced in other page search.htm to modify a SELECT clause on OnInicialization method.

I don't know how to add this atuomatic attribute and how to catch the value of this attribute.

Can somebody help me please??

Thanks in Advance!

Silvia

1 REPLY 1
Read only

Former Member
0 Likes
354

Hi Siliva,

you can set this "automatic page attribute' in display.htm ---> page attribut(tab). Here you find Attribute, Auto, Typing, Associated Type and description.

You can check the Auto(Automatic) check box what the attributes which you want to use in the next page(In your case search.htm) and use those attributes with the same name to select or whatever. This is done so as to catch the values held by an attribute in the next page.

Regards,

Vinod.