cancel
Showing results for 
Search instead for 
Did you mean: 

SAPConsole on Telnet with table controls?

Former Member
0 Kudos

I have developed a custom SAP dialog program to post 'goods receipt'. Works fine in SAP. Am trying to make it run on SAP Console with Telnet. One screen has a table control where user picks container to 'rescan'.

In PBO, cursor is set to 1st line in table, this works. But then, screen freezes, cannot F3 (back) use down, up arrows, F2 for select.

Any ideas would be greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182371
Active Contributor
0 Kudos

Hi,

for sapconsole transactions you should consider working with Step Loops instead of tablecontrols.

Have a look at the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801c13454211d189710000e8322d00/content.htm

Best regards.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Table control will not work on RF Screens, Because RF devices are CUI.

So please use Input fileds and place push buttons to control input fields.

Thanks.