ABAP is the programming language of SAP softwares R/3, S/4HANA, CRM and many others.
I have an ABAP-OO class where I want to call a function module inside a method foo( ). There are two …
abap function-moduleI need to find a BAPI (or a chain of BAPIs?) to read the Notification Attachment List (GOS) using as …
abap sap-erp bapi function-moduleI have the following, horribly slow and inefficient statement where I want to select all the entries in e071 where …
performance abap opensqlI have a Search Help with many fields to be displayed to the user in order to apply values. I …
abap sap-data-dictionaryI am looking for a language construct or a function module which would be MOVE-CORRESPONDING IGNORING INITIALS like. Simply put …
sap abapWhat are reference field and reference table, why we need to specify for currency and quantity fields, where we can …
abap sap-data-dictionary sap-smart-formsI have an easy to use function module to create an ALV grid for almost any type of table, especially …
abap alvAre there general ABAP-specific tips related to performance of big SELECT queries? In particular, is it possible to close once …
performance abap opensqlI already browse the web but i find no answer that can solve my problem. I tried the concatenation of …
abap sap-erp