SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RPFIWTIN_QRETURNS SAP ABAP Report - Report RPFIWTIN_QRETURNS







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FIWTIN_QRETURNS - Quarterly Returns for India


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


Text pool values


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 .





Selection Text: P_DIV = Division/Branch
Selection Text: P_EMAIL = E-mail ID
Selection Text: P_EXFILE = Create Excel file
Selection Text: P_EXVEN = 100% Exempted/Transport Vendor
Selection Text: P_FILE = Create File
Selection Text: P_FORM = Form
Selection Text: P_IND = Addr. Changed Since Prev. Rtn
Selection Text: P_MOBILE = Mobile Number
Selection Text: P_NAME = Name of the Deductor/Collector
Title: Report RPFIWTIN_QRETURNS
Text Symbol: C04 = Collapse Address Details
Text Symbol: 011 = Fiscal dates do not lie in the entered quarter
Text Symbol: 010 = Incorrect period
Text Symbol: 009 = END-OF-LIST Partner Details
Text Symbol: 008 = Output Control
Text Symbol: 007 = Partner Details
Text Symbol: 006 = File Options
Text Symbol: 005 = Responsible Person's Address
Text Symbol: 004 = Address Details
Text Symbol: 003 = Withholding tax Data
Text Symbol: 002 = General Data
Text Symbol: 001 = Form Selection


INCLUDES used within this REPORT RPFIWTIN_QRETURNS

INCLUDE RPFIWTIN_QRETURNS_DECLARATION.
INCLUDE RPFIWTIN_QRETURNS_SELSCREEN.
INCLUDE RPFIWTIN_QRETURNS_VALIDATION.
INCLUDE RPFIWTIN_QRETURNS_PROCESS.
INCLUDE RPFIWTIN_QRETURNS_SUBROUTINE.
INCLUDE RPFIWTIN_QRETURNS_ALV.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RPFIWTIN_QRETURNS or its description.