SAP ABAP Class CL_WZRE_INVOICE_TEST (Tests for Invoices)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WZRE_TEST Tests for Agency Documents 20070813
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WZRE_CUST_EXP_INV_TEST Tests for Expenses Settlement 20071010
2 Inheritance (c INHERITING FROM c_ref)  CL_WZRE_CUST_SETTL_INV_TEST Tests for Customer Settlements 20071011
3 Inheritance (c INHERITING FROM c_ref)  CL_WZRE_VBD_TEST Tests for Vendor Billing Document 20070813
Properties
Class CL_WZRE_INVOICE_TEST  
Short Description Tests for Invoices    
Super Class CL_WZRE_TEST Tests for Agency Documents 
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 20070813   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WZRE_INVOICE_TEST has no forward declaration.
Interfaces
Class CL_WZRE_INVOICE_TEST has no interface implemented.
Friends
Class CL_WZRE_INVOICE_TEST has no friend class.
Attributes
Class CL_WZRE_INVOICE_TEST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_DOC Instance method Protected Method Change Document 20070821
2 CHANGE_MANUAL_COND Instance method Protected Method Change Manual Conditions 20070821
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070813
4 COPY_MANUAL_COND Instance method Protected Method Copy Manual Conditions 20070814
5 CREATE_NEW_DOC Instance method Protected Method Generate a New Document 20070816
6 TEST Instance method Public Method Test 20070907
7 TEST_CHANGE Instance method Protected Method Test Change 20070822
8 TEST_CLONE Instance method Protected Method Test Clone 20070822
9 TEST_CLONE_AND_CHANGE Instance method Protected Method Test Clone + Change 20070907
10 TEST_CLONE_ONE_ITEM Instance method Protected Method Test Clones, only one Item 20070927
11 TEST_CREATE Instance method Protected Method Test Create 20070822
12 TEST_CREATE_AND_CHANGE Instance method Protected Method Test Create + Change 20070907
13 TEST_RL_CANCEL Instance method Protected Method Cancel Invoice List 20070926
14 TEST_RL_RELEASE Instance method Protected Method Release Invoice List 20070924
Events
Class CL_WZRE_INVOICE_TEST has no event.
Types
Class CL_WZRE_INVOICE_TEST has no local type.
Method Signatures

Method CHANGE_DOC 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_INVOICE Rechnung 20070821
2 Importing I_GUID Call by reference Type reference (TYPE) WZRE_GUID GUID 20070821
# Exception Resumable Description Created on
1 CX_WZRE_ERROR Fehler 20070821
2 CX_WZRE_NOT_CHANGEABLE Beleg ist nicht änderbar 20070821
3 CX_WZRE_WRONG_ITEM_NUMBER Positionsnummer existiert nicht 20070821
4 CX_WZRE_WRONG_NUMBER Nummer existiert nicht 20070821

Method CHANGE_MANUAL_COND 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_INVOICE Rechnung 20070821
2 Importing I_GUID Call by reference Type reference (TYPE) WZRE_GUID GUID 20070821
3 Importing I_ITEM_NUMBER Call by reference Type reference (TYPE) WPOSNR_LF Agenturgeschäft: Belegposition 20070821
# Exception Resumable Description Created on
1 CX_WZRE_ERROR Fehler 20070821
2 CX_WZRE_NOT_CHANGEABLE Beleg ist nicht änderbar 20070821
3 CX_WZRE_WRONG_ITEM_NUMBER Positionsnummer existiert nicht 20070821
4 CX_WZRE_WRONG_NUMBER Nummer existiert nicht 20070821

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE_NUM1 Call by reference Type reference (TYPE) WBELN_AG Quellbeleg 1 20070813
2 Importing I_SOURCE_NUM2 Call by reference Type reference (TYPE) WBELN_AG Quellbeleg 2 20070813
# Exception Resumable Description Created on
1 CX_WZRE_ERROR Fehler 20070813

Method COPY_MANUAL_COND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SOURCE_ENT Call by reference Type reference (TYPE) WZRE_ENTITY Agenturbeleg 20070814
2 Importing I_SOURCE_ITEM_NUMBER Call by reference Type reference (TYPE) WPOSNR_LF Agenturgeschäft: Belegposition 20070814
3 Importing I_TARGET_ENT Call by reference Type reference (TYPE) WZRE_ENTITY Agenturbeleg 20070814
4 Importing I_TARGET_ITEM_NUMBER Call by reference Type reference (TYPE) WPOSNR_LF Agenturgeschäft: Belegposition 20070814
# Exception Resumable Description Created on
1 CX_WZRE_ERROR Fehler 20070814
2 CX_WZRE_NOT_CHANGEABLE Beleg ist nicht änderbar 20070814
3 CX_WZRE_WRONG_ITEM_NUMBER Positionsnummer existiert nicht 20070814
4 CX_WZRE_WRONG_NUMBER Nummer existiert nicht 20070814

Method CREATE_NEW_DOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_HEADER Call by reference Type reference (TYPE) KOMLFKE Lieferantenfaktura: Externe Datenübernehme Kopfdaten 20070816
2 Exporting E_ENT Call by reference Type reference (TYPE) WZRE_INVOICE_ENT Rechnung 20070816
3 Exporting E_PROTOCOL Call by reference Object reference (TYPE REF TO) CL_WZRE_PROTOCOL Protokoll 20070816
# Exception Resumable Description Created on
1 CX_WZRE_ERROR Fehler 20070816

Method TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) BVAL Boolean 20070907

Method TEST on class CL_WZRE_INVOICE_TEST has no exception.

Method TEST_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) BVAL Boolean 20070822

Method TEST_CHANGE on class CL_WZRE_INVOICE_TEST has no exception.

Method TEST_CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) BVAL Boolean 20070822

Method TEST_CLONE on class CL_WZRE_INVOICE_TEST has no exception.

Method TEST_CLONE_AND_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) BVAL Boolean 20070907

Method TEST_CLONE_AND_CHANGE on class CL_WZRE_INVOICE_TEST has no exception.

Method TEST_CLONE_ONE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) BVAL Boolean 20070927

Method TEST_CLONE_ONE_ITEM on class CL_WZRE_INVOICE_TEST has no exception.

Method TEST_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) BVAL Boolean 20070822

Method TEST_CREATE on class CL_WZRE_INVOICE_TEST has no exception.

Method TEST_CREATE_AND_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) BVAL Boolean 20070907

Method TEST_CREATE_AND_CHANGE on class CL_WZRE_INVOICE_TEST has no exception.

Method TEST_RL_CANCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) BVAL Boolean 20070926

Method TEST_RL_CANCEL on class CL_WZRE_INVOICE_TEST has no exception.

Method TEST_RL_RELEASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) BVAL Boolean 20070924

Method TEST_RL_RELEASE on class CL_WZRE_INVOICE_TEST has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 603