Application Development and Automation 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: 
Read only

how to create table control in script

Former Member
0 Likes
731

hi expects,

how can i create table control in script?

1 ACCEPTED SOLUTION
Read only

gopi_narendra
Active Contributor
0 Likes
709

You can not create a table control instead you can create a tabular form using the box command

Ex :

BOX XPOS '0' CH YPOS '0' LN WIDTH '25' CH HEIGHT ' 50' LN FRAME 10 TW

Regards

Gopi

5 REPLIES 5
Read only

Former Member
0 Likes
709

You can't create Table Control on SapScript....You do that on Screen Painter Tx. SE51

Greetings,

Blag.

Read only

0 Likes
709

Its not possible to create table control in SAP Script. For this type of requirement, you can use Adobe interactive forms.

Thanks,

Sal.

Read only

Former Member
0 Likes
709

Hi,

It is not possible to create Table Control in Sap-Scripts n u can create it by using se51 that is screen painter only...

if useful reward with points,

regards,

Madhuri.

Read only

Former Member
0 Likes
709

you can design windows as like table control like visible but no scrolling.

use box command.

Read only

gopi_narendra
Active Contributor
0 Likes
710

You can not create a table control instead you can create a tabular form using the box command

Ex :

BOX XPOS '0' CH YPOS '0' LN WIDTH '25' CH HEIGHT ' 50' LN FRAME 10 TW

Regards

Gopi