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

Re: MIGO screen field display

$
0
0

Hi,

please add this code to your BADI

 

method IF_EX_MB_MIGO_BADI~LINE_MODIFY

if not GOITEM-EQUNR is initial.

flag = 'X'.

endif.

 

And in the PBO of the screen, please write these code logic to populate your field,

and import flag value here.

 

LOOP AT SCREEN.

IF SCREEN-NAME = 'name of screen'.

SCREEN-INPUT = '0'.

MODIFY SCREEN.

ENDIF.

ENDLOOP.


Viewing all articles
Browse latest Browse all 8372

Trending Articles



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