SAP Reports / Programs | Cross-Application Components | General Application Functions | Records and Case Management(CA-GTF-RCM) SAP CA

RMPSP_CHECK_ATTR_INHERITANCE SAP ABAP Report - Program RMPSP_CHECK_ATTR_INHERITANCE







RMPSP_CHECK_ATTR_INHERITANCE 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 RMPSP_CHECK_ATTR_INHERITANCE 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 RMPSP_CHECK_ATTR_INHERITANCE. "Basic submit
SUBMIT RMPSP_CHECK_ATTR_INHERITANCE AND RETURN. "Return to original report after report execution complete
SUBMIT RMPSP_CHECK_ATTR_INHERITANCE 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: FINHERIT = Inheritance Check
Selection Text: FPOIDID = POID Dir. ID of Start Object
Selection Text: FSINGLE = Objects Without Parent
Selection Text: FSPSID = An SPS ID from the chosen area
Selection Text: FCREDAT = D .
Selection Text: FRMSID = D .
Selection Text: FSPSIDDO = D .
Title: Program RMPSP_CHECK_ATTR_INHERITANCE
Text Symbol: 001 = Check
Text Symbol: 002 = Parent Value
Text Symbol: 003 = for attribute
Text Symbol: 004 = missing for object
Text Symbol: 005 = Current object value
Text Symbol: 006 = Empty parent value for attribute
Text Symbol: 007 = but value
Text Symbol: 008 = is stored in object.
Text Symbol: 009 = Number of inconsistencies:
Text Symbol: 010 = Number of due date warnings:
Text Symbol: 011 = No parent for
Text Symbol: BL1 = Selection
Text Symbol: BL2 = Options


INCLUDES used within this REPORT RMPSP_CHECK_ATTR_INHERITANCE

INCLUDE: SBAL_CONSTANTS . " APPLICATION LOG


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:

SRM_DOCUMENT_GETLIST CALL FUNCTION 'SRM_DOCUMENT_GETLIST' EXPORTING rms_id = p_rms_id sps_id = p_sps_id * MAX_HITS = * IMPORTING * RETURN = TABLES property_selection = p_lt_prop_sel resulting_list = lt_list EXCEPTIONS internal_error = 1 parameter_error = 2 not_authorized = 3 OTHERS = 4.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY'.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gv_log_handle i_msgty = iv_msgtyp i_text = iv_text EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_EXCEPTION_ADD CALL FUNCTION 'BAL_LOG_EXCEPTION_ADD' EXPORTING i_log_handle = gv_log_handle i_s_exc = l_s_exc EXCEPTIONS log_not_found = 0 OTHERS = 1.



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