SAP Reports / Programs

RPAPS0U0ERR SAP ABAP Report - Electronic Rating and Rankings - Test/Eval Crediting Plan







RPAPS0U0ERR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In certain situations, like filling a vacancy, multiple applicants may need to be evaluated using set criteria...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 RPAPS0U0ERR 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 RPAPS0U0ERR. "Basic submit
SUBMIT RPAPS0U0ERR AND RETURN. "Return to original report after report execution complete
SUBMIT RPAPS0U0ERR 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: CERT_CMB = Certificate Number
Selection Text: ACTION = Crediting Plan Code
Title: Electronic Rating and Rankings - Test/Eval Crediting Plan
Text Symbol: 132 = Subtype
Text Symbol: 131 = applicant error messages.
Text Symbol: 130 = final report. Check Log for
Text Symbol: 129 = Applicant removed from
Text Symbol: 128 = fields of infotype
Text Symbol: 127 = Unknown error processing additional
Text Symbol: 126 = throws exceptions
Text Symbol: 125 = Function Module for AF infotype
Text Symbol: 124 = does not exist or illegal
Text Symbol: 123 = Structure
Text Symbol: 122 = header line is initial
Text Symbol: 121 = Infotype
Text Symbol: 120 = does not exist
Text Symbol: 119 = Function Module for AF Infotype
Text Symbol: 118 = No error messages to display
Text Symbol: 117 = Unknown error processing additional field(s)
Text Symbol: 116 = Function Mod for CI incl fld throws exceptions
Text Symbol: 115 = Function Module for AF infty throws exceptions
Text Symbol: 114 = Structure pnnnn_af does not exist or illegal
Text Symbol: 113 = Function module for CI incl fld does not exist
Text Symbol: 112 = Infotype Header Line is initial
Text Symbol: 111 = Function Module for AF Infotype does not exist
Text Symbol: 110 = Crediting Plan Code:
Text Symbol: 105 = Certificate Number:
Text Symbol: 101 = Additional Information
Text Symbol: 047 = HR_READ_QUAL_APPR
Text Symbol: 046 = Internal error in function
Text Symbol: 045 = data for this applicant.
Text Symbol: 044 = No infotype
Text Symbol: 043 = Vets Pref
Text Symbol: 042 = Veterans Pref
Text Symbol: 041 = Veterans Preference
Text Symbol: 037 = No data found
Text Symbol: 036 = Score
Text Symbol: 035 = processed





Text Symbol: 034 = Data records
Text Symbol: 033 = Data rec.


INCLUDES used within this REPORT RPAPS0U0ERR

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = sy-repid i_callback_pf_status_set = 'ALV_SET_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' i_callback_top_of_page = 'ALV_TOP_OF_PAGE' i_callback_html_top_of_page = 'ALV_HTML_TOP_OF_PAGE' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' i_grid_title = rpt_line2 * I_GRID_SETTINGS = is_layout = alv_layout it_fieldcat = alv_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = ' ' * i_save = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = alv_exit * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * I_HTML_HEIGHT_TOP = * I_HTML_HEIGHT_END = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = EXCEPTIONS program_error = 1 OTHERS = 2.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING * doklangu = sy-langu * DOKTITLE = sy-title called_by_tcode = sy-tcode called_by_program = sy-repid called_by_dynp = '0211' called_for_tab = 'T5UPBS01ACTION' called_for_field = 'ACTION' * CALLED_FOR_TAB_FLD_BTCH_INPUT = called_by_cuaprog = sy-cprog * CALLED_BY_CUASTAT = sy-slset merge_dz_if_available = 'X' * MEMORYID = * EXPLICIT_MEMORYID = ' ' * TABLES * LINKS = * EXCLUDEFUN = EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 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 RPAPS0U0ERR or its description.