RKLSDCLISTINC2 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 RKLSDCLISTINC2 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.
Title: Include RKLSDCLINSTINC2
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 = 'KLSDCDEALID_S' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = CHANGING ct_fieldcat = gt_fieldcat_grid[] .
KL_EXT_KLARPOS_DATA_READ_TABLE CALL FUNCTION 'KL_EXT_KLARPOS_DATA_READ_TABLE' EXPORTING i_arnr_tab = lt_arnr * I_AKT_DATUM = SY-DATUM TABLES e_klarpos_tab = lt_klarpos EXCEPTIONS OTHERS = 1.
KL_RES_KLREPOS_DATA_READ_TABLE CALL FUNCTION 'KL_RES_KLREPOS_DATA_READ_TABLE' EXPORTING i_objnr_tab = lt_objnr * I_AKT_DATUM = * I_STATUS = IMPORTING e_klrepos_tab = lt_klrepos EXCEPTIONS OTHERS = 1.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'KLSDCDEALPOS_S' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = CHANGING ct_fieldcat = gt_fieldcat_grid_figs[].
FTBU_CONV_ALL_TRGP_TO_ZGP CALL FUNCTION 'FTBU_CONV_ALL_TRGP_TO_ZGP' CHANGING c_partner = l_partnr EXCEPTIONS no_entry = 1 no_ucust = 2 error = 3 OTHERS = 4 .
BPAR_P_ADDRESS_READ_INTO_PRINT * CALL FUNCTION 'BPAR_P_ADDRESS_READ_INTO_PRINT' * EXPORTING * partner = l_partnr * zgp = g_zgp * IMPORTING * address_short_form_s = addr_short_form_s * EXCEPTIONS * address = 1 * partner = 2 * OTHERS = 3 * .
FTBP_READ_ADDRESS_PRINT CALL FUNCTION 'FTBP_READ_ADDRESS_PRINT' EXPORTING i_partner = l_partnr * I_ADR_KIND = ' ' * I_BUKRS = * I_SENDER_COUNTRY = ' ' * I_COUNT_LINES = 5 * I_DATE = * I_OPERATION = ' ' * I_XMEMORY = * I_XWA = * I_NO_BUS020_EXT = IMPORTING * ADDRESS_PRINTFORM = * ADDRESS_SHORT_FORM = address_short_form_s = addr_short_form_s * ADDRESS_DATA_CARRIER = * ADDRESS_DATA_CARRIER_0 = * NUMBER_OF_USED_LINES = * ADDRESS_PRINTFORM_TABLE = * ADDRESS_PRINTFORM_TABLE_10 = * E_BUS020_EXT = * E_BUT021_FS = * E_STND_INSTEAD = EXCEPTIONS address = 1 partner = 2 no_address = 3 OTHERS = 4.
KL_EXT_FILL_POS_PROJECTION CALL FUNCTION 'KL_EXT_FILL_POS_PROJECTION' EXPORTING i_objnr = i_objnr * I_DATUM = SY-DATUM IMPORTING e_pos_projection = l_pos_projection EXCEPTIONS no_masterdata = 1 unknown_object_type = 2 OTHERS = 3 .
KL_UTILSII_ISSUER_FROM_RANLW CALL FUNCTION 'KL_UTILSII_ISSUER_FROM_RANLW' EXPORTING i_ranlw = cs_klsdcdealid-ranlw IMPORTING e_partner = cs_klsdcdealid-issuer e_addr_line = cs_klsdcdealid-issuer_name EXCEPTIONS bad_parameters = 1 no_stock = 2 no_security = 3 no_issuer = 4 OTHERS = 5 .
RM_DOMAIN_VALUES_GET CALL FUNCTION 'RM_DOMAIN_VALUES_GET' EXPORTING i_name = 'KL_EXTTYP' i_langu = sy-langu i_read_texts = 'X' IMPORTING e_domain_values = lt_objtyp EXCEPTIONS illegal_input = 1 OTHERS = 2 .
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'KLSDCCHARS_S' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = CHANGING ct_fieldcat = gt_fieldcat_grid_chars[].
RM_TABLE_INFO_GET CALL FUNCTION 'RM_TABLE_INFO_GET' EXPORTING i_tabname = 'KLSDCCHARSENUM_S' * I_FIELDNAME = i_langu = sy-langu * I_READ_TEXTS = IMPORTING * E_TABHEADER = * E_TABFIELD_W = e_tabfields_t = lt_fieldinfo EXCEPTIONS not_found = 1 ddic_error = 2 OTHERS = 3 .
RM_DDIC_TEXTS_GET CALL FUNCTION 'RM_DDIC_TEXTS_GET' EXPORTING i_name = wa_fieldinfo-rollname i_type = 'DTEL' i_langu = sy-langu IMPORTING * E_DDTXT = * E_HDTXT = * E_STXT = * E_MTXT = e_ltxt = l_ltxt EXCEPTIONS objtype_not_supported = 1 illegal_input = 2 OTHERS = 3 .
KL_EXT_BSTD_MERKMALE_GET CALL FUNCTION 'KL_EXT_BSTD_MERKMALE_GET' EXPORTING * I_PROTOCOL_LEVEL = 1 i_datum = sy-datum i_objnr_pos = wa_deal_issuer-objnr IMPORTING e_merkmale = wa_klrep * E_BEST_DATA = * TABLES * ERROR_ITAB = EXCEPTIONS no_bstd_object = 1 OTHERS = 2 .
RM_TABLE_INFO_GET CALL FUNCTION 'RM_TABLE_INFO_GET' EXPORTING i_tabname = 'KLSDCCHARSENUM_S' * I_FIELDNAME = i_langu = sy-langu * I_READ_TEXTS = IMPORTING * E_TABHEADER = * E_TABFIELD_W = e_tabfields_t = lt_fieldinfo EXCEPTIONS not_found = 1 ddic_error = 2 OTHERS = 3 .
RM_DDIC_TEXTS_GET CALL FUNCTION 'RM_DDIC_TEXTS_GET' EXPORTING i_name = wa_fieldinfo-rollname i_type = 'DTEL' i_langu = sy-langu IMPORTING * E_DDTXT = * E_HDTXT = * E_STXT = * E_MTXT = e_ltxt = l_ltxt EXCEPTIONS objtype_not_supported = 1 illegal_input = 2 OTHERS = 3 .
KL_UTILS_GET_OBJTYP CALL FUNCTION 'KL_UTILS_GET_OBJTYP' EXPORTING i_objtyp = wa_klsdctrpass-objtyp IMPORTING e_objtyp = l_objtyp EXCEPTIONS no_objtyp_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.