‎2008 Nov 12 4:32 AM
hi ,
what is the main use of sscrfields in programming? where should we use sscrfields this structure/
pl,make me understand clearly.
thanks.
‎2008 Nov 12 4:35 AM
it is used to get variuos parameters of the screen, like
>screen element names
>screen element values
>sy-ucomm etc
all before PAI event or before AT Selection-Screen event.
‎2008 Nov 12 4:57 AM
hi shrish,
sscrfields ar mainly used to design layout on selection-screen
when a develop a report with input criteria screen provided by sap itself is 1000.
if u want to design ur layout on this standard screen u can use SELECTION-SCREEN
options syntax and while using this u can make use of this SSCRFIELDS.
to design texts for pushbuttons and trigger action using this pushbuttons
‎2008 Nov 12 4:58 AM
hi,
amith rightly said.
in sscrfields you can find the enitre information of the screen fields of the screen including the sy-ucomm.
regards
Ramchander Rao.K
‎2008 Nov 12 5:00 AM
Hi,
With the help of sscrfields one can find all the details related to screen fields.
Thanks.
‎2008 Nov 12 5:06 AM
The main use is becoz if you want to change the Screen (enable and field, Disable any field, then we can write the code accordingly in ABAP Processor and it will be done in Screen throught Screen Processor.
Hope u get my point.
Amresh.