Ansicht
Dokumentation

CRM_ICSS_GET_IBASE_LOGIN_SEGMT - Get IBASE for LOGIN with SEGMENTATION

CRM_ICSS_GET_IBASE_LOGIN_SEGMT - Get IBASE for LOGIN with SEGMENTATION

Vendor Master (General Section)   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function returns a list of IBASE components which have an identification number that are directly linked with the business partner associated with the login specified. If a product guid was specified, it returns only the IBASE components that matches this product guid for this business partner.

In addition, this function segments the list of components, breaking it down in block of no more than specified by IV_NB_ELEM. The parameter IV_SEGMENT_IBASE_INDEX indicates the index of the block of components to return.

ET_SEGMENT_IBASE_ICSS_WEB contains the segment that are used as hyperlink and that defines the blocks of components.

Example

CALL FUNCTION CRM_ICSS_GET_IBASE_LOGIN_SEGMT

IMPORTING

,,,,IV_LOGIN ,,,,,,= SY-UNAME

,,,,IV_SEGMENT_IBASE_INDEX = 2

,,,,IV_NB_ELEM ,,,,,,= 50

EXPORTING

,,,,ET_IBASE_WEB,,,,,, = LT_IBASE_WEB

,,,,ET_SEGMENT_IBASE_ICSS_WEB = LT_SEGMENT_IBASE_ICSS_WEB.

In this example, if the business partner linked to SY-UNAME had 200 components with identification number, this list would be broken down in group of no more than 50 components, and the second group of components would be returned in the table LT_IBASE_WEB. A list of segments for the whole list of components would be supplied in LT_SEGMENT_IBASE_ICSS_WEB.

Notes

Further information

See documentation of function modules CRM_ICSS_GENERATE_SEGMENT and CRM_ICSS_SEGMENT_HYPERLINK.





Parameters

ES_RETURN
ET_IBASE_WEB
ET_SEGMENT_IBASE_ICSS_WEB
IV_LOGIN
IV_NB_ELEM
IV_PRODUCT_GUIDC
IV_SEGMENT_IBASE_INDEX

Exceptions

LOGIN_REQUIRED
NO_IBASE_COMPONENTS

Function Group

CRM_ICSS_REQUEST

Vendor Master (General Section)   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 1973 Date: 20240523 Time: 102306     sap01-206 ( 43 ms )