Using Regular Expressions in SAP ABAP (REPLACE, FIND REGEX)

Start using Regular Expressions with ABAP and your Code will be more efficient and shorter. FIND REGEX and REPLACE ABAP statement with samples and real case.

In this article, we will start with the common Regular Expressions Operators used in ABAP.

Then, you will find some useful ABAP Statement using Regular Expressions in order to detail the main Regex in ABAP: the FIND REGEX and REPLACE. 

Continue reading “Using Regular Expressions in SAP ABAP (REPLACE, FIND REGEX)”

Main SAP Product Hierarchy Tables and Quick Tips

SAP Product hierarchy tables stored the PH is an alphanumeric character string used for grouping materials.

In the standard SAP system, a product hierarchy can be created with up to three levels, each with a specific number of characters. Each level signifies a certain characteristic of the product. (source)

You find here the list of the main SAP Product Hierarchy Tables and some quick tips working with PH.

Continue reading “Main SAP Product Hierarchy Tables and Quick Tips”

ABAP: How to Convert String to Integer, Quantity, Currency

Convert String to Number and String in ABAP : Find here the different methods to convert String variable into Number, Quantity or Amount in SAP ABAP with sample code or SAP standard function template making easing to convert string.

You will find mainly how to Convert String to Number in ABAP, SAP ABAP Convert string to decimal in ABAP, Convert String to Quantity in ABAP and ABAP Convert String to Amount (Currency).

Continue reading “ABAP: How to Convert String to Integer, Quantity, Currency”
Exit mobile version