Ansicht
Dokumentation

CRM_ICSS_BUPA_IDENTITY_CHECK - Checks the internet user identity

CRM_ICSS_BUPA_IDENTITY_CHECK - Checks the internet user identity

General Data in Customer Master   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function checks the internet user identity according to the input parameters. The first field is an alias of a SY-UNAME user, and the other parameters are related to a business partner which is connected to the SY-UNAME user through a central person. The function returns the corresonding business partner and an error code which type takes "S" if the validation is successful.

The first two input parameters are mandatory.

Example

DATA: MY_BPARTNER TYPE BU_PARTNER,

LT_RETURN TYPE CRMT_ICSS_RETURN OCCURS 0.

CALL FUNCTION ' CRM_ICSS_BUPA_IDENTITY_CHECK'

EXPORTING

IV_ALIAS = 'alias'

IV_EMAIL = 'mail@provider.com'

IV_FIRSTNAME = 'first'

IMPORTING

EV_BPARTNER = MY_BPARTNER

TABLES

ET_RETURN = LT_RETURN.

LOOP AT ET_RETURN INTO LS_RETURN.

IF LS_RETURN-TYPE <> "S".

" errors

ENDIF.

ENDLOOP.

Notes

Further information





Parameters

ET_RETURN
EV_BPARTNER
IV_ALIAS
IV_BIRTHDATE
IV_BIRTHPLACE
IV_CITY
IV_COUNTRY
IV_EMAIL
IV_FIRSTNAME
IV_HOUSE_NUM
IV_LASTNAME
IV_PO_BOX
IV_REGION
IV_STREET
IV_TEL_NUM
IV_USERID
IV_ZIPCODE

Exceptions

Function Group

CRM_ICSS_PERSONALDATA

TXBHW - Original Tax Base Amount in Local Currency   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 1725 Date: 20240523 Time: 091029     sap01-206 ( 37 ms )