SAP Reports / Programs

J_3RF_TRANSFER_PRICING SAP ABAP Report - Transfer Pricing







J_3RF_TRANSFER_PRICING 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_TRANSFER_PRICING 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

J3RFTRPR - Transfer Pricing


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_TRANSFER_PRICING. "Basic submit
SUBMIT J_3RF_TRANSFER_PRICING AND RETURN. "Return to original report after report execution complete
SUBMIT J_3RF_TRANSFER_PRICING 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_BUKRS = D .
Selection Text: P_CORRNU = D .
Selection Text: P_DOC = D .
Selection Text: P_ENDDA = D .
Selection Text: P_FNAME = D .
Selection Text: P_GJAHR = D .
Selection Text: P_LNAME = D .
Selection Text: P_MERGE = D .
Selection Text: P_NORG = D .
Selection Text: P_READ = D .
Selection Text: P_SNAME = D .
Selection Text: P_TAXP = D .
Selection Text: P_TRUN = D .
Selection Text: P_VARI = D .
Selection Text: SO_AUFNR = D .
Selection Text: SO_CNTTY = D .
Selection Text: SO_GROUP = D .
Selection Text: SO_HKONT = D .
Selection Text: SO_KOSTL = D .
Selection Text: SO_KUNNR = D .
Selection Text: SO_LIFNR = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_PRCTR = D .
Selection Text: SO_PROJK = D .
Selection Text: SO_ZUONR = Contract
Title: Transfer Pricing
Text Symbol: XLC = Do you want to lock the correction number & and generate XML file?
Text Symbol: XGX = You're generating XML file for the correction number &
Text Symbol: XGQ = Are you sure that you'd like generate XML file?
Text Symbol: XCR = You're locking the correction number &
Text Symbol: SUR = Are you sure that you'd like to delete selected data?
Text Symbol: STA = Start of Transfer Pricing:
Text Symbol: 001 = General parameters
Text Symbol: 002 = Additional criteria
Text Symbol: 003 = Execute
Text Symbol: 004 = Manual Entries
Text Symbol: CAA = Amount
Text Symbol: CAQ = Quantity





Text Symbol: CL1 = Debit/Credit
Text Symbol: CL2 = Amount in LC
Text Symbol: CL3 = Quantity
Text Symbol: CL4 = Unit
Text Symbol: SAV = Do you want to save changed data?
Text Symbol: REV = Reversed
Text Symbol: RDB = Read from DB
Text Symbol: CL5 = Material
Text Symbol: CL6 = Plant
Text Symbol: CL7 = Category
Text Symbol: CL8 = Explanation
Text Symbol: DCR = Delete correction
Text Symbol: DEL = Delete selected data
Text Symbol: EDT = Period End
Text Symbol: EXI = Data not saved
Text Symbol: EXX = You have to save data before or cancel generate XML
Text Symbol: GOD = Fiscal Year
Text Symbol: HD0 = Document Hierrarchy
Text Symbol: HDR = List 1A
Text Symbol: ITM = List 1B
Text Symbol: MRG = Merge:
Text Symbol: NDS = New data selection


INCLUDES used within this REPORT J_3RF_TRANSFER_PRICING

INCLUDE J_3RF_TRANSFER_PRICING_TOP. " DATA DECLARATION
INCLUDE J_3RF_TRANSFER_PRICING_SELSCR. " SELECTION SCREEN
INCLUDE J_3RF_TRANSFER_PRICING_EVENTS. " EVENTS
INCLUDE J_3RF_TRANSFER_PRICING_ALVLIST. " SUBROUTINES FOR UI
INCLUDE J_3RF_TRANSFER_PRICING_XML. " SUBROUTINES XML PROCESSING
INCLUDE J_3RF_TRANSFER_PRICING_CHAINS.


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