Hierarchy
⤷
⤷
Properties
| Class | CL_MSR_DEF_DB | |
| Short Description | Access to definitions for multistep returns | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MSR_TRACKING | Multi-Step Returns: Tracking |
| Created | 20070221 | SAP |
| Last change | 20130531 | 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
Class CL_MSR_DEF_DB has no interface implemented.
Friends
Class CL_MSR_DEF_DB has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TYT_V_CHAIN | MSR: chain data | 20070221 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TYT_V_CODE | MSR: code data | 20070221 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TYT_V_SEQ2CHAIN | MSR: seq2chain data | 20070221 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | TYT_V_SEQ | MSR: sequence data | 20070221 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | TYT_V_STEP2SEQ | MSR: step2seq data | 20070221 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | TYT_V_STEP | MSR: step data | 20070221 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | LANGU | Language Key | 20070903 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check whether next logistical step is executed automatically | 20100916 | |
| 2 | Static method | Public | Method | 20080730 | ||
| 3 | Static method | Public | Method | Check whether next logistical step is executed automatically | 20080611 | |
| 4 | Static method | Public | Method | check if a step is optional in a sequence | 20090706 | |
| 5 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20070221 | |
| 6 | Static method | Public | Method | Get all sequences belonging to a chain | 20071025 | |
| 7 | Static method | Public | Method | Get the data belonging to a chain | 20070522 | |
| 8 | Static method | Public | Method | Get the chain ID by code ID, application, and goods at hand | 20070523 | |
| 9 | Static method | Public | Method | Get the default chain | 20070615 | |
| 10 | Static method | Private | Method | Determine default language | 20070903 | |
| 11 | Static method | Public | Method | Get the execution type of a step of a sequence | 20070705 | |
| 12 | Static method | Public | Method | Get step ID from document type | 20070803 | |
| 13 | Static method | Public | Method | Retrieve the first sequence of the chain | 20070621 | |
| 14 | Static method | Public | Method | Get first step of sequence | 20070222 | |
| 15 | Static method | Public | Method | Get the description of a code | 20070914 | |
| 16 | Static method | Public | Method | Get next financial step of sequence | 20070731 | |
| 17 | Static method | Public | Method | Get next logistical step | 20070730 | |
| 18 | Static method | Public | Method | Get planned sequences by the code, appl., and goods at hand | 20070620 | |
| 19 | Static method | Public | Method | Get the precending step of a sequence | 20101214 | |
| 20 | Static method | Public | Method | Get the precending step of a sequence | 20070919 | |
| 21 | Static method | Public | Method | Get the description of a sequence | 20070227 | |
| 22 | Static method | Public | Method | Get counter of step of sequence | 20080326 | |
| 23 | Static method | Public | Method | Get the description of a step | 20070227 | |
| 24 | Static method | Public | Method | Get the type of the given step | 20070702 | |
| 25 | Static method | Public | Method | Get the chain by application and goods at hand | 20070328 | |
| 26 | Static method | Private | Method | check if step is new for ERP EhP6 Advanced Returns 2 | 20101102 | |
| 27 | Static method | Private | Method | check if step is new for ERP EhP6 Advanced Returns 2 | 20101102 | |
| 28 | Static method | Private | Method | check if step is new for ERP EhP6 Advanced Returns 2 | 20101102 | |
| 29 | Static method | Private | Method | check if step is new for ERP EhP6 Advanced Returns 2 | 20101102 | |
| 30 | Static method | Public | Method | check if sequence is a cross company returns | 20110211 | |
| 31 | Static method | Public | Method | check if step is an financial step | 20101118 | |
| 32 | Static method | Public | Method | Check whether inspection is inmplicit in rO | 20110708 | |
| 33 | Static method | Public | Method | check if step is an financial step | 20101201 | |
| 34 | Static method | Private | Method | Buffer the chains | 20070322 | |
| 35 | Static method | Private | Method | Buffer the codes | 20070322 | |
| 36 | Static method | Private | Method | Buffer the data from MSR_I_SEQ2CHAIN table | 20070322 | |
| 37 | Static method | Private | Method | Buffer the sequences | 20070322 | |
| 38 | Static method | Private | Method | Buffer the data from MSR_I_STEP2SEQ table | 20070322 | |
| 39 | Static method | Private | Method | Buffer the steps | 20070322 |
Events
Class CL_MSR_DEF_DB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYS_V_SEQ2CHAIN | Private | See coding | 20070221 | BEGIN OF tys_v_seq2chain,
chain_id TYPE msr_chain_id,
seq_counter TYPE msr_counter,
seq_id TYPE msr_seq_id,
repeated TYPE msr_repeated,
chain_text TYPE msr_chain_text,
seq_text TYPE msr_seq_text,
END OF tys_v_seq2chain
|
||
| 2 | TYT_V_CHAIN | Private | See coding | 20070221 | tyt_v_chain TYPE STANDARD TABLE OF msr_v_chain WITH DEFAULT KEY
|
||
| 3 | TYT_V_CODE | Private | See coding | 20070221 | tyt_v_code TYPE STANDARD TABLE OF msr_v_code WITH DEFAULT KEY
|
||
| 4 | TYT_V_SEQ | Private | See coding | 20070221 | tyt_v_seq TYPE STANDARD TABLE OF msr_v_seq WITH DEFAULT KEY
|
||
| 5 | TYT_V_SEQ2CHAIN | Private | See coding | 20070221 | tyt_v_seq2chain TYPE SORTED TABLE OF tys_v_seq2chain WITH UNIQUE KEY chain_id seq_counter
|
||
| 6 | TYT_V_STEP | Private | See coding | 20070221 | tyt_v_step TYPE STANDARD TABLE OF msr_v_step WITH DEFAULT KEY
|
||
| 7 | TYT_V_STEP2SEQ | Private | See coding | 20070221 | tyt_v_step2seq TYPE SORTED TABLE OF msr_v_step2seq WITH UNIQUE KEY seq_id step_counter
|
Method Signatures
Method CHECK_FIN_STEP_AUTO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Multi-step returns - sequence ID | 20100916 | |||
| 2 | IV_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20100916 | |||
| 3 | RV_AUTOMATICALLY | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20100916 |
Method CHECK_FIN_STEP_AUTO on class CL_MSR_DEF_DB has no exception.
Method CHECK_IMPLICIT_INSPECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Sequence Identification Number | 20080730 | |||
| 2 | RV_IMPLICIT_INSPECTION | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20080730 |
Method CHECK_IMPLICIT_INSPECTION on class CL_MSR_DEF_DB has no exception.
Method CHECK_LOG_STEP_AUTO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Multi-step returns - sequence ID | 20080611 | |||
| 2 | IV_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20080611 | |||
| 3 | RV_AUTOMATICALLY | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20080611 |
Method CHECK_LOG_STEP_AUTO on class CL_MSR_DEF_DB has no exception.
Method CHECK_STEP_OPTIONAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_NOT_IN_SEQ | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20090706 | |||
| 2 | EV_OPTIONAL | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20090706 | |||
| 3 | EV_STEP_REQUIRED | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20090727 | |||
| 4 | IV_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Sequence Identification Number | 20090706 | |||
| 5 | IV_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Step ID | 20090706 |
Method CHECK_STEP_OPTIONAL on class CL_MSR_DEF_DB has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_MSR_DEF_DB has no parameter.
Method CLASS_CONSTRUCTOR on class CL_MSR_DEF_DB has no exception.
Method GET_ALL_SEQUENCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEQ2CHAINS | Call by reference | Type reference (TYPE) | MSR_T_SEQ2CHAIN | Multi-step returns - combines the current state with planned | 20071025 | |||
| 2 | IV_CHAIN_ID | Call by reference | Type reference (TYPE) | MSR_CHAIN_ID | Multi-step returns - chain ID | 20071025 |
Method GET_ALL_SEQUENCES on class CL_MSR_DEF_DB has no exception.
Method GET_CHAIN_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CHAIN | Call by reference | Type reference (TYPE) | MSR_V_CHAIN | Multi-step returns - chains | 20070522 | |||
| 2 | IV_CHAIN_ID | Call by reference | Type reference (TYPE) | MSR_CHAIN_ID | Multi-step returns - chain ID | 20070522 |
Method GET_CHAIN_DATA on class CL_MSR_DEF_DB has no exception.
Method GET_CHAIN_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHAIN_ID | Call by reference | Type reference (TYPE) | MSR_CHAIN_ID | Multi-step returns - chain ID | 20070523 | |||
| 2 | IV_APPLICATION | Call by reference | Type reference (TYPE) | MSR_APPLICATION | Multi-step returns - application | 20070523 | |||
| 3 | IV_FU_CODE | Call by reference | Type reference (TYPE) | MSR_FU_CODE | Multi-step returns - code ID | 20070913 | |||
| 4 | IV_MAT_RECEIVED | Call by reference | Type reference (TYPE) | MSR_MATERIAL_RECEIVED | Multi-step returns - material received | 20070711 | |||
| 5 | IV_REFUNDING | Call by reference | Type reference (TYPE) | MSR_REFUND_PROCEDURE | Multi-step returns: refunding procedure | 20070730 |
Method GET_CHAIN_ID on class CL_MSR_DEF_DB has no exception.
Method GET_DEFAULT_CHAIN_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CHAIN | Call by reference | Type reference (TYPE) | MSR_V_CHAIN | Multi-step returns - link between current state and planned | 20070615 | |||
| 2 | IV_APPLICATION | Call by reference | Type reference (TYPE) | MSR_APPLICATION | Multi-step returns - application | 20070615 | |||
| 3 | IV_MAT_RECEIVED | Call by reference | Type reference (TYPE) | MSR_MATERIAL_RECEIVED | Multi-step returns - material received | 20070711 |
Method GET_DEFAULT_CHAIN_DATA on class CL_MSR_DEF_DB has no exception.
Method GET_DEFAULT_LANGUAGE Signature
Method GET_DEFAULT_LANGUAGE on class CL_MSR_DEF_DB has no parameter.
Method GET_DEFAULT_LANGUAGE on class CL_MSR_DEF_DB has no exception.
Method GET_EXECUTION_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Multi-step returns - sequence ID | 20070705 | |||
| 2 | IV_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20070705 | |||
| 3 | RV_EXECUTION_TYPE | Value transfer | Type reference (TYPE) | MSR_EXECUTION_TYPE | Multi-step returns - execution type | 20070705 |
Method GET_EXECUTION_TYPE on class CL_MSR_DEF_DB has no exception.
Method GET_FIN_STEP_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DOC_TYPE | Call by reference | Type reference (TYPE) | MSR_DOC_TYPE | Multi-Step Returns - Document Type | 20070803 | |||
| 2 | RV_STEP_ID | Value transfer | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20070803 |
Method GET_FIN_STEP_ID on class CL_MSR_DEF_DB has no exception.
Method GET_FIRST_SEQ_OF_CHAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Multi-step returns - sequence ID | 20070621 | |||
| 2 | IV_CHAIN_ID | Call by reference | Type reference (TYPE) | MSR_CHAIN_ID | Multi-step returns - chain ID | 20070710 |
Method GET_FIRST_SEQ_OF_CHAIN on class CL_MSR_DEF_DB has no exception.
Method GET_FIRST_STEP_OF_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Multi-step returns - sequence ID | 20070222 | |||
| 2 | RV_STEP_ID | Value transfer | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20070222 |
Method GET_FIRST_STEP_OF_SEQUENCE on class CL_MSR_DEF_DB has no exception.
Method GET_FU_CODE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FU_CODE | Call by reference | Type reference (TYPE) | MSR_FU_CODE | Multi-step returns - code ID | 20070914 | |||
| 2 | RV_FU_CODE_TEXT | Value transfer | Type reference (TYPE) | MSR_FU_CODE_TEXT | Follow-Up Activity Description | 20070914 |
Method GET_FU_CODE_TEXT on class CL_MSR_DEF_DB has no exception.
Method GET_NEXT_FIN_STEP_OF_SEQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXECUTION_TYPE | Call by reference | Type reference (TYPE) | MSR_EXECUTION_TYPE | Execution Type | 20071009 | |||
| 2 | EV_NEXT_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20071009 | |||
| 3 | IV_EXECUTED_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Multi-step returns - sequence ID | 20070731 | |||
| 4 | IV_EXECUTED_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20070731 |
Method GET_NEXT_FIN_STEP_OF_SEQ on class CL_MSR_DEF_DB has no exception.
Method GET_NEXT_LOG_STEP_OF_SEQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXECUTED_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Multi-step returns - sequence ID | 20070730 | |||
| 2 | IV_EXECUTED_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20070730 | |||
| 3 | IV_GET_OPTIONAL | Call by reference | Type reference (TYPE) | XFELD | Get also optional steps | 20090805 | |||
| 4 | RV_NEXT_STEP_ID | Value transfer | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20070730 |
Method GET_NEXT_LOG_STEP_OF_SEQ on class CL_MSR_DEF_DB has no exception.
Method GET_PLANNED_SEQUENCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEQ2CHAINS | Call by reference | Type reference (TYPE) | MSR_T_SEQ2CHAIN | Multi-step returns - combines the current state with planned | 20070620 | |||
| 2 | IV_ACT_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Multi-step returns - sequence ID | 20071012 | |||
| 3 | IV_CHAIN_ID | Call by reference | Type reference (TYPE) | MSR_CHAIN_ID | Multi-step returns - chain ID | 20070620 |
Method GET_PLANNED_SEQUENCES on class CL_MSR_DEF_DB has no exception.
Method GET_PREVIOUS_LOG_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXECUTED_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Sequence Identification Number | 20101214 | |||
| 2 | IV_EXECUTED_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Step ID | 20101214 | |||
| 3 | RV_PREC_STEP_ID | Value transfer | Type reference (TYPE) | MSR_STEP_ID | Step ID | 20101214 |
Method GET_PREVIOUS_LOG_STEP on class CL_MSR_DEF_DB has no exception.
Method GET_PREVIOUS_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXECUTED_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Sequence Identification Number | 20070919 | |||
| 2 | IV_EXECUTED_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Step ID | 20070919 | |||
| 3 | RV_PREC_STEP_ID | Value transfer | Type reference (TYPE) | MSR_STEP_ID | Step ID | 20070919 |
Method GET_PREVIOUS_STEP on class CL_MSR_DEF_DB has no exception.
Method GET_SEQ_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SEQ_TEXT | Call by reference | Type reference (TYPE) | MSR_SEQ_TEXT | Multi-step returns - sequence description | 20070913 | |||
| 2 | IV_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Multi-step returns - sequence ID | 20070227 |
Method GET_SEQ_TEXT on class CL_MSR_DEF_DB has no exception.
Method GET_STEP_COUNTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_COUNTER | Call by reference | Type reference (TYPE) | MSR_COUNTER | Counter | 20100714 | |||
| 2 | EV_IS_FIRST_STEP | Call by reference | Type reference (TYPE) | XFELD | Is this step the first of the sequence | 20100714 | |||
| 3 | IV_SEQ_ID | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Sequence Identification Number | 20080326 | |||
| 4 | IV_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Step ID | 20080326 |
Method GET_STEP_COUNTER on class CL_MSR_DEF_DB has no exception.
Method GET_STEP_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STEP_TEXT | Call by reference | Type reference (TYPE) | MSR_STEP_TEXT | Multi-step returns - step description | 20070913 | |||
| 2 | IV_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20070227 |
Method GET_STEP_TEXT on class CL_MSR_DEF_DB has no exception.
Method GET_STEP_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STEP_TYPE | Call by reference | Type reference (TYPE) | MSR_STEP_TYPE | Multi-step returns - step type | 20070702 | |||
| 2 | IV_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Multi-step returns - step ID | 20070702 |
Method GET_STEP_TYPE on class CL_MSR_DEF_DB has no exception.
Method GET_VALID_CODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CHAINS | Call by reference | Type reference (TYPE) | MSR_T_CHAINS | Multi-step returns - sequences | 20070328 | |||
| 2 | IV_APPLICATION | Call by reference | Type reference (TYPE) | MSR_APPLICATION | Multi-step returns - application | 20070328 | |||
| 3 | IV_MAT_RECEIVED | Call by reference | Type reference (TYPE) | MSR_MATERIAL_RECEIVED | Multi-step returns - material received | 20070711 |
Method GET_VALID_CODES on class CL_MSR_DEF_DB has no exception.
Method IS_ADVRET2_CHAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHAIN | Call by reference | Type reference (TYPE) | MSR_CHAIN_ID | Chain Identification Number | 20101102 | |||
| 2 | RV_NEW | Value transfer | Type reference (TYPE) | XFELD | "X"=new EhP6 Chain, ""-old chain | 20101102 |
Method IS_ADVRET2_CHAIN on class CL_MSR_DEF_DB has no exception.
Method IS_ADVRET2_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CODE | Call by reference | Type reference (TYPE) | MSR_FU_CODE | Follow-Up Activity Code | 20101102 | |||
| 2 | RV_NEW | Value transfer | Type reference (TYPE) | XFELD | "X"=new EhP6 FU-Code, ""-old FU-Code | 20101102 |
Method IS_ADVRET2_CODE on class CL_MSR_DEF_DB has no exception.
Method IS_ADVRET2_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEQ | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Sequence Identification Number | 20101102 | |||
| 2 | RV_NEW | Value transfer | Type reference (TYPE) | XFELD | "X"=new EhP6 Sequence, ""-old sequence | 20101102 |
Method IS_ADVRET2_SEQUENCE on class CL_MSR_DEF_DB has no exception.
Method IS_ADVRET2_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STEP | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Step ID | 20101102 | |||
| 2 | RV_NEW | Value transfer | Type reference (TYPE) | XFELD | "X"=new EhP6 Step, ""-old step | 20101102 |
Method IS_ADVRET2_STEP on class CL_MSR_DEF_DB has no exception.
Method IS_CROSS_COMPANY_SEQUENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEQUENCE | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Sequence Identification Number | 20110211 | |||
| 2 | RV_CC_SEQUENCE | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20110211 |
Method IS_CROSS_COMPANY_SEQUENCE on class CL_MSR_DEF_DB has no exception.
Method IS_FIN_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Step ID | 20101118 | |||
| 2 | RV_FIN_STEP | Value transfer | Type reference (TYPE) | XFELD | 'X'-is financial step; ' ' - is logistical step | 20101118 |
Method IS_FIN_STEP on class CL_MSR_DEF_DB has no exception.
Method IS_IMPLICIT_INSPECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEQ | Call by reference | Type reference (TYPE) | MSR_SEQ_ID | Sequence Identification Number | 20110708 | |||
| 2 | RV_IMPLICIT | Value transfer | Type reference (TYPE) | XFELD | " " - explicit inspection; "X"-implicit inspection | 20110708 |
Method IS_IMPLICIT_INSPECTION on class CL_MSR_DEF_DB has no exception.
Method IS_VALUATION_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STEP_ID | Call by reference | Type reference (TYPE) | MSR_STEP_ID | Step ID | 20101201 | |||
| 2 | RV_VALUATION_STEP | Value transfer | Type reference (TYPE) | XFELD | 'X'-is valuation step; ' ' - is no valuation step | 20101201 |
Method IS_VALUATION_STEP on class CL_MSR_DEF_DB has no exception.
Method READ_CHAINS Signature
Method READ_CHAINS on class CL_MSR_DEF_DB has no parameter.
Method READ_CHAINS on class CL_MSR_DEF_DB has no exception.
Method READ_CODES Signature
Method READ_CODES on class CL_MSR_DEF_DB has no parameter.
Method READ_CODES on class CL_MSR_DEF_DB has no exception.
Method READ_SEQ2CHAIN Signature
Method READ_SEQ2CHAIN on class CL_MSR_DEF_DB has no parameter.
Method READ_SEQ2CHAIN on class CL_MSR_DEF_DB has no exception.
Method READ_SEQUENCES Signature
Method READ_SEQUENCES on class CL_MSR_DEF_DB has no parameter.
Method READ_SEQUENCES on class CL_MSR_DEF_DB has no exception.
Method READ_STEP2SEQ Signature
Method READ_STEP2SEQ on class CL_MSR_DEF_DB has no parameter.
Method READ_STEP2SEQ on class CL_MSR_DEF_DB has no exception.
Method READ_STEPS Signature
Method READ_STEPS on class CL_MSR_DEF_DB has no parameter.
Method READ_STEPS on class CL_MSR_DEF_DB has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 100 |