cancel
Showing results for 
Search instead for 
Did you mean: 

Related Table

Former Member
0 Kudos

Hi to All,

i am facing a problem which is :

i have a table now in this table there are many columns. the two columns are Required No which is a link and another one is Status ( like Order, Quote, Suspended)

so when i click on a partucular link in the Required No column a new page should be opended according is Status i.e either Order, Quote , Suspended. all three page are already created.

So pleae reply who kows the ans, and if possible give a sample Code.

Accepted Solutions (0)

Answers (1)

Answers (1)

lajitha_menon
Contributor
0 Kudos

Hi there,

Try this and let me know if it works..

- Create value attributes for 1st link and status fields under your node which is the data source for the table. These will be of type string.

-In the table, add columns for these 2 field, with LinkToURL element

-The reference property of the linkToURL will be bound to the value attributes which you had created

- When you add line items to the table(You can copy data from a model node BAPI output ), you need to form the links of the URLS(could be url of web dynpro application or sap transaction iview or html page etc).

- As the links are formed at the time of entering data, the link will take you in a new window to the page you had given in the reference property.

-If linkTo URL does not work, try linkToAction and follow instructions as is mentioned in this thread

https://forums.sdn.sap.com/click.jspa?searchID=143982&messageID=1265309

-If you need help with opening new windows, see this link

http://help.sap.com/saphelp_nw2004s/helpdata/en/75/064640c0e56913e10000000a1550b0/frameset.htm

Hope this helps,

Cheers

LM