SAP ABAP Class CL_MSR_TRC_UI (Multistep returns - tracking UI)
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_TRC_UI  
Short Description Multistep returns - tracking UI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MSR_TRACKING   Multi-Step Returns: Tracking 
Created 20070216   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_TRC_UI has no interface implemented.
Friends
Class CL_MSR_TRC_UI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_BSGRU Static Attribute Private Type reference (TYPE) LTT_TBSGT rPO/rSTO: Returns Reason 20071123
2 GT_FU_CODE_TEXTS Static Attribute Private Type reference (TYPE) LTT_FU_CODE_TEXTS Text of follow_up activities 20071203
3 GT_REFUND_CODES Static Attribute Private Type reference (TYPE) LTT_REFUND_CODES 20071207
4 GT_RET_REASONS Static Attribute Private Type reference (TYPE) LTT_RET_REASON rO: Returns Reason 20071207
5 GT_SPLIT_NODES Static Attribute Private Type reference (TYPE) LTT_SPLIT_NODES Table of Split_Id and Tree-Node 20071105
6 GT_VALUES_APPR_STATUS Static Attribute Private Type reference (TYPE) DDFIXVALUES Description of Domain Fixed Values 20071012
7 GT_VALUES_DOCSTATUS Static Attribute Private Type reference (TYPE) DDFIXVALUES Description of Domain Fixed Values 20070830
8 GT_VALUES_FINSTATUS Static Attribute Private Type reference (TYPE) DDFIXVALUES Description of Domain Fixed Values 20070830
9 GT_VALUES_LOGSTATUS Static Attribute Private Type reference (TYPE) DDFIXVALUES Description of Domain Fixed Values 20070830
10 GT_VALUES_REFUND_CTRL Static Attribute Private Type reference (TYPE) DDFIXVALUES Description of Domain Fixed Values 20071207
11 GV_CURRENT_NODE Static Attribute Private Type reference (TYPE) LVC_NKEY Current node for add_node_to_table 20100929
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE_TO_TABLE Static method Public Method Add node to to table for data export 20100929
2 CHECK_SPLITS_EXIST Static method Public Method Check if it is a real splt or only a 1:1 split 20080307
3 CLEAR_CURRENT_NODE_KEY Static method Public Method Clear GV_CURRENT_NODE 20100929
4 CONVERT_APPROVAL_STEP Static method Public Method convert approval step to corresponding document step 20080204
5 DISPLAY_DOCUMENT Static method Public Method Display Dokument 20070813
6 FILL_DETAIL_OUTTAB Static method Public Method Fill output table for detail ALV tree 20070720
7 FILL_HEAD_OUTTAB Static method Public Method Fill output table header ALV grid 20070810
8 FILL_ITEM_OUTTAB Static method Public Method Fill output table for item ALV grid 20070810
9 FILL_STATUS_ICONS Static method Public Method Get status icons for process status 20070718
10 FILL_STATUS_ICONS_TEXT Static method Public Method Get status icons for process status 20080207
11 FILL_STEP_ICON Static method Public Method Fill icon for executed step 20070717
12 GET_BSGRU_TEXT Static method Private Method Get text value of document status 20071123
13 GET_DETAIL_FIELDCAT Static method Public Method Get field catalog for detail tree 20070706
14 GET_FIXVAL_APPROVAL Static method Private Method Get text value of document status 20071012
15 GET_FIXVAL_DOCSTATUS Static method Private Method Get text value of document status 20070830
16 GET_FIXVAL_FINSTATUS Static method Public Method Get text value of financial status 20070830
17 GET_FIXVAL_LOGSTATUS Static method Public Method Get text value of logistical status 20070830
18 GET_FIXVAL_REFUND_CTRL Static method Private Method Get text value of document status 20071207
19 GET_FU_CODE_TEXT Static method Private Method Get text value of document status 20071203
20 GET_HEADER_FIELDCAT Static method Public Method Get field catalog for item list 20070810
21 GET_HEADER_STATUS Static method Public Method Get status fields for item 20070723
22 GET_ITEM_FIELDCAT Static method Public Method Get field catalog for item list 20070722
23 GET_ITEM_STATUS Static method Public Method Get status fields for item 20070722
24 GET_REFUND_CODE_TEXT Static method Private Method Get text value of document status 20071207
25 GET_RET_REASON_TEXT Static method Private Method Get text value of document status 20071123
26 GET_SEQ_TEXT Static method Public Method get description of step for dispay in detail tree 20071218
27 GET_STEP_TEXT Static method Public Method get description of step for dispay in detail tree 20071218
28 SET_FIN_VALUES Static method Public Method Set fixed values for field FIN_STATUS 20070810
29 SET_FU_CODE_VALUES Static method Public Method Set fixed values for field FU_CODE 20130130
30 SET_LAST_ACTIVE_STEP Static method Public Method Set last active step 20070831
31 SPLIT_NODES_CLEAR Static method Public Method Clear tablöe with nodes of split_ids 20071106
32 SPLIT_NODE_GET Static method Public Method Get Node for Split_id 20071106
33 SPLIT_NODE_SET Static method Public Method Add Node for Split_id 20071106
Events
Class CL_MSR_TRC_UI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTS_FU_CODE_TEXT Private See coding 20071203 BEGIN OF lts_fu_code_text, fu_code TYPE msr_fu_code, fu_code_text TYPE msr_fu_code_text, END OF lts_fu_code_text
2 LTS_SPLIT_NODE Private See coding 20071105 BEGIN OF lts_split_node, split_id TYPE msr_split_id, node TYPE salv_de_node_key, END OF lts_split_node
3 LTT_FU_CODE_TEXTS Private See coding 20071203 ltt_fu_code_texts TYPE STANDARD TABLE OF lts_fu_code_text
4 LTT_REFUND_CODES Private See coding 20071207 ltt_refund_codes TYPE STANDARD TABLE OF msr_c_ret_refunt
5 LTT_RET_REASON Private See coding 20071123 ltt_ret_reason TYPE STANDARD TABLE OF msr_c_ret_reasot
6 LTT_SPLIT_NODES Private See coding 20071105 ltt_split_nodes TYPE STANDARD TABLE OF lts_split_node
7 LTT_TBSGT Private See coding 20071123 ltt_tbsgt TYPE STANDARD TABLE OF tbsgt
Method Signatures

