Skip to Content
0
Former Member
Nov 27, 2007 at 07:33 AM

Calender search help in BBPSOCO01(Workarea)

38 Views

Hi All,

i have added one custom date field in workarea of soco transaction. I have attached search help to this field in template "SAPLBBP_SOCO_UI_ITS"(200).

The Details are as follow:

Field name:"<b>ZZ_QUTDAT</b>"

Calendar Search help Function: "<b>BBP_ITS_EXTW_INPUT</b>"

Included Service: `include (~service="bbpglobal", ~name="bbpfunctions.html")`

`include (~service="bbpsc01", ~name="saplbbp_sc_functions.html")`

`include (~service="bbpglobal", ~name="bbptextarea.html")`

<b>Problem</b>: when i click on search help i get the calender to select the date but as soon as i picked any date,the date is not copied to the field "ZZ_QUTDAT". I get text "undefined" in the field "ZZ_QUTDAT"

Can anyone let me know what i am missing for calender search help. Thanks a lot in advance for your help.

Thanks,

Vivek

`include (~service="bbpglobal", ~name="bbpfunctions.html")`
`include (~service="bbpsc01", ~name="saplbbp_sc_functions.html")`
`include (~service="bbpglobal", ~name="bbptextarea.html")`


` if (ci_zz_qutdat_WL != "" && TC_GROUPAREA-column[ci_zz_qutdat_WL].title != "")`
 `TD(align="right", nowrap="x", class=tdcellclass)` 
                  `BBP_ITS_EXTW_INPUT(id="", type="text", title="",  
                                      formname   = bbpformname, 
                                      inputname  = "GS_GROUP_AREA_ITEM-ZZ_QUTDAT[" & j & "]", 
                                      inputvalue = GS_GROUP_AREA_ITEM-ZZ_QUTDAT[j].value, mode = "1")`

 `end`