RWB2_LOP_EMBEDDED is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display of logistical option lists across several trading contracts...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RWB2_LOP_EMBEDDED into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WB2_LOP_LISTS - Log. Option: Search Trading Contract
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 = D .
Selection Text: S_CDATE = D .
Selection Text: S_CNAME = D .
Selection Text: S_HDIT = D .
Selection Text: S_HDITS = D .
Selection Text: S_LOPCAT = D .
Selection Text: S_LOP_NO = D .
Selection Text: S_TKONN = D .
Selection Text: S_TPOSN = D .
Title: Logistical Option: Trading Contract Overview
Text Symbol: DOC = Document Selections
Text Symbol: GEN = General Selections
Text Symbol: MAS = Logistical Option Master List Selections
Text Symbol: O01 = Output
Text Symbol: SID = Logistical Option Side
Text Symbol: TYP = Category
INCLUDE RWB2_LOP_EMBEDDED_F01. " FORM-ROUTINES
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.
RWB2_LOP_EMBEDDED - Logistical Option: Trading Contract Overview RWB2_LOP_EMBEDDED - Logistical Option: Trading Contract Overview RWB2_LCL_CLASS_DOC_WB - Local class for toolbar and user command on ALV RWB2_EXPENSE_WORKBENCH_U01 - Include RWB2_EXPENSE_WORKBENCH_U01 RWB2_EXPENSE_WORKBENCH_I01 - Include RWB2_EXPENSE_WORKBENCH_I01 RWB2_EXPENSE_WORKBENCH - Trading Expense Workbench