‎2007 Oct 04 2:48 PM
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
‎2007 Oct 04 2:53 PM
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
‎2007 Oct 04 2:57 PM
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
‎2007 Oct 04 2:57 PM
‎2007 Oct 04 2:57 PM
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.