Top "Abap" questions

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

How to skip mandatory fields on selection screen?

I want it to skip mandatory fields when i clicked on 'İptal' button . But i don't want to control …

button abap dynpro
How to get back to the calling screen?

my current screen-build looks like this: But when i try to get back from Screen 250(called screen) to 100(the calling …

abap dynpro
How to get the selected entry in WebDynpro ABAP table?

I have a webdynpro containing a table displaying numerous lines. After the user clicks the delete button I want to …

abap webdynpro
Execute a program via SUBMIT, with GUI suppression

I want to expose the functionality of an SAP program (transaction) as a BAPI. I need to call a report …

abap bapi
How to exclude unnecessary buttons in ALV toolbar?

So, inside the TOOLBAR event of the CL_GUI_ALV_GRID the parameter E_OBJECT has the table MT_TOOLBAR …

toolbar abap alv
Preferred Boolean type for ABAP Development

SAP doesn't have a core Data Type for boolean values. Additionally, higher level boolean types in SAP typically have three …

abap
Is there a way to find the customizing request number for a given record at a maintenance view?

In ABAP we can check the latest workbench request assigned to a given code from Utilities->Versions->Version …

sap abap
ALV Grid toolbar is missing in fullscreen

I've created a simple ALV grid and populated the grid with data, now the grid is displayed after the selection …

sap toolbar abap alv
How to change program titlebar?

I'm trying to show something else than the program title in the title bar but so far it's not working. …

abap titlebar dynpro
Function module to export local table to excel

I am working on a program in Business Warehouse that allows you to map out all of your process chains …

abap alv