RFIDTRSLIST 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 RFIDTRSLIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TRSLIST - Sales Invoice List (Turkey)
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: SEL_VTWG = Distribution Channel
Selection Text: SEL_VORG = Sales Organization
Selection Text: SEL_VBTP = SD Document Category
Selection Text: SEL_VBLN = Billing Document
Selection Text: SEL_LAND = Destination Country
Selection Text: SEL_KUNR = Payer
Selection Text: SEL_KUNA = Sold to party
Selection Text: SEL_FKRT = Billing Type
Selection Text: SEL_FKDT = Billing Date
Selection Text: SEL_ERNM = Created by
Selection Text: SEL_ERDT = Entry Date
Selection Text: PAR_VAR1 = Layout
Title: Sales List Turkey
Text Symbol: 602 = Serial/Sequential Number is not correct
Text Symbol: 521 = Certificate of Customs Clearance Outward Number
Text Symbol: 519 = Error Log
Text Symbol: 518 = Billing Document Number
Text Symbol: 517 = Fiscal Year
Text Symbol: 516 = Company Code
Text Symbol: 511 = Type of Exported Material
Text Symbol: 510 = Unit of Measure
Text Symbol: 509 = Quantity
Text Symbol: 508 = Country
Text Symbol: 506 = Customer Name
Text Symbol: 505 = Sequential Number
Text Symbol: 504 = Serial Number
Text Symbol: 503 = Document Date of Sales Invoice
Text Symbol: 502 = Custome Number
Text Symbol: 501 = Counter
Text Symbol: 054 = Output lists
Text Symbol: 051 = Further selections
INCLUDE RFIDTRSLIST_DATA.
INCLUDE RFIDTRSLIST_SELECTION.
INCLUDE RFIDTRSLIST_MAIN.
INCLUDE RFIDTRSLIST_FORMS.
INCLUDE MAKE_RLDNR_INVISIBLE.
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.