SAP Reports / Programs | Cross-Application Components | General Application Functions | Qualifications and Requirements(CA-GTF-QR) SAP CA

RHPEUMSE SAP ABAP Report - Release 4.0 Conversion: Optional and Essential Requirements







RHPEUMSE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this function to evaluate all requirements profiles in all plan versions, and to convert the optional and essential requirements...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 RHPEUMSE 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 RHPEUMSE. "Basic submit
SUBMIT RHPEUMSE AND RETURN. "Return to original report after report execution complete
SUBMIT RHPEUMSE 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: PRIOX = Priority >
Title: Release 4.0 Conversion: Optional and Essential Requirements
Text Symbol: SE3 = means that the requirement is an optional requirement
Text Symbol: SE2 = Priority >
Text Symbol: SE1 = Selection criteria
Text Symbol: LI9 = optional requirements
Text Symbol: LI8 = and
Text Symbol: LI7 = essential requirements
Text Symbol: LI6 = different requirements profiles, there are
Text Symbol: LI5 = In a total of
Text Symbol: LI4 = will become optional requirements, all others will become essential requirements.
Text Symbol: LI3 = All plan versions
Text Symbol: LI2 = All requirements with a priority greater than
Text Symbol: LI1 = Plan version:


INCLUDES used within this REPORT RHPEUMSE

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:

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING AUTHORITY = ' ' WITH_STRU_AUTH = ' ' * ISTAT = ' ' * EXTEND = 'X' SUBTY = $needb * BEGDA = '19000101' * ENDDA = '99991231' * CONDITION = '00000' * SORT = 'X' * WITH_EV = ' ' * ADATA = 'X' TABLES I1001 = i1001 OBJECTS = h_objects EXCEPTIONS NOTHING_FOUND = 0 WRONG_CONDITION = 0 OTHERS = 0.

RH_TEXT_BUFFER_FILL_EXTERNAL CALL FUNCTION 'RH_TEXT_BUFFER_FILL_EXTERNAL' * EXPORTING * CHECK_STRU_AUTH = 'X' TABLES objects = buffer EXCEPTIONS OTHERS = 0.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = buffer-plvar otype = buffer-otype * objid = realo = buffer-sobid * ISTAT = ' ' * begda = SY-DATUM "not needed to check * endda = SY-DATUM "object existence langu = sy-langu * OINTERVAL = 'X' * STORE = 'X' * CHECK_STRU_AUTH = 'X' * READ_DB = ' ' IMPORTING * obeg = * oend = * ostat = * histo = short = help_short stext = buffer_txt-stext EXCEPTIONS not_found = 1 OTHERS = 2.

K_KKB_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' EXPORTING i_callback_program = repid i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' * I_CALLBACK_END_OF_PAGE = i_callback_end_of_list = 'END_OF_LIST' i_callback_pf_status_set = 'SET_PF_STATUS' * I_CALLBACK_LAYOUT_SAVE = * I_CALLBACK_FIELDCAT_SAVE = i_tabname = 'I1001' is_layout = kkb_layout it_fieldcat = field_tab * I_FCTYPE = 'R' * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IS_SEL_HIDE = i_screen_start_column = h_x1 i_screen_start_line = h_y1 i_screen_end_column = h_x2 i_screen_end_line = h_y2 TABLES t_outtab = profile EXCEPTIONS OTHERS = 0.

RH_DELETE_INFTY_DIRECT CALL FUNCTION 'RH_DELETE_INFTY_DIRECT' EXPORTING vtask = 'B' * ORDER_FLG = 'X' * COMMIT_FLG = 'X' authy = ' ' * KEEP_LUPD = * WORKF_ACTV = 'X' TABLES innnn = p_delete_tab * ILFCODE = EXCEPTIONS no_authorization = 1 error_during_delete = 2 corr_exit = 3 OTHERS = 4.

RH_DELETE_INFTY_DIRECT CALL FUNCTION 'RH_DELETE_INFTY_DIRECT' EXPORTING vtask = 'B' * ORDER_FLG = 'X' * COMMIT_FLG = 'X' authy = ' ' * KEEP_LUPD = * WORKF_ACTV = 'X' TABLES innnn = p_delete_tab * ILFCODE = EXCEPTIONS no_authorization = 1 error_during_delete = 2 corr_exit = 3 OTHERS = 4.

RH_INSERT_INFTY_DIRECT CALL FUNCTION 'RH_INSERT_INFTY_DIRECT' EXPORTING vtask = 'B' * ORDER_FLG = 'X' * COMMIT_FLG = 'X' authy = ' ' * OLD_TABNR = ' ' * REPID = ' ' * FORM = ' ' * KEEP_LUPD = * WORKF_ACTV = 'X' TABLES innnn = p_insert_tab * ILFCODE = EXCEPTIONS no_authorization = 1 error_during_insert = 2 repid_form_initial = 3 corr_exit = 4 begda_greater_endda = 5 OTHERS = 6.

RH_INSERT_INFTY_DIRECT CALL FUNCTION 'RH_INSERT_INFTY_DIRECT' EXPORTING vtask = 'B' * ORDER_FLG = 'X' * COMMIT_FLG = 'X' authy = ' ' * OLD_TABNR = ' ' * REPID = ' ' * FORM = ' ' * KEEP_LUPD = * WORKF_ACTV = 'X' TABLES innnn = p_insert_tab * ILFCODE = EXCEPTIONS no_authorization = 1 error_during_insert = 2 repid_form_initial = 3 corr_exit = 4 begda_greater_endda = 5 OTHERS = 6.

RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING vtask = 'D' EXCEPTIONS corr_exit = 1 OTHERS = 2.



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