The name of this field says almost everything about it. If you put an ‘X’ in it, then the column will be displayed as checkbox. The type of the field which is used as checkbox should be set to ABAP_BOOL ...
In the previous article I've shown how to check if we can reset the rejection of the purchase requisition. In the same way you can check if rejection is allowed or if release is allowed or if reset ...
... checking EBAN table. You have to use OO PR objects to be able to do so. Bellow you can find a method how to check if you can reset the rejection of the requisition done in the WF. Importing: I_BANFN TYPE ...
Some years ago I was asked to create a report to check if in our Z-developments we are using authorization check or not. Of course not in all developments you need to have authorization check as sometimes standard ...
... a way to avoid such risk -> easily call FM RM_FREE_SESSION_CHECK or TH_USER_INFO directly to check if we can afford to open new session. If yes then we can call our FM in new task, if not then we can ...
... the functionality. Additionally, I’ve hidden all fields that have SP_GROUP filled, so you can check the behaviour directly after running the program.
Figure 109 Field catalog with Group ...
... into field CONNID, but as stated before, the check of the input data is done on a base of the type of internal table field. That is why I’ve received an error that entry is not numeric.
Figure ...
TOOLTIP, as in any other places in on your PC, is responsible to show short info about the column when you hover your mouse over the column header. It’s very useful when you have a lots of fields in you ...
Technical field allows you to do similar thing as NO_OUT, you can hide the field on the output, the difference is that, users are not able to unhide this field. As NO_OUT, in order that TECH field work, ...
... 39 ZDEMO_AIN_CL17 ALV with symbols
You can check the available symbols on your system, but I doubt they vary between old and new releases.
Figure 40 Possible symbols in ALV Grid
...
... you’ll find description of all of them, whenever it was possible by me to check their behaviour. Click on the link on the field name (if exists) to get the deeper description and example of usage.
Field ...
... more extensions on the same system.
Please check following test program which shows how to extend ZCL_CMD_CUSTOMER with local class.
parameters: p_custom type kna1-kunnr,
...
... to work on the created class again while users wants the favorite function to be extended, so after some refactoring and cleaning of my old bad programming, I've decided to check again if there is no reall ...
This is funny story, I tend to lock myself many times on the DEV system because of the wrong typing of the password. Mainly it happened when I switch the layout of the keyboard in Windows from Polish to ...
... of priorities for check variants, but I couldn't find corresponding DB table. Seems that they are stored directly in the checks that's why after some debugging I've setup a break-point in the SCI transaction ...
I'm playing lately with TFS web services in ABAP and as I'm lazy guy I wanted to make my life a bit easier while working with the JSON results.
There is already a nice class /UI2/CL_JSON available ...
... I've not used them at work.
You can check the abaulable symbols on your system, but I doubt they vary between old and new releases.
Here you can find the sample program to display ...
You may saw before the article Create XLSX/MHTML file from internal table in background and you may have use it without any issues before, but it seems that in newer releases of SAP (definitelly >= 7.50) ...
... the Favorites view you will see also additional checkbox while creating folder, named Development Objects Folder. If you’ll check it then all object which will be added to favorites will be opened in Eclipse ...
Bellow you can find the record of my session "Speed up your coding with ABAP in Eclipse" at SAP Inside Track Wrocław 2017, which took place on 27th of May. During the session I was not able to cover whole ...
To continue previous two posts about re-exploding and deleting subcontracting BOM of purchase requisition item, let me describe you how to do the same thing with subcontracting BOM of purchase order line. ...
... the re-exploding the BOM, the difference is that FM ME_COMPONENTS_MAINTAIN is called with parameter i_vorga = 'D' and message check at the end is bit different.
report zabdelprbom. ...
... you can modify layout or field catalog settings to make it editable. Please check following code to see example of usage:
report zsalv_grid_events.
class lcl_grid_trick definition
final
create public . ...
...
And now let’s go end see what are the most important cons and pros of AiE (according to me of course): a. Pros
i. Syntax check while writing the code – one of the most important functions. ...
Column class was created to be able modify faster the settings of field catalog at any place and time. Each field of field catalog has it set method with only one parameter IV_VALUE which type is equal ...
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.
ZCL_FALV is the main class of ...
... when the errors are gone, also container of errors is hidden. Check out the video.
"! This is demo for FALV with error log
"! done by Lukasz Pegiel for http://abapblog.com
report zdemo_falv12. ...
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.
I've built in the mass replace ...
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.
When you want to change ...
The latest version of each part of FALV can be found on github repository https://github.com/fidley/falv which you can use in abapGit for easier up to date handling.
This demos shows how to ...