RKLFZMD03FORMS 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 RKLFZMD03FORMS 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_structure_name = 'JBRKLFAZ_SEL' changing ct_fieldcat = field_catalog_faz.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'KLSI01' changing ct_fieldcat = field_catalog_si.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'KLSI05' changing ct_fieldcat = field_catalog_si_values.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'JBKLOBJ1' changing ct_fieldcat = field_catalog_zhg.
ISB_FZ_MASTER_DATA_SELECT call function 'ISB_FZ_MASTER_DATA_SELECT' exporting date = p_auswdt r_fazid = r_fazid r_partnr = r_partnr tables t_klfaz_sel = it_klfaz01_sel t_bapierr = e_bapierr.
KLSI01_SI_OBJECT_READ call function 'KLSI01_SI_OBJECT_READ' exporting i_datum = p_auswdt i_objnr_tab = e_objnr_tab i_xakt = 'E' importing e_si_tab = i_si_faz_tab exceptions error_gls_read = 1 others = 2.
KL_FAZ_READ_OBJECTS call function 'KL_FAZ_READ_OBJECTS' exporting i_faz_objnr = e_faz_objnr importing ex_jbdobj1_proj_tab = i_jbdobj1_proj_tab exceptions not_found = 1 others = 2.
KLSI01_SI_OBJECT_READ call function 'KLSI01_SI_OBJECT_READ' exporting i_datum = p_auswdt i_objnr_tab = e_objnr_tab i_xakt = 'E' importing e_si_tab = i_si_contract_tab exceptions error_gls_read = 1 others = 2.
KL_RES_KLREPOS_DATA_READ_TABLE call function 'KL_RES_KLREPOS_DATA_READ_TABLE' exporting i_objnr_tab = i_objnr_tab i_akt_datum = p_auswdt importing e_klrepos_tab = i_klrepos_tab exceptions no_entry_found = 1 others = 2.
TB_GET_DESCRIPTION_BY_OBJECTNO call function 'TB_GET_DESCRIPTION_BY_OBJECTNO' exporting i_objnr = e_objnr importing e_objtxt = i_objtxt exceptions object_not_identified = 1 others = 2.
TZPA_READ_PRODUCT_TYPE * CALL FUNCTION 'TZPA_READ_PRODUCT_TYPE' * EXPORTING * i_tzpa = e_tzpa * IMPORTING * e_tzpat = i_tzpat * EXCEPTIONS * product_type_not_defined = 1 * OTHERS = 2.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'KLREPOS' changing ct_fieldcat = field_catalog_bknz.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'KLREPOS' changing ct_fieldcat = p_field_catalog_bknz.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'JBRKNZTYPTABT' changing ct_fieldcat = text_tab.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'SNODETEXT' changing ct_fieldcat = text_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKLFZMD03FORMS - documentation and ABAP source code RKLFZMD03 - CL: Master Data Reporting for Facilities RKLFZMD03 - CL: Master Data Reporting for Facilities RKLFZMD01 - CL: Master Data Reporting for Facilities RKLFZMD01 - CL: Master Data Reporting for Facilities RKLFZEV01 - documentation and ABAP source code