Menu

SAP Function Module JV_INTERCOMP_MAPPING_CHECK

Reconciliation of intercompany settings

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module JV_INTERCOMP_MAPPING_CHECK (Reconciliation of intercompany settings) is a standard Function Module in SAP ERP and is part of the function group GJV_RECONC_MASTER within the package GJVA.

Technical Information

Function Module JV_INTERCOMP_MAPPING_CHECK
Short Text Reconciliation of intercompany settings
Function Group GJV_RECONC_MASTER
Package GJVA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BUKRS TYPE BUKRS Company Code
CALL_FM_COUNT TYPE I 1 How often is FunctionModule called ? Has to start at 1. Which row is checked
CC_CUT TYPE JV_CCCUT Cutback cost center
CC_FROM TYPE KOSTL Range Cost Center 'from'
CC_TO TYPE KOSTL Range Cost Center 'to'
COST_TYPE TYPE I 1 check cost center (1)/or internal order(2) or workbreakdown structure(3)
DATE TYPE DATUM Date (Cost Center and Equity groups are dependent on the date)
DISPV TYPE XFELD ' ' Display also valid entries of check(for RGJV_ICMAP_CKECK_ALL)
INTCOCD TYPE JV_INTCOCD Intercompany Code
MTYPE TYPE JV_CB_BTC 'I' Not optional for TYPE_OF_CALL -' '. Customizable messages. Default mesage type
ORDER_CUT TYPE JV_ORDCUT Cutback Order
ORDER_FROM TYPE JV_ORDFROM Order 'From' Range
ORDER_TO TYPE JV_ORDTO Order 'To' Range
TYPE_OF_CALL TYPE XFELD ' ' Is caller RGJV_ICMAP_CHECK_ALL_TOP then - 'X' or online check ' '
WBS_CUT TYPE JV_PROJCUT Cutback WBS
WBS_FROM TYPE JV_PROJFRO Work breakdown structure element 'from'
WBS_TO TYPE JV_PROJTO WBS element 'to' Range

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DISP_RANGE_CO_OBJ TYPE XFELD For RGJV_ICMAP_CHECK_ALL to hide the column cost_object_to if no message 871
INT_MESSAGEALV TYPE JV_ICMAP_CHECK contains reconciliation results of T8JI with T8J1*

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.