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_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.
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 |
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 |
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 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
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 |