Application Development 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: 

Customer direct input

Former Member
0 Kudos
131

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

7 REPLIES 7

Former Member
0 Kudos
82

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

0 Kudos
82

Hi,

the problem was with the screen sequencing and ok-codes.

Regards,

Vishnu Priya

0 Kudos
82

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..

obadiah_king
Explorer
0 Kudos
82

Vishnu, do you have anymore detail on this, I have this same message.

0 Kudos
82

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

Former Member
0 Kudos
82

Hi all,

Someone has resolved tihs issue?

0 Kudos
82

i have the same problem. Why the data for dynpro 210 disappears?