SAP ABAP Class CL_QM_COMMUNICATION_OUT_RFC (QM Outbound via qRFC)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
QM-IM (Application Component) Quality Inspection
⤷
QL_COM_IMPLEMENTATION (Package) Communication Implementation

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_QM_COMMUNICATION_OUT | QM Outbound Communication | 20050318 |
Properties
Class | CL_QM_COMMUNICATION_OUT_RFC | |
Short Description | QM Outbound via qRFC | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | QL_COM_IMPLEMENTATION | Communication Implementation |
Created | 20050318 | SAP |
Last change | 20050411 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_QM_COMMUNICATION_OUT_RFC has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_QM_COMMUNICATION_OUT | QM Outbound Communication | 20050318 |
Friends
Class CL_QM_COMMUNICATION_OUT_RFC has no friend class.
Attributes
Class CL_QM_COMMUNICATION_OUT_RFC has no attribute.
Methods
Class CL_QM_COMMUNICATION_OUT_RFC has no method.
Events
Class CL_QM_COMMUNICATION_OUT_RFC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ADMIN_DATA | Private | See coding | Attribute Structure Administrative Data | 20050329 | BEGIN OF ty_admin_data ,
created_by TYPE c LENGTH 12,
created_on TYPE p LENGTH 8 DECIMALS 0, "DEC15
changed_by TYPE c LENGTH 12,
changed_on TYPE p LENGTH 8 DECIMALS 0, "DEC15
END OF ty_admin_data
|
|
2 | TY_DECI_CODE_ID | Private | See coding | Decision Code | 20050330 | ty_deci_code_id TYPE c LENGTH 15
|
|
3 | TY_ELEMENT | Private | See coding | Elements | 20050330 | BEGIN OF ty_element,
client TYPE c LENGTH 3,
guid TYPE x LENGTH 16, "RAW16
* include QIE_TS_ELEM_BASE
external_id TYPE c LENGTH 12,
category TYPE c LENGTH 1,
sub_category TYPE c LENGTH 1,
type_id TYPE c LENGTH 15,
quantity TYPE p LENGTH 16 DECIMALS 14, "QUAN,
unit TYPE c LENGTH 3,
description TYPE c LENGTH 80,
container_id TYPE c LENGTH 15,
target TYPE c LENGTH 15,
* include QIE_TS_ELEM_SAMPLE
drawn_on TYPE p LENGTH 8 DECIMALS 0, "DEC15
drawn_by TYPE c LENGTH 12,
processor TYPE c LENGTH 12,
samp_drwp_guid TYPE x LENGTH 16,
samp_drwu_guid TYPE x LENGTH 16,
guid_drwi TYPE x LENGTH 16,
samp_drwp_type TYPE c LENGTH 1,
* include QIE_TS_ELEM_PROPERTIES
property_xml TYPE xstring, "RAWSTRING
* include QIE_TS_ELEM_DECISION
deci_code_id TYPE c LENGTH 15,
quality_score TYPE p LENGTH 2 DECIMALS 0, "DEC3
follow_up TYPE c LENGTH 15,
valuation TYPE c LENGTH 1,
decided_on TYPE p LENGTH 8 DECIMALS 0, "DEC15
decided_by TYPE c LENGTH 12,
dcod_bund_id TYPE c LENGTH 15,
* include QIE_TS_DRWI_ATTR_CONS
dummy TYPE c LENGTH 1,
* include SI_QIE_TS_DRWI_ATTR_CONS ???
* include QIE_TS_ADMIN_DATA
created_by TYPE c LENGTH 12,
created_on TYPE p LENGTH 8 DECIMALS 0, "DEC15
changed_by TYPE c LENGTH 12,
changed_on TYPE p LENGTH 8 DECIMALS 0, "DEC15
END OF ty_element
|
|
4 | TY_ELEMENTS | Private | See coding | Element Table | 20050329 | ty_elements TYPE STANDARD TABLE OF ty_element
|
|
5 | TY_INSP_DOCUMENT_NUMBER | Private | See coding | Inspection Document Number | 20050329 | ty_insp_document_number TYPE c LENGTH 12
|
|
6 | TY_INSP_DOC_RESULT | Private | See coding | Attribute Structure Inspection Document - Result Data | 20050329 | BEGIN OF ty_insp_doc_result ,
numb_real_units TYPE p LENGTH 16 DECIMALS 14, "QUAN
numb_nonc_units TYPE i, "INT4
numb_defects TYPE i, "INT4
result_descr TYPE string, "STRING
real_units_unit TYPE c LENGTH 3, "UNIT
END OF ty_insp_doc_result
|
|
7 | TY_NR_EXT_SYS | Private | See coding | Number of Document in External QM System | 20050329 | ty_nr_ext_sys TYPE c LENGTH 30
|
|
8 | TY_QUALITY_SCORE | Private | See coding | Quality Score | 20050329 | ty_quality_score TYPE p LENGTH 2 DECIMALS 0
|
|
9 | TY_SAMPLE_SIZE | Private | See coding | Size of Sample | 20050329 | ty_sample_size TYPE p LENGTH 16 DECIMALS 14
|
|
10 | TY_SAMPLE_UNIT | Private | See coding | Sample Unit | 20050329 | ty_sample_unit TYPE c LENGTH 3
|
|
11 | TY_STATUS_CODE | Private | See coding | Status in External QM System | 20050330 | ty_status_code TYPE c LENGTH 5
|
History
Last changed by/on | SAP | 20050411 |
SAP Release Created in | 600 |