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.
... structure RSPARAMSL_255 which allows to store up to 255 characters. Importing: i_progname type sy-repid Changing: it_seltab type rsparams_tt Implementation: method get_selection_screen_criteria.
...
In previous article ( Classifications - Part 2 - Get Object Details ) I've created a method to get characteristics values for an object to our dynamic structure, in this part I will show how to use ...
In the first part I show how to create a structure on a base of class characteristics, now I will describe how to get the characteristics values for a object and how to fill the structure we've created ...
... extension
E_EXTENSION TYPE CSEQUENCE -> extension Main code: method get_filename_from_path.
data: m_offset type i.
data: m_path type string.
data: m_filename type string.
data: m_length type i. ...
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 ...
...
exchange_rates TYPE STANDARD TABLE OF exchange_rate WITH DEFAULT KEY.
METHODS: get_exchange_rates RETURNING VALUE(exchange_rates) TYPE exchange_rates.
PRIVATE SECTION.
DATA: xml TYPE string. ...
...
exchange_rates TYPE STANDARD TABLE OF exchange_rate WITH DEFAULT KEY.
METHODS: get_exchange_rates RETURNING VALUE(exchange_rates) TYPE exchange_rates.
PRIVATE SECTION.
DATA: xml TYPE string. ...
... for the project and allow you to do right click and select the user with which you want to logon.
If you double click on the user name, you'll get the popup with the possibility to put the password ...
... to get the 5 characters describing the name of the exit. It knows automatically that for output it needs to use CONVERSION_EXIT_NUMCV_OUPUT and for input (in case of editable fields) CONVERSION_EXIT_NUMCV_INPUT. ...
As you can imagine from the name, NO_SUM does mostly opposite what DO_SUM, but in more secure way. If you don’t want that the field is allowed to be summarized, then set the value of this field to ‘X’. ...
... put there positive numbers, if you want to move decimal places right, then use negative numbers.
Example when you use 0 as round, you’ll get the normal full numbers, the display of the field hasn’t ...
... 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 ...
... grid or table there. But maybe I’m just blind.
Personally I’d prefer that SAP would create new controls that would look like the one you can get in every Windows or iOS applications, which you can ...
... for logon, and here the surprise started :)
HTTP request failed403,,CSRF token validation failed error appear when I was calling oModel.create method......
Trying to get the security ...
... you want to organize such event, then I'll point all needs and steps, so you can see if maybe you can organize such event also.
So starting from the beginning:
1. Get the support of your manager ...
... FUNCTION KEY 1 & 2, the other defnition for TABLES: sscrfields. I've move the logic to class instead of includes so I could get rid of the need of having them in the programs but I couldn't do anything with ...
... with proper RFC target of your DEV system and transaction SU01.
2. Put your user name into proper field, switch on debugging using /h command and click on unlock button. 3. When the debugger ...
... ,2629179) in order to get correct results from the mentioned method. Once done the rest was quite easy.
Always the latest code for this program you'll find on github under this link https://github.com/fidley/JSON2ABAPType. ...
This time it will not be about ABAP but about the way how to extend the time between installation of new license for you NPL instance that is run using Virtualbox and OpenSuse.
Normally it's ...
... I've started to search the web for the eclipse plug-in developments so I could get some more information about it. It was hard time for me, I've stopped this few times until I said, no this cannot be that ...
... opinion, so for you the default settings may looks ok. There is also one big added value for Darkest Dark Theme: during installation you get also icon editor which can be used to customise all icons in ...
... that if SAP table had K at the end of the name that this must be configuration of header (Kopf).
I've inserted my new delivery type as target delivery type and I've filled data transfer of header ...
... had to use CL_PO_HEADER_HANDLE_MM and IF_PURCHASE_ORDER_MM to fetch all data from purchase order and to move them to MDPA and MDLB structures. Once it was ready the rest was peanuts and I could get rid ...
... how to do this in backgroud. The solution was to run FM ME_COMPONENTS_MAINTAIN and ME_COMPONENTS_UPDATE_PREPARE in correct way together with message handler to not interrupt whole process. Here you can ...
... information. I was nominated for Contributing to ABAP and OS projects, I guess because of FALV project ( my part in abap2xlsx is too small ). To be honest there are many other developers who should get ...