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

Re: was creted custom tab in ml81n but 1st want that field Disable then when user click on create that time get anable

$
0
0

hai.

First it is triggering or not plz check it. change the fields according to your fields.

 

 

   IF GV_TRTYP = 'A'.

 

     LOOP AT SCREEN.

       IF SCREEN-NAME = 'CI_EBANDB-ZZPROJECTNUMBER' OR

          SCREEN-NAME = 'CI_EBANDB-ZZKOSTL'.

         SCREEN-INPUT = 0.

         SCREEN-OUTPUT = 1.

         MODIFY SCREEN.

       ENDIF.

     ENDLOOP.

 

 

   ELSE.

 

     LOOP AT SCREEN.

       SCREEN-INPUT = 1.

       MODIFY SCREEN.

     ENDLOOP.

 

   ENDIF.


Viewing all articles
Browse latest Browse all 3165

Trending Articles



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