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

sscrfields

Former Member
0 Likes
688

hi ,

what is the main use of sscrfields in programming? where should we use sscrfields this structure/

pl,make me understand clearly.

thanks.

5 REPLIES 5
Read only

Former Member
0 Likes
645

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.

Read only

Former Member
0 Likes
645

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

Read only

Former Member
0 Likes
645

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

Read only

Former Member
0 Likes
645

Hi,

With the help of sscrfields one can find all the details related to screen fields.

Thanks.

Read only

Former Member
0 Likes
645

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.