Top "Abap" questions

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

Selecting MAX over multiple dependent fields

Here's a sample of the data I wish to select from in the AFRU table. +----------------------+-----------------+-------------------------+ | Confirmation (RUECK) | …

abap opensql
Call screen on button click?

I have a mainscreen with a few buttons in it and I'm trying to assiciate each button with a screen …

abap dynpro
Update Statement in ABAP not working

I have an UPDATE statement in ABAP which looks like : UPDATE zicstt099 FROM TABLE lt_zicstt099 The Update is failing …

abap
Refresh table control after action

I have a screen with a table control in it (generated with the Screen Painter) that shows records from a …

refresh screen abap dynpro
How do i get all ui elements of a view? (Web Dynpro ABAP)

I want to make the labels of an input field invisible when the input field is invisible. I cant bind …

abap webdynpro
How to trigger the ALV DATA_CHANGE event manually?

I have an instance of CL_GUI_ALV_GRID referenced by variable mo_alv_grid. I have a button column …

abap alv
How to include multiple conditions in a SELECT?

I am using 5 Parameters to fetch the details from DB table (mara, makt, marc, mard). PARAMETERS :number TYPE matnr MATCHCODE …

where-clause abap opensql sap-selection-screens
How to learn ”the way of ABAP"?

I never worked with SAP. I have a reasonable understanding of business, but no accounting background. How to learn ABAP …

sap abap
How to use REUSE_ALV_FIELDCATALOG_MERGE function module?

I'm trying to use the function module REUSE_ALV_FIELDCATALOG_MERGE to pass the field label in ddic to display …

abap alv function-module
How to write character type number with points

I am holding the number in character format in abap. Because I have to take the minus from right to …

sap abap