SAP ABAP Function Module FKK_S_LOCK_GET (Selektion von Sperren im Einzel- und Massenzugriff)
Hierarchy
FI-CA (Software Component) FI-CA
   FI-CA (Application Component) Contract Accounts Receivable and Payable
     FKKLOCK (Package) Business Locks in FI-CA
Basic Data
Function Module FKK_S_LOCK_GET Selektion von Sperren im Einzel- und Massenzugriff  
Function Group FKLOCK   Processing Locks  
Program Name SAPLFKLOCK   Processing Locks 
INCLUDE Name LFKLOCKU27    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_X_LOCK_EXIST TYPE Flag if a lock exists
Exporting E_X_DEPENDANT_LOCK_EXIST TYPE Flag if dependant locks exist
Importing I_KEYSTRUCTURE TYPE Data structure with needed keyfields
Importing I_LOTYP TYPE DFKKLOCKS-LOTYP Keyfield for locktype (acoount, b-partner)
Importing I_PROID TYPE DFKKLOCKS-PROID Keyfield for process (payment, dunning)
Importing I_LOCKDATE TYPE SY-DATLO Date to be checked
Importing I_X_MASS_ACCESS TYPE BOOLE-BOOLE SPACE Flag if an internal table for mass act. is used
Importing I_X_DEPENDANT_LOCKTYPES TYPE BOOLE-BOOLE Flag if dependant locktypes are checked
Importing I_X_ONLY_CHECK_LOCKS TYPE BOOLE-BOOLE SPACE Flag if the function only check, if locks exist
Importing I_X_REFRESH TYPE BOOLE-BOOLE SPACE Flag if internal table is refreshed in mass access
Importing I_X_USE_FIELDLIST TYPE BOOLE-BOOLE SPACE Flag if only neccessary fields shall be read
Importing I_X_ARCHIVE_SELECT TYPE BOOLE-BOOLE SPACE Aufruf fuer Archivierer
Tables IT_PROID TYPE FKKR_PROID range table for processes
Tables IT_LOCKREASON TYPE FKKR_LOCKR range table for lock reasons
Tables ET_LOCKS TYPE DFKKLOCKS result table with locks
Tables ET_DEPENDANT_LOCKS TYPE DFKKLOCKS result table with dependant locks
Tables IT_GPART TYPE FKLOC_T_GPART
Tables ET_LOCKSH TYPE DFKKLOCKSH
Exception NO_LOTYP TYPE
Exception NO_FIELD_IN_STRUCTURE TYPE
Exception EMPTY_FIELD TYPE
               
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  20050224 
SAP Release Created in