cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart Delivery Date (Required on) calender is blank

Former Member
0 Kudos

Hi Guru,

I have a problem when creating shopping cart by describing requirement.

Txn.BBPSC02

Shop >Describe requirement >

Fill the description,Quantity,UoM,Price,Currency,Product Category.

Now I need to select the date (system date is default) so I am clicking on the calendar to choose the date.

But the pop up window (calendar) is showing blank and I couldn't select any date.

Can any one help me how to fix the calendar . Any input appreciated.

Thanks in Advance.

Pradeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Does this only happen for one specific user or one specific transaction ?

You could set a BP at FM: DD_SHLP_GET_HELPMETHOD to check.

PG:LSDSDU04

perform get_interface_syst_values changing shlp.

....

CALL FUNCTION 'DD_SHLP_GET_DIALOG_INFO'

CHANGING

shlp = shlp.

.....

In our system shlp has value:

SHLPNAME C 30 CALENDAR

SHLPTYPE C 2 CA

shlp-INTERFACE

SHLPFIELD C 30 _DATE

VALTABNAME C 30 BBPS_SC_APP_ITEM

VALFIELD C 132 DELIV_DATE

VALUE C 132

INTERNAL C 1

DISPFIELD C 1

F4FIELD C 1 X

shlp-FIELDPROP[1]

FIELDNAME C 30 _DATE

SHLPINPUT C 1 X

SHLPOUTPUT C 1 X

SHLPSELPOS N 2 00

SHLPLISPOS N 2 00

SHLPSELDIS C 1

DEFAULTVAL C 21

Regards

Lauren

former_member183819
Active Contributor
0 Kudos

for all carts.

by default it should show as current date.

try twice and create a cart. if it did not come raise OSS message.

Muthu