Вы находитесь на странице: 1из 30

Technical Specification INTERNAL

Document Version: 1.0 – Draft


Date: October 26, 2015

FS-PM Factory MC 5.0 – Policy Reject


Nan Shan Life

*****IMPORTANT NOTE:
WORK WITH STYLES SO THAT YOUR DOCUMENT IS FORMATTED CONSISTENTLY AND ALL BOOKMARKS; ETC: ARE
UPDATED CORRECTLY. FOR MORE INFORMATION AND TROUBLESHOOTING TIPS, SEE THE CD LIBRARY WIKI @
https://wiki.wdf.sap.corp/wiki/x/ovcFXg.

*****To display the explanatory text in this template, choose the paragraph symbol ¶ on the Home tab.
Technical Specification INTERNAL

Document History

Version Status Date Changed By Comment

1.0 Changed 2015-10-26 Benjamin Draft


version Schulze

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Technical Specification – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 2
Technical Specification INTERNAL

Table of Contents

1 About This Document ............................................................................................. 5


1.1 Authors ............................................................................................................................................. 5
1.2 Glossary ........................................................................................................................................... 5
1.3 Related Documents .......................................................................................................................... 5

2 Business process scenario .....................................................................................6

3 High-Level Design ...................................................................................................7


3.1 Technical Design Assumptions......................................................................................................... 7
3.2 Architecture ...................................................................................................................................... 7
3.2.1 Web Services/BAdIs/Third Party Components/Other Interfaces of Application
Integration ......................................................................................................................... 7
3.2.2 Reusable Components ..................................................................................................... 7

4 Detailed Design – RQ-PM 1228a, 1230a..................................................................8


4.1 Data Model ....................................................................................................................................... 8
4.2 Package ........................................................................................................................................... 8
4.3 DDIC Elements ................................................................................................................................. 8
4.3.1 Application Tables ............................................................................................................ 8
4.3.2 Customizing Table /NSL/ABUAREJTYP ........................................................................... 8
4.3.3 Customizing Table /NSL/ABUAREJTYPT......................................................................... 9
4.3.4 Structures ......................................................................................................................... 9

5 Detailed Design – RQ-PM 4069a............................................................................11


5.2 Table Types .................................................................................................................................... 14
5.3 Lock Objects ................................................................................................................................... 15
5.4 Authorization Objects ..................................................................................................................... 15
5.5 Number Ranges ............................................................................................................................. 15
5.6 Change Documents ........................................................................................................................ 15
5.7 Classes and Function Groups ........................................................................................................ 15
5.7.1 PBT –Development ......................................................................................................... 16
5.7.2 Function Modules/Methods ............................................................................................. 16
5.8 Exception Handling - Return Codes and Messages ....................................................................... 17
5.8.1 Class-Based Exceptions ................................................................................................. 17
5.9 Detailed User Interface ................................................................................................................... 17
5.10 Unit Test Scenario .......................................................................................................................... 17
5.11 Open Source .................................................................................................................................. 17
5.12 Performance and Data Volume ...................................................................................................... 17
5.13 Security .......................................................................................................................................... 17
5.14 Third Party ...................................................................................................................................... 17

6 Detailed Design – RQ-PM 1019..............................................................................18


6.1 Data Model ..................................................................................................................................... 18
6.2 Package ......................................................................................................................................... 18

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Technical Specification – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 3
Technical Specification INTERNAL

6.3 DDIC Elements ............................................................................................................................... 18


6.4 Table Types .................................................................................................................................... 18
6.5 Lock Objects ................................................................................................................................... 18
6.6 Authorization Objects ..................................................................................................................... 18
6.7 Number Ranges ............................................................................................................................. 19
6.8 Change Documents ........................................................................................................................ 19
6.9 Classes and Function Groups ........................................................................................................ 19
6.9.1 BADI Implementations .................................................................................................... 19
6.9.2 Function Modules/Methods ............................................................................................. 20
6.10 Exception Handling - Return Codes and Messages ....................................................................... 20
6.10.1 Class-Based Exceptions ................................................................................................. 20
6.10.2 Application Log ............................................................................................................... 20
6.11 Detailed User Interface ................................................................................................................... 20
6.12 Unit Test Scenario .......................................................................................................................... 20

7 Detailed Design – RQ-PM 1353..............................................................................21


