SAP ABAP Class CL_LORD_MY_QUOTATION_UTIL (My Quotation Utilility functions)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-SLS-QUT (Application Component) Customer Inquiries / Quotations
⤷
ERP_SD_ODATA_MY_QUOTATION (Package) OData Services for My Quotation App

⤷

⤷

Properties
Class | CL_LORD_MY_QUOTATION_UTIL | |
Short Description | My Quotation Utilility functions | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ERP_SD_ODATA_MY_QUOTATION | OData Services for My Quotation App |
Created | 20130819 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_LORD_MY_QUOTATION_UTIL has no interface implemented.
Friends
Class CL_LORD_MY_QUOTATION_UTIL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_TVBST | SD Status Description | 20131009 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get Distribution Channel Name | 20130909 |
2 | ![]() |
Static method | Public | Method | Get Division Name | 20130909 |
3 | ![]() |
Static method | Public | Method | Returns personnel number of the given username | 20130927 |
4 | ![]() |
Static method | Public | Method | Get Sales Org Name | 20130909 |
5 | ![]() |
Instance method | Public | Method | Get the SD Description of the Status | 20131009 |
6 | ![]() |
Static method | Public | Method | Truncate Table using skip & top | 20130909 |
Events
Class CL_LORD_MY_QUOTATION_UTIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_TVBST | Public | See coding | 20131009 | tt_tvbst TYPE HASHED TABLE OF tvbst WITH UNIQUE KEY spras tbnam fdnam statu
|
Method Signatures
Method GET_DISTRIBUTION_CHANNEL_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_NAME | Call by reference | Type reference (TYPE) | TVTWT-VTEXT | Name | 20130909 | ||
2 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20130909 | |
3 | ![]() |
IV_VTWEG | Call by reference | Type reference (TYPE) | TVTWT-VTWEG | Distribution Channel | 20130909 |
Method GET_DISTRIBUTION_CHANNEL_NAME on class CL_LORD_MY_QUOTATION_UTIL has no exception.
Method GET_DIVISION_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_NAME | Call by reference | Type reference (TYPE) | TSPAT-VTEXT | Name | 20130909 | ||
2 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20130909 | |
3 | ![]() |
IV_SPART | Call by reference | Type reference (TYPE) | TSPAT-SPART | Division | 20130909 |
Method GET_DIVISION_NAME on class CL_LORD_MY_QUOTATION_UTIL has no exception.
Method GET_PERSONNEL_NUMBER_FROM_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_PERSONNEL_NUMBER | Value transfer | Type reference (TYPE) | BAPIUSR01-EMPLOYEENO | Personnel Number | 20130927 | ||
2 | ![]() |
IO_MSG_CONTAINER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_MESSAGE_CONTAINER | Message Container Interface | 20131013 | ||
3 | ![]() |
IV_USERNAME | Call by reference | Type reference (TYPE) | XUSER | User name | 20130927 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Business Exception | 20131013 |
Method GET_SALES_ORG_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_NAME | Call by reference | Type reference (TYPE) | TVKOT-VTEXT | Name | 20130909 | ||
2 | ![]() |
IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20130909 | |
3 | ![]() |
IV_VKORG | Call by reference | Type reference (TYPE) | TVKOT-VKORG | Sales Organization | 20130909 |
Method GET_SALES_ORG_NAME on class CL_LORD_MY_QUOTATION_UTIL has no exception.
Method GET_STATUS_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DESCRIPTION | Value transfer | Type reference (TYPE) | STATUS_BEZ | Status Description | 20131009 | ||
2 | ![]() |
FDNAM | Call by reference | Type reference (TYPE) | FDNAM_STAT | Field name of the status table | 20131009 | ||
3 | ![]() |
LANGU | Call by reference | Type reference (TYPE) | SPRAS | Language Key | 20131009 | ||
4 | ![]() |
STATU | Call by reference | Type reference (TYPE) | STATUS_VA | General SD status | 20131009 | ||
5 | ![]() |
TBNAM | Call by reference | Type reference (TYPE) | TBNAM_STAT | Status table name | 20131009 |
Method GET_STATUS_DESCRIPTION on class CL_LORD_MY_QUOTATION_UTIL has no exception.
Method TRUNCATE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130909 | |||
2 | ![]() |
IV_SKIP | Call by reference | Type reference (TYPE) | I | 0 | 20130909 | ||
3 | ![]() |
IV_TOP | Call by reference | Type reference (TYPE) | I | 0 | 20130909 |
Method TRUNCATE_TABLE on class CL_LORD_MY_QUOTATION_UTIL has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in |