ABAP is the programming language of SAP softwares R/3, S/4HANA, CRM and many others.
Whenever an invalid value is entered in an ALV Grid, how do I disable the other fields (grey out) in …
abap alvI would like to write a function module that returns a range table. Is that possible and if so, how?
range sap abapI have an importing parameter of Table Type in a Function Module / BAPI which is having only one field (material …
abap test-data function-moduleOur product currently spans a large number of technologies, including Java, PL/SQL, VB.Net and ABAP. We have a …
abap sap-basisA static public class method, zcl_abc=>dosomething, has an importing parameter it_lines type TLINE_T optional And …
methods abap saprfc function-moduleI want to traverse through the entire nodes of an if_ixml_document. which is the best way to do …
xml abap dom-traversalJust as some background, I intend to write an Excel add-in with .NET that can execute queries from an SAP …
abap bapi sap-queryI want to fetch the a field say excep_point from a transparent table z_accounts for the combination of …
abap opensqlHow do we concatenate fields of a dynamic work area? The idea is in the below code: LOOP AT lt_…
concatenation abap function-moduleI am creating an ALV output grid using class cl_gui_alv_grid. One of the columns of the output …
abap alv