SAP Reports / Programs

SCPR_BCSET_ADJUSTMENT SAP ABAP Report - Program SCPR_BCSET_ADJUSTMENT







SCPR_BCSET_ADJUSTMENT 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_ADJUSTMENT 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_ADJUSTMENT. "Basic submit
SUBMIT SCPR_BCSET_ADJUSTMENT AND RETURN. "Return to original report after report execution complete
SUBMIT SCPR_BCSET_ADJUSTMENT 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: P_TADIR = Delete BC Sets without TADIR
Selection Text: P_TRANSL = Cleanup Translations
Selection Text: RUNMODE = Production Mode
Selection Text: P_CAT = D .
Selection Text: S_ID = D .
Selection Text: TRKORR = D .
Title: Program SCPR_BCSET_ADJUSTMENT
Text Symbol: 001 = Execution Mode
Text Symbol: 002 = Options
Text Symbol: 003 = Transport Connection
Text Symbol: 004 = BC Set:
Text Symbol: 005 = Total Number of Deleted Translations: &1


INCLUDES used within this REPORT SCPR_BCSET_ADJUSTMENT

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:

SCPR_AUTHORITY_CHECK call function 'SCPR_AUTHORITY_CHECK' exporting task = 'DELETE' * ID = exceptions wrong_parameters = 1 no_authority = 2 others = 3 .

SCPR_DB_ATTR_GET_LIST call function 'SCPR_DB_ATTR_GET_LIST' exporting category = p_cat * component = component * 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 = -id category = -category importing masterlangu = masterlangu * MASTERLANGU_TEXT = * DEVCLASS = * DEVCLASS_LOCAL = * SRCSYSTEM = * AUTHOR = * pwa_tadir = lwa_tadir exceptions not_found = 1 others = 2 .

SCPR_PRSET_DB_DELETE call function 'SCPR_PRSET_DB_DELETE' exporting profid = -id version = version_new category = -category proftype = -type exceptions still_text_existing = 1 still_data_existing = 2 still_subp_existing = 3 db_delete_error = 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 SCPR_BCSET_ADJUSTMENT or its description.