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

screen printer

Former Member
0 Likes
818

hi ...

IN screen printer how to create table control please give me the steps.

and also give an ex program for cursor setting.

please

1 ACCEPTED SOLUTION
Read only

Former Member
4 REPLIES 4
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
678

Hi,

There is an option to create a table control with the helo of Wizard.

Goto Screen painter and then click on the Icon (Table control with Wizard) on the left side of the painter.

Regards,

Sesh

Read only

Former Member
0 Likes
678

Hi

In Screen Painter,there is one Icon Called Table Control.U just drag & drop it in the Screen Painter.

Check the demo prog:

DEMO_DYNPRO_TABCONT_LOOP and DEMO_DYNPRO_TABCONT_LOOP_AT

Cursor Position on Table Controls

At PBO you can set the cursor on a specific field of a specific row of a table control.

SET CURSOR FIELD .

if you only want to determine the row of the table control. SY´-SUBRC allows you to check if the cursor is placed in a row of a table control.

u need to comment the performs of table control fields and write ur own perform statements. And u have to declare the table control fields as separate internal tables.

Go through this urls.

www.saptechnical.com

www.sap-img.com

Check the below links.

http://www.planetsap.com/howdo_a.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm

http://sap.niraj.tripod.com/id25.html

http://www.sapmaterial.com/tablecontrol_sap.html

See here for the latest table features in 2004s.

/people/bertram.ganz/blog/2006/07/03/web-dynpro-java-foundation--whats-new-in-sap-netweaver-2004s

This link also has a lot information on tables

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d43bb0e5-0601-0010-3a97-d97...

Regards,

Padmam.

Read only

Former Member
Read only

Former Member
0 Likes
678

hi

good

go throught this link which ll give you detail idea to crete the table contrrol

http://help.sap.com/saphelp_nw04/helpdata/en/d1/802338454211d189710000e8322d00/content.htm

thanks

mrutyun^