SAP Reports / Programs

RMPSP_PART_CLOSE SAP ABAP Report - Close Parts







RMPSP_PART_CLOSE 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 program to close or recreate parts...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 RMPSP_PART_CLOSE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RMPSP_PART_CLOSE - Close Parts


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_PART_CLOSE. "Basic submit
SUBMIT RMPSP_PART_CLOSE AND RETURN. "Return to original report after report execution complete
SUBMIT RMPSP_PART_CLOSE 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: FCLOSE = Only Close
Selection Text: FDAT = Closing Date
Selection Text: FDESC = Description
Selection Text: FEVT = D Event Closing Date
Selection Text: FRMSID = RMS ID
Selection Text: FTEST = Test run
Title: Close Parts
Text Symbol: 011 = Test run
Text Symbol: 101 = Newly Created:
Text Symbol: 102 = Closed:
Text Symbol: 103 = Edited:
Text Symbol: TI5 = Control
Text Symbol: TIL = Select.


INCLUDES used within this REPORT RMPSP_PART_CLOSE

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = p_handle.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING * I_LOG_HANDLE = i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING * I_LOG_HANDLE = i_s_msg = ls_msg.

SRM_RECORD_GETLIST CALL FUNCTION 'SRM_RECORD_GETLIST' EXPORTING rms_id = l_rms_id sps_id = l_sps_id * MAX_HITS = * IMPORTING * RETURN = TABLES property_selection = lt_query resulting_list = lt_result EXCEPTIONS not_authorized = 1 internal_error = 2 parameter_error = 3 OTHERS = 4.

SRM_RECORD_GETPROPERTIES * CALL FUNCTION 'SRM_RECORD_GETPROPERTIES' * EXPORTING * objectid = wa_result-objectid * documentclass = wa_result-docclass ** WHOLE_DOCUMENT = ' ' ** DOC_CONTEXT = ** IMPORTING ** RETURN = * TABLES * properties = lt_properties ** EXCEPTIONS ** CONTAINER_IS_LOCKED = 1 ** NOT_AUTHORIZED = 2 ** PARAMETER_ERROR = 3 ** CONTAINER_NOT_FOUND = 4 ** CONTAINER_CORRUPT = 5 ** INTERNAL_ERROR = 6 ** CUSTOMIZING_ERROR = 7 ** OTHERS = 8 * .

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' * EXPORTING * I_S_DISPLAY_PROFILE = * I_T_LOG_HANDLE = * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * IMPORTING * E_S_EXIT_COMMAND = * EXCEPTIONS * PROFILE_INCONSISTENT = 1 * INTERNAL_ERROR = 2 * NO_DATA_AVAILABLE = 3 * NO_AUTHORITY = 4 * OTHERS = 5 .



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