SAP Reports / Programs

KCTRDAR1 SAP ABAP Report - External Data Transfer: IS-B/TR Loans







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


Text pool values


Title: External Data Transfer: IS-B/TR Loans
Text Symbol: 013 = Termination
Text Symbol: 014 = Serious error has occurred


INCLUDES used within this REPORT KCTRDAR1

INCLUDE MKCD_DECLARATIONS. "$LBDEL$-*
INCLUDE MKCD_ROUTINES. "$LBDEL$-*
INCLUDE MKCDFF_INIT_BEG.
INCLUDE MKCDFF_INIT_END.
INCLUDE MKCDFF_CHECK_BEG.
INCLUDE MKCDFF_CHECK_END.
INCLUDE MKCDFF_COMPL_BEG.
INCLUDE MKCDFF_COMPL_END.
INCLUDE MKCDFF_ADDFUNC_BEG.
INCLUDE MKCDFF_ADDFUNC_END.
INCLUDE MKCDFF_SAVE_BEG.
INCLUDE MKCDFF_SAVE_END.
INCLUDE MKCDFF_FDU_END_BEG.
INCLUDE MKCDFF_FDU_END_END.


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:

ISB_TR_LOAN_CHECK_INIT CALL FUNCTION 'ISB_TR_LOAN_CHECK_INIT' EXPORTING * checklevel = 3 * fdu_start_mode = 'N' FDU_START_MODE = FDU_START_MODE TABLES ERROR_ITAB = FEHLERTAB1 WRK_JBIUDAR = STRUCT_R "#EC NO_INCOMP EXCEPTIONS ERROR_FOUND = 1 OTHERS = 2.

ISB_TR_LOAN_CHECK CALL FUNCTION 'ISB_TR_LOAN_CHECK' * exporting * sav_check = upd_vmode TABLES ERROR_ITAB = FEHLERTAB1 WRK_JBIUDAR = STRUCT_R "#EC NO_INCOMP EXCEPTIONS ERROR_FOUND = 01.

ISB_TR_LOAN_COMPLETE CALL FUNCTION 'ISB_TR_LOAN_COMPLETE' EXPORTING I_TEST_RUN = TEST_RUN TABLES ERROR_ITAB = FEHLERTAB1 WRK_JBIUDAR = STRUCT_R "#EC NO_INCOMP EXCEPTIONS ERROR_FOUND = 1 OTHERS = 2.

ISB_TR_LOAN_SAVE CALL FUNCTION 'ISB_TR_LOAN_SAVE' TABLES WRK_JBIUDAR = STRUCT_R "#EC NO_INCOMP ERROR_ITAB = FEHLERTAB1 EXCEPTIONS ERROR_WHILE_SAVING = 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 KCTRDAR1 or its description.