Method ADD_NODE_TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OUTTAB Call by reference Type reference (TYPE) MSR_T_SCR_TRC_DETAILS Multi-Step Returns: Screen Structure for Tracking Details 20100929
2 Exporting E_NEW_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20100929
3 Importing IS_OUTTAB_LINE Call by reference Type reference (TYPE) MSR_S_SCR_TRC_DETAILS Multi-Step Returns: Screen Structure for Tracking Details 20100929
4 Importing I_NODE_TEXT Call by reference Type reference (TYPE) LVC_VALUE ALV Control: Cell Content 20100929
5 Importing I_RELAT_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20100929

Method ADD_NODE_TO_TABLE on class CL_MSR_TRC_UI has no exception.

Method CHECK_SPLITS_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SPLITS_EXIST Call by reference Type reference (TYPE) XFELD X = real split; " " = 1:1 split 20080307
2 Importing IT_SPLIT_REL Call by reference Type reference (TYPE) MSR_T_SPLIT_REL Multi-step returns - relationship between splits 20080307
3 Importing IV_ITEM Call by reference Type reference (TYPE) MSR_PROCESS_ITEM Item Number 20080307
4 Importing IV_MSR_ID Call by reference Type reference (TYPE) MSR_PROCESS_ID Process Identification Number 20080307

Method CHECK_SPLITS_EXIST on class CL_MSR_TRC_UI has no exception.

Method CLEAR_CURRENT_NODE_KEY Signature

Method CLEAR_CURRENT_NODE_KEY on class CL_MSR_TRC_UI has no parameter.
Method CLEAR_CURRENT_NODE_KEY on class CL_MSR_TRC_UI has no exception.

Method CONVERT_APPROVAL_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Step ID 20080204
2 Importing IV_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Sequence Identification Number 20080204
3 Importing IV_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Step ID 20080204

Method CONVERT_APPROVAL_STEP on class CL_MSR_TRC_UI has no exception.

Method DISPLAY_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOC_ITEM Call by reference Type reference (TYPE) MSR_DOC_ITEM Document Item 20070813
2 Importing IV_DOC_NR Call by reference Type reference (TYPE) MSR_DOC_NR Document Number 20070813
3 Importing IV_DOC_TYPE Call by reference Type reference (TYPE) MSR_DOC_TYPE Document Type 20070813
4 Importing IV_DOC_YEAR Call by reference Type reference (TYPE) GJAHR Fiscal Year 20070831

Method DISPLAY_DOCUMENT on class CL_MSR_TRC_UI has no exception.

