SAP Reports / Programs

BBP_DELETE_S_US_RELATION SAP ABAP Report - Report BBP_DELETE_S_US_RELATION







BBP_DELETE_S_US_RELATION 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 BBP_DELETE_S_US_RELATION 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 BBP_DELETE_S_US_RELATION. "Basic submit
SUBMIT BBP_DELETE_S_US_RELATION AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_DELETE_S_US_RELATION 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: FLAG_CHK = Verify S-CP-US redundancy
Selection Text: FLAG_TES = Test mode
Title: Report BBP_DELETE_S_US_RELATION
Text Symbol: 002 = Delete S - US Relation
Text Symbol: 003 = Terminate S - US Relation (cut)
Text Symbol: 004 = Select 'CUT' or 'DELETE' relation please
Text Symbol: 005 = Deleting or terminating obsolete S - US relations.
Text Symbol: 006 = Test Mode active.
Text Symbol: 007 = Not allowed, wrong configuration (see note # 632879)


INCLUDES used within this REPORT BBP_DELETE_S_US_RELATION

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:

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING set_default_plvar = 'X' IMPORTING act_plvar = g_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING authority = 'DISP' istat = '1' extend = 'X' subty = gc_us_s begda = '19000101' endda = '99991231' TABLES i1001 = lt_i1001[] OBJECTS = lt_objid[] EXCEPTIONS nothing_found = 1 wrong_condition = 2 OTHERS = 3.

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING infty = '1001' subty = gc_s_cp begda = '19000101' endda = '99991231' TABLES innnn = lt_p1001_cp OBJECTS = lt_sobid[] EXCEPTIONS all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 wrong_parameters = 5 OTHERS = 6.

RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING infty = '1001' subty = gc_cp_us begda = '19000101' endda = '99991231' TABLES innnn = lt_p1001_us OBJECTS = lt_sobid[] EXCEPTIONS all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 wrong_parameters = 5 OTHERS = 6.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'ALV_SET_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' is_layout = g_layout it_fieldcat = gt_fieldcat it_excluding = gt_extab TABLES t_outtab = gt_output EXCEPTIONS program_error = 1 OTHERS = 2.

RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' EXPORTING vtask = 'D' TABLES innnn = lt_i1001_delete EXCEPTIONS error_during_delete = 1 no_authorization = 2 delete_first_record = 3 corr_exit = 4 OTHERS = 5.

RH_CUT_INFTY CALL FUNCTION 'RH_CUT_INFTY' EXPORTING gdate = term_dat histo = space vtask = 'D' TABLES innnn = lt_i1001_delete EXCEPTIONS error_during_cut = 1 no_authorization = 2 gdate_before_begda = 3 cut_of_timco_one = 4 corr_exit = 5 OTHERS = 6.



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