SAP Reports / Programs

RPUPVBB0 SAP ABAP Report - Report RPUPVBB0







RPUPVBB0 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 RPUPVBB0 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 RPUPVBB0. "Basic submit
SUBMIT RPUPVBB0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPVBB0 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 (no update of Master Data
Selection Text: SMOLGA = Country grouping
Selection Text: PERNR = Personnel number
Selection Text: NEWDATE = Begin date of the new records
Title: Report RPUPVBB0
Text Symbol: 027 = Mismatch of delimitation between IT 21 and IT 106:
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 RPUPVBB0

INCLUDE RPUMKC00. "HANDLING FEATURES
INCLUDE RPUPVBB1. "DATA DECLARATIONS
INCLUDE RPUPVBB2. "ROUTINES FOR BELGIAN APPLICANTS


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.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_stcnt i_msgid = l_msg-msgid i_msgty = l_msg-msgty i_msgno = l_msg-msgno i_msgv1 = l_msg-msgv1 i_msgv2 = l_msg-msgv2 i_msgv3 = l_msg-msgv3 i_msgv4 = l_msg-msgv4 EXCEPTIONS OTHERS = 99.



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