SAP Reports / Programs | Cross-Application Components | General Application Functions | Engineering Change Management(CA-GTF-ECM) SAP CA

RCC00500 SAP ABAP Report - ECH: Change Number Overview







RCC00500 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RCC00500 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

CC05 - Change 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 RCC00500. "Basic submit
SUBMIT RCC00500 AND RETURN. "Return to original report after report execution complete
SUBMIT RCC00500 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: PM_TEXT = Long Text
Selection Text: PM_STO = Object Mgmt Record Status
Selection Text: PM_STM = Change Number Status
Selection Text: PM_LVORM = Only With Deletion Indicator
Selection Text: PM_DATUV = Valid-From Date
Selection Text: PM_CCART = Change Type
Selection Text: PM_ANNAM = Created By
Selection Text: PM_AEOI = Object Management Data
Selection Text: PM_AENV = Object Types
Selection Text: PM_AENST = Status
Selection Text: PM_AENNR = Change Number
Selection Text: PM_AENBE = Authorization Group
Selection Text: PM_AEDT = Alternative Dates
Selection Text: PM_ACTO = Display Only Active Statuses
Title: ECH: Change Number Overview
Text Symbol: 030 = Object
Text Symbol: 027 = Lead.cmr Valid from Description Change number Status Del.Ind.
Text Symbol: 026 = Package Valid From Description Change Number Status Del.Ind.
Text Symbol: 025 = Alternative Date Valid From ObInd
Text Symbol: 024 = Alternative Date Valid From Description
Text Symbol: 023 = Object Type
Text Symbol: 022 = Object Type Active Lock Object
Text Symbol: 021 = Change No. Valid From Description Change No. Status Del.Ind.
Text Symbol: 011 = Output Params
Text Symbol: 010 = Selection Params
Text Symbol: 005 = Save As Global Setting
Text Symbol: 004 = Deleted
Text Symbol: 003 = Set


INCLUDES used within this REPORT RCC00500

INCLUDE CCINCL01.


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:

EQUIPMENT_CHECK call function 'EQUIPMENT_CHECK' "#EC EXISTS exporting equnr = i_equnr importing ktx01 = hlp_ktext exceptions equi_not_found = 1 eqkt_not_found = 2 others = 3.

FUNC_LOCATION_READ call function 'FUNC_LOCATION_READ' "#EC EXISTS exporting no_other_language = chr_x spras = sy-langu tplnr = i_tplnr importing pltxt = hlp_ktext exceptions iflot_not_found = 1 iloa_not_found = 2 others = 3.

STATUS_NUMBER_CONVERSION call function 'STATUS_NUMBER_CONVERSION' exporting objnr = akt_objnr language = sy-langu status_number = stvtab-stat importing txt30 = text exceptions insufficient_input = 01 object_not_found = 02 status_not_found = 03 stsma_not_found = 04.

STATUS_READ call function 'STATUS_READ' exporting objnr = akt_objnr only_active = pm_acto tables status = stvdup exceptions object_not_found = 01.

READ_TEXT call function 'READ_TEXT' exporting id = ltx_id language = language name = ltx_name object = object importing header = thead tables lines = tlines exceptions others = 4.

PRINT_TEXT call function 'PRINT_TEXT' exporting application = 'TX' device = 'ABAP' dialog = ' ' header = thead * IMPORTING tables lines = tlines.

CONVERT_TEXT call function 'CONVERT_TEXT' exporting direction = 'EXPORT' format_type = 'ASCII' formatwidth = 72 tables foreign = ascii_lines itf_lines = tlines exceptions others = 1.



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 RCC00500 or its description.