SAP ABAP Function Module CND_READ_BY_VARKEY (Search condition records in all tables in system)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-MD-CON-IF (Application Component) Exchange of Condition Records and Customizing Data
     CND_SERVICES (Package) Services for CRM condition objects
Basic Data
Function Module CND_READ_BY_VARKEY Search condition records in all tables in system  
Function Group CND_READ_COND_RECS   Read condition records without session  
Program Name SAPLCND_READ_COND_RECS    
INCLUDE Name LCND_READ_COND_RECSU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_CONDREC_EXIST TYPE BOOLEAN At least one condition record exists
Exporting E_NUM_SELECTED_RECORDS TYPE I Number of condition records found
Exporting ET_VARNUMH TYPE /SAPCND/COND_TABLE_ENTRY_ID_T Condition records found, key varnumh only
Exporting ET_CONDREC TYPE CRMTT_CONDREC Condition records found in simplied output structures
Exporting ER_CONDREC TYPE REF TO DATA Condition records found in appl-specific working set structure (int. format)
Importing IV_APPLICATION TYPE /SAPCND/APPLICATION 'CRM' Application as Condition Technique
Importing IV_USAGE TYPE /SAPCND/USAGE 'PR' Usage to limit the search area
Importing IV_CONDITION_TYPE TYPE /SAPCND/COND_TYPE Condition Type which user is interested in (limit search area)
Importing IV_VARIABLE_KEY_NAME TYPE CHAR30 Condition table name in int. or ext. format (e.g. product_id, product)
Importing IV_VARIABLE_KEY_VALUE TYPE CHAR50 Condition table key value in int. or ext. format (e.g. HT-1010 or related guid)
Importing IV_VALID_FROM TYPE DATUM SY-DATUM Validity window begin date for search
Importing IV_VALID_TO TYPE DATUM Validtiy window end date, default value equals iv_valid_from
Importing IV_INCL_DELETED_REC TYPE BOOLEAN Deleted records should be not be searched
Exception CONVERSION_NOT_SUPPORTED TYPE External to internal conversion not supported for input variable key value
Exception WRONG_FIELD_VALUE TYPE External to internal conversion failed
Exception WRONG_FIELD_NAME TYPE Input field name invalid (not found in fieldcatalogure)
               
Processing Type
Normal Function Module  
Remote-Enabled 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  20130604 
SAP Release Created in 713