cancel
Showing results for 
Search instead for 
Did you mean: 

Pass dates to BAPI from StartPoint

Former Member
0 Kudos

Hi all,

I'm working with SP15 and try to pass dates to the BAPI.

All possible formats doesn't passed to the BAPI:

01/01/2008

01.01.2008

etc.

I try to use different date functions but it's still doesn't work...

Some ideas? Workarownds?

Thanks,

Ola

Accepted Solutions (1)

Accepted Solutions (1)

former_member203343
Contributor
0 Kudos

Hi Ola,

On SP15, there's a problem to send a date using a start point (it's formatted in a wrong way). I would try creating a data store object and adding a date field witha default value to it and then use this value in the data service you have. You still have to have the start point, but don't map the date there.

Regards,

Natty

Former Member
0 Kudos

Hi,

You can work around the problem with a spinner.

Connect the start point to a form with a spinner and a date control. Use it to change the spinner value.

When the spinner value is changed, it triggers its event.

Use this event to pass the date from the control to the data service.

Don't forget to set the form and elements as hidden/tansparent.

Regards,

Shay

Former Member
0 Kudos

Thanks for your answers.

I slove the problem by setting date default values in BAPI.

Answers (0)