You are on page 1of 13

Note N3418223 LC: New layout for C.P.

8D Download File
Pin 2023
Configuration document
www.sap.com

TABLE OF CONTENTS
DDIC .................................................................................................................................................................. 3
Create Domain P14_EETSA ............................................................................................................................ 3
Create Data Type P14_EESTA ........................................................................................................................ 4
Create Data Type P14_RTEND ....................................................................................................................... 7
Create Structure PMEL0.................................................................................................................................. 9
Modify Structure PMY_FORM_CP8D_EE .................................................................................................... 10
FEATURE ........................................................................................................................................................ 11
Create feature 14EST ..................................................................................................................................... 11

Legal Disclaimer

The information in this document is confidential and proprietary to


SAP and may not be disclosed without the permission of SAP. This
document is not subject to your license agreement or any other
service or subscription agreement with SAP. SAP has no obligation
to pursue any course of business outlined in this document or any
related document, or to develop or release any functionality
mentioned therein. This document, or any related document and
SAP's strategy and possible future developments, products and or
platforms directions and functionality are all subject to change and
may be changed by SAP at any time for any reason without notice.
The information in this document is not a commitment, promise or
legal obligation to deliver any material, code or functionality. This
document is provided without a warranty of any kind, either express
or implied, including but not limited to, the implied warranties of
merchantability, fitness for a particular purpose, or non-infringement.
This document is for informational purposes and may not be
incorporated into a contract. SAP assumes no responsibility for
errors or omissions in this document, except if such damages were
caused by SAP´s wilful misconduct or gross negligence.
All forward-looking statements are subject to various risks and
uncertainties that could cause actual results to differ materially from
expectations. Readers are cautioned not to place undue reliance on
these forward-looking statements, which speak only as of their
dates, and they should not be relied upon in making purchasing
decisions.
.
CONFIGATURATION DOCUMENT

DDIC

Create/modify DDIC objects

Create Domain P14_EETSA


T-code SE11, domain, P14_EESTA, create, package PC14, char 1

3
CONFIGATURATION DOCUMENT

save and activate.

Create Data Type P14_EESTA

T-code SE11, data type P14_EESTA, create, package PC14, domain P14_EESTA

4
CONFIGATURATION DOCUMENT

5
CONFIGATURATION DOCUMENT

6
CONFIGATURATION DOCUMENT

Save and activate.

Create Data Type P14_RTEND

T-code SE11, data type P14_RTEND, create, type is TEXT10, package PC14,

7
CONFIGATURATION DOCUMENT

8
CONFIGATURATION DOCUMENT

Save and activate.

Create Structure PMEL0

T-code SE11, structure PMEL0, create, package PC14.

9
CONFIGATURATION DOCUMENT

Save and activate it.

Modify Structure PMY_FORM_CP8D_EE

T-code SE11, structure PMY_FORM_CP8D_EE, edit.

Add 3 new fields at the end of this structure


LANGU : type langu
EE_STATUS: type string
RETIRE_DT: type string
(click "Predefined Type then input date type string)

10
CONFIGATURATION DOCUMENT

FEATURE

Create feature 14EST

T-code PE03, structure PMEL0, package PC14,

title: Employee Status and Date of Retirement / End of Contract

11
CONFIGATURATION DOCUMENT

12
CONFIGATURATION DOCUMENT

The return value of this feature is blank by default.

Note:

It is COMPULSARY to set a return value of it.


Refer to the document of feature 14EST.

The best practices are creating Contract Elements (0016) infotype record for
every active employee who need submit CP8D file. Set correct contract type
and contract end date (valid until) according to the employment contract. If
contract is not fixed-term contract, for example Permanente, valid until field is
hidden, set the end date of infotype as the retirement date according to any
written law. The modify feature 14EST, add "Field for decision operation" as
"CTTYP"(Contract Type), set suitable return value. You may use existing
contract type or create new contract type in view V_T547V with T-code
SM30.

13

You might also like