‎2007 May 24 1:11 PM
Hello Friends,
I want to create a table control ( not using wizard ) is there any good documentation avaiable for doing so ?
Regards,
‎2007 May 24 1:20 PM
Hi,
see the system defined programs
DEMO_DYNPRO_TABCONT_LOOP and DEMO_DYNPRO_TABCONT_LOOP_AT
rgds,
bharat.
‎2007 May 24 1:17 PM
Hi
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.
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
‎2007 May 24 1:18 PM
see the ABAPDOCU Transaction ..
See here for the latest table features in 2004s.
/people/bertram.ganz/blog/2006/07/03/web-dynpro-java-foundation--whats-new-in-sap-netweaver-2004s
This link also has a lot information on tables
See this Help
http://help.sap.com/saphelp_nw2004s/helpdata/en/b8/f87842fdb70f53e10000000a155106/frameset.htm
Reward Points if it is helpful
Thanks
Seshu
‎2007 May 24 1:20 PM
Hi,
see the system defined programs
DEMO_DYNPRO_TABCONT_LOOP and DEMO_DYNPRO_TABCONT_LOOP_AT
rgds,
bharat.
‎2007 May 24 1:32 PM