It is necessary to understand the internal table in order to make and debug the ABAP program. Here’s wha ..
Category : Define Data
OverView The REPLACE instruction is an instruction to search for a specific character and replace it if it is ..
OverView The FIND Statement searches for whether a specific character is included, and if so, returns the posi ..
Overview SAP memory is a memory area that can be accessed by all sessions in the SAP GUI. The big difference i ..
Let’s introduce what the arithmetic operators mentioned above can be described as instructions. Command ..
The following arithmetic operators can be used in ABAP. 演算子 計算 + Operand addition – Subtract right opera ..
Over View The one thing you should be careful about when creating an ABAP program is the conversion of interna ..
Over View The SPLIT instruction is an instruction that divides the value by a specific character. Get data fro ..
Over View CONCATENATE is a command to combine strings. Handle strings It can be used with Char, Numeric, Dats, ..
Over View The DATA is define the place that is stores a value that is called a variable. When created the add- ..
Recent Comments