SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_20551_HROBJID SAP ABAP dialog Program - Edit HR object IDs to be cleaned up







CNV_20551_HROBJID is a standard Module pool for a dialog screen ABAP Program 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 CNV_20551_HROBJID 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_20551_HROBJ - HR object IDs for clean-up
CNV_20551_HROBJ_EDIT - Maintain HR object IDs for clean-up
CNV_20551_HROBJ_SHOW - Display HR object IDs for clean-up


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_20551_HROBJID. "Basic submit
SUBMIT CNV_20551_HROBJID AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20551_HROBJID VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Edit HR object IDs to be cleaned up
Text Symbol: 010 = System table, maint. only by SAP, change = modification
Text Symbol: 011 = System table, contents transportable via separate TR objects
Text Symbol: 013 = Table type:
Text Symbol: 014 = Client dependent:
Text Symbol: 016 = Search in col.
Text Symbol: 018 = Select a search column!
Text Symbol: 001 = Delivery class
Text Symbol: 005 = Applic. tables (master & transaction data)
Text Symbol: 006 = Customizing table, maintenance only by cust., not SAP import
Text Symbol: 007 = Table for storing temporary data, delivered empty
Text Symbol: 008 = Customizing table, protected against SAP Upd., only INS all.
Text Symbol: 009 = Contr. table, SAP and customer have separate key areas
Text Symbol: 033 = Notuse:
Text Symbol: 035 = Delivery class
Text Symbol: 036 = Personnel area
Text Symbol: 100 = Exclude certain tables from a delivery class
Text Symbol: 101 = from deletion or add them again?
Text Symbol: 102 = Optional IMG step
Text Symbol: 023 = Controlling area
Text Symbol: 024 = Object type
Text Symbol: 025 = Description
Text Symbol: 026 = Historical record flag
Text Symbol: 027 = Object ID
Text Symbol: 029 = Deletion indicator
Text Symbol: 150 = Status management: Activity cannot be executed!
Text Symbol: 151 = Data has been saved
Text Symbol: 180 = Yes
Text Symbol: 190 = No
Text Symbol: 410 = Execute value check?
Text Symbol: 500 = Company code
Text Symbol: 120 = Save
Text Symbol: 125 = Import file
Text Symbol: 126 = Export file
Text Symbol: 128 = File name
Text Symbol: 129 = with leading zeroes
Text Symbol: 130 = only add
Text Symbol: 507 = Credit control area





Text Symbol: 508 = Controlling area
Text Symbol: 509 = Company
Text Symbol: 511 = Plnt
Text Symbol: 512 = Sales organization
Text Symbol: 501 = Asset company code
Text Symbol: 502 = Valuation area
Text Symbol: 503 = Purchasing organiz.
Text Symbol: 504 = Op. concern
Text Symbol: 505 = Consolidation unit
Text Symbol: 506 = FM area
Text Symbol: 110 = Data has been changed!


INCLUDES used within this REPORT CNV_20551_HROBJID

INCLUDE CNV_20551_TOP_INCLUDE.
INCLUDE CNV_20551_D_MAINT_HROBJID.
INCLUDE CNV_20551_P_MODULES_HROBJID.
INCLUDE CNV_20551_P_MAINT_HROBJID.
INCLUDE CNV_20551_P_PROT.


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:

No SAP FUNCTION MODULES are executed within this report code!



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