FTBAS_SCHEDULE_BATCH_LOAD 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 FTBAS_SCHEDULE_BATCH_LOAD 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.
Selection Text: FNAMEDIA = User dialog for file name
Selection Text: SETNAME = D Name of set
Title: Program NL_SCHEDULE_BATCH_LOAD
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADD_TIME_TO_DATE CALL FUNCTION 'ADD_TIME_TO_DATE' EXPORTING I_IDATE = redDate-REPAYMENT_DATE I_TIME = periodLengthFB I_IPRKZ = periodType I_RDMHD = roundingRule IMPORTING O_IDATE = outDate EXCEPTIONS INVALID_PERIOD = 1 INVALID_ROUND_UP_RULE = 2 INTERNAL_ERROR = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FTBAS_SCHEDULE_BATCH_LOAD - Program NL_SCHEDULE_BATCH_LOAD FTBAS_SCHEDULE_BATCH_LOAD - Program NL_SCHEDULE_BATCH_LOAD FTBAS_RDPT_INCLUDE_F4_VAL_REQ - FTBASRDPTINCLUDEF4VALREQ FTBAS_RDPT_INCLUDE_F4_FILE - FTBASRDPTINCLUDEF4FILE FTBAS_RDPT_INCLUDE_CON1 - FTBASRDPTINCLUDECON1 FTBAS_RDPT_INCLUDE_ALV_HANDLE - FTBASRDPTINCLUDEALVHANDLE