A function module is an SAP sub-program containing reusable code.
I'm trying to use the function module REUSE_ALV_FIELDCATALOG_MERGE to pass the field label in ddic to display …
abap alv function-moduleI have a question about the SAP Function Module "http_post". I just want to post a short message (msg) …
json http-post abap function-moduleNeed idea on the below codes, on how to simplify. Codes below works good but is there a way I …
abap function-moduleI have an importing parameter of Table Type in a Function Module / BAPI which is having only one field (material …
abap test-data function-moduleA static public class method, zcl_abc=>dosomething, has an importing parameter it_lines type TLINE_T optional And …
methods abap saprfc function-moduleHow do we concatenate fields of a dynamic work area? The idea is in the below code: LOOP AT lt_…
concatenation abap function-moduleI have an ABAP-OO class where I want to call a function module inside a method foo( ). There are two …
abap function-moduleI need to find a BAPI (or a chain of BAPIs?) to read the Notification Attachment List (GOS) using as …
abap sap-erp bapi function-module