Sapass

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



Index

BusPartnerEmployee

BusPartnerEmployee


The business object Business partner employee is a member of the business partner's organization.


11-Dec-2005


Methods

Available Methods


  • ChangePassword : Change password [ BAPI_PAR_EMPLOYEE_CHANGEPASSWO ]
  • CheckExistence : Check existence [ BAPI_PAR_EMPLOYEE_CHECKEXISTEN ]
  • CheckPassword : Check password [ BAPI_PAR_EMPLOYEE_CHECKPASSWOR ]
  • Create : Create using dialog [ BAPI_PARTNEREMPLOYEE_CREATE ]
  • CreatePassword : Create password [ BAPI_PAR_EMPLOYEE_CREATE_PW_RE ]
  • DeletePassword : Delete password [ BAPI_PAR_EMPLOYEE_DELETE_PW_RE ]
  • Display : Display using dialog [ BAPI_PARTNEREMPLOYEE_DISPLAY ]
  • Edit : Display contact person using dialog [ BAPI_PARTNEREMPLOYEE_EDIT ]
  • GetInternalNumber : Supplies new internal contact person numbers [ BAPI_PARTNEREMPLOYEE_GETINTNUM ]
  • GetList : List with addresses [ BAPI_BUSPARTNEREMPLOYE_GETLIST ]
  • GetPassword : Read password [ BAPI_PAR_EMPLOYEE_GET_PW_REG ]
  • InitPassword : Initialize password [ BAPI_PAR_EMPLOYEE_INITPASSWORD ]

11-Dec-2005


ChangePassword

ChangePassword


By using this function module you can change the password of a contactperson. The password is encrypted in the central table BAPIUSW01.

Prerequisite for calling the function module is the existence of acontact person number. You can only call the function module if the contact person number exists.


Notes

The parameter RETURN displays notifications. You can find the return codes and their meanings in this parameter documentation.

Further Information

You can find further information in the documentation for the function module Check contact person number


11-Dec-2005


CheckExistence

CheckExistence


Using this function module you can determine the existence of a contact person.

Notes

The parameter RETURN displays notifications. You can find the return codes and their meanings in this parameter documentation.


11-Dec-2005


CheckPassword

CheckPassword


Using this function module, you can check the password of a contact person.

The password is encrypted in the central table BAPIUSW01.

The RETURN parameter displays notifications. You can find the return codes and their meanings in this parameter documentation.

Notes

Before calling the function module, you need to check the contact person's number.
You can only call the function module, if the contact person number exists in the master record.

Further Information

You can find further information in the documentation for the function module Check contact person number .


11-Dec-2005


Create

Create


You can use this function module to create a contact person for a customer or vendor.


11-Dec-2005


CreatePassword

CreatePassword


Using this function module, you can create an entry for a contact person in table BAPIUSW01. The entry is created for user typeBUS1006001.

Before calling the function module, you need to check the contactperson's number. You can only call the function module if the contact person number exists.


After you have successfully carried out this function, you can assign a password to the contact person by using Initialize contact person's password

Notes

The parameter RETURN displays notifications. You can find the return codes and their meanings in this parameter documentation.

Further Information

You can find further information in the documentation for the function modules:
Check contact person's password.
Initialize contact person's password.


11-Dec-2005


DeletePassword

DeletePassword


Using this function module, you can delete an entry for a contact person in table BAPIUSW01.

Before calling the function module, you need to check the contactperson's number. You can only call the function module if the contact person number exists.


Notes

The parameter RETURN displays notifications. You can find the return codes and their meanings in this parameter documentation.

Further Information

You can find further information in the documentation for the function module Check contact person's number


11-Dec-2005


Display

Display


Starts the display transaction online for a customer's or vendor's contact person.


11-Dec-2005


Edit

Edit


This function module allows you to change a contact person who is assigned to either a customer or a vendor.


11-Dec-2005


GetInternalNumber

GetInternalNumber


This function module is used for internal number assignment and returnsthe next free contact partner numbers in account group AP.


11-Dec-2005


GetList

GetList


This method supplies the address data from contact persons. The keys for the contact persons are transferrd with a range.

Notes

If a different service address is maintained, this data is used.

Address data for all contact persons of one or more customers is supplied by BAPI_CUSTOMER_GETCONTACTLIST.



11-Dec-2005


GetPassword

GetPassword


Using this function module, you can read status information on a contact person from table BAPIUSW01.

Before calling the function module, you need to check the contactperson number. You can only call the function module if the contact person number exists.


Notes

The parameter RETURN gives notifications. You can find the return codes and their meanings in this parameter documentation.

Further Information

You can find further information in the documentation for the function module Check contact person's number.


11-Dec-2005


InitPassword

InitPassword


Using this function module, you can assign an initial password to acontact person. The password is encrypted in the central table BAPIUSW01.

A prerequisite for calling the function module is the existence of the contact person number.
You can only call the function module, if the contact person number exists.


In addition, you must first successfully carry out the following function: Create entry for contact person password.

Notes

The parameter RETURN displays notifications. You can find the return codes and their meanings in this parameter documentation.

Further Information

You can find further information in the documentation for function modules
Check contact person number. Create contact person password


11-Dec-2005