Date Type in BAPI fields

Hi All,

While mapping my DB table output to the BAPI fields for the dates , basicaly it doesn’t accept the format which i am mapping.

My format contains , MMDDYYYY , but can anyone let me know how the BAPI fields for the Date is kept , i checked in SAP , SE37 transaction , but the tables details tells mm.dd.yyyy , but i tried that by converting the String in dateFormat by giving “pattern” as “mm.dd.yyyy” , can anyone show me further light on this…

!!!

regards
Ramesh

pass the date as YYYYMMDD

se37 converts to the date format in your user profile, the actual data supplied even in se37 (look in debug) is sap internal date format

regards

graham moisley