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

RFIDTRSLIST SAP ABAP Report - Sales List Turkey







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

TRSLIST - Sales Invoice List (Turkey)


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 RFIDTRSLIST. "Basic submit
SUBMIT RFIDTRSLIST AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDTRSLIST 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: 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


INCLUDES used within this REPORT RFIDTRSLIST

INCLUDE RFIDTRSLIST_DATA.
INCLUDE RFIDTRSLIST_SELECTION.
INCLUDE RFIDTRSLIST_MAIN.
INCLUDE RFIDTRSLIST_FORMS.
INCLUDE MAKE_RLDNR_INVISIBLE.


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