TANREF01 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 TANREF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXCEPTIONS OTHERS = 1.
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 = 1.
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 = 1.
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.
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 = ltp_fieldtab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
TANREF01 - IS-B: Generierungsvorlage für Darlehen. TANREE01 - IS-B: Generierungsvorlage für Darlehen. TAMLAY_2_BLUEPRINT - Report TAMLAY_2_BLUEPRINT TAMLAY_2_BLUEPRINT - Report TAMLAY_2_BLUEPRINT TALENT_REV_MEETING_PRG - Report for Object Type HRTRM_NAV: TalentReviewMeeting TALENT_REV_MEETING_PRG - Report for Object Type HRTRM_NAV: TalentReviewMeeting