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

J_3R_TTAX_DECL SAP ABAP Report -







J_3R_TTAX_DECL 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 J_3R_TTAX_DECL 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

J3RALFTTAXDECL - Transport Tax Return


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 J_3R_TTAX_DECL. "Basic submit
SUBMIT J_3R_TTAX_DECL AND RETURN. "Return to original report after report execution complete
SUBMIT J_3R_TTAX_DECL 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_DATE_R = D .
Selection Text: P_DCLBYR = Declaration by Representative
Selection Text: P_DOCTYP = D .
Selection Text: P_ELECT = D .
Selection Text: P_EMAIL = D .
Selection Text: P_FNAM = D .
Selection Text: P_FORMNA = D .
Selection Text: P_GJAHR = D .
Selection Text: P_JOBN = D .
Selection Text: P_KBK1 = D .
Selection Text: P_KPP = D .
Selection Text: P_LOC = D .
Selection Text: P_MGRNAM = Organization Head Full Name
Selection Text: P_NAME = D .
Selection Text: P_NORMA = D .
Selection Text: P_NUMCPY = D .
Selection Text: P_PATR = D .
Selection Text: P_PERIO = D .
Selection Text: P_PRINTR = D .
Selection Text: P_REOINN = D .
Selection Text: P_REOKPP = D .
Selection Text: P_REORG = D .
Selection Text: P_REPCOM = D .
Selection Text: P_REPDOC = D .
Selection Text: P_REPINN = D .
Selection Text: P_REPNAM = D .
Selection Text: P_SNAME = D .
Selection Text: P_STRDIV = D .
Selection Text: P_TPORG = D .
Selection Text: P_VENDOR = D .
Selection Text: P_VEND_R = D .
Selection Text: SO_OKATO = D .
Selection Text: P_DATE4 = D .
Selection Text: ALV_PRE = ALV Preview
Selection Text: PDF_INT = Interactive PDF
Selection Text: PDF_PRE = PDF Preview
Selection Text: PDF_PRN = Direct Printing
Selection Text: P_ADVPYM = D .





Selection Text: P_APPEND = D .
Selection Text: P_BUKRS = D .
Selection Text: P_CODE = D .
Selection Text: P_CORRNU = D .
Selection Text: P_DATE1 = D .
Selection Text: P_DATE2 = D .
Selection Text: P_DATE3 = D .
Title:
Text Symbol: 001 = General Parameters
Text Symbol: 002 = Data For Electronic File Format
Text Symbol: 003 = Reporting Parameters
Text Symbol: 004 = Declaration Type
Text Symbol: 005 = Show Output Settings
Text Symbol: 006 = Hide Output Settings
Text Symbol: ALV = ALV Listing
Text Symbol: E01 = XSLT Not Supported on this Platform
Text Symbol: E02 = Invalid XML Source
Text Symbol: E03 = Runtime Errors
Text Symbol: E04 = XSLT Program
Text Symbol: E05 = Row
Text Symbol: E06 = Reason
Text Symbol: ERR = ___.__~,__
Text Symbol: INT = Interactive PDF
Text Symbol: OUT = Output Settings
Text Symbol: PDF = PDF Preview
Text Symbol: PRN = Direct Printing
Text Symbol: TEL = Tel


INCLUDES used within this REPORT J_3R_TTAX_DECL

INCLUDE J_3R_TTAX_DECL_TOP IF FOUND.
INCLUDE J_3R_LF_COMMON_TOP.
INCLUDE J_3R_TTAX_DECL_SEL_SCR IF FOUND.
INCLUDE J_3R_LF_COMMON_SEL_SCR.
INCLUDE J_3R_LF_INITIALIZATION.
INCLUDE J_3R_TTAX_INITIALIZATION IF FOUND.
INCLUDE J_3R_TTAX_AT_SELECTION.
INCLUDE J_3R_LF_AT_SELECTION_SCREEN.
INCLUDE J_3R_TTAX_SWITCH_CHK.
INCLUDE J_3R_LF_TTAX_AT_SELSCR_OUT IF FOUND.


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