on 2007 Jul 25 11:05 AM
Dear SRM Gurus,
We are using SRM5.0 Extended classic scenario.
We are having special requirement that user wants F4 help of the business area field at the Shopping Cart in Cost assignment under item overview.
I have created a search help and attached it to the data element and also changed the code for F4 help. I am able to get the F4 help in the transaction BBPSC01 but unable to see the same in the HTML template (ITS screen). So please suggest me the procedure to be followed to get the same in the HTML template (ITS Screen) also.
Thanks in Advance,
Chandra Sekhar.
Request clarification before answering.
Hello Chandrasekhar,
Please find below the HTML code that I put for adding a field and a F4 help in a screen. The lines within '----+' helps U to put the search help symbol. 'GS_SCR_D_ADDR-ZHRID' is the name of the field I created in the screen. Hope this helps.
Johnson
-
`TR()`
`if (GS_SCR_D_ADDR-ZHRID.exists)`
`TR()`
`if (GS_SCR_D_ADDR-ZHRID.disabled)`
`TD(class="label", nowrap="x", active="")``GS_SCR_D_ADDR-ZHRID.label`
`TD(class="data", nowrap="x", active="")` `GS_SCR_D_ADDR-ZHRID.value`
`else`
`TD(class="label", nowrap="x")`<label for="`GS_SCR_D_ADDR-ZHRID.name`">`GS_SCR_D_ADDR-ZHRID.label`</label>
`TD(class="data", nowrap="x")`
<input type=text id="`GS_SCR_D_ADDR-ZHRID.name`" name="`GS_SCR_D_ADDR-ZHRID.name`" value="`GS_SCR_D_ADDR-ZHRID.value`" maxlength="40" size="40">
-
+
`F4HelpButton(bbpformname,
"GS_SCR_D_ADDR-ZHRID",
jsMaskString(strEnc(#SELECT_TEXT_SHELP_SHIPTO)),
jsMaskString(strEnc(#SELECT_SHELP_ADDRESS)))`
-
+
`end`
`TR()` `Lines()`
`end`
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.