Menu

SAP Function Module FB_ICRC_REPLACE_PLACEHOLDERS

Replace Placeholders in Template Text

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module FB_ICRC_REPLACE_PLACEHOLDERS (Replace Placeholders in Template Text) is a standard Function Module in SAP ERP and is part of the function group FB_ICRC_SERVICES within the package FB_ICRC.

Technical Information

Function Module FB_ICRC_REPLACE_PLACEHOLDERS
Short Text Replace Placeholders in Template Text
Function Group FB_ICRC_SERVICES
Package FB_ICRC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IB_LAYOUT_GET TYPE FB_ICRC_FLAG 'X' X' - Have User Select Layout
ID_KEY_DATE_CHAR TYPE CHAR10 Formatted Key Date
ID_LANGUAGE_KEY TYPE LANGU Language Key
ID_RPROC TYPE FB_RC_RPROC Reconciliation Process
IR_ORGUNIT_DATA CLASS DATA OrgUnit Data
IR_PARTNER_DATA CLASS DATA Partner Data
IT_DATA TYPE FBICC_T_DATA Data Container
IT_PLHID_VALUE TYPE FBICRC_T_VALUE Placeholder Values
IT_RECIPIENTS TYPE STANDARD TABLE Table type to hold contact person data.

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CD_EXIT TYPE FB_ICRC_FLAG User Cancelled
CD_TITLE TYPE CHAR50 Comment
CT_TEMPLATE_TEXT TYPE STANDARD TABLE Template Text Table

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.