cancel
Showing results for 
Search instead for 
Did you mean: 

Portal URL and DynamicParameters

Former Member
0 Kudos

Hello community...

I've a problem opening a transaction in a "wingui" which needs to have checked a checkbox on the dynpro to proceed. My URL looks like follows...

'/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.bwc.Transaction?System=' & STORE@systemalias & '&TCode=IH01&GuiType=' & STORE@guitype & '&DynamicParameter=DY_TPLNR%3D' & STORE@TPLNR & '&DY_EQUBI%3D' & '1' & '&OkCode=ONLI'

The transaction I'd like to call is the IH01 (functional location structure). The field Dy_TPLNR is filled correctly. But I need to set the checkbox (built in equipments) as checked via the url. Is that possible?

I already tried to set it via the Dynamic parameter with DY_EQUBI %3D 1, checked and true, but it doesn't work.

Any ideas?

Greets,

Jochen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jochen,

The value to set a check box is 'X'. Try passing this value to the check box field to set.

Regards,

Trikanth

Answers (0)