2007 May 10 9:48 AM
Hi,
I'm having a problem loading customer data using program RFBIDE00 & tcode XD01.The created session is running successfully till I encounter screen no 210 in pgm: SAPMF02D.
The problem I have is that the batch input session created by RFBIDE00 is giving an error saying that "No batch input data for screen SAPMF02D 0210". I have checked in the display converted data and all the required fields for the screen are getting populated in BKNB1 structure. Also i check the internal table before RFBIDE00 does the BDC insert statment. The internal table FT has all the required data(FNAM and FVAL) for program SAPMF02D screen 0210, but still when i process the session it is giving an error saying that no input for "No batch input data for screen SAPMF02D 0210".
Please guide to solve this problem.
Thanks in advance.
Vishnu Priya
2007 May 10 10:29 AM
Hi ...
since u r telling .. u have done all the possibilites
Try like this
while processing the session put /H in the Okcode, before screen no 210 in pgm: SAPMF02D. & debug thats it ..
also read the documentation of the program RFBIDE00.
try & let us know ...
Thanks,
Manjunath MS
2007 May 11 7:09 AM
Hi,
the problem was with the screen sequencing and ok-codes.
Regards,
Vishnu Priya
2007 May 11 9:37 AM
pls give me some details about direct input to upload customer data.
and flat file structure. how to upload file into different internal table.
its urgent..
2007 Oct 12 10:37 PM
Vishnu, do you have anymore detail on this, I have this same message.
2007 Nov 19 2:20 PM
Hi all,
me too I have this problem...
In debug I see that screen fields are populated but no sy-ucomm is added to FT internal table for dynpro 210 (I have the same issue for dynpro 130 - bank data)
I'm wondering If some technical fields are to be filled in structure BKNB1...
At last I think I'll make a custom recording for this
No one has resolved this issue ?
Many thanks
Manuel
2010 Mar 18 2:04 PM
2010 Aug 03 3:39 PM
i have the same problem. Why the data for dynpro 210 disappears?