... tion-screen then program RSDBRUNT is called which is manipulating the output of the selection screen and also the GUI status.
After some debugging I found interesting global variables there: CU ...
... and then change the value of the variable LS_MSG-MSGTY or LV_MSG_DATA-MSGTY from 'E' to empty. Presss F8. 5. Repeat the step 4 after pressing the unlock button. Yo ...
... enable this option, once you put your cursor into variable or method name, directly all occurrences of it will be marked on the side of editor, so you don’t need to use where used list inside the ...
... on) type sy-ucomm.
FULLY_DYNAMIC
This global variable determines if GUI Status is fully dynamic or not. On a base of it different GUI STATUSES are used in PBO of full screen FALV. Exa ...
... p;) .
"Add title variable
falv->title_v1 = 'ZDEMO_FALV03'.
"Add button into GUI status at for function F01 (in partial dynamic GUI Status we can have up to 19 ...
... I remember I was always using SAPGUI_PROGRESS_INDICATOR FM to display such messages on the screen. When used inside loops I often was manually dividing current tabix by selected variable (for ...
... which allows multiple row selects. 1) In order to prepare such popup you'll need to firstly define some global variables in FG which you can find bellow: constants: c_ccname_grid_popup type scrfname value 'CC_GRID_POPUP'. ...
... it? Well, when you call dynamic selection-screen (with parameters like (variable) ) for the first time the output is ok, but the second time you do it in the same runtime of transaction or program then ...
Welcome back :-)
Some time ago I presented how I get data from classifications to reference data variable ( or table). If you feel comfortable with my method then we can go further. I had a task ...
... PC directly - also a program with proper parameters. In my example I will use IZArc (it's free and fast). So what I'm doing here is:
- passing full path to the file which will be zipped
- call cl_gui_frontend_services=>environment_get_variable ...
... I've used this class to create a method to simplify the process of zipping. First of all class CL_ABAP_ZIP is zipping xstrings so I'll provide you the possibility to pass not only xstring variables ...