‎2008 Mar 11 3:17 PM
I'm trying to call BAPI_SALESORDER_CREATEFROMDAT2 from an ASP .NET page
using SAP .NET connector. But, I keep getting the following message(V1 091)
in the
return table:
"Date / / is not valid"
Has anyone run into this?
‎2008 Mar 11 4:13 PM
Just check the date format of the date field in ur file. Pass the date to the BAPI without any delimiters
‎2008 Mar 11 3:18 PM
Pass the date in the format YYYYMMDD
The format in BAPI is here
BILL_DATE FKDAT DATS 8so it should not cross 8 chars
‎2008 Mar 11 3:24 PM
‎2008 Mar 11 3:19 PM
It looks like the date you are passing is blank, but needs to be filled in.
Rob
‎2008 Mar 11 3:42 PM
Try supplying 00000000 whenever the date value is blank on your side.
‎2008 Mar 11 4:08 PM
Use FM CONVERT_DATE_TO_INTERNAL to convert MM/DD/YY to YYYYMMDD
Thanks,
SKJ
‎2008 Mar 11 4:13 PM
Just check the date format of the date field in ur file. Pass the date to the BAPI without any delimiters