Ansicht
Dokumentation

CRM_ICSS_BPARTNER_GET_TYPE - Returns user type (Consumer or contact of a company)

CRM_ICSS_BPARTNER_GET_TYPE - Returns user type (Consumer or contact of a company)

ROGBILLS - Synchronize billing plans   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module returns the Business partner type ('B'' if it is a contact of a company and 'C' if it is a single person).

Example

CALL FUNCTION 'CRM_ICSS_BPARTNER_GET_TYPE'

EXPORTING

IV_BUSINESSPARTNER = BUPA_IN

IMPORTING

EV_B2B_SECNARIO = BUPA_TYPE_OUT

EV_CRM_CONTACT = BUPA_CONTACT

EV_CRM_CUSTOMER = BUPA_CUSTOMER

TABLES

ET_RETURN = RETURN_OUT.

LOOP AT ET_RETURN INTO LS_RETURN.

IF LS_RETURN-TYPE <>'S".

....

ENDIF.

ENDLOOP.

Notes

Further information





Parameters

ET_RETURN
EV_B2B_SCENARIO
EV_CRM_CONTACT
EV_CRM_CUSTOMER
IV_BUSINESSPARTNER

Exceptions

Function Group

CRM_ICSS_PERSONALDATA

rdisp/max_wprun_time - Maximum work process run time   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 1239 Date: 20240523 Time: 085019     sap01-206 ( 20 ms )