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
771

hi experts,

can any body explain abt sscrfield in reports.

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
702

SSCRFIELDS is a structure that stores the UCOMM and other texts of the Actions that are taken place on the Selection screen mainly like Push Buttons.

awrd points if helpful

Bhupal

Read only

Former Member
0 Likes
702

Hi,

SSCRFIELDS is nothing but screen fields.It is structure namely ucomm and this structure contains 5 fileds. so that is the reason that we will keep only 5 push buttons on the application tool bar rather than any we want.

With this screen fields we can put push buttons on application tool bar.

the fields in sscrfields are

func_txt_01

func_txt_02

func_txt_03

func_txt_04

func_txt_05

ucomm

these are the fields in the structure sscrfields.

regards,

swami