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 button adding

Former Member
0 Likes
594

Hi experts,

How can I add sorting up and down buttons to my table control? I'm not using wizard and I don't want to use it

4 REPLIES 4
Read only

Former Member
0 Likes
564

Hi

Look at the demo program in SAP

DEMO_DYNPRO_TABLE_CONTROL_2

Here in this Program we have code for page up and Page down, you can use that code

Regards

Sudheer

Read only

Former Member
0 Likes
564

Hi

check this

Check the below links.

just refer to the link below

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

step by step procedure with screen shots

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

Also you can see the below examples...

Go to se38 and give demodynpro and press F4.

YOu will get a list of demo module pool programs.

One more T-Code is ABAPDOCU.

YOu can find more examples there.

See the prgrams:

DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement

DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB

http://www.geocities.com/ZSAPcHAT

http://www.allsaplinks.com/files/using_table_in_screen.pdf

Regards

Anji

Read only

Former Member
0 Likes
564

hi ,

U can use this FM SCROLLING_IN_TABLE.

regards,

siva kumar

Read only

Former Member
0 Likes
564

HI,

u cannot attach a button table control.u just create a normal button in ur screen and place it near by ur table control.and below the function code of that button u just clear the table control,arrange int in the order u want and again fill that table control.

rgds,

bharat.