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

POSTING DATE IN BDC?

Former Member
0 Likes
538

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?

2 REPLIES 2
Read only

Former Member
0 Likes
484

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

Read only

Former Member
0 Likes
484

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.