SAP Reports / Programs | Environment, Health and Safety(EHS) SAP EHS

/TDAG/CPR_BOS_EXPLOSION_TEST SAP ABAP Report - Report for Testing BOS Explosion (Temporary)







/TDAG/CPR_BOS_EXPLOSION_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 /TDAG/CPR_BOS_EXPLOSION_TEST 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 /TDAG/CPR_BOS_EXPLOSION_TEST. "Basic submit
SUBMIT /TDAG/CPR_BOS_EXPLOSION_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT /TDAG/CPR_BOS_EXPLOSION_TEST 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: PF_SUP = Preferred
Selection Text: PF_SUBID = D Specification
Selection Text: PF_STOP = Stop at basic material
Selection Text: PF_PLANT = Plant
Selection Text: PF_MATNR = D Material
Selection Text: PF_CALC = Calculate data
Title: Report for Testing BOS Explosion (Temporary)


INCLUDES used within this REPORT /TDAG/CPR_BOS_EXPLOSION_TEST

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:

C144_RECN_GET_FROM_MATERIAL CALL FUNCTION 'C144_RECN_GET_FROM_MATERIAL' EXPORTING i_material_id = pf_matnr i_valdat = sy-datum TABLES e_substancetab = lt_sub EXCEPTIONS substance_not_found = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ls_structure all_types = 'A' TABLES dfies_tab = lt_field EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

/TDAG/CP_LB12_BOS_EXPLOSION CALL FUNCTION '/TDAG/CP_LB12_BOS_EXPLOSION' EXPORTING i_recn = ls_sub-recn i_specification = pf_subid i_flg_calc = pf_calc IMPORTING et_bos_comp = lt_outtab.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_callback_program = lf_repid is_layout = ls_layout it_fieldcat = lt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = GT_SP_GROUP[] * it_sort = gt_sort[] * IT_FILTER = * IS_SEL_HIDE = * i_default = g_default i_save = lf_save * IS_VARIANT = G_VARIANT * it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = GS_PRINT * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES t_outtab = lt_outtab.



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 /TDAG/CPR_BOS_EXPLOSION_TEST or its description.