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
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.
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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HCOPUPD0_CO - Subsequent Generation of Additional ITs for Views HCOPUPD0_CO - Subsequent Generation of Additional ITs for Views HCOPUPD0 - documentation and ABAP source code HCOPUPA0_CO - Subsequent Generation of Additional ITs for Views HCOPUPA0_CO - Subsequent Generation of Additional ITs for Views HCOPUPA0 - documentation and ABAP source code