Column ID is not really a special field in ALV. It is always filled automatically by ALV and your manual entries are overwritten and set to the same value as COL_POS (Column position).
I’ve prepared ...
... to prepare implementation of the method. In my example I simply read the clicked cell content and I display a message on the screen. The index of row of clicked cell you’ll find in structure E_ROW_ID in ...
... grid. Maybe just for information and for Report-Report interface, where this field is use as one of the matching criteria for selection-screen parameters.
As you can see on the next image, although ...
Before writing this part, I was never using Report-Report Interface, so probably it is not common scenario to do so, or it is not used with the systems I had possibility to use. But anyway I’ve made a ...
... automatically from the data element of the referenced field.
Figure 97 Texts of Data Element S_FROMAIRP
When you do not use reference to data dictionary and you set REPTEXT ...
... e_rates = transform_xml_to_table( ).
ENDMETHOD.
ENDCLASS.
Once you have your internal table filled, you can prepare the code to use BAPI_EXCHANGE ...
...
Figure 90 ZDEMO_AIN_CL36 Selection screen with data type
Figure 91 ZDEMO_AIN_CL36 Result of report with TIMS data type
I’ve tried to enter data in TIME ...
... no more and no less than a function modules that helps to represent the internal values into understandable or more readable values. An basic example is field MATNR which is 18 characters long in ECC and ...
...
Figure 68 ZDEMO_AIN_CL29 hiding of columns
In this case I’ve also filled the REPTEXT column, in order to show you that it is possible to move the columns to display. If I wouldn’t do that, ...
... of field catalog as well.
Using Conversion-Exit, for example ‘==ALPHA’, where ‘==’ sings represents the information that we’re using conversion-exit, and the next 5 characters are reserved for the ...
... Figure 14 you can see that, the field catalog is created manually with only field names inside. I also do not pass I_STRUCTURE_NAME parameter, so then only field catalog will be used to prepare the display ...
CFIELDNAME can be read as currency field name. When you have in your internal table a field that represents the currency for the amount stored in a field kept under FIELDNAME in field catalog, then you ...
... next generation of UI in SAP world and I was thinking about when SAP will kill old ALVs. This so far didn’t happened and as there are dozens of ABAP developers who still creates reports and transactions ...
... as you may have for example different extensions to customer master data on your different instances of ERP.
In order to allow you to use ZCL_CMD_CUSTOMER class with the custom fields ...
... ompany Hager Group, has given me a possibility to organize it in the buildings of the company, as well as I got all needed resources to prepare the whole event including food, drinks and gifts. I receiv ...
... 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 ...
... e structure of JSON.
Instead of spending time on creating manually all needed types, I've decided to create a small report that will do the work for me. Once done it will serve for long time.
...
... always SAP is prepared for that, so you're not able to run your NPL instance until SAP prepares update. With this trick you can run your instance further as the VM time is still in the past :-)
...
... m to display all that I have found on 7.50 SP2 NW system.
report zab_alv_symbols.
parameters: dummy as checkbox.
initialization.
data(grid) = new cl_gui_alv_grid( i_parent = new cl_gui_docking_containe ...
...
I was changing the format of the field in the SAP Script form, but without effect. I was also trying to repeat this on different installations and funny fac ...
...
And this is how Darkest Dark looks in full screen.
As lots of this icons were prepare in icon designer by me and they are not yet synchronised with Genuitec and moder ...
...
The main part is again to use FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE , but this time there is no easy way to fill MDPA and MDLB structures which are ...
In previous post I've shown how to re-explode subcontracting components of purchase requisition using FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE . Using very similar code you can delet ...