Top "Abap" questions

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

How to get rows count of internal table in abap?

How do I get the row count of an internal table? I guess that I can loop on it. But …

abap
What are ABAP and SAP?

What are SAP and ABAP? I searched and got a bunch of different acronyms that don't quite make sense. Is …

sap abap
How should I start learning about SAP?

I'm working as a MS developer working to provide bridging products between MS technology and SAP. I'm used to the …

abap hana sap-fiori sap-gui sap-erp
Ways of checking if record exists in itab without loop?

Is there a shortcut or should I just loop at the table and check? I mean I am using an …

abap
Delete the current row from an internal table in a loop

Can I safely delete the active row while looping over an internal table? As an example, consider this code: LOOP …

abap
Disable a parameter input at selection screen

I have screen filter at selection screen like this SELECTION-SCREEN BEGIN OF BLOCK a WITH FRAME. PARAMETERS s_werks like …

abap sap-selection-screens
How to convert an UTC timestamp to system date and time in ABAP

does anyone of you have suggestions how to convert a given UTC timestamp into the date and time of the …

timezone abap
How to set dynamic key for READ TABLE?

I'm trying to work out a way to read an internal table that has to be created dynamically. I have …

dynamic sap abap internal-tables
Query SAP database from Python?

Can Python be used to query a SAP database?

python abap sap-basis pyrfc
How to learn SAP ERP (without buying it)?

I would like to learn SAP ERP. Is there a SAP ERP student edition? How do people practice SAP ERP? …

abap