How to get first and last date week ABAP? This question we will resolve in this article with using function modules for work with dates in SAP.
Continue reading First and last day week in SAP ABAPCategory Archives: Function modules ABAP
How work with Function modules SAP in ABAP? Creation, modification, call, remote call via RFC and other options for working with functional modules in ABAP. List useful function modules:
How get work day ABAP?
Get work date in SAP with ABAP important task for SAP developers and I will show example getting factory day in SAP system. If we want to get next work day for sending email, or previous work day for checking activities or work date for planning.
Continue reading How get work day ABAP?REMOVE leading zeros ABAP SAP
Delete leading zeros ABAP in SAP important and easy task. Five examples how to remove leading 0 in ABAP program. There are more then one way how we can delete zeros in ABAP, but all have differences the choice is yours.
Continue reading REMOVE leading zeros ABAP SAPConvert String to Table ABAP in SAP
Convert STRING to table ABAP with using function module SO_STRING_TO_TAB useful when you need to create email in ABAP program. Because for creating HTML document with using, for example cl_document_bcs=>create_document you need to send internal table with table type ABAP SOLI_TAB (rows for this type table SOLI).
Continue reading Convert String to Table ABAP in SAPADD leading zeros in ABAP SAP
Adding leading zeros ABAP in SAP easy and important task. I will show examples how to add leading 0 in ABAP with 3 examples. There are more then one way how we can add zeros in ABAP but all have differences the choice is yours.
Continue reading ADD leading zeros in ABAP SAP