Method FILL_DETAIL_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OUTTAB Call by reference Type reference (TYPE) MSR_S_SCR_TRC_DETAILS Multi-Step Returns: Screen Structure for Tracking Details 20070720
2 Importing IS_EXECUTED Call by reference Type reference (TYPE) MSR_D_EXECUTED Multi-step returns - main tracking table 20070720
3 Importing IS_HEAD Call by reference Type reference (TYPE) MSR_D_HEAD Multi-step returns - header data 20070720
4 Importing IS_ITEM Call by reference Type reference (TYPE) MSR_D_ITEM Multi-step returns - item data 20070720
5 Importing IT_NEXTPLANTS Call by reference Type reference (TYPE) MSR_T_NEXTPLANTS Multi-step returns - next plants 20070814

Method FILL_DETAIL_OUTTAB on class CL_MSR_TRC_UI has no exception.

Method FILL_HEAD_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OUTTAB Call by reference Type reference (TYPE) MSR_S_SCR_HEAD_LIST Multistep Returns - Tracking Overview Header List 20070810
2 Importing IS_DOC Call by reference Type reference (TYPE) MSR_S_DOCUMENT_KEY Multistep Returns - Document items with tracking key 20070810
3 Importing IS_EXECUTED Call by reference Type reference (TYPE) MSR_D_EXECUTED Multi-step returns - main tracking table 20070810
4 Importing IS_HEAD Call by reference Type reference (TYPE) MSR_D_HEAD Multi-step returns - header data 20070810

Method FILL_HEAD_OUTTAB on class CL_MSR_TRC_UI has no exception.

Method FILL_ITEM_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OUTTAB Call by reference Type reference (TYPE) MSR_S_SCR_ITEM_LIST Multistep Returns - Tracking Overview Item List 20070810
2 Importing IS_EXECUTED Call by reference Type reference (TYPE) MSR_D_EXECUTED Multi-step returns - main tracking table 20070810
3 Importing IS_HEAD Call by reference Type reference (TYPE) MSR_D_HEAD Multi-step returns - header data 20070810
4 Importing IS_ITEM Call by reference Type reference (TYPE) MSR_D_ITEM Multi-step returns - item data 20070810

Method FILL_ITEM_OUTTAB on class CL_MSR_TRC_UI has no exception.

Method FILL_STATUS_ICONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LED_CANCELLED_DOC Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20071023
2 Exporting EV_LED_ERROR Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20070718
3 Exporting EV_LED_ERROR_DOC Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20070903
4 Exporting EV_LED_FINISHED Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20070718
5 Exporting EV_LED_FINISHED_DOC Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20070903
6 Exporting EV_LED_INACTIVE Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20070903
7 Exporting EV_LED_INACTIVE_DOC Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20070903
8 Exporting EV_LED_INCOMPLETE Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20070718
9 Exporting EV_LED_INCOMPLETE_DOC Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20070903
10 Exporting EV_LED_NOT_EXISTING Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20070913
11 Exporting EV_LED_NOT_EXISTING_DOC Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20070913
12 Exporting EV_LED_REJECTED_DOC Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status 20080207
13 Exporting EV_LED_REVERSAL_DOC Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20071023

Method FILL_STATUS_ICONS on class CL_MSR_TRC_UI has no exception.

Method FILL_STATUS_ICONS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LED_ERROR Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20080207
2 Exporting EV_LED_FINISHED Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20080207
3 Exporting EV_LED_INACTIVE Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20080207
4 Exporting EV_LED_INCOMPLETE Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Processing Status with Icon 20080207

Method FILL_STATUS_ICONS_TEXT on class CL_MSR_TRC_UI has no exception.

Method FILL_STEP_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ICON Call by reference Type reference (TYPE) MSR_PROC_STATUS_ICON Multi-step returns - step icon 20070717
2 Exporting EV_ICON_TEXT Call by reference Type reference (TYPE) MSR_STEP_TEXT Multi-step returns - step description 20070717
3 Importing IV_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Multi-step returns - step ID 20070717

Method FILL_STEP_ICON on class CL_MSR_TRC_UI has no exception.

Method GET_BSGRU_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BSGRU_TEXT Call by reference Type reference (TYPE) MSR_RET_REASON_TEXT Return Reason Description 20071123
2 Importing IV_BSGRU Call by reference Type reference (TYPE) BSGRU Reason for Ordering 20071123

Method GET_BSGRU_TEXT on class CL_MSR_TRC_UI has no exception.

Method GET_DETAIL_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT ALV control: Field catalog 20070706
2 Importing IV_DISPLAY_TYPE Call by reference Type reference (TYPE) CHAR01 0-rO; 1-rPO/rSTO; 2-DLV 20080625

Method GET_DETAIL_FIELDCAT on class CL_MSR_TRC_UI has no exception.

Method GET_FIXVAL_APPROVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_APPR_STATUS_TEXT Call by reference Type reference (TYPE) MSR_APPR_STATUS_TEXT Value Text of MSR_APPROVAL_STATUS 20071012
2 Importing IV_APPR_STATUS Call by reference Type reference (TYPE) MSR_APPROVAL_STATUS Approval Status of Returns Process 20071012

