SAP ABAP Class CL_SLS_SLSORDITMBATDATA001QR (Sales Order ERP Item Batch Data By Batch Query Response I)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-SLS-ES (Application Component) Enterprise Services in Sales
⤷
OPS_SE_SLS_XI_PROXY (Package) Web Service Proxies Sales

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | II_SLS_SLSORDITMBATDATA001QR | Sales Order ERP Item Batch Data By Batch Query Response IN | 20070821 |
Properties
Class | CL_SLS_SLSORDITMBATDATA001QR | |
Short Description | Sales Order ERP Item Batch Data By Batch Query Response I | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | OPS_SE_SLS_XI_PROXY | Web Service Proxies Sales |
Created | 20070821 | SAP |
Last change | 20110908 | 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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | II_SLS_SLSORDITMBATDATA001QR | Sales Order ERP Item Batch Data By Batch Query Response IN | 20070821 |
Friends
Class CL_SLS_SLSORDITMBATDATA001QR 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) | BAPIRETTAB | Table with BAPI Return Information | 20070831 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20070831 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Get Descripton for Plant | 20070828 |
2 | ![]() |
Instance method | Private | Method | 20070823 | |
3 | ![]() |
Instance method | Private | Method | Input Mapping | 20070822 |
4 | ![]() |
Instance method | Private | Method | 20070823 | |
5 | ![]() |
Instance method | Private | Method | 20070823 | |
6 | ![]() |
Instance method | Private | Method | Map Unit Code to ISO | 20070828 |
7 | ![]() |
Instance method | Private | Method | 20070823 | |
8 | ![]() |
Instance method | Private | Method | 20070824 |
Events
Class CL_SLS_SLSORDITMBATDATA001QR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_POS_HITS | Public | See coding | 20070827 | BEGIN OF ts_pos_hits,
charg TYPE CHARG_D,
matnr TYPE MATNR,
werks TYPE WERKS_D,
END OF ts_pos_hits
|
||
2 | TS_WERKS_DESCRIPTION | Private | See coding | 20070828 | begin of TS_WERKS_DESCRIPTION,
werks type werks_d,
name1 type name1,
end of ts_werks_description
|
||
3 | TT_POS_HITS | Public | See coding | 20070905 | tt_pos_hits TYPE STANDARD TABLE OF ts_pos_hits
WITH KEY charg matnr werks
|
||
4 | TT_POS_HITS_HASHED | Private | See coding | 20070905 | tt_pos_hits_hashed TYPE hashed TABLE OF ts_pos_hits
WITH unique KEY charg matnr werks
|
||
5 | TT_RG_CHARG | Private | See coding | 20070823 | tt_rg_charg TYPE RANGE OF charg_d
|
||
6 | TT_RG_MATNR | Private | See coding | 20070823 | tt_rg_matnr TYPE RANGE OF matnr
|
||
7 | TT_RG_WERKS | Private | See coding | 20070823 | tt_rg_werks TYPE RANGE OF werks_d
|
||
8 | TT_WERKS_DESCRIPTION | Private | See coding | 20070828 | TT_WERKS_DESCRIPTION type standard table of tS_WERKS_DESCRIPTION
with key werks
|
Method Signatures
Method GET_PLANT_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_NAME | Call by reference | Type reference (TYPE) | SAPPLCO_MEDIUM_NAME-CONTENT | Name | 20070828 | ||
2 | ![]() |
IV_WERKS | Call by reference | Type reference (TYPE) | WERKS_D | Plant | 20070828 |
Method GET_PLANT_DESCRIPTION on class CL_SLS_SLSORDITMBATDATA001QR has no exception.
Method GET_POS_HIT_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_HITLIST | Call by reference | Type reference (TYPE) | TT_POS_HITS | 20070905 | |||
2 | ![]() |
IT_RG_CHARG | Call by reference | Type reference (TYPE) | TT_RG_CHARG | 20070823 | |||
3 | ![]() |
IT_RG_MATNR | Call by reference | Type reference (TYPE) | TT_RG_MATNR | 20070823 | |||
4 | ![]() |
IT_RG_WERKS | Call by reference | Type reference (TYPE) | TT_RG_WERKS | 20070823 | |||
5 | ![]() |
IT_SEARCHLIST | Call by reference | Type reference (TYPE) | TT_POS_HITS_HASHED | 20070823 |
Method GET_POS_HIT_LIST on class CL_SLS_SLSORDITMBATDATA001QR has no exception.
Method INPUT_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20070831 | ||
2 | ![]() |
ET_POS_HITS | Call by reference | Type reference (TYPE) | TT_POS_HITS | 20070822 | |||
3 | ![]() |
EV_ERRORFLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070823 | |||
4 | ![]() |
EV_MAX_ROWS | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20070824 | ||
5 | ![]() |
INPUT | Call by reference | Type reference (TYPE) | SLS_SALES_ORDER_ERPITEM_BATCH | Sales Order ERP Item Batch Data By Batch Query Message | 20070822 |
Method INPUT_MAPPING on class CL_SLS_SLSORDITMBATDATA001QR has no exception.
Method MAP_CHARG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20070823 | ||
2 | ![]() |
EV_CHARG | Call by reference | Type reference (TYPE) | CHARG_D | Batch Number | 20070823 | ||
3 | ![]() |
EV_ERRORFLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070823 | |||
4 | ![]() |
IV_BATCHID | Call by reference | Type reference (TYPE) | SAPPLCO_BATCH_ID_CONTENT | Proxy Structure (Generated) | 20070823 |
Method MAP_CHARG on class CL_SLS_SLSORDITMBATDATA001QR has no exception.
Method MAP_MATNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20070823 | ||
2 | ![]() |
EV_ERRORFLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070823 | |||
3 | ![]() |
EV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20070823 | ||
4 | ![]() |
IV_PRODUCTID | Call by reference | Type reference (TYPE) | SAPPLCO_PRODUCT_INTERNAL_IDCON | Proxy Data Element (Generated) | 20070823 |
Method MAP_MATNR on class CL_SLS_SLSORDITMBATDATA001QR has no exception.
Method MAP_UNIT_CODE_OUTPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_UNIT_CODE | Call by reference | Type reference (TYPE) | C | 20070828 | |||
2 | ![]() |
I_UNIT_CODE | Call by reference | Type reference (TYPE) | C | 20070828 |
Method MAP_UNIT_CODE_OUTPUT on class CL_SLS_SLSORDITMBATDATA001QR has no exception.
Method MAP_WERKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_WERKS | Call by reference | Type reference (TYPE) | WERKS_D | Plant | 20070823 | ||
2 | ![]() |
IV_PLANTID | Call by reference | Type reference (TYPE) | SAPPLCO_PLANT_ID_CONTENT | Proxy Structure (Generated) | 20070823 |
Method MAP_WERKS on class CL_SLS_SLSORDITMBATDATA001QR has no exception.
Method OUTPUT_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SALESDOC | Call by reference | Type reference (TYPE) | TDT_SALESDOC | Lean Order: Sales Document | 20070824 | ||
2 | ![]() |
IV_FLAG_MORE_ROWS_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070824 | |||
3 | ![]() |
RT_OUTPUT | Call by reference | Type reference (TYPE) | SLS_SALES_ORDER_ERPITEM_BATCH1 | Sales Order ERP Item Batch Data by Batch Response Message | 20070824 |
Method OUTPUT_MAPPING on class CL_SLS_SLSORDITMBATDATA001QR has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 603 |