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

J_3RF_TAX_INSTALL SAP ABAP dialog Program - Installation of FI-SL Databases







J_3RF_TAX_INSTALL is a standard Module pool for a dialog screen ABAP Program 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_INSTALL 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

J3RTAXIN - Table group install.for tax account.


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


Text pool values


Title: Installation of FI-SL Databases
Text Symbol: 198 = Notes for Processing a Table Group
Text Symbol: 200 = Exists in the database ;;
Text Symbol: 201 = Does not exist in the database ;;
Text Symbol: 202 = Active ;;
Text Symbol: 203 = Reworked ;;
Text Symbol: 204 = New ;;
Text Symbol: 205 = Saved ;;
Text Symbol: 206 = Not saved ;;
Text Symbol: 207 = Possible index fields
Text Symbol: 208 = Create recommendation
Text Symbol: 209 = Foreign key does not exist ;;
Text Symbol: 210 = Should a recommendation be created?;;
Text Symbol: 300 = Import Repository information...
Text Symbol: 310 = Check table group...
Text Symbol: 320 = Save table group...
Text Symbol: 330 = Activate table group...
Text Symbol: 340 = Table groups
Text Symbol: 350 = Call mass deletion program...
Text Symbol: 360 = Object table 1
Text Symbol: 370 = Object table 2
Text Symbol: 380 = Summary table
Text Symbol: 390 = Actual line item table
Text Symbol: 400 = Plan line item table
Text Symbol: 410 = Do you want to delete the ;;
Text Symbol: 420 = tables in table group &&&&&&&? ;;
Text Symbol: 430 = Find field
Text Symbol: 457 = The system creates a standard report for you. In this process, ;;
Text Symbol: 458 = the account number is a fixed characteristic. Choose two ;;
Text Symbol: 459 = additional characteristics that also should be reported on. ;;
Text Symbol: 197 = Maintain table group
Text Symbol: 100 = Confirmation prompt
Text Symbol: 110 = Data has been changed and will be ;;
Text Symbol: 120 = lost if you do not save. Save? ;;
Text Symbol: 130 = Do you still want to cancel? ;;
Text Symbol: 131 = Cancel index processing? ;;
Text Symbol: 132 = Cancel foreign key processing? ;;
Text Symbol: 140 = Detailed information





Text Symbol: 150 = Specify Index
Text Symbol: 160 = Choose table
Text Symbol: 170 = Copy field
Text Symbol: 171 = Field
Text Symbol: 172 = Data element
Text Symbol: 173 = Name ;;
Text Symbol: 180 = Field
Text Symbol: 181 = Name
Text Symbol: 182 = Reference table
Text Symbol: 183 = Reference field
Text Symbol: 184 = Existing indices
Text Symbol: 185 = No.;;
Text Symbol: 186 = Name
Text Symbol: 187 = No indices exist for table &
Text Symbol: 188 = Indices for table &
Text Symbol: 189 = Indices used in table group &
Text Symbol: 190 = Fields for table &
Text Symbol: 191 = Complete overview of important subobjects of table group &
Text Symbol: 192 = Index & for table &
Text Symbol: 193 = Unique
Text Symbol: 194 = Table activation
Text Symbol: 195 = Activate tables and indices and ;;
Text Symbol: 196 = create them in the database? ;;


INCLUDES used within this REPORT J_3RF_TAX_INSTALL

INCLUDE J_3RF_TAX_INSTALLTOP. "DATENDEFINITION
INCLUDE J_3RF_TAX_INSTALLO00. "DYNPRO 100 OUTPUT
INCLUDE J_3RF_TAX_INSTALLI00. "DYNPRO 100 INPUT
INCLUDE J_3RF_TAX_INSTALLO01. "DYNPRO 101 PBO
INCLUDE J_3RF_TAX_INSTALLI01. "DYNPRO 101 PAI
INCLUDE J_3RF_TAX_INSTALLO02.
INCLUDE J_3RF_TAX_INSTALLI02.
INCLUDE J_3RF_TAX_INSTALLO03.
INCLUDE J_3RF_TAX_INSTALLI03.
INCLUDE J_3RF_TAX_INSTALLO04.
INCLUDE J_3RF_TAX_INSTALLI04.
INCLUDE J_3RF_TAX_INSTALLO50. "DYNPRO 150 PBO
INCLUDE J_3RF_TAX_INSTALLI50. "DYNPRO 150 PAI
INCLUDE J_3RF_TAX_INSTALLF01.
INCLUDE J_3RF_TAX_INSTALLF02.
INCLUDE J_3RF_TAX_INSTALLF03.





INCLUDE J_3RF_TAX_INSTALLF04.
INCLUDE J_3RF_TAX_INSTALLF05.
INCLUDE J_3RF_TAX_INSTALLF06.
INCLUDE J_3RF_TAX_INSTALLF09.


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