J_5KF_REGINV_IN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report prepared information about invoices received for the tax period specified at the selection screen and outputs this information as a legal Kazakhstan Form 307...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter J_5KF_REGINV_IN 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: FONAME_0 =
Selection Text: FONAME_A =
Selection Text: FONAME_B =
Selection Text: MON = Month
Selection Text: PAG = Start page number
Selection Text: P_VARI = Selection variant of view
Selection Text: QRT = Quarter
Selection Text: SEL_MONA = Fiscal period: Month
Selection Text: SEL_QRT = Fiscal period: Quarter
Selection Text: STBLG_SH = Show reversed document
Selection Text: S_GJAHR = Fiscal year
Selection Text: S_GJAHR1 = Fiscal year
Title: Input Invoice Registration Log
Text Symbol: 702 = Input Fiscal period
Text Symbol: 701 = Input Fiscal year
Text Symbol: 700 = Input Company code
Text Symbol: 115 = Invoice amnt. in loc.cur.
Text Symbol: 114 = Invoice amnt. in doc.cur.
Text Symbol: 113 = VAT code
Text Symbol: 112 = Tax rate
Text Symbol: 111 = VAT amount in loc.cur.
Text Symbol: 110 = VAT amount in doc.cur.
Text Symbol: 109 = Taxable turnover in loc.cur.
Text Symbol: 001 = Further selections
Text Symbol: 002 = Output control
Text Symbol: 003 = Tax period:
Text Symbol: 004 = Year
Text Symbol: 005 = Month
Text Symbol: 006 = Quarter
Text Symbol: 007 = RNN:
Text Symbol: 008 = CC name:
Text Symbol: 009 = Smartform names for printing:
Text Symbol: 010 = Form 307.00
Text Symbol: 011 = Form 307.01 SheetA
Text Symbol: 012 = Form 307.01 SheetB
Text Symbol: 013 = Posting Period
Text Symbol: 100 = Invoice number
Text Symbol: 101 = Original inv.number
INCLUDE J_5KF_REGINV_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
LAST_DAY_OF_MONTHS CALL FUNCTION 'LAST_DAY_OF_MONTHS' EXPORTING DAY_IN = sel_budt-low IMPORTING LAST_DAY_OF_MONTH = sel_budt-high * EXCEPTIONS * DAY_IN_NO_DATE = 1 * OTHERS = 2 .
LAST_DAY_OF_MONTHS CALL FUNCTION 'LAST_DAY_OF_MONTHS' EXPORTING DAY_IN = sel_budt-high IMPORTING LAST_DAY_OF_MONTH = sel_budt-high * EXCEPTIONS * DAY_IN_NO_DATE = 1 * OTHERS = 2 .
LAST_DAY_OF_MONTHS CALL FUNCTION 'LAST_DAY_OF_MONTHS' EXPORTING DAY_IN = sel_budt-high IMPORTING LAST_DAY_OF_MONTH = sel_budt-high * EXCEPTIONS * DAY_IN_NO_DATE = 1 * OTHERS = 2 .
LAST_DAY_OF_MONTHS CALL FUNCTION 'LAST_DAY_OF_MONTHS' EXPORTING DAY_IN = sel_budt-high IMPORTING LAST_DAY_OF_MONTH = sel_budt-high * EXCEPTIONS * DAY_IN_NO_DATE = 1 * OTHERS = 2 .
LAST_DAY_OF_MONTHS CALL FUNCTION 'LAST_DAY_OF_MONTHS' EXPORTING DAY_IN = sel_budt-high IMPORTING LAST_DAY_OF_MONTH = sel_budt-high * EXCEPTIONS * DAY_IN_NO_DATE = 1 * OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.