In the elements list enter the name OK_CODE for the element of type OK. The code REPORT sapmz_hf_controls1 . 1. CONSTANTS: 1. line_length TYPE i VALUE 254. 1. DATA: ok_code LIKE sy-ucomm. 1. DATA: 1. * Create reference to the custom container 1. custom_container TYPE REF T...
The line number of the TextEdit control that is double clicked, is retreived using method GET_SELECTION_POS. The internal text table is reloaded froim the TextEdit control with method GET_TEXT_AS_R3TABLE. The position of the double click in the TextEdit control is used to find the entry...
The line number of the TextEdit control that is double clicked, is retreived using method GET_SELECTION_POS. The internal text table is reloaded froim the TextEdit control with method GET_TEXT_AS_R3TABLE. The position of the double click in the TextEdit control is used to find the entry...
SAP Managed Tags: ABAP Development Hi Stephan, 1. Even if it is possible using NATIVE SQL it is recommended not to use them. 2. Because it would be DATABASE DEPENDENT. 3. In future, if the database changes, then the program won't work. 4. Moreover, its always better (in fact ...
Solved: Hi all, Can anybody please say me what is the exact use of EVENTS in OOPs ABAP. Can anybody please explain me with an example. Thanks in advance.
https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#prefer-line_exists-to-read-table-or-loop-at upport relevant from 7.40, SP02 and up Member larshp commented Sep 16, 2020 I'm starting this now larshp self-assigned this Sep 16, 2020 Member larshp commented Sep ...
In this case a field from the source structure will be used (FPAYH-ZLAND). Example of reference node can be found below. Remark: DMEE-tree for this example uses segment with two elements LABEL and VALUE. Label element is mapped to a constant text value (tag) that by default equals ...
SAPUI5, field masking for SAPUI5 and SAP Fiori, NW ABAP Gateway (OData) I'm trying to create an attachment using create_stream method of dpc_ext class in SAP Odata. Even I'm able to create the attachment and save that into DB. But the challenge is the attachment should be saved...
SAP Managed Tags: ABAP Development Hi Prasad, Packed numbers - type P Type P data allows digits after the decimal point. The number of decimal places is generic, and is determined in the program. The value range of type P data depends on its size and the number of digits after the de...
SAP S/4HANA As you probably already know, you can use the Custom Code Migration app in the SAP BTP, ABAP environment to check your ABAP custom code in an SAP Business Suite, SAP S/4HANA Cloud, private edition (or SAP S/4HANA on-premise) system (further referenced as “on-premise”...