SAP ABAP Class CL_WZRE_DOC_CONTAINER (Locked and Unlocked Documents)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB (Application Component) Agency Business (Global Trade)
     WZRE_SERVICES (Package) OO Wrapping of Agency Business + Services
Properties
Class CL_WZRE_DOC_CONTAINER  
Short Description Locked and Unlocked Documents    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WZRE_SERVICES   OO Wrapping of Agency Business + Services 
Created 20061213   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WZRE_DOC_CONTAINER has no forward declaration.
Interfaces
Class CL_WZRE_DOC_CONTAINER has no interface implemented.
Friends
Class CL_WZRE_DOC_CONTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_LOCKED Instance attribute Private Type reference (TYPE) WZRE_ENTITY_HTAB Blocked Documents 20061213
2 AT_UNLOCKED Instance attribute Private Type reference (TYPE) WZRE_ENTITY_HTAB Unlocked Documents 20061213
3 A_GUID_MAPPER Instance attribute Private Object reference (TYPE REF TO) IF_WZRE_GUID_MAP Mapping of Guid to Number 20061213
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20061213
2 DELETE_ENTRY Instance method Public Method Delete Entry 20061213
3 GET_ALL_LOCKED_DOCUMENTS Instance method Public Method Read All Locked Documents from Buffer 20070821
4 GET_ALL_UNLOCKED_DOCUMENTS Instance method Public Method Read All Unlocked Documents from Buffer 20070821
5 GET_LOCKED_DOCUMENTS Instance method Public Method Read Locked Documents From Buffer 20061213
6 GET_UNLOCKED_DOCUMENTS Instance method Public Method Read Unlocked Documents From Buffer 20061213
7 INSERT_NEW_ENTRY Instance method Public Method Insert Entry 20061213
8 IS_CONTAINED Instance method Public Method Is Document in Buffer? (Locked or Unlocked) 20061215
9 IS_CONTAINED_IN_LOCKED Instance method Public Method Contained in Table of Locked Documents 20061213
10 REFRESH Instance method Public Method Delete All Data 20070914
11 TRANSFER_LOCKED_TO_UNLOCKED Instance method Public Method Transfer Locked Documents into List of Unlocked 20061213
12 TRANSFER_ONE_DOC_TO_UNLOCKED Instance method Public Method Transfer Document From Locked to Unlocked 20071010
Events
Class CL_WZRE_DOC_CONTAINER has no event.
Types
Class CL_WZRE_DOC_CONTAINER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID_MAPPER Call by reference Object reference (TYPE REF TO) IF_WZRE_GUID_MAP Mapping von Guid auf Nummer 20061213

Method CONSTRUCTOR on class CL_WZRE_DOC_CONTAINER has no exception.

Method DELETE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) WZRE_GUID GUID 20061213

Method DELETE_ENTRY on class CL_WZRE_DOC_CONTAINER has no exception.

Method GET_ALL_LOCKED_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DOC Call by reference Type reference (TYPE) WZRE_ENTITY_HTAB Belege 20070821

Method GET_ALL_LOCKED_DOCUMENTS on class CL_WZRE_DOC_CONTAINER has no exception.

Method GET_ALL_UNLOCKED_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DOC Call by reference Type reference (TYPE) WZRE_ENTITY_HTAB Belege 20070821

Method GET_ALL_UNLOCKED_DOCUMENTS on class CL_WZRE_DOC_CONTAINER has no exception.

Method GET_LOCKED_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOC_TYPE Call by reference Type reference (TYPE) DOCTYPE Agenturgeschäft: Typ des Beleges 20070914
2 Changing T_DOC Call by reference Type reference (TYPE) WZRE_ENTITY_STAB Belege 20061213
3 Changing T_NOT_FOUND Call by reference Type reference (TYPE) WZRE_WBELN_STAB Nummern nicht gefundener Belege 20061213
4 Changing T_NUM Call by reference Type reference (TYPE) WZRE_WBELN_STAB Belegnummer einer Eingangsrechnung 20061213

Method GET_LOCKED_DOCUMENTS on class CL_WZRE_DOC_CONTAINER has no exception.

Method GET_UNLOCKED_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOC_TYPE Call by reference Type reference (TYPE) DOCTYPE Agenturgeschäft: Typ des Beleges 20070914
2 Changing T_DOC Call by reference Type reference (TYPE) WZRE_ENTITY_STAB Belege 20061213
3 Changing T_NOT_FOUND Call by reference Type reference (TYPE) WZRE_WBELN_STAB Nummern nicht gefundener Belege 20061213
4 Changing T_NUM Call by reference Type reference (TYPE) WZRE_WBELN_STAB Belegnummer einer Eingangsrechnung 20061213

Method GET_UNLOCKED_DOCUMENTS on class CL_WZRE_DOC_CONTAINER has no exception.

Method INSERT_NEW_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOC Call by reference Object reference (TYPE REF TO) IF_WZRE_AGENCY_DOC Agenturbeleg 20061213
2 Importing I_GUID Call by reference Type reference (TYPE) WZRE_GUID GUID 20061213
3 Importing I_LOCKED Call by reference Type reference (TYPE) BVAL gesperrt 20061213

Method INSERT_NEW_ENTRY on class CL_WZRE_DOC_CONTAINER has no exception.

Method IS_CONTAINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) WZRE_GUID GUID 20061215
2 Importing I_NUM Call by reference Type reference (TYPE) WBELN_AG Agenturgeschäft: Belegnummer 20061215
3 Returning RE_CONTAINED Value transfer Type reference (TYPE) BVAL Boolean 20061215

Method IS_CONTAINED on class CL_WZRE_DOC_CONTAINER has no exception.

Method IS_CONTAINED_IN_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) WZRE_GUID GUID 20061213
2 Returning RE_CONTAINED Value transfer Type reference (TYPE) BVAL Boolean 20061213

Method IS_CONTAINED_IN_LOCKED on class CL_WZRE_DOC_CONTAINER has no exception.

Method REFRESH Signature

Method REFRESH on class CL_WZRE_DOC_CONTAINER has no parameter.
Method REFRESH on class CL_WZRE_DOC_CONTAINER has no exception.

Method TRANSFER_LOCKED_TO_UNLOCKED Signature

Method TRANSFER_LOCKED_TO_UNLOCKED on class CL_WZRE_DOC_CONTAINER has no parameter.
Method TRANSFER_LOCKED_TO_UNLOCKED on class CL_WZRE_DOC_CONTAINER has no exception.

Method TRANSFER_ONE_DOC_TO_UNLOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) WZRE_GUID GUID 20071010
# Exception Resumable Description Created on
1 CX_WZRE_UNLOCK_ERROR Fehler beim Entsperren 20071010
2 CX_WZRE_WRONG_NUMBER Nummer existiert nicht 20071010
History
Last changed by/on SAP  20100310 
SAP Release Created in 700