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

Former Member
0 Likes
521

How to insert a new line in table control.??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
502

Hi,

to increment a line:

<tabcntrl>-lines = sy-tfill+1.

Regards,

Renjith Michael.

6 REPLIES 6
Read only

Former Member
0 Likes
502

Hi,

Check these Demo Programs

RSDEMO_TABLE_CONTROL

DEMO_DYNPRO_TABLE_CONTROL_1

DEMO_DYNPRO_TABLE_CONTROL_2

Regards,

Satish

Read only

Former Member
0 Likes
502

You could use tcode SM30.

If doesn't existe you could generate "table maintenance generator" (SE11)

Read only

Former Member
Read only

Former Member
0 Likes
503

Hi,

to increment a line:

<tabcntrl>-lines = sy-tfill+1.

Regards,

Renjith Michael.

Read only

Former Member
0 Likes
502

resolved