HDEBW_COLLECT_FORMS is a standard ABAP INCLUDE 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 HDEBW_COLLECT_FORMS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'HRDEBW_S_ADMIN_01_COLLECT' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = CHANGING ct_fieldcat = gt_fieldkatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .
HR_DE_BW_COLLECT_DATASET CALL FUNCTION 'HR_DE_BW_COLLECT_DATASET' EXPORTING p_test = pa_test p_prot = pa_prot p_tdata = ' ' "noch umändern auf pa_tdata TABLES t_admin = it_admin_collect * T_GLBID = t_prot = gt_prot EXCEPTIONS update_error = 1 no_zav_kasse = 2 no_zav_sender = 3 no_datnr = 4 no_db = 5 no_btrnr = 6 OTHERS = 7 .
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0001' IMPORTING subrc = p_rc TABLES infty_tab = lt_0001 EXCEPTIONS infty_not_found = 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.
HDEBW_COLLECT_FORMS - HDEBWCOLLECTFORMS HDB_SETTINGS_ERROR - ERP Accelerators: Maintain Settings HDB_SETTINGS_ERROR - ERP Accelerators: Maintain Settings HDB_SETTINGS - ERP Accelerators: Maintain Settings HDB_SETTINGS - ERP Accelerators: Maintain Settings HDB_APPL_SYNC_VERSION - HDB: Version Management for HDB_APPL_SYNC