SAP Reports / Programs

RSPP_PART_MAINTAIN SAP ABAP Report - Report RSPP_PART_MAINTAIN







RSPP_PART_MAINTAIN 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 RSPP_PART_MAINTAIN 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 RSPP_PART_MAINTAIN. "Basic submit
SUBMIT RSPP_PART_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RSPP_PART_MAINTAIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report RSPP_PART_MAINTAIN
Text Symbol: 033 = Keep original data (version M)?
Text Symbol: 032 = Time Stamp
Text Symbol: 031 = Characteristics Value to
Text Symbol: 030 = Characteristics Value from
Text Symbol: 029 = InfoObject (PartPvrovider)
Text Symbol: 028 = InfoObject (MultiPvrovider)
Text Symbol: 027 = No
Text Symbol: 026 = Yes
Text Symbol: 025 = Version
Text Symbol: 024 =
Text Symbol: 023 = InfoObjects
Text Symbol: 022 = Part Provider
Text Symbol: 021 = MultiProvider
Text Symbol: 020 = Select MultiProvider
Text Symbol: 019 = Copy Row
Text Symbol: 018 = Insert Row
Text Symbol: 017 = Delete Line
Text Symbol: 016 = Sort in Descending Order
Text Symbol: 015 = Sort in Ascending Order
Text Symbol: 014 = Search
Text Symbol: 013 = Do you want to schedule the check in batch?
Text Symbol: 012 = Confirmation
Text Symbol: 011 = Save before exit?
Text Symbol: 010 = Data has been changed
Text Symbol: 009 = ?
Text Symbol: 008 = in version
Text Symbol: 007 = Delete all restrictions for MultiProvider
Text Symbol: 006 = Do you want to create suggestions for those PartProviders?
Text Symbol: 005 = New PartProviders without any restrictions:
Text Symbol: 004 = Do you want to schedule the activation in Batch?
Text Symbol: 003 = Perm. Values:
Text Symbol: 002 = InfoObject
Text Symbol: 001 = Restrictions invalid for PartProvider


INCLUDES used within this REPORT RSPP_PART_MAINTAIN

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'IOBJ' dynpprog = sy-cprog dynpnr = sy-dynnr value_org = 'S' TABLES value_tab = gt_f4_opt return_tab = ct_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'BTC_MENU' TABLES p_exclude = gt_exclude.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = space TABLES p_exclude = gt_exclude.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'RSIPRORANGE' CHANGING ct_fieldcat = gt_fcat.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'INFOCUBE' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 'GF_MP' value_org = 'S' TABLES value_tab = lt_multicubes * return_tab = lt_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PARTCUBE' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = lf_field value_org = 'S' TABLES value_tab = lt_partprov return_tab = ct_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = lf_dynnr translate_to_upper = 'X' TABLES dynpfields = lt_dynpro_values.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'IOBJ' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = lf_field value_org = 'S' TABLES value_tab = lt_iobj return_tab = ct_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

RSD_IOBJ_GET CALL FUNCTION 'RSD_IOBJ_GET' EXPORTING i_iobjnm = i_iobj i_objvers = rs_c_objvers-active IMPORTING e_s_cob_pro = ls_cob EXCEPTIONS iobj_not_found = 1 illegal_input = 2 bct_comp_invalid = 3 OTHERS = 4.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Bestätigung'(012) text_question = lf_str text_button_1 = 'Ja'(026) text_button_2 = 'Nein'(027) default_button = '2' display_cancel_button = space IMPORTING answer = lf_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Bestätigung'(012) text_question = lf_str text_button_1 = 'Ja'(026) text_button_2 = 'Nein'(027) default_button = '2' display_cancel_button = 'X' IMPORTING answer = lf_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Bestätigung'(012) text_question = lf_str text_button_1 = 'Ja'(026) text_button_2 = 'Nein'(027) default_button = '2' display_cancel_button = space IMPORTING answer = lf_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Bestätigung'(012) text_question = lf_str text_button_1 = 'Ja'(026) text_button_2 = 'Nein'(027) default_button = '2' display_cancel_button = 'X' IMPORTING answer = lf_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jobcount.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = l_jobname strtimmed = l_strtimmed EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jobcount.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = l_jobname strtimmed = l_strtimmed EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jobcount.

JOB_CLOSE





CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = l_jobname strtimmed = l_strtimmed EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7.

RSSB_AUTHORITY_ADMWB_MPRO CALL FUNCTION 'RSSB_AUTHORITY_ADMWB_MPRO' EXPORTING i_actvt = rssb_c_auth_actvt-maintain i_mpro = gf_mp i_mproobj = rssb_c_auth_icubeobj-definition EXCEPTIONS user_not_authorized = 1 error_read_infoarea = 2 error_read_customizing = 3 OTHERS = 4.

RSSB_AUTHORITY_ADMWB_MPRO CALL FUNCTION 'RSSB_AUTHORITY_ADMWB_MPRO' EXPORTING i_actvt = rssb_c_auth_actvt-display i_mpro = gf_mp i_mproobj = rssb_c_auth_icubeobj-data EXCEPTIONS user_not_authorized = 1 error_read_infoarea = 2 error_read_customizing = 3 OTHERS = 4.

RSSB_AUTHORITY_ADMWB_MPRO CALL FUNCTION 'RSSB_AUTHORITY_ADMWB_MPRO' EXPORTING i_actvt = rssb_c_auth_actvt-display i_mpro = gf_mp i_mproobj = rssb_c_auth_icubeobj-definition EXCEPTIONS user_not_authorized = 1 error_read_infoarea = 2 error_read_customizing = 3 OTHERS = 4.

RSSB_AUTHORITY_ADMWB_MPRO CALL FUNCTION 'RSSB_AUTHORITY_ADMWB_MPRO' EXPORTING i_actvt = rssb_c_auth_actvt-display i_mpro = gf_mp i_mproobj = rssb_c_auth_icubeobj-data EXCEPTIONS user_not_authorized = 1 error_read_infoarea = 2 error_read_customizing = 3 OTHERS = 4.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Bestätigung'(012) text_question = lf_str text_button_1 = 'Ja'(026) text_button_2 = 'Nein'(027) default_button = '2' display_cancel_button = 'X' IMPORTING answer = lf_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Bestätigung'(012) text_question = lf_str text_button_1 = 'Ja'(026) text_button_2 = 'Nein'(027) default_button = '2' display_cancel_button = space IMPORTING answer = lf_answer EXCEPTIONS text_not_found = 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 RSPP_PART_MAINTAIN or its description.