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

Batch Input: Input Value

kowong
Participant
0 Likes
500

Dear Expert,

Hi,

I am working on a BDC input. These BDC data will not be processed imediately, but submited to 'SM35' and later to be controlled by the user.....

My problem here, one of the input value need to be decided during the batch input processing in SM35, it is a timestamp field.

But the BDC data is populated in ABAP code, so the timestamp will follow the time when the ABAP code executed (submited to SM35), and not the time where the batch input being proccessed...

Any suggestions?

Thank you ...

1 REPLY 1
Read only

Former Member
0 Likes
386

Hi,

The timestamp must be getting updated with the system variable. In case of Session method it will take time when the transaction is posted. I would advise you to use Call Transaction method if the number of records is not high....

Thanks