Sapass

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



Index

EmployeeBankDetailJP

EmployeeBankDetailJP


The business object Employee Bank Detail - JP is information
supplied by an employee to the employer about the employee's bank
details. This information is used to represent the payee of the net pay
or the travel expenses from the payroll and the bank details.


Structure


Employee Bank Detail - JP consists of several pieces of information
including the type of bank details (primary bank, additional bank, trip
expenses) and the bank details thenselves (payee, bank key, bank acount, payment methods, currency etc).


11-Dec-2005


Methods

Available Methods


  • Approve : Unlock bank details [ BAPI_BANKDETAIL_APPROVE ]
  • Change : Change bank details [ BAPI_BANKDETAIL_CHANGE ]
  • Create : Create bank details [ BAPI_BANKDETAIL_CREATE ]
  • Createsuccessor : Create subsequent bank details record [ BAPI_BANKDETAILCREATESUCCESSOR ]
  • Delete : Delete bank details [ BAPI_BANKDETAIL_DELETE ]
  • Delimit : Delimit bank details [ BAPI_BANKDETAIL_DELIMIT ]
  • Getdetail : Display bank details [ BAPI_BANKDETAILJP_GETDETAIL ]
  • Getdetailedlist : Getdetailedlist [ BAPI_BANKDETAILJP_DETAILEDLIST ]
  • Getlist : Read instances [ BAPI_BANKDETAIL_GETLIST ]
  • Request : Create locked bank details record [ BAPI_BANKDETAIL_REQUEST ]
  • Simulatecreation : Simulation: Create bank details [ BAPIBANKDETAILSIMULATECREATION ]

11-Dec-2005


Approve

Approve


You can use this method to unlock a Bank Details record (0009).

It enables you to implement the "double verification principle" inconjunction with the REQUEST method. According to this principle, atleast two users must take part in writing an active record to the
database. One user creates a locked record using the REQUEST method.The other user unlocks or 'activates' this record using the APPROVE method.

Notes

Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values and their meanings.


The key fields used by the method are described in the parameter documentation.

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


For more information on the REQUEST method, read the documentation on the function module BAPI_BANKDETAIL_REQUEST.


11-Dec-2005


Change

Change


You can use this method to change a Bank Details record (0009).

Notes

Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values and their meanings.

The key fields used by the method are described in the parameter documentation.


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


11-Dec-2005


Create

Create


You can use this method to create a Bank Details record (0009).

Notes

Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values and their meanings.

The key fields used by the method are described in the parameter documentation.


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


11-Dec-2005


Createsuccessor

Createsuccessor


You can use this method to create a subsequent Bank Details record (0009).

Example:

An employee wants his pay to be transferred to a bank account that he has just opened as of 01/01/1997.

You can use the CREATESUCCESSOR method to create a subsequent Bank Details
record (0009) for the new bank account on 01/01/1997. The subsequent record contains the data of the previous record, only thenew account number has to entered in Bank account field.

The previous record is delimited on 12/31/1996.

Notes


Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values and their meanings.

The key fields used by the method are described in the parameter documentation.

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


11-Dec-2005


Delete

Delete


You can use this method to delete a Bank Details record (0009).

Notes

Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values and their meanings.

The key fields used by the method are described in the parameter documentation.


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


11-Dec-2005


Delimit

Delimit


You use this method to chronologically delimit a data record for the Bank details infotype (0009).

Notes

Messages are returned in the RETURN parameter. The return codes and their meanings can be found in this parameter documentation.

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

This method can only be used if the ENQUEUE method of the EMPLOYEE business object has been called up first. For more information about the ENQUEUE method, see the documentation on the
BAPI_EMPLOYEE_ENQUEUE function module.


11-Dec-2005


Getdetail

Getdetail


You can use this method to read a Bank Details record (0009) for an employee in Japan.

Notes

Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values and their meanings.

The key fields used by the method are described in the parameter documentation.



11-Dec-2005


Getdetailedlist

Getdetailedlist


You can use this method to read a Bank Details records (0009) for an employee in Japan which fall within the given time period.

Notes

Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values and their meanings.


The key fields used by the method are described in the parameter documentation.


11-Dec-2005


Getlist

Getlist


You can use this method to read the keys (instances) of Bank Details records (0009) which are within the specified time interval.

Notes

Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values and their meanings.


The key fields used by the method are described in the parameter documentation.


11-Dec-2005


Request

Request


You can use this method to create a locked Bank Details record (0009).

It enables you to implement the "double verification principle" inconjunction with the APPROVE method. According to this principle, atleast two users must take part in writing an active record to the
database. One user creates a locked record using the REQUEST method.The other user unlocks or 'activates' this record using the APPROVE method.

Notes

Messages are transferred to the RETURN parameter. The relevantparameter documentation contains the return values and their meanings.


The key fields used by the method are described in the parameter documentation.

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


For more information on the APPROVE method, read the documentation on the function module BAPI_BANKDETAIL_APPROVE.


11-Dec-2005


Simulatecreation

Simulatecreation


You can use this method to simulate creation of a Bank Details record (0009).

During the simulation all necessary consistency checks are performed, but the record is not written to the database.

Notes

Messages are transferred to the RETURN parameter. The relevant
parameter documentation contains the return values and their meanings.

The key fields used by the method are described in the parameter documentation.


11-Dec-2005