Skip to Content
0
Former Member
Mar 31, 2010 at 12:58 PM

Batch Input for a Table Control: scroll down

1042 Views

Hello,

I meet a problem creating batch input session for a transaction MIRO.

There is a screen with table control I need to feel with values. On the visible area of the screen there are only 8 lines of this control. It has no any 'New row' or 'Next page' buttons. Only a simple scroll bar.

When I tried just to feel it using fields names like name(01), name(02) ... name(09), the error was with fields starting from name(09). As there are only 8 fields on the visible area, and field(09) is unknown.

If I press 'Down' on the scroll bar in SHDB transaction and then fill next field, SHDB write it down as ok-code '/00' and new field name is again name(08). But if I then reproduce the SHDB record, ok-code '/00' doesn't lead to an appearing of a new input field in the table control.....it doesn't 'press' scroll bar down button.

Is there any way to fill this table control with more that 8 entries using batch input?