7.1 Data Model ..................................................................................................................................... 21
7.2 Package ......................................................................................................................................... 21
7.3 DDIC Elements ............................................................................................................................... 21
7.4 Table Types .................................................................................................................................... 21
7.5 Lock Objects ................................................................................................................................... 21
7.6 Authorization Objects ..................................................................................................................... 21
7.7 Number Ranges ............................................................................................................................. 22
7.8 Change Documents ........................................................................................................................ 22
7.9 Classes and Function Groups ........................................................................................................ 22
7.9.1 BADI Implementations .................................................................................................... 22
7.9.2 Class /NSL/CL_ABZ_BPU_TMF4_DISHONOR ............................................................. 24
7.9.3 Function Modules/Methods ............................................................................................. 25
7.10 Exception Handling - Return Codes and Messages ....................................................................... 25
7.10.1 Class-Based Exceptions ................................................................................................. 25
7.10.2 Application Log ............................................................................................................... 26
7.11 Detailed User Interface ................................................................................................................... 26
7.12 Unit Test Scenario .......................................................................................................................... 26

8 Appendix ...............................................................................................................27
8.1 Alternative Design Ideas ................................................................................................................. 27
8.2 Overview of Modifications ............................................................................................................... 27
8.3 Out of Scope................................................................................................................................... 27

9 Points for Clarification .......................................................................................... 28


9.1 Open Points in Progress ................................................................................................................. 28
9.2 Closed Points ................................................................................................................................. 28

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Technical Specification – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 4
Technical Specification INTERNAL

1 About This Document

1.1 Authors

Name Company Role

Benjamin Schulze SAP Deutschland SE & Co.KG Developer

1.2 Glossary

Term Abbreviation Definition

1.3 Related Documents

 Functional Specification: SRS_CORE_FS_PM_Policy reject_WP_PM_1029a-approved v2


 Any other reference documents that are relevant for this specification:

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 5
Technical Specification INTERNAL

2 Business process scenario

RQ-PM-1228a; RQ-PM-1230a
The standard process for reject an application will be enhanced with additional attributes.
RQ-PM4068a
The system should provide the possibility that the underwriter can store the result of the eWorksheet in FS-PM. This
process is handled in PQM and FS-PM will store the data.

RQ-PM-4069a
There should be an additional attribute on insurance subject and policy holder level which specifies the clean / non
clean case. Both fields are independent from each other and are only available in FS-PM

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 6
Technical Specification INTERNAL

3 High-Level Design

3.1 Technical Design Assumptions

3.2 Architecture

layering.ppt

3.2.1 Web Services/BAdIs/Third Party


Components/Other Interfaces of Application
Integration

3.2.2 Reusable Components

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 7
Technical Specification INTERNAL

4 Detailed Design – RQ-PM 1228a, 1230a

4.1 Data Model

4.2 Package

Package Name Component


/NSL/FS_PM_WRICEF_PROCESS
FS-PM WRICEF: Process Layer
/NSL/FS_PM_WRICEF_DDIC
FS-PM WRICEF: DDIC

4.3 DDIC Elements

4.3.1 Application Tables

4.3.2 Customizing Table /NSL/ABUAREJTYP

Field Name Data Type/ Length Description

CLIENT MANDT Client

REJECTTYPE_CD /NSL/ABD_DDINDICATOR_F Reject Type


G

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 8
Technical Specification INTERNAL

4.3.3 Customizing Table /NSL/ABUAREJTYPT

Field Name Data Type/ Length Description

CLIENT MANDT Client

LANGU LANGU Language Key

REJECTTYPE_CD /NSL/ABD_REJECTTYPE_CD Reject Type

REJECTTYPE_TT /NSL/ABD_REJECTTYPE_TT Name of Reject Type

4.3.4 Structures

4.3.4.1 CI CI_ABAAPOLICY- CI structure of


/PM0/ABAAPOLICY

Field Name Data Type/ Length Description

/NSL/REJECTTYP_CD /NSL/ABD_REJECTTYPE_CD Reject Type

/NSL/REJECTTYP_TT /NSL/ABD_REJECTTYPE_TT Name of Reject Type

/NSL/REJECTREAS_TT /NSL/ABD_REJECTREAS_TT Reject Reason text

4.3.4.2 /NSL/PM_ABWFADCPOLICY- append structure of


