Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9091

Re: Need to make some fields not editable in standard screen on some event

$
0
0

Hi Deepak,

We can hide the screen elements by using the below methods.

 

  1. Loop At Screen method in PBO - particular screen, assign the following attributes to the particular field.
LOOP AT SCREEN.            IF SCREEN-NAME = 'FIELDNAME'.               SCREEN-INPUT = 0.               SCREEN-INVISIBLE = 1.               MODIFY SCREEN.            ENDIF.
ENDLOOP.

   2. Using SHD0 method, please find the following link to hide the screen elements

 

Best use of Transaction and Screen Variants in FICO

 

Regards

 

Rajkumar Narasimman


Viewing all articles
Browse latest Browse all 9091

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>