Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_SALESORDER_CHANGE - Invalid Date Update problem

Former Member
0 Likes
753

Hi All

We are using BAPI_SALESORDER_CHANGE to change the schedule line dates .

While testing we found the even if passed invalid dates like 31.04.2008 or 30.02.2008 , the BAPI did not throw up any error

Has anyone faced such a issue before . Is this bug in the this BAPI .

If yes how do over come this bug

Best regards

Deepak

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
573

Hello Deepak,

We also had the same problem in some other module FM's/ BAPI .The work around is to validate the date field value using the standard SAP date valiadtion FM's before passing to the BAPI that we are using.

But also make sure what is the user own data date format values before we do this.

Hope this answers your question.

Thanks,

Greetson

2 REPLIES 2
Read only

Former Member
0 Likes
574

Hello Deepak,

We also had the same problem in some other module FM's/ BAPI .The work around is to validate the date field value using the standard SAP date valiadtion FM's before passing to the BAPI that we are using.

But also make sure what is the user own data date format values before we do this.

Hope this answers your question.

Thanks,

Greetson

Read only

Former Member
0 Likes
573

Hello Deepak,

Please let us know how your problem was solved?

Thanks,

Greetson