cancel
Showing results for 
Search instead for 
Did you mean: 

Calender search help in BBPSOCO01(Workarea)

Former Member
0 Kudos

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`   

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Vivek,

Did you get any response? I am having the same problem. Getting 'undefined' for custom search help for date function using this function BBP_ITS_EXTW_INPUT.

Thanks

Balaji