SAP Reports / Programs

DBFTLM_DB01N002 SAP ABAP INCLUDE - DBFTLMDB01N002







DBFTLM_DB01N002 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 DBFTLM_DB01N002 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 DBFTLM_DB01N002. "Basic submit
SUBMIT DBFTLM_DB01N002 AND RETURN. "Return to original report after report execution complete
SUBMIT DBFTLM_DB01N002 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 DBFTLM_DB01N002

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:

TB_LIMIT_RANGE_2_RCHAR CALL FUNCTION 'TB_LIMIT_RANGE_2_RCHAR' EXPORTING IR_SLA = r_sla[] IMPORTING ER_CHAR = lt_slafrange EXCEPTIONS PARAM_ERROR = 1 FNAME_ERROR = 2 EXPRESSION_ERROR = 3 OTHERS = 4.

TB_LIMIT_CHARS_MAIN_GEN CALL FUNCTION 'TB_LIMIT_CHARS_MAIN_GEN' EXPORTING I_ACCESS_MODE = '3' * I_INCLUDE_INITIAL_VALUES = * I_ROWS = 0 * I_CLEAR_VTBLS = 'X' * I_MAX_FIELD = IR_SLDFIL = s_sldfil[] IR_CHAR = lt_slafrange[] * IT_ENTRIES_LM = * IT_ENTRIES_LKEY = * IT_WHERE = * IMPORTING * E_MAX = CHANGING CT_VTBLS = l_tab_vtbls EXCEPTIONS PARAM_ERROR = 1 FNAME_ERROR = 2 EXPRESSION_ERROR = 3 TABLE_NOT_EXISTENT = 4 OTHERS = 5.

TB_LIMIT_AUTHORITY_CHECK_USER CALL FUNCTION 'TB_LIMIT_AUTHORITY_CHECK_USER' EXPORTING W_VTBLS = l_VTBLS I_ACTVT = '03' "Anzeige CHANGING C_RC = RC EXCEPTIONS OTHERS = 1.

TB_LIMIT_READ_PARTNER CALL FUNCTION 'TB_LIMIT_READ_PARTNER' EXPORTING it_atlat = lt_atlat[] CHANGING ct_vtblsp = lt_vtblsp_neu[] EXCEPTIONS OTHERS = 1.

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' * EXPORTING * I_SELOPT = * I_MAXHITS = 200 * I_TIMEOUT = 5 * I_RLTYP = * I_SEARCH = ' ' * IT_RLTYP = * I_XMAIN = ' ' IMPORTING E_PARTNER = s_partnr-low EXCEPTIONS PARTNER_NOT_FOUND = 1 OTHERS = 2.

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' * EXPORTING * I_SELOPT = * I_MAXHITS = 200 * I_TIMEOUT = 5 * I_RLTYP = * I_SEARCH = ' ' * IT_RLTYP = * I_XMAIN = ' ' IMPORTING E_PARTNER = s_partnr-high EXCEPTIONS PARTNER_NOT_FOUND = 1 OTHERS = 2.



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