SAP Reports / Programs

J_3RF_TAX_XMLREPORT SAP ABAP Report - XML Report hierarchy editor







J_3RF_TAX_XMLREPORT 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_3RF_TAX_XMLREPORT into the relevant SAP transactions such as SE38 or SE80


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_3RF_TAX_XMLREPORT. "Basic submit
SUBMIT J_3RF_TAX_XMLREPORT AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RF_TAX_XMLREPORT 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: IN_HNAME = Select hierarchy
Title: XML Report hierarchy editor
Text Symbol: VIE = View
Text Symbol: IDB = Internal Dictionary
Text Symbol: GRK = Group key for selection screen
Text Symbol: F01 = Table name
Text Symbol: EDI = Edit
Text Symbol: ADP = All data provider defs for this attribute will be removed. Continue?
Text Symbol: ACN = All child nodes will be removed. Continue?
Text Symbol: 099 = Buffer is not empty. Overwrite?
Text Symbol: 084 = DBQ will be dropped irrevocably
Text Symbol: 083 = No
Text Symbol: 082 = Yes
Text Symbol: 081 = All unsaved data will be lost. Save data?
Text Symbol: 080 = Leave editor
Text Symbol: 074 = Error occured while fetching subnodes. Hierarchy might be inconsistent.
Text Symbol: 071 = Save entry
Text Symbol: 070 = Add new entry
Text Symbol: 051 = Save expression
Text Symbol: 050 = Add expression
Text Symbol: 028 = Value pattern
Text Symbol: 027 = Account to
Text Symbol: 026 = Account from
Text Symbol: 025 = Include credit positions
Text Symbol: 024 = Include debit positions
Text Symbol: 023 = Node sign
Text Symbol: 022 = FI-SL activity
Text Symbol: 021 = Activity type
Text Symbol: 020 = More selections...
Text Symbol: 005 = XSD document
Text Symbol: 004 = Inclusion criteria
Text Symbol: 003 = Repetition criteria
Text Symbol: 002 = Deleting
Text Symbol: 001 = new_object


INCLUDES used within this REPORT J_3RF_TAX_XMLREPORT

INCLUDE J_3RF_REP_TYPES.
INCLUDE J_3RF_REP_APPLICATION.
INCLUDE J_3RF_REP_CHECKER.
INCLUDE J_3RFREP_XML_STATUS_020O01.




INCLUDE J_3RFREP_XML_USER_COMMAND.
INCLUDE J_3RFREP_XML_STATUS_100O02.


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:

ENQUEUE_EJ_3RFREP CALL FUNCTION 'ENQUEUE_EJ_3RFREP' EXPORTING MODE_J_3RF_REP_HIER_CONTENTS = 'E' MANDT = SY-MANDT HIER_KEY = in_hname EXCEPTIONS FOREIGN_LOCK = 1 OTHERS = 2.

DEQUEUE_EJ_3RFREP CALL FUNCTION 'DEQUEUE_EJ_3RFREP' EXPORTING MANDT = SY-MANDT HIER_KEY = in_hname.



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