cancel
Showing results for 
Search instead for 
Did you mean: 

Passing parameters to External URL link

Former Member
0 Kudos

Hi guys,

I have a strange situation.

The passing parameters functionality was working until the server migration to SAP ECC 6.0 ,SAP Basis 7.02.

The working url string was as below:

'http://host:port/sap/bc/gui/sap/its/webgui?~transaction=Z_AAL_TEST1' 'P_APPL=12;P_ADM=01'

After migration it makes dump.

I was trying many things but without success.

Now I know that the dump makes a space between transaction and parameters.

If I put & or whatever instead of space it works but without passing the parameters.

I have already tried:

'http://host:port/sap/bc/gui/sap/its/webgui?~transaction=*Z_AAL_TEST1' &'P_APPL=12&P_ADM=01'

'http://host:port/sap/bc/gui/sap/its/webgui?~transaction=Z_AAL_TEST1'& 'P_APPL=12;P_ADM=01'

'http://host:port/sap/bc/gui/sap/its/webgui?~transaction=Z_AAL_TEST1'* 'P_APPL=12;P_ADM=01'

'http://host:port/sap/bc/gui/sap/its/webgui?~transaction=Z_AAL_TEST1'& 'P_APPL=12&P_ADM=01'

Info from the WIKI:

https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22375

If you use SAP Netweaver 2004 or higher with integrated ITS the URL would be

http://WAS_HOST:WAS_PORT/sap/bc/gui/sap/its/webgui?~transaction=*se38 RS38M-PROGRAMM=rsparam;DYNP_OKCODE=SHOP

The example above doesn't work as well.

I appreciate any idea.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you tried this out..

can you test it

'http://host:port/sap/bc/gui/sap/its/webgui?~transaction='Z_AAL_TEST1'&P_APPL='12'&P_ADM='01'

Former Member
0 Kudos

Hi Lekha,

it looks like it is not a problem that I miss ''.

Without them it is calling the transaction but it doesn't pass the parameter values.

The current error message

Transaktion 'Z_AAL_TEST1' ist unbekannt

trans. to english: Transaction 'Z_AAL_TEST1' is unknown.