SAP ABAP Function Module CRM_KAM_RECORD_RETRIEVE (Retrieve records from any table)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM-MSA (Application Component) Mobile Sales
⤷
CRM_KAM (Package) Key Account Management
⤷
⤷
Basic Data
| Function Module | CRM_KAM_RECORD_RETRIEVE | Retrieve records from any table |
| Function Group | CRM_KAM_MD | KAM functions for master data retrieval |
| Program Name | SAPLCRM_KAM_MD | Downloading customizing entries |
| INCLUDE Name | LCRM_KAM_MDU06 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
EV_NUMBER_OF_RECORDS | TYPE | SYST-TFILL | Internal tables, current number of lines | |||
| |
IV_TABLE_NAME | TYPE | DFIES-TABNAME | Table name | |||
| |
IV_MAX_NUMBER_OF_RECORDS | TYPE | SYST-TFILL | 1000 | Internal tables, current number of lines | ||
| |
IV_RETURN_TABLE_DESCRIPTION | TYPE | CRMC_PRP_TYPES-ORDER_CHECK | ' ' | Flag, if PPRs are to be checked in a Business Transaction | ||
| |
IT_WHERE_CLAUSE | TYPE | RSDSWHERE | Line for WHERE clauses (dynamic selections) | |||
| |
ET_RECORDS | TYPE | CRMT_KAM_RECORD | KAM: a record | |||
| |
ET_TABLE_DESCRIPTION | TYPE | DFIES | DD Interface: Table Fields for DDIF_FIELDINFO_GET | |||
| |
ET_RETURN | TYPE | BAPIRET2 | Return parameter | |||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20010409 |
| SAP Release Created in | 30A |