/PM0/ABR_RANGE_POLICY_S

Field Name Data Type/ Length Description

/NSL/REJECTTYP_CD_X /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

/NSL/REJECTTYP_TT_X /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

/NSL/REJECTREAS_TT_X /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 9
Technical Specification INTERNAL

4.3.4.3 //NSL/ABFAPOLICY_REVappend structure of


/PM0/ABFAPOLICY

Field Name Data Type/ Length Description

/NSL/REJECTTYP_CD_X /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

/NSL/REJECTTYP_TT_X /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

/NSL/REJECTREAS_TT_X /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

4.3.4.4 /NSL/ABWFADCPOLICY_REV - append structure


of /PM0/ABWFADCPOLICY

Field Name Data Type/ Length Description

/NSL/REJECTTYP_CD /PM0/ABR_RANGES_T Value Ranges for Short and Long Text

/NSL/REJECTTYP_TT /PM0/ABR_RANGES_T Value Ranges for Short and Long Text

/NSL/REJECTREAS_TT /PM0/ABR_RANGES_T Value Ranges for Short and Long Text

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 10
Technical Specification INTERNAL

5 Detailed Design – RQ-PM 4068

5.1.1.1 /NSLABAACOV_CI - append structure of


/PM0/ABCACOV

Field Name Data Type/ Length Description

/NSL/UWREJ_TT /NSL/ABD_UWREJ_TT Underwriting reject reason


(eWorksheet)

5.1.1.2 /NSL/ALGACOV_CI - append structure of


/PM0/ALGACOV

Field Name Data Type/ Length Description

/NSL/UWREJ_TT /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

5.1.1.3 /NSL/ABR_RANGE_COV_S_CI - CI structure of


/PM0/ABR_RANGE_COV_S

Field Name Data Type/ Length Description

/NSL/UWREJ_TT /PM0/ABR_RANGES_T Value Ranges for Short and Long Text

5.1.1.4 /NSL/ABWFADCCOV_CI - append structure of


/PM0/ABWFADCCOV

Field Name Data Type/ Length Description

/NSL/UWREJ_TT_X /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 11
Technical Specification INTERNAL

5.1.1.5 /NSL/ALR_RANGE_COV_S_CI - CI structure of


/PM0/ABR_RANGE_COV_S

Field Name Data Type/ Length Description

/NSL/UWREJ_TT_CD /PM0/ABR_RANGES_T Value Ranges for Short and Long Text

5.1.1.6 /NSL/ABFACOV_CI - append structure of


/PM0/ABFACOV

Field Name Data Type/ Length Description

/NSL/UWREJ_TT_CD /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 12
Technical Specification INTERNAL

6 Detailed Design – RQ-PM 4069a

6.1.1.1 /NSL/ABAAPOLHLDR - append structure of


/PM0/ABCAPOLHLDR

Field Name Data Type/ Length Description

/NSL/CLECAS_FG /NSL/ABD_CLEANCASE_FG Flag for Clean Case

6.1.1.2 /NSL/ABFAPOLHLDR - append structure of


/PM0/ABFAPOLHLDR

Field Name Data Type/ Length Description

/NSL/CLECAS_FG /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

6.1.1.3 /NSL/PM_ABR_RANGE_POLHLDR_S - append


structure of /PM0/ABR_RANGE_POLHLDR_S

Field Name Data Type/ Length Description

/NSL/CLECAS_FG /PM0/ABR_RANGES_T Value Ranges for Short and Long Text

6.1.1.4 /NSL/PM_ABWFADCPOLHLDR - append structure


of /PM0/ABWFADCPOLHLDR

Field Name Data Type/ Length Description

/NSL/CLECAS_FG_X /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 13
Technical Specification INTERNAL

6.1.1.5 NSL/ABAAPRMPAYR - append structure of


/PM0/ABCARMPAYR

Field Name Data Type/ Length Description

/NSL/CLECAS_FG /NSL/ABD_CLEANCASE_FG Flag for Clean Case

6.1.1.6 /NSL/ABFAPRMPAYR - append structure of


/PM0/ABFAPRMPAYR

Field Name Data Type/ Length Description

/NSL/CLECAS_FG /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

6.1.1.7 /NSL/PM_ABR_RANGE_PRMPAYR_S - append


