‎2008 Jan 08 5:45 AM
i refer to the RSDEMO_TABLE_CONTROL codes inside DWDM mode but when i tried to copy and use the codes in my own package it gives me this error:
Runtime Errors: DYNP_COMPRESS_ILLEGAL_VALUE
Short Text: illegal value when compressing screen.
thanks. will reward if useful.
‎2008 Jan 08 5:57 AM
Could you please go to Tcode: ST22, and check the dump report to find out which part of the source code is wrong?
‎2008 Jan 08 6:02 AM
Hai ,
just gothrough it it may useful,
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.
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
With Regards,
Sowjanya.b
‎2008 Jan 08 6:21 AM
hi,
but the RSDEMO_TABLE_CONTROL source code did not provide me the codes for the flow logic.
can provide me the flow logic codes?
thanks.
‎2008 Jan 08 7:52 AM
Hi,
Take the program RSDEMO_TABLE_CONTROL in transaction SE80. You get an idea of the flow logic from there.
Regards,
Renjith Michael.
‎2008 Jan 08 6:24 AM