SAPF107_START 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 SAPF107_START 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: P_BWBER = D .
Selection Text: P_CURTP = D .
Selection Text: P_DT_MIN = D .
Selection Text: P_LAUFD = D .
Selection Text: P_LAUFI = D .
Selection Text: P_SBUDAT = D .
Selection Text: P_SBUPEM = D .
Selection Text: P_UMBWM = D .
Selection Text: P_VZSKZ = D .
Selection Text: P_XGRUP = D .
Selection Text: P_ZBUKR = D .
Selection Text: SAKONT1 = D .
Selection Text: SAKONTO = D .
Selection Text: SBELN1 = D .
Selection Text: SBELNR = D .
Selection Text: SDKONT1 = D .
Selection Text: SDKONTO = D .
Selection Text: SDKONTOT = D .
Selection Text: SKKONT1 = D .
Selection Text: SKKONTO = D .
Selection Text: SWAER1 = D .
Selection Text: SWAERS = D .
Selection Text: S_BUKR1 = D .
Selection Text: S_BUKRS = D .
Selection Text: S_UMSK1 = D .
Selection Text: S_UMSKZ = D .
Selection Text: S_VBUN1 = D .
Selection Text: S_VBUND = D .
Selection Text: U1_LAUFD = D .
Selection Text: U1_LAUFI = D .
Selection Text: X_SH1 = D .
Selection Text: X_SHB = D .
Selection Text: P_BSBLAR = D .
Selection Text: ACC_SEL = Generate Preselection
Selection Text: ACC_US1 = Use Preselection
Selection Text: FLDNA1 = Field Name 1
Selection Text: FLDNA2 = Field Name 2
Selection Text: FLDNA3 = Field Name 3
INCLUDE F107VTOP.
No SAP DATABASE tables are accessed within this REPORT code!
JOB_OPEN_ADK CALL FUNCTION 'JOB_OPEN_ADK' EXPORTING jobname = tbtco-jobname jobgroup = 'F107' IMPORTING jobcount = jobcount EXCEPTIONS OTHERS = 1.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
JOB_CLOSE_ADK CALL FUNCTION 'JOB_CLOSE_ADK' EXPORTING jobname = tbtco-jobname jobcount = jobcount strtimmed = 'X' targetsystem = f107v-bhost EXCEPTIONS OTHERS = 1.
BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING forcedmode = 'X' jobcount = jobcount jobname = tbtco-jobname EXCEPTIONS OTHERS = 0.
CALL FUNCTION 'DB_COMMIT'.
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 SAPF107_START or its description.
SAPF107_START - Start SAPF107 as a Report SAPF107_START - Start SAPF107 as a Report SAPF107V - FI Valuation Program (Individual Value Adjustment Discounting) SAPF107V - FI Valuation Program (Individual Value Adjustment Discounting) SAPF107S - FI Valuation - Selection Section SAPF107S - FI Valuation - Selection Section