SAP Reports / Programs

CNV_20100_OVERVIEW SAP ABAP Report - Overview of mapping







CNV_20100_OVERVIEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In a chart of account conversion, there are mapping tables for maintaining G/L accounts and primary cost elements, secondary cost elements, other accounts, short and long texts in different languages and B prio control...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CNV_20100_OVERVIEW into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_20100_OVERVIEW - Mapping overview


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT CNV_20100_OVERVIEW. "Basic submit
SUBMIT CNV_20100_OVERVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20100_OVERVIEW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_COA = New chart of accounts
Selection Text: SO_ACC = New G/L account/cost element
Selection Text: P_PACKID = Package number
Selection Text: P_LANGU = Translations
Selection Text: P_EXPAND = Hierarchy expanded
Title: Overview of mapping
Text Symbol: 012 = Accts
Text Symbol: 013 = Cost elems.
Text Symbol: 014 = There is no mapping data.
Text Symbol: 015 = Over.
Text Symbol: 016 = G/L accounts/primary CostEl
Text Symbol: 017 = Secondary CostEl
Text Symbol: 018 = Other accts
Text Symbol: 010 = (Trnsl)
Text Symbol: 001 = Mapping
Text Symbol: 002 = Parameter
Text Symbol: 003 = Initializations
Text Symbol: 004 = Display translations
Text Symbol: 005 = Hide translations
Text Symbol: 007 = (Prio)
Text Symbol: 008 = (BPrio)
Text Symbol: 020 = New account
Text Symbol: SHO = Format output...
Text Symbol: REA = Read data...
Text Symbol: 021 = New CostEl
Text Symbol: 022 = Old G/L account
Text Symbol: 023 = Old primary CostEl
Text Symbol: 024 = Old other account
Text Symbol: 025 = Old secondary CostEl
Text Symbol: 026 = Old account
Text Symbol: 027 = Old CostEl


INCLUDES used within this REPORT CNV_20100_OVERVIEW

INCLUDE CNV_20100_OVERVIEW_TOP.
INCLUDE CNV_20100_OVERVIEW_F01.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING PACKID = P_PACKID EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = CALLBACK_PROGRAM CALLBACK_USER_COMMAND = 'AT_USER_COMMAND' CALLBACK_COLOR_DISPLAY = 'COLOR_DISPLAY'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CNV_20100_OVERVIEW or its description.