SAP ABAP Class J_7LCL_DISPLAY_HDLSTKO (Represents Transaction-Dependent Trade Levels Graphically)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   IS-REA-COR (Application Component) Recycling Administration Core Functions
     J7LR (Package) REA Core Functionality
Properties
Class J_7LCL_DISPLAY_HDLSTKO  
Short Description Represents Transaction-Dependent Trade Levels Graphically    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package J7LR   REA Core Functionality 
Created 20040910   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class J_7LCL_DISPLAY_HDLSTKO has no interface implemented.
Friends
Class J_7LCL_DISPLAY_HDLSTKO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUKRS Instance attribute Private Type reference (TYPE) BUKRS Company Code 20040913
2 CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20040913
3 EINKAUFSVORGANG Constant Private Type reference (TYPE) J_7LVGTYP 'E' Transaction Category 20040910
4 HDLSTKO_DISVARIANT Instance attribute Private Type reference (TYPE) DISVARIANT Layout (External Use) 20040913
5 HDLSTKO_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040913
6 HDLSTKO_GRID_FIELDCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20040913
7 HDLSTKO_LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV Control: Layout Structure 20040913
8 HDLSTKO_LIST_FIELDCAT Instance attribute Private Type reference (TYPE) SLIS_T_FIELDCAT_ALV Field Catalog for Hierarchical-Sequential List 20041123
9 HDLST_KOMBINATION Instance attribute Private Type reference (TYPE) J_7L_TY_HDLSTKOMBINATION REA Trade Level Combination + Transactions after Processing 20040913
10 INPUT_KOMBINATION Instance attribute Private Type reference (TYPE) J_7L_TY_HDLSTKOMBINATION REA Trade Level Combination + Transactions before Processing 20040913
11 KUMRK Instance attribute Private Type reference (TYPE) J_7LKKUMRK Customer Master Characteristic 20041219
12 LAND1 Instance attribute Private Type reference (TYPE) LAND1 Country Key 20040913
13 LIMRK Instance attribute Private Type reference (TYPE) J_7LKKUMRK Vendor Master Characteristic 20041219
14 LOCAL_E14 Instance attribute Private Type reference (TYPE) TY_P01T Local Copy of Trade Levels 20040910
15 LOCAL_P01 Instance attribute Private Type reference (TYPE) TY_P02T Local Copy of Price List 20040910
16 MATNR Instance attribute Private Type reference (TYPE) MATNR Material Number 20040913
17 POPUP Instance attribute Private Type reference (TYPE) C Display as PopUp 20040913
18 VERKAUFSVORGANG Constant Private Type reference (TYPE) J_7LVGTYP 'V' Transaction Category 20040910
19 VORGANGSTYP Instance attribute Private Type reference (TYPE) J_7LVGTYP Transaction Category 20040913
20 VRKME Instance attribute Private Type reference (TYPE) VRKME Sales Unit 20040913
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_INPUT_PARAMETER Static method Private Method Checks the Input Parameters 20040910
2 CONSTRUCTOR Instance method Public Constructor Creates the Class and Generates All Internal Data 20040910
3 GET_COMBINATIONS Instance method Public Method Returns a Table with All Trade Level Combinations 20040910
4 GET_GRID_FIELDCAT Instance method Private Method Returns Field Catalog for Grid Control 20041220
5 GET_LIST_FIELDCAT Instance method Private Method Returns Field Catalog for Hierarchical-Sequential List 20041123
6 READ_GLOBAL_DATA Instance method Private Method Read all Global Data 20040910
7 READ_PURCHASING_DATA Instance method Private Method Reads all Transactions for Purchasing 20040910
8 READ_SALES_DATA Instance method Private Method Reads all Transactions for Sales 20040910
9 UPDATE_ADD_DATA Instance method Private Method Calculates all Prices and Weighting per Trade Level 20040910
10 UPDATE_COMBINATIONS Instance method Public Method Renewed Output and Status 20040913
Events
Class J_7LCL_DISPLAY_HDLSTKO has no event.
Types
Class J_7LCL_DISPLAY_HDLSTKO has no local type.
Method Signatures

Method CHECK_INPUT_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20040910
2 Importing I_KOMBINATION Call by reference Type reference (TYPE) J_7L_TY_HDLSTKOMBINATION Ausgabestruktur: Kombination aller Handelsstufen 20040910
3 Importing I_POPUP Value transfer Type reference (TYPE) C 20040910
4 Importing I_VORGANGSTYP Value transfer Type reference (TYPE) J_7LVGTYP Vorgangstyp 20040910
5 Exporting O_ERROR Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20040910

