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

Problem with BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
748

Dear Expert,

I encountering a Problem which is as follows.

I am posting the account document with BAPI_ACC_DOCUMENT_POST and I am getting following error message in the return table.

SYST: Date . . not expected.

Message no. FGV 004

Please help me out in overcoming this Problem.

Best Regards,

Vineet

4 REPLIES 4
Read only

Former Member
0 Likes
597

Hi,

Pls check the date format.

Try debug.

Regards

Sam

Read only

Former Member
0 Likes
597

Hi Vineet ,

Can you please tell me in which format you are entering the date ?

So that I can help you more.

Regards,

Nikhil

Read only

Former Member
0 Likes
597

Hi,

Check the user specific date format and pass that date in the BAPI...For checking the date format goto SU01 t-code and click on default tab strip button where you will find the date format for the user id that you are using..

Read only

Former Member
0 Likes
597

The problem was WRT date it was in icorrect format.The challenge was to know which date was invalid, I debugged this BAPI and after long time I found the invalide date.

Thanks all for your valuable input.