Menu

SAP Function Module FB_ICRC_PREPARE_RFC

Prepare RFC Calls for Source Systems

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_PREPARE_RFC (Prepare RFC Calls for Source Systems) 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_PREPARE_RFC
Short Text Prepare RFC Calls for Source Systems
Function Group FB_ICRC_SERVICES
Package FB_ICRC
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EB_DSOURCE_OTHER_PROC TYPE FB_ICRC_FLAG X' - Documents Are Also Sent From Other Process
ED_LOG_HANDLE TYPE BALLOGHNDL Application Log: Log handle
ED_POPER TYPE POPER 0 Posting period
ED_RPROC TYPE FB_RC_RPROC Reconciliation Process
ED_RVERS TYPE RVERS '000' Version
ED_RYEAR TYPE GJAHR Fiscal Year
ET_RFCDES_RCOMP_CHECK TYPE FBICRC_T_RFCDES_RCOMP_CHECK Companies per RFC Destination

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
CB_LEAVE_PROGRAM TYPE FB_ICRC_FLAG Severe Error Occurred
CB_RCOMP_MAP TYPE FB_ICRC_FLAG Company IDs Have To B
CTH_MSG TYPE FBICRC_TH_MSG Table of Messages per
CTH_RCOMP_MAP TYPE FBICRC_TH_RFCDES_RCOMP_MAP Mapping of Company ID
CTH_RCOMP_MAP_REV TYPE FBICRC_TH_RFCDES_RCOMP_MAP Mapping of Company ID
CTH_RCOMP_PROP TYPE FBICRC_TH_RCOMP_PROP Company Properties
CTH_RCOMP_STATUS TYPE FBICRC_TH_RCOMP_STATUS Table for Company Sta
CTH_RCOMP_STATUS_ERR TYPE FBICRC_TH_RCOMP_STATUS Table for Company Sta

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.