FTLM_SCRCHARSGET 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 FTLM_SCRCHARSGET 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: Administration of Selection Conditions for Limit Characteristics
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = trlm_vtblm0 * FIELDNAME = ' ' * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES DFIES_TAB = lt_dfies * FIXED_VALUES = EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = trlm_mrm_vtblm0g * FIELDNAME = ' ' * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES DFIES_TAB = lt_dfies_g * FIXED_VALUES = EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = l_repid * IMPORTING * SP = TABLES SELECTION_TABLE = lt_seltab EXCEPTIONS NOT_FOUND = 1 NO_REPORT = 2 OTHERS = 3.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = l_selopt-low IMPORTING OUTPUT = l_selopt_new.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = lt_dfies-checktable tables dfies_tab = lt_dfies_ct.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FTLM_SCRCHARSGET - Administration of Selection Conditions for Limit Characteristics FTLM_NOCOUNTRY - Prüfung Länderrisiko aktiv und ggf. Ausblenden der Felder FTLM_MRMSLDB_GEN - Selektionsoptionen für Marktrisikomerkmale (generiert) FTLM_MRMSELOPT - Selektionsoptionen für MRM-Merkmale FTLM_MRMSCRM_LDB - Screen-Modifikationen für MRM-Merkmale FTLM_MRMSCRM - Screen-Modifikationen für MRM-Merkmale