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: 

OKCODE for the next page in batch input for EG42

Former Member
0 Kudos

On the screen to update the meter readings for a device, I need to go to the next page since the device has several registers. The OKCODE perform bdc_field using 'BDC_OKCODE'

'/00'.

which was generated during the generation of the batch input does not work when I execute the programme, even when I execute the very programme that was generated. What gives? What is the "correct" OKCODE to paginate?

Thanks in advance for any help anybody can suggest.

mdemki

4 REPLIES 4

Former Member
0 Kudos

I have no idea what is going on. But have you tried to do the transaction manually. Then put it into debug /h. In debug, display sy-ucomm? That might give you a different OK code.

0 Kudos

Hello Michelle,

Thanks for the advice. Unfortunately the sy-ucomm is empty and the system hangs.

Former Member
0 Kudos

hi,

i think space is the FCT code for that

can u check it pls

with regards

s.janagar

0 Kudos

Hello,

Thanks for the advice. I just tried the okcode of space and it does exactly the same as '/00'. I appreciate your taking the time to answer, though.