ABAP is the programming language of SAP softwares R/3, S/4HANA, CRM and many others.
I assume that I have an ABAP program that takes long time on running. So I want to check what …
sap abapIn sap I have a table, there are rows with the same name but with different quantity. I want to …
abap collect internal-tablesI am just new in abap language and I am trying to practice an inner join statement but I don't …
abap opensqlI need to split ABAP date like 20091101 --> "01", "november", "2009" The "01" and "2009" are trivial, but how do I get the …
abapI have an ABAP program with below sample code which should select data from an SAP table based on a …
abap opensqlFor testing purposes I need my ABAP program to wait for few seconds. How can this be done?
abapWhen I'm defining a parameter, like: PARAMETER pa_date TYPE d DEFAULT sy-datum. How do I change "pa_date" to …
parameters sap abapI'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