2BRELTOP is a standard ABAP INCLUDE 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 2BRELTOP into the relevant SAP transactions such as SE38 or SE80
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: S_WERKS = D Werk
Selection Text: S_VTWEG = D Vertriebsweg
Selection Text: S_VKORG = D Verkaufsorganisation
Selection Text: S_TKSACH = D Sachbearbeiter
Selection Text: S_TKONN = D Trading-Kontrakt
Selection Text: S_TCTYP = D Trading-Kontraktart
Selection Text: S_SPART = D Sparte
Selection Text: S_QTY_CP = Nur Dok. mit Mengenabweichung
Selection Text: S_MAXL = D Maximale Trefferzahl
Selection Text: S_MATNR = D Material
Selection Text: S_MATKL = D Warengruppe
Selection Text: S_KUNNR = D Auftraggeber
Selection Text: S_ERNAM = D Angelegt von
Selection Text: S_ERDAT = D Angelegt am
Selection Text: S_ELIFN = D Lieferant
Selection Text: S_EKORG = D EinkOrganisation
Selection Text: S_EKGRP = D Einkäufergruppe
Selection Text: S_COMP = Nur unvollständige Dokumente
Selection Text: S_BUDAT = D Buchungsdatum
Selection Text: S_BTBSTA = D Applikationsstatus
Selection Text: P_VARI = D Anzeigevariante
Title: Include 2B001TOP
Text Symbol: B07 = Maximale Trefferzahl
Text Symbol: B06 = Zusatzdaten
Text Symbol: B05 = Administrative Daten
Text Symbol: B04 = Materialdaten
Text Symbol: B03 = Organisatorische Daten
Text Symbol: B02 = Partnerdaten
Text Symbol: B01 = Trading-Kontrakt Daten
No INCLUDES are used within this REPORT code!
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.