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-
Category: Uncategorized
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
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
Assign CC Charge Plan to Subscription Product
In SOM, for usage calculation the charge & charge plans are designed in CC system and then the charge plan is assigned to the subscription
VAKEY (Variable key) in S4 HANA
Field VAKEY is not available in KONH Table in S4 HANA. If still you want to get the value of VAKEY as it might have
SOLID Principle
In s/w development, object oriented design plays an important role when it comes to writing flexible, scalable, maintainable & reusable code. Every developer should have