structure of /PM0/ABR_RANGE_PRMPAYR_S

Field Name Data Type/ Length Description

/NSL/CLECAS_FG /PM0/ABR_RANGES_T Value Ranges for Short and Long Text

6.1.1.8 /NSL/PM_ABWFADCPRMPAYR - append structure


of /PM0/ABWFADCPRMPAYR

Field Name Data Type/ Length Description

/NSL/CLECAS_FG_X /PM0/3FJ_FIELDMODIFIER Indicator for Field Modification

6.2 Table Types

N/A

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 14
Technical Specification INTERNAL

6.3 Lock Objects

N/A

6.4 Authorization Objects

N/A

6.5 Number Ranges

N/A

6.6 Change Documents

Object Name Function Group Text

6.7 Classes and Function Groups

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 15
Technical Specification INTERNAL

6.7.1 PBT –Development

Enhancement of Reject-Screen
P_B_D_REFUSE  P_B_SCR01  P_B_RJL_VIEW02

6.7.2 Function Modules/Methods

N/A

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 16
Technical Specification INTERNAL

6.8 Exception Handling - Return Codes and Messages

6.8.1 Class-Based Exceptions


N/A

6.9 Detailed User Interface

6.10 Unit Test Scenario

6.11 Open Source

6.12 Performance and Data Volume

6.13 Security

6.14 Third Party

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 17
Technical Specification INTERNAL

7 Detailed Design – RQ-PM 1019

7.1 Data Model

N/A

7.2 Package

Package Name Component


/NSL/FS_PM_WRICEF_PROCESS
FS-PM WRICEF: Process Layer

7.3 DDIC Elements

N/A

7.4 Table Types

N/A

7.5 Lock Objects

N/A

7.6 Authorization Objects

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 18
Technical Specification INTERNAL

7.7 Number Ranges

7.8 Change Documents

7.9 Classes and Function Groups

7.9.1 BADI Implementations

7.9.1.1 BADI Implementation


/NSL/ABP_ENTITY_PRMPAYR_BADI

Attributes

BADI Implementation /NSL/ABP_ENTITY_PRMPAYR_BADI

Interface /PM0/IF_ABP_BCA_ENTITY_BADI2

Class /NSL/CL_ABP_BCA_ENT2_PRMPARY

Short text Class for BAdI: /PM0/ABP_BCA_ENTITY_BADI2

Method DERIV_PERS_ATTRIBUTES
Description

Enrich CF-Items when incoming payment method “autopay” is selected

Steps

1 Get insurance object with the partner ID, when indentification type is
“ZSSP” and category is B3

2 Fill Broker Information with the pulled data

Importing (which we use )

Param Name Type

is_basis_derivations ANY
ls_fieldmod_payr ANY
is_uboi_key ANY

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 19
Technical Specification INTERNAL

7.9.2 Function Modules/Methods

N/A

7.10 Exception Handling - Return Codes and Messages

7.10.1 Class-Based Exceptions


N/A

7.10.2 Application Log

7.11 Detailed User Interface

7.12 Unit Test Scenario

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 20
Technical Specification INTERNAL

8 Detailed Design – RQ-PM 1353

8.1 Data Model

N/A

8.2 Package

Package Name Component


/NSL/FS_PM_WRICEF_PROCESS
FS-PM WRICEF: Process Layer

8.3 DDIC Elements

N/A

8.4 Table Types

N/A

8.5 Lock Objects

N/A

8.6 Authorization Objects

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 21
Technical Specification INTERNAL

8.7 Number Ranges

8.8 Change Documents

8.9 Classes and Function Groups

8.9.1 BADI Implementations

8.9.1.1 BADI Implementation /NSL/ABP_CD_INFO_BADI

Attributes

BADI Implementation /NSL/ABP_CD_INFO_BADI

Interface /PM0/IF_EX_ABP_CD_INFO_BADI

Class /NSL/CL_ABP_CD_INFO

Short text Class for BAdI: /PM0/ABP_CD_INFO_BADI

Method GET_POLPR_DATA
Description

Select Contract data dependent from the FS-CD Infotype

Steps

1 For Infotype Z003 and Z004, we call at first the standard implementation,
to get the contract data

2 In Case of Z004 (check is dishonored) we don´t do more


In Case of Z003 (check is paid) we call method “delete_date( )” to delete
the third party date.

