cancel
Showing results for 
Search instead for 
Did you mean: 

Pass parametres to transaction

Former Member
0 Kudos

Hello.

I'd created report with parameter P_LIFNR on selection screen. Then ICF service was created in tranasction SICF for report.

Now I'm trying to pass parameter via link to tranasction.

As example:

https://erpqas-kv-0.sbrf.ua.loc:3443/sap/bc/gui/sap/its/zcmm_siebel?%20P_LIFNR=31789757.

Link works, but selection screen is empty.

How to pass parameter to transaction?

Best regards.

Pavel

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hi Pavel,

Have you seen the following WIKI?

How to prefill fields and skip first screen with webgui?

http://wiki.sdn.sap.com/wiki/x/Z1c

Regards,

Oisin

Former Member
0 Kudos

Thanks for the Wikki.

As mentioned in wikki, I''m passing paramert, in link P_LIFNR=31789757.

But sekection screen is empty.

Maybe I need to add parametres to the service in SICF.

I've tried to change link manualy as indicated in the WIKKI.

Pavel.

former_member194364
Active Contributor
0 Kudos

Hi Pavel,

Should have noticed this yesterday that you are calliing an IAC

What are the GUI Parameter settings of the service: zcmm_siebel in SICF?

The WIKI link I posted is for the WEBGUI service.

I presume the ~transaction parameter in the IAC zcmm_siebel is called:  zcmm_siebel

What are the results if you call:

http://WAS_HOST:WAS_PORT/sap/bc/gui/sap/its/webgui?~transaction=* zcmm_siebel P_LIFNR=31789757; dynp_okcode=okcode

See also note

1501768  ITS: Config. permitted or prohibited OK codes during start

Regards,

Oisin

Former Member
0 Kudos

Result of call:

https://erpdev-kv-0.sbrf.ua.loc:3443/sap/bc/gui/sap/its/webgui?~transaction=* zcmm_siebel P_LIFNR=31789757; dynp_okcode=okcode

Emty pop up screen appears.

Parametres in in SICF:

~TRANSACTION ZCMM_SIEBEL

~THEME 99

~WEBGUI 1

~SINGLETRANSACTION X

Thanks.

Pavel

former_member194364
Active Contributor
0 Kudos

Hi Pavel,

The only thing that I can think of that could be the issue here then is that in note

1514759  ITS: Transaction xyzfieldname... unknown

What is your BASIS and Kernel details?

Regards,

Oisin