SAP ABAP Interface IF_SHP_LECOMP_DECLARATIONS (Types and constants for LECOMP)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
VL (Package) WS-SHP: General Processing for Shipping

⤷

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SHP_LECOMP_EDITOR | Edit subcontracting components | 20080724 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SHP_LECOMP | Subcontracting Components in inbound delivery | 20080326 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SHP_LECOMP_CONTROL | Subcontracting Components Integration into Dlv. Processing | 20080326 |
Properties
Interface | IF_SHP_LECOMP_DECLARATIONS | |
Short Description | Types and constants for LECOMP |
General Data
Package | VL | WS-SHP: General Processing for Shipping |
Created | 20080326 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_SHP_LECOMP_DECLARATIONS has no interface.
Friends
Interface IF_SHP_LECOMP_DECLARATIONS has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_BWART_COMP_GI | Constant | Public | Type reference (TYPE) | BWART | '543' | Movement type (inventory management) | 20080422 | |
2 | GC_BWART_COMP_GR | Constant | Public | Type reference (TYPE) | BWART | '545' | 20130301 | ||
3 | GC_FCODE_COMP_VL32 | Constant | Public | Type reference (TYPE) | FCODE | 'COMP_T' | Function code | 20080424 | |
4 | GC_FCODE_COMP_VL60 | Constant | Public | Type reference (TYPE) | FCODE | 'DY1110_LECOMP' | Function code | 20080424 | |
5 | GC_PSTYP_SC | Constant | Public | Type reference (TYPE) | PSTYP | '3' | Item category in purchasing document | 20080404 | |
6 | GC_TRTYP_CHANGE | Constant | Public | Type reference (TYPE) | TRTYP | 'V' | 20080326 | ||
7 | GC_TRTYP_CREATE | Constant | Public | Type reference (TYPE) | TRTYP | 'H' | 20080326 | ||
8 | GC_TRTYP_DISPLAY | Constant | Public | Type reference (TYPE) | TRTYP | 'A' | 20080326 | ||
9 | GC_UPDKZ_DELETE | Constant | Public | Type reference (TYPE) | UPDKZ_D | 'D' | Update indicator | 20080404 | |
10 | GC_UPDKZ_INSERT | Constant | Public | Type reference (TYPE) | UPDKZ_D | 'I' | Update indicator | 20080404 | |
11 | GC_UPDKZ_OLD | Constant | Public | Type reference (TYPE) | UPDKZ_D | SPACE | Update indicator | 20080404 | |
12 | GC_UPDKZ_UPDATE | Constant | Public | Type reference (TYPE) | UPDKZ_D | 'U' | Update indicator | 20080404 | |
13 | GC_VBTYP_GI_REVERSE | Constant | Public | Type reference (TYPE) | VBTYP | 'h' | SD document category | 20080409 | |
14 | GC_VBTYP_LIAV | Constant | Public | Type reference (TYPE) | VBTYP | '7' | SD document category | 20080404 | |
15 | GC_VBTYP_PO | Constant | Public | Type reference (TYPE) | VBTYP | 'V' | SD document category | 20080404 | |
16 | GC_XLBTYPE_COMP | Constant | Public | Type reference (TYPE) | MIGO_LBITEM | 'C' | Subcontracting item (PO item or component) | 20080422 | |
17 | GC_XLBTYPE_PARENT | Constant | Public | Type reference (TYPE) | MIGO_LBITEM | 'P' | Subcontracting item (PO item or component) | 20080422 |
Methods
Interface IF_SHP_LECOMP_DECLARATIONS has no method.
Events
Interface IF_SHP_LECOMP_DECLARATIONS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_FIELD | Public | Type reference (TYPE) | CHAR5 | LECOMP field name | 20080326 |
|
2 | GTY_FIELD_R | Public | See coding | Range of LECOMP field names | 20080326 | gty_field_r TYPE RANGE OF gty_field
|
|
3 | GTY_FIELD_S | Public | See coding | Range structure of LECOMP field names | 20080404 | gty_field_s TYPE LINE OF gty_field_r
|
|
4 | GTY_ITEM_S | Public | See coding | Inbound Delivery Item with Subcontracting Components | 20080326 | BEGIN OF gty_item_s,
vbeln TYPE vbeln_vl,
posnr TYPE posnr_vl,
matnr TYPE matnr,
werks TYPE werks_d,
lgort TYPE lgort_d,
charg TYPE charg_d,
vgtyp TYPE vgtyp,
vgbel TYPE vgbel,
vgpos TYPE vgpos,
lfimg TYPE lfimg,
vrkme TYPE vrkme,
lgmng TYPE lgmng,
meins TYPE meins,
umvkz TYPE umvkz,
umvkn TYPE umvkn,
kcmeng TYPE kcmeng,
lifexpos TYPE lifexpos,
wbsta TYPE wbsta,
kdauf TYPE kdauf,
kdpos TYPE kdpos,
vbelv TYPE vbelv, "n_1436354
posnv TYPE posnv, "n_1436354
ps_psp_pnr TYPE ps_psp_pnr,
uecha TYPE uecha,
max_linct TYPE linct,
co_order TYPE me_ir_co_order,
END OF gty_item_s
|
|
5 | GTY_ITEM_T | Public | See coding | Inbound Delivery Items with Subcontracting Components | 20080326 | gty_item_t TYPE SORTED TABLE OF gty_item_s WITH UNIQUE KEY vbeln posnr
|
|
6 | GTY_KOMDLGN_T | Public | See coding | Inbound Delivery Items to be created | 20080326 | gty_komdlgn_t TYPE STANDARD TABLE OF komdlgn WITH KEY rfbel rfpos
|
|
7 | GTY_LECOMPVB_S | Public | Type reference (TYPE) | LECOMPVB | Subcontracting Component in Inbound Delivery | 20080326 |
|
8 | GTY_LECOMPVB_T | Public | Type reference (TYPE) | LECOMPVB_T | Subcontracting Components in Inbound Delivery | 20080326 |
|
9 | GTY_LECOMP_T | Public | See coding | Subcontracting Components in LECOMP | 20080326 | gty_lecomp_t TYPE STANDARD TABLE OF lecomp WITH KEY vbeln posnr linct
|
|
10 | GTY_LIPSVB_T | Public | Type reference (TYPE) | SHP_LIPS_T | Inbound Delivery Items | 20080326 |
|
11 | GTY_LIPS_T | Public | See coding | Inbound Delivery Items in LIPS | 20080326 | gty_lips_t TYPE STANDARD TABLE OF lips WITH KEY vbeln posnr
|
|
12 | GTY_MDVW_T | Public | See coding | Subcontracting Components in Purchase Order Item | 20080326 | gty_mdvw_t TYPE STANDARD TABLE OF mdvw WITH KEY matnr
|
|
13 | GTY_MSKA_T | Public | See coding | 20100301 | gty_mska_t TYPE SORTED TABLE OF mska
WITH UNIQUE KEY matnr werks lgort charg sobkz vbeln posnr
|
||
14 | GTY_MSLB_T | Public | See coding | 20100301 | gty_mslb_t TYPE SORTED TABLE OF mslb
WITH UNIQUE KEY matnr werks charg sobkz lifnr
|
||
15 | GTY_MSPR_T | Public | See coding | 20100301 | gty_mspr_t TYPE SORTED TABLE OF mspr
WITH UNIQUE KEY matnr werks lgort charg sobkz pspnr
|
||
16 | GTY_POITM_S | Public | See coding | Purchase Order Item | 20080326 | BEGIN OF gty_poitm_s,
ebeln TYPE ebeln,
ebelp TYPE ebelp,
pstyp TYPE pstyp,
werks TYPE ewerk,
infnr TYPE infnr,
ekorg TYPE ekorg,
lifnr TYPE lifnr,
co_order TYPE me_ir_co_order,
END OF gty_poitm_s
|
|
17 | GTY_POITM_T | Public | See coding | Purchase Order Items | 20080326 | gty_poitm_t TYPE SORTED TABLE OF gty_poitm_s WITH UNIQUE KEY ebeln ebelp
|
|
18 | GTY_PROT_T | Public | See coding | Protocol | 20080326 | gty_prot_t TYPE STANDARD TABLE OF prott
|
|
19 | GTY_STOCK_S | Public | See coding | Available stock quantity of component | 20100301 | BEGIN OF gty_stock_s,
matnr TYPE matnr,
werks TYPE werks_d,
lgort TYPE lgort_d,
charg TYPE charg_d,
sobkz TYPE sobkz,
pspnr TYPE ps_psp_pnr,
kdauf TYPE vbeln,
kdpos TYPE posnr,
labst TYPE labst,
dbref TYPE REF TO data, "mslb, mspr or mska
END OF gty_stock_s
|
|
20 | GTY_STOCK_T | Public | See coding | Available stock quantity of component | 20100301 | gty_stock_t TYPE SORTED TABLE OF gty_stock_s
WITH UNIQUE KEY
matnr werks lgort charg sobkz pspnr kdauf kdpos
|
|
21 | GTY_XVBAPF_T | Public | See coding | 20080409 | gty_xvbapf_t TYPE STANDARD TABLE OF vbapf WITH KEY vbeln posnr
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 604 |