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 with all buttons e.g add, remove

Former Member
0 Likes
478

HI All,

I am creating a table control with wizard using a data base table. I am selecting the option 'INPUT CONTROL' but still only four buttons TOP, BOTTOM, NEXT, PREVIOUS are coming, while i need all buttons ADD, REMOVE, SELECT etc.

Thanks.

HI All,

I am creating a table control with wizard using a data base table. I am selecting the option 'INPUT CONTROL' but still only four buttons TOP, BOTTOM, NEXT, PREVIOUS are coming, while i need all buttons ADD, REMOVE, SELECT etc.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
452

Refer these programs

RSDEMO_TABLE_CONTROL

DEMO_DYNPRO_TABLE_CONTROL_1

DEMO_DYNPRO_TABLE_CONTROL_2

RSDEMO_TABLE_CONTROL

RSDEMO02

Read only

Former Member
0 Likes
452

hi

<b>MODULE STATUS_0200 OUTPUT.(PBO)</b>

IF ITAB[] IS INITIAL.

LOOP AT SCREEN.

CASE SCREEN.GROUP1 .

WHEN 'TP'.

SCREEN.INVISIBLE = 0.

<SAME FOR ALL BUTTON>

ENDCASE.

MODIFY SCREEN.

ENDLOOP.

ENDIF.

**Please reward suitable points***

With Regards

Navin Khedikar

Message was edited by:

Navin khedikar