SAP ABAP Class CL_MSR_DEF_DB (Access to definitions for multistep returns)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-ARM (Application Component) Advanced Returns Management
     MSR_TRACKING (Package) Multi-Step Returns: Tracking
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 ABAP 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 GT_CHAINS Static Attribute Private Type reference (TYPE) TYT_V_CHAIN MSR: chain data 20070221
2 GT_CODES Static Attribute Private Type reference (TYPE) TYT_V_CODE MSR: code data 20070221
3 GT_SEQ2CHAIN Static Attribute Private Type reference (TYPE) TYT_V_SEQ2CHAIN MSR: seq2chain data 20070221
4 GT_SEQUENCES Static Attribute Private Type reference (TYPE) TYT_V_SEQ MSR: sequence data 20070221
5 GT_STEP2SEQ Static Attribute Private Type reference (TYPE) TYT_V_STEP2SEQ MSR: step2seq data 20070221
6 GT_STEPS Static Attribute Private Type reference (TYPE) TYT_V_STEP MSR: step data 20070221
7 GV_DEFAULT_LANGUAGE Static Attribute Private Type reference (TYPE) LANGU Language Key 20070903
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FIN_STEP_AUTO Static method Public Method Check whether next logistical step is executed automatically 20100916
2 CHECK_IMPLICIT_INSPECTION Static method Public Method 20080730
3 CHECK_LOG_STEP_AUTO Static method Public Method Check whether next logistical step is executed automatically 20080611
4 CHECK_STEP_OPTIONAL Static method Public Method check if a step is optional in a sequence 20090706
5 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070221
6 GET_ALL_SEQUENCES Static method Public Method Get all sequences belonging to a chain 20071025
7 GET_CHAIN_DATA Static method Public Method Get the data belonging to a chain 20070522
8 GET_CHAIN_ID Static method Public Method Get the chain ID by code ID, application, and goods at hand 20070523
9 GET_DEFAULT_CHAIN_DATA Static method Public Method Get the default chain 20070615
10 GET_DEFAULT_LANGUAGE Static method Private Method Determine default language 20070903
11 GET_EXECUTION_TYPE Static method Public Method Get the execution type of a step of a sequence 20070705
12 GET_FIN_STEP_ID Static method Public Method Get step ID from document type 20070803
13 GET_FIRST_SEQ_OF_CHAIN Static method Public Method Retrieve the first sequence of the chain 20070621
14 GET_FIRST_STEP_OF_SEQUENCE Static method Public Method Get first step of sequence 20070222
15 GET_FU_CODE_TEXT Static method Public Method Get the description of a code 20070914
16 GET_NEXT_FIN_STEP_OF_SEQ Static method Public Method Get next financial step of sequence 20070731
17 GET_NEXT_LOG_STEP_OF_SEQ Static method Public Method Get next logistical step 20070730
18 GET_PLANNED_SEQUENCES Static method Public Method Get planned sequences by the code, appl., and goods at hand 20070620
19 GET_PREVIOUS_LOG_STEP Static method Public Method Get the precending step of a sequence 20101214
20 GET_PREVIOUS_STEP Static method Public Method Get the precending step of a sequence 20070919
21 GET_SEQ_TEXT Static method Public Method Get the description of a sequence 20070227
22 GET_STEP_COUNTER Static method Public Method Get counter of step of sequence 20080326
23 GET_STEP_TEXT Static method Public Method Get the description of a step 20070227
24 GET_STEP_TYPE Static method Public Method Get the type of the given step 20070702
25 GET_VALID_CODES Static method Public Method Get the chain by application and goods at hand 20070328
26 IS_ADVRET2_CHAIN Static method Private Method check if step is new for ERP EhP6 Advanced Returns 2 20101102
27 IS_ADVRET2_CODE Static method Private Method check if step is new for ERP EhP6 Advanced Returns 2 20101102
28 IS_ADVRET2_SEQUENCE Static method Private Method check if step is new for ERP EhP6 Advanced Returns 2 20101102
29 IS_ADVRET2_STEP Static method Private Method check if step is new for ERP EhP6 Advanced Returns 2 20101102
30 IS_CROSS_COMPANY_SEQUENCE Static method Public Method check if sequence is a cross company returns 20110211
31 IS_FIN_STEP Static method Public Method check if step is an financial step 20101118
32 IS_IMPLICIT_INSPECTION Static method Public Method Check whether inspection is inmplicit in rO 20110708
33 IS_VALUATION_STEP Static method Public Method check if step is an financial step 20101201
34 READ_CHAINS Static method Private Method Buffer the chains 20070322
35 READ_CODES Static method Private Method Buffer the codes 20070322
36 READ_SEQ2CHAIN Static method Private Method Buffer the data from MSR_I_SEQ2CHAIN table 20070322
37 READ_SEQUENCES Static method Private Method Buffer the sequences 20070322
38 READ_STEP2SEQ Static method Private Method Buffer the data from MSR_I_STEP2SEQ table 20070322
39 READ_STEPS 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 Importing IV_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Multi-step returns - sequence ID 20100916
2 Importing IV_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Multi-step returns - step ID 20100916
3 Returning 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 Importing IV_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Sequence Identification Number 20080730
2 Returning 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 Importing IV_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Multi-step returns - sequence ID 20080611
2 Importing IV_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Multi-step returns - step ID 20080611
3 Returning 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 Exporting EV_NOT_IN_SEQ Call by reference Type reference (TYPE) XFELD Checkbox 20090706
2 Exporting EV_OPTIONAL Value transfer Type reference (TYPE) XFELD Checkbox 20090706
3 Exporting EV_STEP_REQUIRED Call by reference Type reference (TYPE) XFELD Checkbox 20090727
4 Importing IV_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Sequence Identification Number 20090706
5 Importing 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 Exporting ET_SEQ2CHAINS Call by reference Type reference (TYPE) MSR_T_SEQ2CHAIN Multi-step returns - combines the current state with planned 20071025
2 Importing 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 Exporting ES_CHAIN Call by reference Type reference (TYPE) MSR_V_CHAIN Multi-step returns - chains 20070522
2 Importing 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 Exporting EV_CHAIN_ID Call by reference Type reference (TYPE) MSR_CHAIN_ID Multi-step returns - chain ID 20070523
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) MSR_APPLICATION Multi-step returns - application 20070523
3 Importing IV_FU_CODE Call by reference Type reference (TYPE) MSR_FU_CODE Multi-step returns - code ID 20070913
4 Importing IV_MAT_RECEIVED Call by reference Type reference (TYPE) MSR_MATERIAL_RECEIVED Multi-step returns - material received 20070711
5 Importing 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 Exporting ES_CHAIN Call by reference Type reference (TYPE) MSR_V_CHAIN Multi-step returns - link between current state and planned 20070615
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) MSR_APPLICATION Multi-step returns - application 20070615
3 Importing 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 Importing IV_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Multi-step returns - sequence ID 20070705
2 Importing IV_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Multi-step returns - step ID 20070705
3 Returning 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 Importing IV_DOC_TYPE Call by reference Type reference (TYPE) MSR_DOC_TYPE Multi-Step Returns - Document Type 20070803
2 Returning 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 Exporting EV_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Multi-step returns - sequence ID 20070621
2 Importing 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 Importing IV_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Multi-step returns - sequence ID 20070222
2 Returning 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 Importing IV_FU_CODE Call by reference Type reference (TYPE) MSR_FU_CODE Multi-step returns - code ID 20070914
2 Returning 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 Exporting EV_EXECUTION_TYPE Call by reference Type reference (TYPE) MSR_EXECUTION_TYPE Execution Type 20071009
2 Exporting EV_NEXT_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Multi-step returns - step ID 20071009
3 Importing IV_EXECUTED_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Multi-step returns - sequence ID 20070731
4 Importing 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 Importing IV_EXECUTED_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Multi-step returns - sequence ID 20070730
2 Importing IV_EXECUTED_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Multi-step returns - step ID 20070730
3 Importing IV_GET_OPTIONAL Call by reference Type reference (TYPE) XFELD Get also optional steps 20090805
4 Returning 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 Exporting ET_SEQ2CHAINS Call by reference Type reference (TYPE) MSR_T_SEQ2CHAIN Multi-step returns - combines the current state with planned 20070620
2 Importing IV_ACT_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Multi-step returns - sequence ID 20071012
3 Importing 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 Importing IV_EXECUTED_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Sequence Identification Number 20101214
2 Importing IV_EXECUTED_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Step ID 20101214
3 Returning 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 Importing IV_EXECUTED_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Sequence Identification Number 20070919
2 Importing IV_EXECUTED_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Step ID 20070919
3 Returning 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 Exporting EV_SEQ_TEXT Call by reference Type reference (TYPE) MSR_SEQ_TEXT Multi-step returns - sequence description 20070913
2 Importing 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 Exporting EV_COUNTER Call by reference Type reference (TYPE) MSR_COUNTER Counter 20100714
2 Exporting EV_IS_FIRST_STEP Call by reference Type reference (TYPE) XFELD Is this step the first of the sequence 20100714
3 Importing IV_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Sequence Identification Number 20080326
4 Importing 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 Exporting EV_STEP_TEXT Call by reference Type reference (TYPE) MSR_STEP_TEXT Multi-step returns - step description 20070913
2 Importing 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 Exporting EV_STEP_TYPE Call by reference Type reference (TYPE) MSR_STEP_TYPE Multi-step returns - step type 20070702
2 Importing 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 Exporting ET_CHAINS Call by reference Type reference (TYPE) MSR_T_CHAINS Multi-step returns - sequences 20070328
2 Importing IV_APPLICATION Call by reference Type reference (TYPE) MSR_APPLICATION Multi-step returns - application 20070328
3 Importing 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 Importing IV_CHAIN Call by reference Type reference (TYPE) MSR_CHAIN_ID Chain Identification Number 20101102
2 Returning 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 Importing IV_CODE Call by reference Type reference (TYPE) MSR_FU_CODE Follow-Up Activity Code 20101102
2 Returning 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 Importing IV_SEQ Call by reference Type reference (TYPE) MSR_SEQ_ID Sequence Identification Number 20101102
2 Returning 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 Importing IV_STEP Call by reference Type reference (TYPE) MSR_STEP_ID Step ID 20101102
2 Returning 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 Importing IV_SEQUENCE Call by reference Type reference (TYPE) MSR_SEQ_ID Sequence Identification Number 20110211
2 Returning 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 Importing IV_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Step ID 20101118
2 Returning 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 Importing IV_SEQ Call by reference Type reference (TYPE) MSR_SEQ_ID Sequence Identification Number 20110708
2 Returning 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 Importing IV_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Step ID 20101201
2 Returning 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