SAP Reports / Programs

SCPR_BCSET_MASS_COMPARISON SAP ABAP Report - Program SCPR_BCSET_MASS_COMPARISON







SCPR_BCSET_MASS_COMPARISON 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 SCPR_BCSET_MASS_COMPARISON 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 SCPR_BCSET_MASS_COMPARISON. "Basic submit
SUBMIT SCPR_BCSET_MASS_COMPARISON AND RETURN. "Return to original report after report execution complete
SUBMIT SCPR_BCSET_MASS_COMPARISON 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: ALLFIELD = Compare All DB Fields
Selection Text: C_MASTER = Only Compare Master Languages
Selection Text: HEADER = Higher-Level BC Set Data
Selection Text: OVERVIEW = Table Field Overview
Selection Text: S_DEST = D .
Selection Text: WIDTH = Output Width
Selection Text: SWITCH = D .
Selection Text: S_CAT = D .
Selection Text: S_CLICAS = D .
Selection Text: S_CLIDEP = D .
Selection Text: S_COMP = D .
Selection Text: S_ID = D .
Selection Text: S_LANG = D .
Selection Text: S_MODDAT = D .
Selection Text: S_MODIF = D .
Title: Program SCPR_BCSET_MASS_COMPARISON
Text Symbol: 001 = BC Set Selection
Text Symbol: 002 = Comparison Options
Text Symbol: 003 = Output Options


INCLUDES used within this REPORT SCPR_BCSET_MASS_COMPARISON

INCLUDE SCPRCONST.


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:

SCPRSV_VERIFY_CHANGE_MODE call function 'SCPRSV_VERIFY_CHANGE_MODE' exporting p_category = pcat_switch p_switch = switch importing p_change_allowed = update_allowed.

SCPR_AUTHORITY_CHECK call function 'SCPR_AUTHORITY_CHECK' exporting task = 'DISPLAY' * ID = * CATEGORY = exceptions wrong_parameters = 1 no_authority = 2 OTHERS = 3.

SCPR_DB_ATTR_GET_LIST call function 'SCPR_DB_ATTR_GET_LIST' exporting category = s_cat component = s_comp * RELEASE = * MAX_COUNT = importing sel_count = bcset_counter tables profs = s_id * VERSIONS = * PROFTYPES = cli_deps = s_clidep cli_cass = s_clicas * REFTYPES = * REFERENCES = moddates = s_moddat modifiers = s_modif * ORGIDS = profout = lt_attr exceptions nothing_found = 1 OTHERS = 2.

SCPR_SV_BCSET_TADIR_GET call function 'SCPR_SV_BCSET_TADIR_GET' exporting bcset = lwa_bcset-bcset_id category = lwa_bcset-category importing * masterlangu = masterlang * MASTERLANGU_TEXT = devclass = devclass * SRCSYSTEM = * AUTHOR = EXCEPTIONS not_found = 1 OTHERS = 2.

SCPR_SFW_GET_SWITCH_OF_PACKAGE call function 'SCPR_SFW_GET_SWITCH_OF_PACKAGE' exporting package = devclass importing switch = check_switch.

SCPRMP_COMP_BCSET_TAB_ABSTRACT call function 'SCPRMP_COMP_BCSET_TAB_ABSTRACT' exporting pt_bcsets = lt_bcset * P_CATEGORY = 'S' pt_langvector = lt_langvector p_mastercheck = c_master p_print_header = header p_print_overview = overview p_print_width = width p_consistency_check = 'X' p_check_included_fields = allfield p_update_allowed = update_allowed p_destination = s_dest exceptions no_authority = 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 SCPR_BCSET_MASS_COMPARISON or its description.