2007 Aug 14 10:31 AM
When i am transferring the data in to SAP through CALL TRANSACTION,
after 12:00 O'clock of night, the date is changed in sap,
this changes my posting document date in sap
how to solve my date change problem at 12 and after 12 'O clock?
When i am transferring the data in to SAP through CALL TRANSACTION,
after 12:00 O'clock of night, the date is changed in sap,
this changes my posting document date in sap
how to solve my date change problem at 12 and after 12 'O clock?
2007 Aug 14 11:23 AM
Hi riaz,
Please ask ur basis administrators to change the time at 12O clock so that the posting are on the same day.
Secondly in the program u can add the logic that if the time is very early than please post on previous day. Depending on which T-code u r using it will allow to post the document.
Thanks and Regards,
Saurabh
2007 Aug 14 12:06 PM
At the start of the processing logic why not just set a field to the current date (e.g. "write sy-datum to g_today.") and feed this value into the posting date (BKPF-BUDAT) field for every BDC / call transaction in the program? That way you don't have to rely on the default posting date.