SAP ABAP Class CL_NODE_PI_PII (Interpreter: Process Instruction Node (Syntax Graph))
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PP-PI-PMA-RCP (Application Component) Control Recipe
⤷
CMX_PII (Package) Manufacturing Execution: Interpreter

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_NODE_PROCESS_STEP_PII | Interpreter: Process Step Node (Syntax Graph) | 00000000 |
Properties
Class | CL_NODE_PI_PII | |
Short Description | Interpreter: Process Instruction Node (Syntax Graph) | |
Super Class | CL_NODE_PROCESS_STEP_PII | Interpreter: Process Step Node (Syntax Graph) |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CMX_PII | Manufacturing Execution: Interpreter |
Created | 19990118 | SAP |
Last change | 20040127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_NODE_PI_PII has no forward declaration.
Interfaces
Class CL_NODE_PI_PII has no interface implemented.
Friends
Class CL_NODE_PI_PII has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CO_COSTR | Process Instruction Category | 20000117 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | R_FTNR | Number of Process Instruction | 19990128 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | R_FTNR | Enhanced Numbering for Process Instruction Number | 19990907 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | FTNO | Process Instruction Number in the Control Recipe | 19990120 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | PII_NODE_ATTRB | Start URL | 19991112 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | PII_NODE_ATTRB | Maximum Table Size for Repeated Data Request | 19990119 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | PII_NODE_ATTRB | Minimum Table Size for Repeated Data Request | 19990119 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | PII_NODE_ATTRB | Type of Data Request | 19990827 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 19990118 |
2 | ![]() |
Instance method | Public | Method | Access Method for Attribute CATEGORY (Read) | 20000117 |
3 | ![]() |
Instance method | Public | Method | Access Method for Attribute NO (Read) | 19990128 |
4 | ![]() |
Instance method | Public | Method | Access Method for Attribute FTNO (Read) | 19990128 |
5 | ![]() |
Instance method | Public | Method | Access Method for Attribute LAYOUT_URL (Read) | 19991112 |
6 | ![]() |
Instance method | Public | Method | Access Method for Attribute MAX_SIZE (Read) | 19990118 |
7 | ![]() |
Instance method | Public | Method | Access Method for Attribute MIN_SIZE (Read) | 19990118 |
8 | ![]() |
Instance method | Public | Method | Access Method for Attribute REPEATED (Read) | 19990827 |
9 | ![]() |
Instance method | Public | Method | Access Method for Attribute CATEGORY (Write)++ | 20000117 |
10 | ![]() |
Instance method | Public | Method | Access Method for Attribute NO (Write) | 19990128 |
11 | ![]() |
Instance method | Public | Method | Access Method for Attribute FTNO (Write) | 19990128 |
12 | ![]() |
Instance method | Public | Method | Access Method for Attribute LAYOUT_URL (Write) | 19991112 |
13 | ![]() |
Instance method | Public | Method | Access Method for Attribute MAX_SIZE (Write) | 19990118 |
14 | ![]() |
Instance method | Public | Method | Access Method for Attribute MIN_SIZE (Write) | 19990118 |
15 | ![]() |
Instance method | Public | Method | Access Method for Attribute REPEATED (Write) | 19990827 |
Events
Class CL_NODE_PI_PII has no event.
Types
Class CL_NODE_PI_PII has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CATEGORY | Value transfer | Type reference (TYPE) | CO_COSTR | Prozeßvorgabeart | 20000117 | ||
2 | ![]() |
IM_FTLNR | Value transfer | Type reference (TYPE) | R_FTNR | Prozeßvorgabenummer | 19990119 | ||
3 | ![]() |
IM_FTLNR_SUB | Value transfer | Type reference (TYPE) | R_FTNR | Erweiterte Nummerierung für Prozeßvorgabennummer | 19990907 | ||
4 | ![]() |
IM_FTNO | Value transfer | Type reference (TYPE) | FTNO | Nummer der Prozeßvorgabe im Steuerrezpt | 19990120 |
Method CONSTRUCTOR on class CL_NODE_PI_PII has no exception.
Method GET_CATEGORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_CATEGORY | Value transfer | Type reference (TYPE) | CO_COSTR | Prozeßvorgabeart | 20000117 |
Method GET_CATEGORY on class CL_NODE_PI_PII has no exception.
Method GET_FTLNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_FTLNR | Value transfer | Type reference (TYPE) | R_FTNR | Nummer der Prozeßvorgabe | 19990907 | ||
2 | ![]() |
EX_FTLNR_SUB | Value transfer | Type reference (TYPE) | R_FTNR | Erweiterte Nummerierung für Prozeßvorgabennummer | 19990907 |
Method GET_FTLNR on class CL_NODE_PI_PII has no exception.
Method GET_FTNO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | FTNO | Prozeßvorgabenummer | 19990827 |
Method GET_FTNO on class CL_NODE_PI_PII has no exception.
Method GET_LAYOUT_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_FVLNR | Value transfer | Type reference (TYPE) | R_FVNR | Merkmalsnummer im Steuerrezept | 19991112 | ||
2 | ![]() |
EX_FVLNR_SUB | Value transfer | Type reference (TYPE) | R_FVNR | Erweiterte Nummerierung für Merkmalsnummer | 19991112 | ||
3 | ![]() |
EX_FVNO | Value transfer | Type reference (TYPE) | FVNO | Merkmalsnummer | 19991112 | ||
4 | ![]() |
EX_LAYOUT_URL | Value transfer | Type reference (TYPE) | ATWRT | URL-Adresse | 19991112 |
Method GET_LAYOUT_URL on class CL_NODE_PI_PII has no exception.
Method GET_MAX_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_FVLNR | Value transfer | Type reference (TYPE) | R_FVNR | Merkmalsnummer | 19990120 | ||
2 | ![]() |
EX_FVLNR_SUB | Value transfer | Type reference (TYPE) | R_FVNR | Erweiterte Nummerierung für Merkmalsnummer | 19990907 | ||
3 | ![]() |
EX_FVNO | Value transfer | Type reference (TYPE) | FVNO | Merkmalsnummer im Steuerrezept | 19990128 | ||
4 | ![]() |
EX_MAX | Value transfer | Type reference (TYPE) | ATWRT | Maximale Anzahl | 19990118 |
Method GET_MAX_SIZE on class CL_NODE_PI_PII has no exception.
Method GET_MIN_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_FVLNR | Value transfer | Type reference (TYPE) | R_FVNR | Merkmalsnummer | 19990120 | ||
2 | ![]() |
EX_FVLNR_SUB | Value transfer | Type reference (TYPE) | R_FVNR | Erweiterte Nummerierung für Merkmalsnummer | 19990907 | ||
3 | ![]() |
EX_FVNO | Value transfer | Type reference (TYPE) | FVNO | Merkmalsnummer im Steuerrezept | 19990128 | ||
4 | ![]() |
EX_MIN | Value transfer | Type reference (TYPE) | ATWRT | Minimale Anzahl | 19990118 |
Method GET_MIN_SIZE on class CL_NODE_PI_PII has no exception.
Method GET_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_FVLNR | Value transfer | Type reference (TYPE) | R_FVNR | Merkmalsnummer im Steuerrezept | 19990827 | ||
2 | ![]() |
EX_FVLNR_SUB | Value transfer | Type reference (TYPE) | R_FVNR | Erweiterte Nummerierung für Merkmalsnummer | 19990907 | ||
3 | ![]() |
EX_FVNO | Value transfer | Type reference (TYPE) | FVNO | Merkmalsnummer | 19990827 | ||
4 | ![]() |
EX_TYPE | Value transfer | Type reference (TYPE) | ATWRT | Type der Datenanforderung | 19990827 |
Method GET_TYPE on class CL_NODE_PI_PII has no exception.
Method SET_CATEGORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_CATEGORY | Value transfer | Type reference (TYPE) | CO_COSTR | Prozeßvorgabeart | 20000117 |
Method SET_CATEGORY on class CL_NODE_PI_PII has no exception.
Method SET_FTLNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_FTLNR | Value transfer | Type reference (TYPE) | R_FTNR | Nummer der Prozeßvorgabe | 19990128 | ||
2 | ![]() |
IM_FTLNR_SUB | Value transfer | Type reference (TYPE) | R_FTNR | Erweiterte Nummerierung für Prozeßvorgabennummer | 19990907 |
Method SET_FTLNR on class CL_NODE_PI_PII has no exception.
Method SET_FTNO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_FTNO | Value transfer | Type reference (TYPE) | FTNO | Prozeßvorgabenummer | 19990128 |
Method SET_FTNO on class CL_NODE_PI_PII has no exception.
Method SET_LAYOUT_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_FVLNR | Value transfer | Type reference (TYPE) | R_FVNR | Merkmalsnummer im Steuerrezept | 19991112 | ||
2 | ![]() |
IM_FVLNR_SUB | Value transfer | Type reference (TYPE) | R_FVNR | Erweiterte Nummerierung für Merkmalsnummer | 19991112 | ||
3 | ![]() |
IM_FVNO | Value transfer | Type reference (TYPE) | FVNO | Merkmalsnummer | 19991112 | ||
4 | ![]() |
IM_LAYOUT_URL | Value transfer | Type reference (TYPE) | POC_URL | URL-Adresse | 19991112 |
Method SET_LAYOUT_URL on class CL_NODE_PI_PII has no exception.
Method SET_MAX_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_FVLNR | Value transfer | Type reference (TYPE) | R_FVNR | Merkmalsnummer | 19990120 | ||
2 | ![]() |
IM_FVLNR_SUB | Value transfer | Type reference (TYPE) | R_FVNR | Erweiterte Nummerierung für Merkmalsnummer | 19990907 | ||
3 | ![]() |
IM_FVNO | Value transfer | Type reference (TYPE) | FVNO | Merkmalsnummer im Steuerrezept | 19990128 | ||
4 | ![]() |
IM_MAX | Value transfer | Type reference (TYPE) | ATWRT | Maximale Anzahl | 19990118 |
Method SET_MAX_SIZE on class CL_NODE_PI_PII has no exception.
Method SET_MIN_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_FVLNR | Value transfer | Type reference (TYPE) | R_FVNR | Merkmalsnummer | 19990120 | ||
2 | ![]() |
IM_FVLNR_SUB | Value transfer | Type reference (TYPE) | R_FVNR | Erweiterte Nummerierung für Merkmalsnummer | 19990907 | ||
3 | ![]() |
IM_FVNO | Value transfer | Type reference (TYPE) | FVNO | Merkmalsnummer im Steuerrezept | 19990128 | ||
4 | ![]() |
IM_MIN | Value transfer | Type reference (TYPE) | ATWRT | Minimale Anzahl | 19990118 |
Method SET_MIN_SIZE on class CL_NODE_PI_PII has no exception.
Method SET_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_FVLNR | Value transfer | Type reference (TYPE) | R_FVNR | Merkmalsnummer im Steuerrezept | 19990827 | ||
2 | ![]() |
IM_FVLNR_SUB | Value transfer | Type reference (TYPE) | R_FVNR | Erweiterte Nummerierung für Merkmalsnummer | 19990907 | ||
3 | ![]() |
IM_FVNO | Value transfer | Type reference (TYPE) | FVNO | Merkmalsnummer | 19990827 | ||
4 | ![]() |
IM_TYPE | Value transfer | Type reference (TYPE) | ATWRT | Typ der Datenanforderung | 19990827 |
Method SET_TYPE on class CL_NODE_PI_PII has no exception.
History
Last changed by/on | SAP | 20040127 |
SAP Release Created in |