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

Table control wizard

Former Member
0 Likes
350

hi Abapers,

can any one help me with the concept of table control...

I need to enable the table text fields and want toi enter values and also i want to disable some fields in table control

2 REPLIES 2
Read only

Former Member
0 Likes
337

Hi

using the attributes of the fields in the table control you can made them visisble or not.

Table control is used to display the multiple records like a table.

syntax:

CONTROLS .

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

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
337

thanks