Top "Abap" questions

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

How to disable the Editable ALV Grid in case of an incorrect entry?

Whenever an invalid value is entered in an ALV Grid, how do I disable the other fields (grey out) in …

abap alv
Returning a range table. How?

I would like to write a function module that returns a range table. Is that possible and if so, how?

range sap abap
Bulk load into table parameter in Function Module and save it in test directory

I have an importing parameter of Table Type in a Function Module / BAPI which is having only one field (material …

abap test-data function-module
Managing ABAP Source Code in Source Control

Our product currently spans a large number of technologies, including Java, PL/SQL, VB.Net and ABAP. We have a …

abap sap-basis
Parameter is not type-compatible with formal parameter when method is called from FM

A static public class method, zcl_abc=>dosomething, has an importing parameter it_lines type TLINE_T optional And …

methods abap saprfc function-module
Traverse all the nodes of an XML document?

I want to traverse through the entire nodes of an if_ixml_document. which is the best way to do …

xml abap dom-traversal
How can I get a list of SQVI queries by User ID?

Just as some background, I intend to write an Excel add-in with .NET that can execute queries from an SAP …

abap bapi sap-query
Fetch a single field from DB table into itab

I want to fetch the a field say excep_point from a transparent table z_accounts for the combination of …

abap opensql
Concatenate fields of a dynamic structure

How do we concatenate fields of a dynamic work area? The idea is in the below code: LOOP AT lt_…

concatenation abap function-module
Mark checkboxes in ALV output grid as selected

I am creating an ALV output grid using class cl_gui_alv_grid. One of the columns of the output …

abap alv