SAP ABAP Class CL_WZRE_SRL_TEST (Tests for Settlement Request Lists)
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 20070830
Properties
Class CL_WZRE_SRL_TEST  
Short Description Tests for Settlement Request Lists    
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 20070830   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WZRE_SRL_TEST has no forward declaration.
Interfaces
Class CL_WZRE_SRL_TEST has no interface implemented.
Friends
Class CL_WZRE_SRL_TEST has no friend class.
Attributes
Class CL_WZRE_SRL_TEST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NEW_SR_IN_PARALLEL_TASK Instance method Private Method Add Single Settlement Request in a Parallel Process 20070907
2 CHANGE_DOC Instance method Protected Method Change Document 20070830
3 CHANGE_MANUAL_COND Instance method Protected Method Change Manual Conditions 20070830
4 CHANGE_SR Instance method Private Method Change Single Settlement Request of a List 20070830
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070830
6 COPY_MANUAL_COND Instance method Protected Method Copy Manual Conditions 20070830
7 CREATE_SR_FROM_SOURCE Instance method Private Method Create Single Settlement Request from Source 20070830
8 TEST Instance method Public Method Test 20070830
9 TEST_ADD_SR_IN_PAR_TASK Instance method Protected Method Add Single Settlement Request in a Parallel Process 20070907
10 TEST_CHANGE Instance method Protected Method Test Change 20070830
11 TEST_CLONE Instance method Protected Method Test Clone 20070830
12 TEST_CLONE_AND_CHANGE Instance method Protected Method Test Clone + Change 20070907
13 TEST_CLONE_ONE_ITEM Instance method Protected Method Test Clone, only one Item 20070927
14 TEST_CREATE Instance method Protected Method Test Create 20070830
15 TEST_CREATE_AND_CHANGE Instance method Protected Method Test Create + Change 20070907
16 TEST_RELEASE_PL Instance method Protected Method Generate Posting List and Release to FI 20070921
17 TEST_SINGLE_CHANGE Instance method Protected Method Test Single Change 20070913
Events
Class CL_WZRE_SRL_TEST has no event.
Types
Class CL_WZRE_SRL_TEST has no local type.
Method Signatures

Method ADD_NEW_SR_IN_PARALLEL_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ERROR Call by reference Type reference (TYPE) BVAL Fehler Kennzeichen 20070907
2 Importing I_LIST Call by reference Object reference (TYPE REF TO) IF_WZRE_AGENCY_DOC Agenturbeleg 20070907
3 Importing I_LIST_GUID Call by reference Type reference (TYPE) WZRE_GUID GUID 20070907
# Exception Resumable Description Created on
1 CX_WZRE_WRONG_NUMBER Nummer existiert nicht 20070907

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

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

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

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 20070830
2 Importing I_SOURCE_NUM2 Call by reference Type reference (TYPE) WBELN_AG Quellbeleg 2 20070830
# Exception Resumable Description Created on
1 CX_WZRE_ERROR Fehler 20070830

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 20070830
2 Importing I_SOURCE_ITEM_NUMBER Call by reference Type reference (TYPE) WPOSNR_LF Agenturgeschäft: Belegposition 20070830
3 Importing I_TARGET_ENT Call by reference Type reference (TYPE) WZRE_ENTITY Agenturbeleg 20070830
4 Importing I_TARGET_ITEM_NUMBER Call by reference Type reference (TYPE) WPOSNR_LF Agenturgeschäft: Belegposition 20070830
# Exception Resumable Description Created on
1 CX_WZRE_ERROR Fehler 20070830
2 CX_WZRE_NOT_CHANGEABLE Beleg ist nicht änderbar 20070830
3 CX_WZRE_WRONG_ITEM_NUMBER Positionsnummer existiert nicht 20070830
4 CX_WZRE_WRONG_NUMBER Nummer existiert nicht 20070830

Method CREATE_SR_FROM_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PROTOCOL Call by reference Object reference (TYPE REF TO) CL_WZRE_PROTOCOL Protokoll 20070830
2 Exporting E_SR Call by reference Type reference (TYPE) WZRE_SETTL_REQUEST_ENT Regulierungseinzelanforderung 20070830
3 Importing I_LIST Call by reference Type reference (TYPE) WZRE_SETTL_REQ_LIST_ENT Regulierungsanforderungsliste 20070830
4 Importing I_SOURCE_SR Call by reference Type reference (TYPE) WZRE_SETTL_REQUEST_ENT Regulierungseinzelanforderung 20070830
# Exception Resumable Description Created on
1 CX_WZRE_ERROR Fehler 20070830
2 CX_WZRE_NOT_CHANGEABLE Beleg ist nicht änderbar 20070830
3 CX_WZRE_WRONG_ITEM_NUMBER Positionsnummer existiert nicht 20070830
4 CX_WZRE_WRONG_NUMBER Nummer existiert nicht 20070830

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 20070830

Method TEST on class CL_WZRE_SRL_TEST has no exception.

Method TEST_ADD_SR_IN_PAR_TASK 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_ADD_SR_IN_PAR_TASK on class CL_WZRE_SRL_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 20070830

Method TEST_CHANGE on class CL_WZRE_SRL_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 20070830

Method TEST_CLONE on class CL_WZRE_SRL_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_SRL_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_SRL_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 20070830

Method TEST_CREATE on class CL_WZRE_SRL_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_SRL_TEST has no exception.

Method TEST_RELEASE_PL 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 20070921

Method TEST_RELEASE_PL on class CL_WZRE_SRL_TEST has no exception.

Method TEST_SINGLE_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 20070913

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