‎2008 Nov 19 3:05 PM
I am updating Tcode VB12 using BDC program in which i used BDC session method and then
used Fm: Open_job , Submit RSBDCSUB..., FM close_job.
The Problem is that sometimes the Session is not processed successfully. In Error log it contains messsage 'No batch input data for particular Screen' and when i rerun this session in Foreground it works fine. This happens randomly and not everytime.
I can't figure out why it is ok for some sessions and not for others.
It seems that something going on in its memory or something like that ?
Can any one figure out this?
‎2008 Nov 19 7:22 PM
The problem is with the recording. 'No batch input data for particular Screen' comes out of BDC as an message of the type 'S' and not error 'E'. So, when you run in foreground, you override it by hitting enter key and it goes unnoticed. Change the recording to cover all the scenarios..
‎2008 Nov 19 7:22 PM
The problem is with the recording. 'No batch input data for particular Screen' comes out of BDC as an message of the type 'S' and not error 'E'. So, when you run in foreground, you override it by hitting enter key and it goes unnoticed. Change the recording to cover all the scenarios..
‎2008 Nov 20 4:45 AM
what you say is correct i am getting status Message and not Error message.
I will try to arrive at a recording which handles all cases. But i'm not sure how to arrive at the recording which handles all cases, i have to try on that..
‎2008 Nov 20 5:57 AM
when i try to arrive at recording which handles all cases..
i do not find any difference in recordings except the cursor postion..
Can you guide me how to arrive at appropriate recording ,which eliminate the status message from BDC session background execution..
Edited by: ksiva on Nov 20, 2008 11:28 AM
‎2008 Nov 19 11:00 PM
once i got this message, but, its for CALL TRASACTION ran in foreground!! so, I used TYPE p(not A, not N).
and also check the input data, there may be some bad data for some records!!
thanq
‎2008 Nov 26 2:07 PM