Importing (which we use )

Param Name Type

IS_DVIINFO /PM0/ABATDVIINFO

Exporting (which we use )

Param Name Type

ET_POLPR_DATA /PM0/ABD_POLPR_DATA_T
EF_SCHEDULE_TMF ABAP_BOOL

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 22
Technical Specification INTERNAL

Attributes

Method DELETE_DATE
Description

Delete a third party date with the given attributes

Steps

1 Get Info container data to infotype Z003

2 Delete the third party date through the given key

Importing (which we use )

Param Name Type

IS_DVIINFO PM0/ABATDVIINFO
IS_POLPR_DATA /PM0/ABD_POLPR_DATA

Attributes

Method GET_POLPR_DATA
Description

Get the date to trigger a TMF

Steps

1 For Infotype Z003 and Z004, we o trigger all at first the standard
implementation, to get the date for the TMF

2 In Case of Z004 (check is dishonored) we don´t do more


In Case of Z003 (check is paid) we call method “delete_date( )” to delete
the third party date.

Importing (which we use )

Param Name Type

IS_DVIINFO /PM0/ABATDVIINFO
IV_FUNC_I /PM0/ABD_FUNC_ID

Exporting (which we use )

Param Name Type

EV_DATE_DT /PM0/ABD_NEXT_DT
CS_POLPR_DATA /PM0/ABD_POLPR_DATA

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 23
Technical Specification INTERNAL

8.9.2 Class /NSL/CL_ABZ_BPU_TMF4_DISHONOR

Attributes

Superclass /PM0/CL_ABZ_BPU_TMF4_DUNLEVEL

Class /NSL/CL_ABZ_BPU_TMF4_DISHONOR

Short text Time Model Function for Infocontainer

Method POSTPROC_INDIVIDUALLY
Description

Select Contract data dependent from the FS-CD Infotype

Steps

1 Get information of the FS-CD Infocontainer.

2 cancel the contract

Importing (which we use )

Param Name Type

IS_DVIINFO /PM0/ABATDVIINFO

Exporting (which we use )

Param Name Type

IS_TMFCTRL IS_TMFCTRL
IS_CURR_DATE IS_CURR_DATE
EV_STATUS_POST_ID EV_STATUS_POST_ID
CV_INTEND_DT CV_INTEND_DT
CV_NEXT_DT CV_NEXT_DT
CS_POLPR CS_POLPR

Attributes

Method CANCEL_POLPR
Description

Reverse the current contract

Steps

1 Get information from the contract, call the data container for reversal

2 Create a BTS-Date for reversal which will be executed 14 days after


triggering the FS-CD container.

Importing (which we use )

Param Name Type

IS_TMFCTRL /PM0/ABZ_TMFCTRL

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 24
Technical Specification INTERNAL

IT_CD_INFO TYPE /PM0/ABDTINFO_T

Attributes

Method HANDLE_RESULTS_IM
Description

transfer data from im-call to contract and befriended

Importing (which we use )

Param Name Type

IS_TMFCTRL /PM0/ABZ_SUBPHASE_VL
IV_SUBPHASE_VL /PM0/ABD_CALCD_FG

Exporting (which we use )

Param Name Type

CS_POLPR TYPE /PM0/ABWAPOLPR

8.9.3 Function Modules/Methods

N/A

8.10 Exception Handling - Return Codes and Messages

8.10.1 Class-Based Exceptions


N/A

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 25
Technical Specification INTERNAL

8.10.2 Application Log

8.11 Detailed User Interface

8.12 Unit Test Scenario

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 26
Technical Specification INTERNAL

9 Appendix

9.1 Alternative Design Ideas

9.2 Overview of Modifications

Function Modification
(Link to Section 3 or 4) (Components, Objects)

9.3 Out of Scope

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 27
Technical Specification INTERNAL

10 Points for Clarification

10.1 Open Points in Progress

No. Description Responsible Date/Decision

10.2 Closed Points

No. Description Responsible Date/Decision

FS-PM Factory MC 5.0 – Policy Reject October 26, 2015


Design – Version: 1.0 – Draft © 2014 SAP SE or an SAP affiliate company. All rights reserved. 28
www.sap.com/contactsap

© 2014 SAP SE or an SAP affiliate company. All rights reserved.

Вам также может понравиться