BC_HROBJ_PRE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to create a structure definition for the archiving object
If you would like to execute this report or see the full code listing simply enter BC_HROBJ_PRE into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_PREPRD = D Production Mode
Selection Text: P_PRETST = D Test Mode
Title: Archiving HR Object: Preprocessing Program
INCLUDE ARCH_PREPROC_PRG_STANDARD1.
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = wa_infty-dbtab IMPORTING gotstate = lv_gotstate EXCEPTIONS illegal_input = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BC_HROBJ_PRE - Archiving HR Object: Preprocessing Program BC_HROBJ_PRE - Archiving HR Object: Preprocessing Program BC_HROBJ_DEL - Archiving HR Object: Delete Program BC_HROBJ_DEL - Archiving HR Object: Delete Program BC_GLOBAL_STRAVELAG_EDITTOP - BCGLOBALSTRAVELAGEDITTOP BC_GLOBAL_STRAVELAG_EDITO01 - BCGLOBALSTRAVELAGEDITO01