The Function Module CRS_CUSTOMER_BLOCK_BUILD (Aufbau der Blöcke für den Initial Download) is a standard Function Module in SAP ERP and is part of the function group CRM3 within the package CRM.
Function Module | CRS_CUSTOMER_BLOCK_BUILD |
Short Text | Aufbau der Blöcke für den Initial Download |
Function Group | CRM3 |
Package | CRM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_BLOCKSIZE | LIKE | SEL_FIELDS-MAX_KUNNR | Maximale Anzahl von Kunden pro Lesevorgang | |
IV_BUILD_NEW_BLOCKS | LIKE | CRM_PARA-XFELD | SPACE | Feld zum Ankreuzen |
IV_MAX_BLOCKSIZE | LIKE | SEL_FIELDS-MAX_KUNNR | Maximale Anzahl von Kunden pro Lesevorgang | |
IV_SELECT_TABLENAME | LIKE | DFIES-TABNAME | Tabellenname |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_SELECT_FIELDS | LIKE | SEL_TABLE | Übergabestruktur für dynamische Selektionsparameter |
This function module does not define any Exceptions.