Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>EmployeeCapitFormDE



Index

EmployeeCapitFormDE

EmployeeCapitFormDE


Definition


The business-object Employee Capital Savings - Germany is a
summary of an employee's savings contracts. The capital savings
benefits are paid to the employee during payroll for a fixed period, and the savings amount is deducted and paid to an investment
institution.


Use


Capital savings contract information is stored in the Capital Formation infotype (0010).


Structure


The various contracts in this business object are displayed in the subtypes in the Capital Formation infotype (0010).


11-Dec-2005


Methods

Available Methods


  • Approve : Unlock CFS [ BAPI_EMPCAPFODE_APPROVE ]
  • Change : Change Capital Formation [ BAPI_EMPCAPFODE_CHANGE ]
  • Create : Create CFS [ BAPI_EMPCAPFODE_CREATE ]
  • CreateSuccessor : Create CFS follow-on record [ BAPI_EMPCAPFODECREATESUCCESSOR ]
  • Delete : Delete CFS [ BAPI_EMPCAPFODE_DELETE ]
  • Delimit : Delimit CFS period [ BAPI_EMPCAPFODE_DELIMIT ]
  • GetDetail : Read CFS [ BAPI_EMPCAPFODE_GETDETAIL ]
  • GetDetailedList : Read instances with data [ BAPI_EMPCAPFODEGETDETAILEDLIST ]
  • GetList : Read Instances [ BAPI_EMPCAPFODE_GETLIST ]
  • Request : Create locked CFS [ BAPI_EMPCAPFODE_REQUEST ]
  • SimulateCreation : Simulation: Create CFS [ BAPIEMPCAPFODESIMULATECREATION ]

11-Dec-2005


Approve

Approve


Use this method to unlock a record in the Capital Formation infotype (0010).

In this way, you can realize the REQUEST method with the "double-verification principle". According to this principle, at leasttwo users must coordinate writing active data records to the database.
One of the users creates a locked infotype record with the REQUESTmethod. The second user unlocks/activates this data record with the APPROVE method.

Notes

Notifications are returned in the RETURN parameters. This parameter documentation contains the return values and their meanings.

The key fields used in this method are described under the parameters.

You can only use this method if you have previously called up the method ENQUEUE of the business object EMPLOYEE. For more information, on the ENQUEUE method, see the function module documentation BAPI_EMPLOYEE_ENQUEUE.



11-Dec-2005


Change

Change


Use this method to change a data record in the Capital Formation infotype (0010).

Notes

Notifications are returned in the RETURN parameter. See the parameter documentation for return values and their meaning.

The key fields used by this method are described under the parameters.


You can only use this method if you have previously called up the ENQUEUE of the business object EMPLOYEE. For more information on the ENQUEUE method, see the documentation for the function module BAPI_EMPLOYEE_ENQUEUE.


11-Dec-2005


Create

Create


Use this method to create a Capital Formation infotype (0010) data record.

Notes

Notifications are returned in the RETURN parameter. See the parameter documentation for return values and their meaning.

The key fields used by this method are described under the parameters.


You can only use this method if you have previously called up the ENQUEUE of the business object EMPLOYEE. For more information on the ENQUEUE method, see the documentation for the function module BAPI_EMPLOYEE_ENQUEUE.


11-Dec-2005


CreateSuccessor

CreateSuccessor


Use this method to create a follow-on record for a specific contract in the Capital Formation infotype (0010).

Notes

Notifications are returned in the RETURN parameters. This parameter documentation contains the return values and their meanings.

The key fields used in this method are described under the parameters.

You can only use this method if you have previously called up the method ENQUEUE of the business object EMPLOYEE. For more information, on the ENQUEUE method, see the function module documentation BAPI_EMPLOYEE_ENQUEUE.



11-Dec-2005


Delete

Delete


Use this method to delete a Capital Formation infotype (0010) record.

Notes

Notifications are returned in the RETURN parameter. See the parameter documentation for return values and their meaning.

The key fields used by this method are described under the parameters.


You can only use this method if you have previously called up the ENQUEUE of the business object EMPLOYEE. For more information on the ENQUEUE method, see the documentation for the function module BAPI_EMPLOYEE_ENQUEUE.


11-Dec-2005


Delimit

Delimit


Use this method to delimit a Capital Formation infotype (0010) data record.

Notes

Notifications are returned in the RETURN parameter. See the parameter documentation for return values and their meaning.

The key fields used by this method are described under the parameters.


You can only use this method if you have previously called up the ENQUEUE of the business object EMPLOYEE. For more information on the ENQUEUE method, see the documentation for the function module BAPI_EMPLOYEE_ENQUEUE.


11-Dec-2005


GetDetail

GetDetail


Use this method to read a Capital Formation infotype (0010) data record.

Notes

Notifications are returned in the RETURN parameter. See the parameter documentation for return values and their meaning.

The key fields used by this method are described under the parameters.



11-Dec-2005


GetDetailedList

GetDetailedList


Use thids method to read Capital Formation infotype (0010) records that fall within a specified time period.

Notes

Notifications are returned in the RETURN parameters. This parameter documentation contains the return values and their meanings.

The key fields used in this method are described under the parameters.


11-Dec-2005


GetList

GetList


Use this method to read the date record key (Instances) of the Capital Formation infotype (0010) that are within the specified time period.

Notes

Notifications are returned in the RETURN parameters. This parameter documentation contains the return values and their meanings.

The key fields used in this method are described in the parameters.


11-Dec-2005


Request

Request


Use this method to create a locked Capital Formation infotype (0010) record.

This is achieved with the APPROVE method and the "double-verificationprinciple". In line with this principle, two users are required towrite an active data record to the database. One user must creates a locked infotype record with the REQUEST method. The other user
unlocks/activates this record with the APPROVE method.

Notes

Notifications are returned in the RETURN parameter. See the parameter documentation for return values and their meaning.

The key fields used by this method are described under the parameters.


You can only use this method if you have previously called up the ENQUEUE of the business object EMPLOYEE. For more information on the ENQUEUE method, see the documentation for the function module BAPI_EMPLOYEE_ENQUEUE.


11-Dec-2005


SimulateCreation

SimulateCreation


Use this method to simulate the creation of a data record for the Capital Formation infotype (0010).

All necessary consistency checks take place here. However the data record is not written to the database.

Notes

Notifications are issued in the RETURN parameters. You can find the
return values and their meaning in the parameter documentation.

The key fields used in this method are described in these parameters.


11-Dec-2005