SAP Reports / Programs | Default Risk and Limit System | Bank Components | Default Risk and Limit System(IS-B-RA-CL) SAP IS

RKLFZMD03FORMS SAP ABAP INCLUDE - documentation and ABAP source code







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


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 RKLFZMD03FORMS. "Basic submit
SUBMIT RKLFZMD03FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RKLFZMD03FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RKLFZMD03FORMS

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:

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.



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