Menu

SAP Function Module FB_ICRC_ADD_DATA_RFC

ICR: Push Data Into Reconciliation Process

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module FB_ICRC_ADD_DATA_RFC (ICR: Push Data Into Reconciliation Process) 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_ADD_DATA_RFC
Short Text ICR: Push Data Into Reconciliation Process
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_DISPLAY_LOG TYPE FB_ICRC_FLAG X' - Display Log, SPACE - No Log
EB_DO_NOT_POST_ON_ERROR TYPE FB_ICRC_FLAG 'X' X' - Post Only If No Errors Occur, SPACE - Error Free Data Records Are Posted
EB_RUN_ASSIGNMENT TYPE FB_ICRC_FLAG 'X' Automatic Assignment Program is Started For Posted Data Records
EB_TEST TYPE FB_ICRC_FLAG X' - Test Run, SPACE - Update Run
ED_MAXRF TYPE FB_ICRC_MAXRF Maximum Number of Parallel Calls for Automatic Assignment
ED_PERID TYPE POPER Reconciliation Period
ED_RPROC TYPE FB_RC_RPROC Target Reconciliation Process
ED_RVERS TYPE RVERS Version
ED_RYEAR TYPE GJAHR Reconciliation Year
ED_SVGRP TYPE ICRC_SVGRP Server Group For Automatic Assignment
ET_DATA_001 TYPE FBAS_T_CLUSTR ICR: Table of Data Records for Process 001
ET_DATA_001_PLAIN TYPE FBICRC_T_SELECT_001 ICR: Table of Data Records for Process 001
ET_DATA_002 TYPE FBAS_T_CLUSTR ICR: Table of Data Records for Process 002
ET_DATA_002_PLAIN TYPE FBICRC_T_SELECT_002 ICR: Table of Data Records for Process 002
ET_DATA_003 TYPE FBAS_T_CLUSTR ICR: Table of Data Records for Process 003
ET_DATA_003_PLAIN TYPE FBICRC_T_SELECT_003 ICR: Table of Data Records for Process 003
ET_RCOMP_FDNAM TYPE FBICRC_T_RCOMP_FDNAM Company and Fieldname

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IT_MSG TYPE FBICRC_T_MSG_RFC ICR: Simple Message Table To Pass Back To RFC Caller

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
EXC_CONV_NOT_SUPPORT Conversion Not Supported
EXC_RPROC_NOT_SUPPORTED Process Not Supported