SAP ABAP Function Module CACS_GET_SMALLEST_UNUSED_NO (Gets the smallest unused integer for a column in any internal table)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSGT (Package) ICM: General Tools for ICM Framework
Basic Data
Function Module CACS_GET_SMALLEST_UNUSED_NO Gets the smallest unused integer for a column in any internal table  
Function Group CACS_AUTOMATIC_ID   Auto Generation of ID for agreements  
Program Name SAPLCACS_AUTOMATIC_ID    
INCLUDE Name LCACS_AUTOMATIC_IDU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting RETVAL TYPE I Minimum unused number for the column
Importing IT_CACS_TABLE1 TYPE STANDARD TABLE First table to be searched
Importing I_FIELDNAME1 TYPE C Column to be searched in Table1
Importing IT_CACS_TABLE2 TYPE STANDARD TABLE Second table to be searched
Importing I_FIELDNAME2 TYPE C Column to be searched in Table2
Importing IT_CACS_TABLE3 TYPE STANDARD TABLE Third table to be searched
Importing I_FIELDNAME3 TYPE C Column to be searched in Table3
Importing IT_CACS_TABLE4 TYPE STANDARD TABLE Fourth table to be searched
Importing I_FIELDNAME4 TYPE C Column to be searched in Table4
               
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  20100310 
SAP Release Created in 700