RWB2MATPOS01 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 RWB2MATPOS01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WB2L - Long Short Analysis
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: P_SIDE = Selection Side
Selection Text: P_VARI = D Layout
Selection Text: S_APPLOG = Application Log
Selection Text: S_BTBSTA = D Application Status
Selection Text: S_BUDAT = D Posting Date
Selection Text: S_EKGRP = D Purchasing Group
Selection Text: S_EKORG = D Purchasing Organization
Selection Text: S_ELIFN = Vendor
Selection Text: S_ERDAT = D Created On
Selection Text: S_ERNAM = D Created by
Selection Text: S_KUNNR = Customer
Selection Text: S_MATKL = D Material Group
Selection Text: S_MATNR = D Material
Selection Text: S_MAXL = Maximum Number of Documents
Selection Text: S_PORTEX = External Portfolio
Selection Text: S_SPART = D Division
Selection Text: S_TKONN = Trading Contract Number
Selection Text: S_TKO_EX = External Trading Contract No.
Selection Text: S_TKSACH = Trading Contract Processor
Selection Text: S_VKORG = D Sales Organization
Selection Text: S_VTWEG = D Distribution Channel
Selection Text: S_WERKS = D Plant
Selection Text: TEW_TYPE = Execution Workbench
Title: Long Short Analysis
Text Symbol: S05 = Log Function
Text Symbol: B45 = Application Log
Text Symbol: B06 = Addit. data
Text Symbol: 001 = Month/Document Type/Date
Text Symbol: 002 = Docs per Month
Text Symbol: 004 = Overview of Association Relationships
Text Symbol: 070 = Display TC
Text Symbol: 100 = Internal Error
Text Symbol: 701 = January
Text Symbol: 702 = Feb.
Text Symbol: 703 = Mar.
Text Symbol: 704 = April
Text Symbol: 705 = May
Text Symbol: 706 = June
INCLUDE RWB2MATPOS01TOP.
INCLUDE RWB2MATPOS01CC.
INCLUDE MATPOSE01.
INCLUDE MATPOSF01.
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.