Method CHECK_INPUT_PARAMETER on class J_7LCL_DISPLAY_HDLSTKO has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20040910
2 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20040910
3 Importing I_KOMBINATION Call by reference Type reference (TYPE) J_7L_TY_HDLSTKOMBINATION REA Handelsstufenkombination und Vorgänge 20040910
4 Importing I_LAND1 Value transfer Type reference (TYPE) LAND1 Länderschlüssel 20040910
5 Importing I_MATNR Value transfer Type reference (TYPE) MATNR Materialnummer 20040910
6 Importing I_POPUP Value transfer Type reference (TYPE) C SPACE X= Darstellung als PopFenster 20040910
7 Importing I_VORGANGSTYP Value transfer Type reference (TYPE) J_7LVGTYP SPACE Vorgangstyp 20040910
8 Importing I_VRKME Value transfer Type reference (TYPE) VRKME Verkaufsmengeneinheit 20040910
# Exception Resumable Description Created on
1 PARAMETER_ERROR Fehlerhafte Eingabeparameter 20040910

Method GET_COMBINATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting O_KOMBINATION Call by reference Type reference (TYPE) J_7L_TY_HDLSTKOMBINATION REA Handelsstufenkombination und Vorgänge nach Prozessierung 20040913

Method GET_COMBINATIONS on class J_7LCL_DISPLAY_HDLSTKO has no exception.

Method GET_GRID_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VORGANGSTYP Value transfer Type reference (TYPE) J_7LVGTYP Vorgangstyp 20041220
2 Returning O_GRID_FIELDCAT Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für das Grid Control 20041220
# Exception Resumable Description Created on
1 PARAMETER_ERROR Fehlerhafte Eingabeparameter 20041220

Method GET_LIST_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HEADER_TAB_NAME Value transfer Type reference (TYPE) C Name der Kopftabelle 20041123
2 Importing I_ITEM_TAB_NAME Value transfer Type reference (TYPE) C Name der Positionstabelle 20041123
3 Exporting O_FIELDCAT Value transfer Type reference (TYPE) SLIS_T_FIELDCAT_ALV Feldkatalog 20041123
4 Exporting O_KEYINFO Value transfer Type reference (TYPE) SLIS_KEYINFO_ALV Schlüsselbeziehung 20041123

Method GET_LIST_FIELDCAT on class J_7LCL_DISPLAY_HDLSTKO has no exception.

Method READ_GLOBAL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20040910
2 Importing I_KOMBINATION Call by reference Type reference (TYPE) J_7L_TY_HDLSTKOMBINATION REA Handelsstufenkombination und Vorgänge 20040910
3 Importing I_LAND1 Call by reference Type reference (TYPE) LAND1 Länderschlüssel 20040910

Method READ_GLOBAL_DATA on class J_7LCL_DISPLAY_HDLSTKO has no exception.

Method READ_PURCHASING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KOMBINATION Call by reference Type reference (TYPE) J_7L_TY_HDLSTKOMBINATION REA Handelsstufenkombination und Vorgänge 20040913

Method READ_PURCHASING_DATA on class J_7LCL_DISPLAY_HDLSTKO has no exception.

Method READ_SALES_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KOMBINATION Call by reference Type reference (TYPE) J_7L_TY_HDLSTKOMBINATION REA Handelsstufenkombination und Vorgänge 20040913

Method READ_SALES_DATA on class J_7LCL_DISPLAY_HDLSTKO has no exception.

Method UPDATE_ADD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IO_KOMBINATION_APPEND Call by reference Type reference (TYPE) J_7L_HDLSTKOMBINATION Ausgabestruktur: Kombination aller Handelsstufen 20040910
2 Importing I_BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20040910
3 Importing I_DATAB Value transfer Type reference (TYPE) DATAB Datum gültig ab 20040910
4 Importing I_HDLST Value transfer Type reference (TYPE) J_7LHDLST Handelsstufe 20040910
5 Importing I_LAND1 Value transfer Type reference (TYPE) LAND1 Land 20040910
6 Importing I_RPARTNER Value transfer Type reference (TYPE) J_7LENTNAM Recyclingpartner 20040910

Method UPDATE_ADD_DATA on class J_7LCL_DISPLAY_HDLSTKO has no exception.

Method UPDATE_COMBINATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KOMBINATION Call by reference Type reference (TYPE) J_7L_TY_HDLSTKOMBINATION REA Handelsstufenkombination und Vorgänge 20040913
# Exception Resumable Description Created on
1 PARAMETER_ERROR Fehlerhafte Eingabeparameter 20040913
History
Last changed by/on SAP  20110908 
SAP Release Created in 471