Top "Abap" questions

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

Best practice for Table Expressions (NW 7.4)

An official SAP presentation discussing new ABAP programming features in NetWeaver 7.4 (CD261) makes a big deal about table expressions, replacing …

abap
Update BSEG-ZUONR with Function Module

I successfully change BKPF-BKTXT with FM CHANGE_DOCUMENT but why can't I change BSEG-ZUONR with FM CHANGE_DOCUMENT too? Here's …

abap sap-erp bapi
How to extract data from a SAP ABAP system?

I need to extract data from a SAP ABAP system in a format that can then be loaded into an …

oracle oracle11g abap
Group digits in currency and remove leading zeroes

I want to know how to do digit grouping when I have value for money for example 3000000 ( 3million) i want …

sap locale currency abap
Can I call a search help programatically, with some parameters already filled in and non-editable?

I have collective search help S_MAT1 defined for data element MATNR. I want to invoke programatically the append search …

search abap sap-data-dictionary
Unable to close modal dialog

I'm trying to call a screen as a popup. The screen type is set to Modal dialog box and I'm …

modal-dialog abap dynpro
How to set values in the listbox?

I have defined a list box in my selection screen, as follows: SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE …

dropdown abap dynpro
GOS attachments download

Basically I have some attachments listed in the Generic Object Services (GOS) and I need to download all of them …

abap sap-erp
How to encode a STRING variable into a given code page

I've got a string variable containing a text that I need to encode and write to a file, in UTF-16…

character-encoding abap codepages character-set
How to copy ALV layouts between clients in same system?

I have ALV layouts saved in a system where data was present but it is not possible to transport those …

abap alv