SAP Reports / Programs | Payroll(PY) SAP PY

HCOPUPD0_CO SAP ABAP Report - Subsequent Generation of Additional ITs for Views







HCOPUPD0_CO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for To generate data for the views of infotypes 0002, 0006 and 0009 for applicants in the selection process...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 HCOPUPD0_CO into the relevant SAP transactions such as SE38 or SE80


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 HCOPUPD0_CO. "Basic submit
SUBMIT HCOPUPD0_CO AND RETURN. "Return to original report after report execution complete
SUBMIT HCOPUPD0_CO 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: TEST = Test
Selection Text: SMOLGA = Country grouping
Selection Text: PERNR = Personnel number
Selection Text: NEWDATE = Delimitation date
Title: Subsequent Generation of Additional ITs for Views
Text Symbol: 026 = No entry found in T503 - Birth date used as BDA
Text Symbol: 025 = Change of pay scale group - Check BDA !
Text Symbol: 024 = Infotype does not exist:
Text Symbol: 023 = --- new personnel number:
Text Symbol: 022 = Error when determining cost assignment:
Text Symbol: 021 = PSen cannot be determined; earlier date not possible
Text Symbol: 020 = PSen cannot be determined; pay scale level not 01-20
Text Symbol: 019 = No entry found in T5D7K - Birth date used as BDA
Text Symbol: 018 = No conversion for view:
Text Symbol: 017 = No conversion routines for CGr:
Text Symbol: 016 = Subsequent generation of additional ITs for IT views
Text Symbol: 015 = No database conversion occurred
Text Symbol: 014 = No. of added infotype records:
Text Symbol: 013 = Number of converted personnel nos:
Text Symbol: 012 = No. of infotypes that already exist:
Text Symbol: 011 = Number of incorrect personnel nos:
Text Symbol: 010 = Number of relevant personnel nos:
Text Symbol: 009 = Statistics
Text Symbol: 008 = Error when adding new records:
Text Symbol: 007 = Secondary infotype already exists:
Text Symbol: 006 = No entry in table T001P
Text Symbol: 005 = Infotype 0001 does not exist
Text Symbol: 004 = Error when updating to PA0003
Text Symbol: 003 = Error when reading feature IVWID
Text Symbol: 002 = No IVWID specified
Text Symbol: 001 = Start of subsequent IT generation in client:


INCLUDES used within this REPORT HCOPUPD0_CO

No INCLUDES are used within this REPORT code!


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:

APPEND_PROTOCOL call function 'APPEND_PROTOCOL' exporting accept_not_init = 'X' tables xmsg = mess_tab exceptions file_not_found = 1 prot_not_initialized = 2 wrong_call = 3.



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