cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in ITS Hyperlink

Former Member
0 Kudos

Hi,

I have a problem with the ITS. I have a page which contains list of Purchase Orders. I have provided the hyperlink for these purchase orders. Whenever I click on the purchase order, it should take me to the PO Details screen. But now when i click, it takes me to the same screen, i mean the list of PO's screen not the details screen.

In the Services folder, i have defined as below:

ZCUS1.srvc --> ~transaction ZCUS

ZCUS3.srvc --> ~transaction ZCUS1

ZCUS is the actual transaction.

`repeat with j from TCL_OVERVIEW.firstvisible to TCL_OVERVIEW.lastvisible`

<td width=135 class="value"><a href="`urlWgate`/zcus1/!?service=zcus3&OKCODE=DETA&ZCPR-PRCTR=`PRCTR`&ZUSCUS-CUSER=`ZUSCUS-CUSER`&ZUSCUS-CUSER=`ZUSCUS-CUSER`&LINE_NO=`VBAP-POSNR[j].value`&K_VBELN=`VBAK-VBELN[j].value`&P_ORDER_NO=`VBAK-BSTNK[j].value`" target=_blank >`VBAK-BSTNK[j].value`</a>

Here, i am calling the service ZCUS3. Is this right ?

Any help in this regard is appreciated.

Thanks,

Sathya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raja,

Thanks for your reply.

When i entered the code you sent me, i get a hyperling with "Test Link". I am already haveing a link for the production order.

When i click on the "Test Link", it stays in the same page.

I sent the code in the forum.

Is there anything that you can help me?

I have created a transation ZCUS3 in SAP. The original Transaction code is ZCUS

In "Services" file,i have :

ZCUS1.srvc --> ~transaction ZCUS

ZCUS3.srvc--> ~transaction ZCUS3

~sources zcus1

Is the above settings right ?

Please do help me.

Thanks ,

Sathya

athavanraja
Active Contributor
0 Kudos

check this

<a href="`~urlWgate`/ZCUS3/!">Test Link</a>

Regards

Raja