Method GET_FIXVAL_APPROVAL on class CL_MSR_TRC_UI has no exception.

Method GET_FIXVAL_DOCSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DOC_STATUS_TEXT Call by reference Type reference (TYPE) MSR_DOC_STATUS_TEXT Value Text of MSR_DOC_STATUS 20070830
2 Importing IV_DOC_STATUS Call by reference Type reference (TYPE) MSR_DOC_STATUS Document Status 20070830

Method GET_FIXVAL_DOCSTATUS on class CL_MSR_TRC_UI has no exception.

Method GET_FIXVAL_FINSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIN_STATUS_TEXT Call by reference Type reference (TYPE) MSR_FIN_STATUS_TEXT Value Text of MSR_D_FIN_STATUS 20070830
2 Importing IV_FIN_STATUS Call by reference Type reference (TYPE) MSR_FIN_STATUS Financial Status 20070830

Method GET_FIXVAL_FINSTATUS on class CL_MSR_TRC_UI has no exception.

Method GET_FIXVAL_LOGSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOG_STATUS_TEXT Call by reference Type reference (TYPE) MSR_LOG_STATUS_TEXT Value Text of MSR_D_LOG_STATUS 20070830
2 Importing IV_LOG_STATUS Call by reference Type reference (TYPE) MSR_LOG_STATUS Logistical Follow-Up Status 20070830

Method GET_FIXVAL_LOGSTATUS on class CL_MSR_TRC_UI has no exception.

Method GET_FIXVAL_REFUND_CTRL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REFUND_CONTROL_TEXT Call by reference Type reference (TYPE) MSR_REFUND_CONTROL_TEXT Refund Control Description 20071207
2 Importing IV_REFUND_CONTROL Call by reference Type reference (TYPE) MSR_REFUND_CONTROL Refund Control 20071207

Method GET_FIXVAL_REFUND_CTRL on class CL_MSR_TRC_UI has no exception.

Method GET_FU_CODE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FU_CODE_TEXT Call by reference Type reference (TYPE) MSR_FU_CODE_TEXT Follow-Up Activity Description 20071203
2 Importing IV_FU_CODE Call by reference Type reference (TYPE) MSR_FU_CODE Follow-Up Activity Code 20071203

Method GET_FU_CODE_TEXT on class CL_MSR_TRC_UI has no exception.

Method GET_HEADER_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEM_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20070810
2 Importing IV_DISPLAY_TYPE Call by reference Type reference (TYPE) CHAR01 0-rO: 1-rPO/rSTO; 2-DLV 20070904

Method GET_HEADER_FIELDCAT on class CL_MSR_TRC_UI has no exception.

Method GET_HEADER_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIN_STATUS Call by reference Type reference (TYPE) MSR_FIN_STATUS Multi-step returns - state of the financial process 20070723
2 Exporting EV_LOG_STATUS Call by reference Type reference (TYPE) MSR_LOG_STATUS Multi-Step Returns: Logistical Status 20070723
3 Exporting EV_PROC_STATUS Call by reference Type reference (TYPE) MSR_PROC_STATUS Multi-Step Returns: Processing Status 20070723
4 Importing IT_FIN_DETAIL Call by reference Type reference (TYPE) MSR_T_FIN_DETAIL Multi-step returns - next financial steps to be executed 20100804
5 Importing IT_FIN_STATUS Call by reference Type reference (TYPE) MSR_T_FIN_STATUS Multi-step returns - next financial steps to be executed 20070723
6 Importing IT_LOG_STATUS Call by reference Type reference (TYPE) MSR_T_LOG_STATUS Multi-step returns - next step to be executed 20070723
7 Importing IT_PLANNED Call by reference Type reference (TYPE) MSR_T_PLANNED Multi-step returns - next sequences to be executed 20070723
8 Importing IV_IS_INACTIVE Call by reference Type reference (TYPE) XFELD Process is inactive 20071025
9 Importing IV_MSR_ID Call by reference Type reference (TYPE) MSR_PROCESS_ID Multi-Step Returns - Process ID 20070723

Method GET_HEADER_STATUS on class CL_MSR_TRC_UI has no exception.

Method GET_ITEM_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEM_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20070722
2 Importing IV_DISPLAY_TYPE Call by reference Type reference (TYPE) CHAR01 0-rO; 1-rPO/rSTO; 2-DLV 20070903

Method GET_ITEM_FIELDCAT on class CL_MSR_TRC_UI has no exception.

