RFIDKRTP_R is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use report to process tax invoices that were created using the
If you would like to execute this report or see the full code listing simply enter RFIDKRTP_R into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RFIDKRTP_R - Processing of Tax Bills
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.
Selection Text: BILLING = Billing Indicator
Selection Text: CHK_PRAD = D .
Selection Text: CHK_PRTI = D .
Selection Text: P_AMEND = D .
Selection Text: P_ETI = D .
Selection Text: P_EXC = D .
Selection Text: P_FLIST = D .
Selection Text: P_HQRTS = Business Place of Headquarters
Selection Text: P_PDF = D .
Selection Text: P_REMK = Amendment Status Date
Selection Text: P_UEXIT = D .
Selection Text: RECEIPT = Receipt Indicator
Selection Text: SBUKRS = Company Code
Selection Text: SBUPLA = Business Place
Selection Text: SDKDTE = Tax Invoice Date
Selection Text: SGJAHR = Fiscal Year
Selection Text: SKUNNR = D .
Selection Text: STA1 = D .
Selection Text: STA2 = D .
Selection Text: STXINV = Tax Invoice
Title: Processing of Tax Invoices
Text Symbol: YA4 = M D | Description |Dimes| Qty | U.P | Base Amount | Tax Amount | Remarks
Text Symbol: YA2 = Remarks
Text Symbol: YA1 = Tax Amount
Text Symbol: XB4 = - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Text Symbol: XB3 = BX
Text Symbol: XB2 = Up Money
Text Symbol: XB1 = VL
Text Symbol: XA9 = Base Amount
Text Symbol: XA8 = P
Text Symbol: XA7 = V
Text Symbol: XA6 = Type of Bus.
Text Symbol: XA5 = Type of Ind.
Text Symbol: YA5 = Total Amt. | Cash | Check | BoE | Receivable
Text Symbol: YA6 = | | | |
Text Symbol: YA7 = Receipt
Text Symbol: YA8 = Billing
Text Symbol: YA9 = Year
INCLUDE: RFIDKRTP_P_TOP, " DEFINITIONS
RFIDKRTP_P_SEL, " SELECTION-SCREENS
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 RFIDKRTP_R or its description.