SAP Reports / Programs | Bank Components | Bank Components(IS-B) SAP IS

TANREXF01 SAP ABAP INCLUDE - Form-Rourinen: Selektion







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


Text pool values


Title: Form-Rourinen: Selektion


INCLUDES used within this REPORT TANREXF01

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXCEPTIONS OTHERS = 0.

ISB_BUKRS_CHECK CALL FUNCTION 'ISB_BUKRS_CHECK' EXPORTING ip_bukrs = fitp_jbvtobj-bukrs IMPORTING ep_erkrs = lp_erkrs ep_active = lp_active.

ISB_CRITERIA_COPY CALL FUNCTION 'ISB_CRITERIA_COPY' EXPORTING erkrs = lp_erkrs TABLES line_item_tab = lp_epos_tab EXCEPTIONS OTHERS = 0.

ISB_BUS_OBJECT_CHECK_INIT CALL FUNCTION 'ISB_BUS_OBJECT_CHECK_INIT'.

ISB_EGK_OBJECT_CHECK_INIT CALL FUNCTION 'ISB_EGK_OBJECT_CHECK_INIT' EXPORTING ip_erkrs = lp_erkrs TABLES tp_prot = ltp_sprot_x.

ISB_BUS_OBJECT_CHECK * CALL FUNCTION 'ISB_BUS_OBJECT_CHECK'
* Stammdaten bereitstellen (für geschaeftsspez. Ableitungen)

ISB_MAIN_DATA_SET CALL FUNCTION 'ISB_MAIN_DATA_SET' TABLES tp_vdarl = ltp_vdarl tp_jbdvtdetail = ltp_vartab.

ISB_EGK_OBJECT_CHECK CALL FUNCTION 'ISB_EGK_OBJECT_CHECK' EXPORTING check = jbdfo_con_check ip_erkrs = lp_erkrs TABLES tp_object = gtp_object_edt tp_prot = ltp_sprot_x tp_epos = lp_epos_tab.

ISB_EGK_OBJECT_COMPLETE CALL FUNCTION 'ISB_EGK_OBJECT_COMPLETE' EXPORTING ip_erkrs = lp_erkrs TABLES tp_object = gtp_object_edt tp_epos = lp_epos_tab EXCEPTIONS OTHERS = 0.

ISB_BUS_OBJECT_CRIT_CHECK *9 TBD: call function 'ISB_BUS_OBJECT_CRIT_CHECK' *4 Felder, die durch die Ableitung gefüllt werden können, werden wieder *4 zurückgeschrieben.

ISB_EDT_OBJECT_CHGPTR CALL FUNCTION 'ISB_EDT_OBJECT_CHGPTR' TABLES tp_object = gtp_object_edt.

DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.

RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING erkrs = fip_erkrs tabname = gp_eptabname TABLES fieldtab = gp_fieldtab.

JBD_EXPORT_OBJECT_REL_CHECK CALL FUNCTION 'JBD_EXPORT_OBJECT_REL_CHECK' EXPORTING i_expobjtype = con_expobj_loan IMPORTING e_relevance = gtp_object_edt-s_exprel CHANGING i_vdarl = p_ltp_vdarl.

JBD_EXPORT_OBJECT_REL_CHECK CALL FUNCTION 'JBD_EXPORT_OBJECT_REL_CHECK' EXPORTING i_expobjtype = gtp_object_edt-expobj IMPORTING e_relevance = gtp_object_edt-s_exprel CHANGING i_var_dat = p_ltp_vartab.



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