RPFIWTIN_QRETURNS 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 RPFIWTIN_QRETURNS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FIWTIN_QRETURNS - Quarterly Returns for India
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_PERIOD = D .
Selection Text: P_PHONE = Phone Number
Selection Text: P_PIN = Postal Code
Selection Text: P_PSFILE = File Path
Selection Text: P_PSIN = Presentation Server
Selection Text: P_RADDR1 = Flat / Door / Block No.
Selection Text: P_RADDR2 = Name of the Building / Office
Selection Text: P_RADDR3 = Road / Street / Lane
Selection Text: P_RADDR4 = Area / Locality / Post Off.
Selection Text: P_RADDR5 = Town / City / District
Selection Text: P_RDESIG = Designation
Selection Text: P_REMAIL = E-mail ID
Selection Text: P_RESIND = Addr. Changed Since Prev. Rtn
Selection Text: P_RESPIN = Postal Code
Selection Text: P_RESSTD = STD Code
Selection Text: P_RNAME = Name of the Person Responsible
Selection Text: P_RPHONE = Phone Number
Selection Text: P_RSTATE = State
Selection Text: P_STATE = State
Selection Text: P_STCD = State
Selection Text: P_STD = STD Code
Selection Text: P_TAN = TDSCAN
Selection Text: P_TANOB = TDS Scan Mandatory
Selection Text: P_VAR = Layout Variant
Selection Text: P_XFILE = Excel File Path
Selection Text: S_AUGDT = Clearing Date
Selection Text: S_DTYPE = D .
Selection Text: S_FDATE = Fiscal Period
Selection Text: S_GJAHR = D .
Selection Text: S_SECCO = D .
Selection Text: P_ADDR1 = Flat / Door / Block No.
Selection Text: P_ADDR2 = Name of the Building / Office
Selection Text: P_ADDR3 = Road / Street / Lane
Selection Text: P_ADDR4 = Area / Locality / Post Off.
Selection Text: P_ADDR5 = Town / City / District
Selection Text: P_ASFILE = Logical File
Selection Text: P_ASIN = Application Server
Selection Text: P_BUKRS = D .
INCLUDE RPFIWTIN_QRETURNS_DECLARATION.
INCLUDE RPFIWTIN_QRETURNS_SELSCREEN.
INCLUDE RPFIWTIN_QRETURNS_VALIDATION.
INCLUDE RPFIWTIN_QRETURNS_PROCESS.
INCLUDE RPFIWTIN_QRETURNS_SUBROUTINE.
INCLUDE RPFIWTIN_QRETURNS_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.