ABAP is the programming language of SAP softwares R/3, S/4HANA, CRM and many others.
Why does my ABAP program short dump when I append a line to a sorted table? ST22 Shows ITAB_ILLEGAL_…
abapI know my problem has been asked hundred times. But I still cannot find any suitable solution for me I …
abap alv dynproFirst off, I have no experience with ABAP, I'm operating on guesswork here. I want to add a condition to …
abap opensqlI am a newbie to ABAP (3 days experience) and I am currently on a task to write reports using ABAP …
structure abap sap-erpI trying to get one field from interal table like this: READ TABLE tbl_peps TRANSPORTING ususap INTO lv_responsable …
abapThere is an inline-declared table generated from a SELECT statement as below: SELECT * INTO TABLE @DATA(lt_result) FROM scarr. …
abap custom-data-typeMy question is just as the title has, What's the difference between = and ?= in ABAP operators?
abapI get a internal table from a FUBA call that has ~ 100 rows. About 40% of the rows are not relevant to …
sap abap internal-tablesI have to aggregate in my query SUM of AMUNT field according to WERKS, DATUM and UZEIT I try to …
abap opensql