Top "Function-module" questions

A function module is an SAP sub-program containing reusable code.

How to use REUSE_ALV_FIELDCATALOG_MERGE function module?

I'm trying to use the function module REUSE_ALV_FIELDCATALOG_MERGE to pass the field label in ddic to display …

abap alv function-module
SAP FM HTTP_POST to send a message to push notification server

I have a question about the SAP Function Module "http_post". I just want to post a short message (msg) …

json http-post abap function-module
Assign values to dynamic structure

Need idea on the below codes, on how to simplify. Codes below works good but is there a way I …

abap function-module
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
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
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
Optional parameters in function modules?

I have an ABAP-OO class where I want to call a function module inside a method foo( ). There are two …

abap function-module
Get GOS attachment list for notification via BAPI

I 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