Prepaid & Postpaid Payment Group in Hybris Billing
Dynamic Assign with Increment
The below post describes about dynamic ASSIGN with INCREMENT variant which is designed for sequential access of memory area that are located at regular intervals
Differences Between 2 Internal Tables
The class CL_ABAP_DIFF compares the content of 2 compatible internal tables and finds their differences. The CREATE method returns the reference of the instance. Then
ABAP TimeStamp Functions
Some useful timestamp functions are- The below example show how to use the UTCLONG_CURRENT( ) and UTCLONG_ADD( ) functions. Output- Use of UTCLONG_DIFF( ) function-
ABAP Time Stamp Utility Class
ABAP Provides timestamp utility class CL_ABAP_TSTMP with different methods that can serve various purposes in the calculations. It provides methods to find out the time
RAP-1 EML Read and Action
This post is an introduction to the EML[Entity Manipulation Language] in RAP ABAP. The examples are considered with the demo flight information. To start with-
Backward Loop of Internal Table
By default- when we have an internal table with few set of records and we loop over that then the loop goes in a forward