Top "Abap" questions

ABAP is the programming language of SAP softwares R/3, S/4HANA, CRM and many others.

Optional parameters in function modules?

I have an ABAP-OO class where I want to call a function module inside a method foo( ). There are two …

abap function-module
Get GOS attachment list for notification via BAPI

I need to find a BAPI (or a chain of BAPIs?) to read the Notification Attachment List (GOS) using as …

abap sap-erp bapi function-module
Performance when using wildcard % in Select LIKE

I have the following, horribly slow and inefficient statement where I want to select all the entries in e071 where …

performance abap opensql
How to return value to user from a Search Help Exit

I have a Search Help with many fields to be displayed to the user in order to apply values. I …

abap sap-data-dictionary
Is there something like MOVE-CORRESPONDING IGNORING INITIALS in ABAP?

I am looking for a language construct or a function module which would be MOVE-CORRESPONDING IGNORING INITIALS like. Simply put …

sap abap
Reference field/Reference table for currency and quantity fields

What 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-forms
Generic solution for F4 search help in OO ALV grid

I have an easy to use function module to create an ALV grid for almost any type of table, especially …

abap alv
How to search for available functions and tables on a SAP system

I've got to admit that I'm not an expert on SAP R/3 programming, so this is more of a basic …

c# .net sap abap bapi
ABAP select performance hints?

Are there general ABAP-specific tips related to performance of big SELECT queries? In particular, is it possible to close once …

performance abap opensql
How can I link RSEG table into BSEG or RBKP to BSEG?

I already browse the web but i find no answer that can solve my problem. I tried the concatenation of …

abap sap-erp