Top "Abap" questions

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

How to check status of a running program

I assume that I have an ABAP program that takes long time on running. So I want to check what …

sap abap
Aggregating rows

In sap I have a table, there are rows with the same name but with different quantity. I want to …

abap collect internal-tables
How to get row count of database table

I am just new in abap language and I am trying to practice an inner join statement but I don't …

abap opensql
BAPI_TRANSACTION_COMMIT with WAIT = 'X' within a BADi

What would be the effect of using the 'BAPI_TRANSACTION_COMMIT' with 'WAIT' parameter when equals to 'X' inside a …

sap commit abap bapi badi
ABAP how to write a date as a long text?

I need to split ABAP date like 20091101 --> "01", "november", "2009" The "01" and "2009" are trivial, but how do I get the …

abap
sy-datum low and high definitions

I have an ABAP program with below sample code which should select data from an SAP table based on a …

abap opensql
How to make an abap program pause?

For testing purposes I need my ABAP program to wait for few seconds. How can this be done?

abap
replace parameter name show on screen?

When I'm defining a parameter, like: PARAMETER pa_date TYPE d DEFAULT sy-datum. How do I change "pa_date" to …

parameters sap abap
How to write text to a local file

I'm trying to write text to a local file (i.e. on my laptop) using the following code: data: fname(60), …

io sap abap bsp
Maintenance view event for checking if field is initial or not

I'm trying to check if a field is leaved initial or not in sm30 with a table that I've made. …

view abap sap-data-dictionary