When you create the code sometimes you forget about optimizing of your code or you don't know how to properly use a statement. This is category for you.
...
... screen
When you select the first option - “COL_ID filled”, the FCAT will be created with manual COL_ID.
Figure 121 ZDEMO_AIN_CL46 FCAT with manual COL_ID
...
...
Once done, you should create handler for the event and notify ALV grid about it. To do so, you need to declare a method (named hotspot_click in my example) with the addition FOR EVENT HOTSPOT_CLICK ...
... selection of fields to display in layout change window, you’ll be able to choose to see all hidden fields or the hidden fields from the group you’ve created. If you don’t pass the group name into IT_SPECIAL_GROUPS, ...
...
Figure 104 Selection data filled by RRI
After activation of Report-Report Interface I’ve created a double click handler in order to run the interface, but you can also use standard ...
Following the example of downloading exchange rates from Central Bank Of Turkey using transformations, please find bellow the same way for National Bank of Poland.
Again, lets create an RFC destination ...
... XML from bank site into internal table, which can be then used inside your code to populate values of BAPI_EXCHANGERATE_CREATE FM.
There are few ways to download the XML to your ABAP code, I ...
... hen you right-click on the project node, you are able to add new client to the list.
When you right-click on client node, then you can create additional users or you can delete the cl ...
OUTPUTLEN can be used to setup the width of the column (if you don’t use automatic column width optimization). When automatically created, usually it have the value of the maximum field width, but when ...
... 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 ...
Field catalog is one of most important tables that is used in ALV Grid. In most cases you’ll create it manually or at least after automatic creation, you’ll update its content, as most of the columns settings ...
I wrote in previous post, you can’t use this class directly without any effort. First of all, the class itself will not display anything if you’ll not create a container for it. The following containers ...
... 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 ...
... , when you will pass the customer number to constructor, then the class will try to read data of existing customer, if not then it will assume that you want to create new customer.
...
... h it. That's why when I've heard that I need to create an simple app in Fiori to create new incident in our helpdesk system.
Normally it looks very simple both from backend and UI p ...
... l Fields" function.
Few days ago I've started 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, ...
... a BAdI is created, the import parameter EXIT_NAME is not filled
CI_BADI_GETINST
CL_CI_TEST_FIND_BADI_CALL
2
N
When an instance of a BAdI is created, the import ...
... h can deserialize JSON and also it can generate a dynamic structure from JSON file but at the end to make programming easier you need to create local or global structure that will be matching t ...
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 ...
I'm big fan of CMD_EI_API and VMD_EI_API classes. I use them to create, update and delete customer and vendor master data, including contact persons, partners and all data you have in XD02/XK02 transaction ...
1.Why I’ve created the plug-in?
I was always missing a small functionality in Eclipse - a Favourite SAP T-Codes which we all know form SAP Menu. I know to you can call SMEN transaction ...
... as with standard t-code it was working correctly, so I tried several FM to create deliveries without reference but always with the same result as you can see on picture bellow.
Then ...
... lot of perspectives (layouts of views) for many purposes, like debugging, standard view, full screen view, Full HD view, etc. It’s only your imagination which is stopping you to create new one ...
... be able to access those elements. If you'll try to access them directly in such class ( for example me->create_ex_result( ). ) then you'll receive syntax error. Here is an example ...
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 ...
... class of whole FALV. Everything starts here. Bellow you can find some description of main methods and attributes which are made in this class.
Methods:
CREATE
CREATE_BY_COPY
LVC_FCAT_FROM_ITAB ...
... uses few of previous demo examples + at the end it calls screen 0100 which has container CC_MAIN and they are used to create last FALV. So you have choice, you can use full screen FALV or you can place ...