Method GET_ITEM_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FIN_STATUS Call by reference Type reference (TYPE) MSR_FIN_STATUS Refunding 20071025
2 Exporting EV_LOG_STATUS Call by reference Type reference (TYPE) MSR_LOG_STATUS Multistep Returns - Tracking Overview Item List 20071025
3 Exporting EV_PROC_STATUS Call by reference Type reference (TYPE) MSR_PROC_STATUS Processing Status 20071025
4 Importing IT_FIN_DETAIL Call by reference Type reference (TYPE) MSR_T_FIN_DETAIL Multi-step returns - next financial steps to be executed 20100804
5 Importing IT_FIN_STATUS Call by reference Type reference (TYPE) MSR_T_FIN_STATUS Multi-step returns - next financial steps to be executed 20070722
6 Importing IT_LOG_STATUS Call by reference Type reference (TYPE) MSR_T_LOG_STATUS Multi-step returns - next step to be executed 20070722
7 Importing IT_PLANNED Call by reference Type reference (TYPE) MSR_T_PLANNED Multi-step returns - next sequences to be executed 20070722
8 Importing IV_IS_INACTIVE Call by reference Type reference (TYPE) XFELD Start Document is inactive 20071025
9 Importing IV_MSR_ID Call by reference Type reference (TYPE) MSR_PROCESS_ID Multi-Step Returns - Process ID 20070722
10 Importing IV_MSR_ITEM Call by reference Type reference (TYPE) MSR_PROCESS_ITEM Multi-step returns - item number 20070722

Method GET_ITEM_STATUS on class CL_MSR_TRC_UI has no exception.

Method GET_REFUND_CODE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REFUND_CODE_TEXT Call by reference Type reference (TYPE) MSR_REFUND_CODE_TEXT Refund Code Description 20071207
2 Importing IV_REFUND_CODE Call by reference Type reference (TYPE) MSR_RETURNS_REFUND_CODE Returns Refund Code 20071207

Method GET_REFUND_CODE_TEXT on class CL_MSR_TRC_UI has no exception.

Method GET_RET_REASON_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RET_REASON_TEXT Call by reference Type reference (TYPE) MSR_RET_REASON_TEXT Value Text of MSR_DOC_STATUS 20071123
2 Importing IV_RET_REASON Call by reference Type reference (TYPE) MSR_RETURNS_REASON Document Status 20071123

Method GET_RET_REASON_TEXT on class CL_MSR_TRC_UI 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 Sequence Description 20071218
2 Importing IV_FU_CODE Call by reference Type reference (TYPE) MSR_FU_CODE Follow-Up Activity Code 20080304
3 Importing IV_SEQ_ID Call by reference Type reference (TYPE) MSR_SEQ_ID Sequence Id 20071218

Method GET_SEQ_TEXT on class CL_MSR_TRC_UI 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 Step Description 20071218
2 Importing IV_STEP_ID Call by reference Type reference (TYPE) MSR_STEP_ID Step ID 20071218

Method GET_STEP_TEXT on class CL_MSR_TRC_UI has no exception.

Method SET_FIN_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIELD Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20071024
2 Importing IS_STRUCT Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20070810

Method SET_FIN_VALUES on class CL_MSR_TRC_UI has no exception.

Method SET_FU_CODE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STRUCT Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20130130

Method SET_FU_CODE_VALUES on class CL_MSR_TRC_UI has no exception.

Method SET_LAST_ACTIVE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_LAST_ACTIVE_STEP Call by reference Type reference (TYPE) MSR_STEP_ID Step ID 20070831
2 Importing IS_OUTTAB Call by reference Type reference (TYPE) MSR_S_SCR_TRC_DETAILS Multi-Step Returns: Screen Structure for Tracking Details 20070831

Method SET_LAST_ACTIVE_STEP on class CL_MSR_TRC_UI has no exception.

Method SPLIT_NODES_CLEAR Signature

Method SPLIT_NODES_CLEAR on class CL_MSR_TRC_UI has no parameter.
Method SPLIT_NODES_CLEAR on class CL_MSR_TRC_UI has no exception.

Method SPLIT_NODE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NODE Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20071106
2 Importing IV_SPLIT_ID Call by reference Type reference (TYPE) MSR_SPLIT_ID Split Identification Number 20071106

Method SPLIT_NODE_GET on class CL_MSR_TRC_UI has no exception.

Method SPLIT_NODE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20071106
2 Importing IV_SPLIT_ID Call by reference Type reference (TYPE) MSR_SPLIT_ID Split Identification Number 20071106

Method SPLIT_NODE_SET on class CL_MSR_TRC_UI has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 100