Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WB2_ACTION | Action Classes | 20050405 |
Properties
| Class | CL_WCB_CANCEL_SINGLE | |
| Short Description | Action Class: Cancellation of Single Document Chargeback | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCB_AG_ACTION_CLASSES | Action Classes |
| Created | 20050405 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WB2_ACTION | Action Classes | 20050405 |
Friends
Class CL_WCB_CANCEL_SINGLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | TCODE | 'WLF1' | Transaction Code | 20050405 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Transfers Messages from the Error Table to the Error Log | 20050406 | |
| 2 | Instance method | Private | Method | Cancellation Using Original Document Copying | 20050406 | |
| 3 | Instance method | Private | Method | Cancels a Quantity of Vendor Billing Documents | 20050406 | |
| 4 | Instance method | Private | Method | Checks If Copy Control Group Contains an Action Profile | 20050418 | |
| 5 | Instance method | Private | Method | Collects Billing Document Numbers | 20050418 | |
| 6 | Instance method | Private | Method | Collects Documents for Cancellation Using Copying | 20050405 | |
| 7 | Instance method | Private | Method | Displays the Partner Determination Log | 20050418 | |
| 8 | Instance method | Private | Method | Provides a Quantity of Billing Document Headers | 20050418 | |
| 9 | Instance method | Private | Method | Provides Data for a Copy Control Group | 20050418 | |
| 10 | Instance method | Private | Method | Provides Copy Control Groups for Quantity of Billing Docs | 20050418 | |
| 11 | Instance method | Private | Method | Provides the Copy Control Group for a Billing Doc. Type | 20050418 | |
| 12 | Instance method | Private | Method | Provides the Cancellation Billing Document Type | 20050405 | |
| 13 | Instance method | Private | Method | Provides the Application (for the PPF) | 20050418 | |
| 14 | Instance method | Private | Method | Transfer Document to Correct Table for Cancellation | 20050405 | |
| 15 | Instance method | Private | Method | Copies Entry to Tables | 20050418 | |
| 16 | Instance method | Private | Method | Copies Billing Document Number to Table | 20050418 | |
| 17 | Instance method | Private | Method | Can Document Be Cancelled? | 20050405 | |
| 18 | Instance method | Private | Method | Already a record in the table? | 20050418 | |
| 19 | Instance method | Private | Method | Provides the Billing Document Header | 20050418 | |
| 20 | Instance method | Private | Method | Reads Copy Control Group Data from the Database | 20050418 | |
| 21 | Instance method | Private | Method | Reads Copy Control Group Data from the Table | 20050418 | |
| 22 | Instance method | Private | Method | Reads Copy Control Group from Database | 20050418 | |
| 23 | Instance method | Private | Method | Reads Copy Control Group from Table | 20050418 | |
| 24 | Instance method | Private | Method | Provides T180 Entry for a Transaction | 20050405 | |
| 25 | Instance method | Private | Method | Provides the Vendor Billing Document Type | 20050405 | |
| 26 | Instance method | Private | Method | Starts PPF for all Billing Documents | 20050418 | |
| 27 | Instance method | Private | Method | Starts PPF for a Billing Document | 20050418 |
Events
Class CL_WCB_CANCEL_SINGLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_LFARTS_RWLF1 | Private | See coding | Vendor Billing Documents with Same Cancellation Bil.Doc.Type | 20050405 | BEGIN OF ty_lfarts_rwlf1,
lfarts TYPE wfarts,
t_rwlf1 TYPE wcb_rwlf1_tab,
END OF ty_lfarts_rwlf1
|
|
| 2 | TY_LFARTS_RWLF1_STAB | Private | See coding | Sorted Table: VBD with Same Cancellation Billing Doc. Type | 20050405 | ty_lfarts_rwlf1_stab TYPE SORTED TABLE OF ty_lfarts_rwlf1
WITH UNIQUE KEY lfarts
|
|
| 3 | TY_TWCBCPGRPASSIGN_STAB | Private | See coding | Sorted Table via TWCBCPGRPASSIGN | 20050418 | ty_twcbcpgrpassign_stab TYPE SORTED TABLE OF twcbcpgrpassign
WITH UNIQUE KEY bill_type_from
|
|
| 4 | TY_TWCBCPGRP_STAB | Private | See coding | Sorted Table via TWCBCPGRP | 20050418 | ty_twcbcpgrp_stab TYPE SORTED TABLE OF twcbcpgrp
WITH UNIQUE KEY cp_group
|
|
| 5 | TY_VBELN_CPGRP | Private | See coding | Document Number Assignment for Copy Control Group | 20050418 | BEGIN OF ty_vbeln_cpgrp,
vbeln TYPE vbeln_va,
cp_group TYPE wcbcpgrp,
END OF ty_vbeln_cpgrp
|
|
| 6 | TY_VBELN_CPGRP_STAB | Private | See coding | Sorted Table via TY_VBELN_CPGRP | 20050418 | ty_vbeln_cpgrp_stab TYPE SORTED TABLE OF ty_vbeln_cpgrp
WITH UNIQUE KEY vbeln
|
Method Signatures
Method ADD_MSG_TAB_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050406 | |||
| 2 | IT_MSG | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050406 |
Method ADD_MSG_TAB_TO_LOG on class CL_WCB_CANCEL_SINGLE has no exception.
Method CANCEL_BY_COPYING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050406 | |||
| 2 | CT_LFARTS_RWLF1 | Call by reference | Type reference (TYPE) | TY_LFARTS_RWLF1_STAB | sort. Tab.: Lieferantenfakt. mit gleicher Storno-Fakturaart | 20050406 | |||
| 3 | E_DO_ROLLBACK | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Rollback gemacht werden muss | 20050406 |
Method CANCEL_BY_COPYING on class CL_WCB_CANCEL_SINGLE has no exception.
Method CANCEL_VBD_DOCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050406 | |||
| 2 | CT_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK_ITAB | Tabelle zu komlfk; wird noch sortiert | 20050406 | |||
| 3 | E_DO_ROLLBACK | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Rollback gemacht werden muss | 20050406 |
Method CANCEL_VBD_DOCS on class CL_WCB_CANCEL_SINGLE has no exception.
Method CHECK_ACTION_PROFILE_IN_CPGRP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls ein Fehler aufgetreten ist | 20050418 | |||
| 3 | I_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050418 |
Method CHECK_ACTION_PROFILE_IN_CPGRP on class CL_WCB_CANCEL_SINGLE has no exception.
Method COLLECT_BILLING_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050418 | |||
| 2 | IT_SOURCE_AGENCY | Call by reference | Type reference (TYPE) | WB2_AGENCY_DATA_STAB | Agenturbeleg Daten | 20050418 | |||
| 3 | I_CURRENT_DOC_KEY | Call by reference | Type reference (TYPE) | WB2_DOC_KEY | Belegschlüssel | 20050418 |
Method COLLECT_BILLING_KEY on class CL_WCB_CANCEL_SINGLE has no exception.
Method COLLECT_VBD_FOR_CANCEL_BY_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | CT_LFARTS_RWLF1 | Call by reference | Type reference (TYPE) | TY_LFARTS_RWLF1_STAB | sort. Tab.: Lieferantenfakt. mit gleicher Storno-Fakturaart | 20050418 | |||
| 3 | CT_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050418 | |||
| 4 | IT_SOURCE_AGENCY | Call by reference | Type reference (TYPE) | WB2_AGENCY_DATA_STAB | Agenturbeleg Daten | 20050418 | |||
| 5 | I_CURRENT_DOC_KEY | Call by reference | Type reference (TYPE) | WB2_DOC_KEY | Belegschlüssel | 20050418 | |||
| 6 | I_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK | Kommunikationsstruktur: Lieferantenfakturakopf | 20050418 |
Method COLLECT_VBD_FOR_CANCEL_BY_COPY on class CL_WCB_CANCEL_SINGLE has no exception.
Method DISPLAY_DETERM_PROT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DET_PROT | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20050418 |
Method DISPLAY_DETERM_PROT on class CL_WCB_CANCEL_SINGLE has no exception.
Method GET_BILLING_HEADS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050418 | |||
| 2 | RT_BILLING | Value transfer | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050418 |
Method GET_BILLING_HEADS on class CL_WCB_CANCEL_SINGLE has no exception.
Method GET_COPY_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | CT_TWCBCPGRP | Call by reference | Type reference (TYPE) | TY_TWCBCPGRP_STAB | sort. Tabelle über TWCBCPGRP | 20050418 | |||
| 3 | E_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050418 | |||
| 4 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050418 | |||
| 5 | I_CP_GROUP | Call by reference | Type reference (TYPE) | WCBCPGRP | WCB: Kopiersteuerungsgruppe | 20050418 |
Method GET_COPY_GROUP on class CL_WCB_CANCEL_SINGLE has no exception.
Method GET_COPY_GRP_FOR_BILLINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | ET_TWCBCPGRP | Call by reference | Type reference (TYPE) | TY_TWCBCPGRP_STAB | sort. Tabelle über TWCBCPGRP | 20050418 | |||
| 3 | ET_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050418 | |||
| 4 | E_DO_ROLLBACK | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Rollback gemacht werden muss | 20050418 | |||
| 5 | IT_BILLING | Call by reference | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050418 | |||
| 6 | IT_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050418 |
Method GET_COPY_GRP_FOR_BILLINGS on class CL_WCB_CANCEL_SINGLE has no exception.
Method GET_CPGRPASSIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | CT_TWCBCPGRPASSIGN | Call by reference | Type reference (TYPE) | TY_TWCBCPGRPASSIGN_STAB | sort. Tabelle über TWCBCPGRPASSIGN | 20050418 | |||
| 3 | E_CPGRPASSIGN | Call by reference | Type reference (TYPE) | TWCBCPGRPASSIGN | WCB: Zuordnung Fakturaart zu Kopiergruppe | 20050418 | |||
| 4 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050418 | |||
| 5 | I_FKART | Call by reference | Type reference (TYPE) | FKART | Fakturaart | 20050418 |
Method GET_CPGRPASSIGN on class CL_WCB_CANCEL_SINGLE has no exception.
Method GET_DOC_TYPE_TO_CANCEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050405 | |||
| 2 | E_LFARTS | Call by reference | Type reference (TYPE) | WFARTS | Storno-Lieferantenfakturaart | 20050405 | |||
| 3 | I_TMFK | Call by reference | Type reference (TYPE) | TMFK | Agenturgeschäft: Fakturaarten | 20050405 | |||
| 4 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050405 |
Method GET_DOC_TYPE_TO_CANCEL on class CL_WCB_CANCEL_SINGLE has no exception.
Method GET_PPF_APPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROFILE | Call by reference | Type reference (TYPE) | PPFDCNTXT | PPF: Name des Aktionsprofils | 20050418 | |||
| 2 | RE_APPL | Value transfer | Type reference (TYPE) | PPFDAPPL | Name der Anwendung | 20050418 |
Method GET_PPF_APPLICATION on class CL_WCB_CANCEL_SINGLE has no exception.
Method INSERT_DOC_INTO_TAB_TO_CANCEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LFARTS_RWLF1 | Call by reference | Type reference (TYPE) | TY_LFARTS_RWLF1_STAB | sort. Tab.: Lieferantenfakt. mit gleicher Storno-Fakturaart | 20050405 | |||
| 2 | I_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK | Kommunikationsstruktur: Lieferantenfakturakopf | 20050406 | |||
| 3 | I_LFARTS | Call by reference | Type reference (TYPE) | WFARTS | Storno-Lieferantenfakturaart | 20050405 |
Method INSERT_DOC_INTO_TAB_TO_CANCEL on class CL_WCB_CANCEL_SINGLE has no exception.
Method INSERT_ENTRY_FOR_VBELN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | CT_TWCBCPGRP | Call by reference | Type reference (TYPE) | TY_TWCBCPGRP_STAB | sort. Tabelle über TWCBCPGRP | 20050418 | |||
| 3 | CT_TWCBCPGRPASSIGN | Call by reference | Type reference (TYPE) | TY_TWCBCPGRPASSIGN_STAB | sort. Tabelle über TWCBCPGRPASSIGN | 20050418 | |||
| 4 | CT_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050418 | |||
| 5 | E_DO_ROLLBACK | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Rollback gemacht werden muss | 20050418 | |||
| 6 | IT_BILLING | Call by reference | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050418 | |||
| 7 | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050418 |
Method INSERT_ENTRY_FOR_VBELN on class CL_WCB_CANCEL_SINGLE has no exception.
Method INSERT_INTO_BILLING_KEY_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050418 | |||
| 2 | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050418 |
Method INSERT_INTO_BILLING_KEY_TAB on class CL_WCB_CANCEL_SINGLE has no exception.
Method IS_CANCEL_POSSIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK | Kommunikationsstruktur: Lieferantenfakturakopf | 20050405 | |||
| 2 | RE_IS_POSSIBLE | Value transfer | Type reference (TYPE) | BVAL | = 'X', falls Storno erlaubt | 20050405 |
Method IS_CANCEL_POSSIBLE on class CL_WCB_CANCEL_SINGLE has no exception.
Method IS_ENTRY_IN_VBELN_CPGRP_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050418 | |||
| 2 | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050418 | |||
| 3 | RE_CONTAINED | Value transfer | Type reference (TYPE) | BVAL | = 'X', falls Eintrag enthalten | 20050418 |
Method IS_ENTRY_IN_VBELN_CPGRP_TAB on class CL_WCB_CANCEL_SINGLE has no exception.
Method READ_BILLING_HEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X' im Fehlerfall | 20050418 | |||
| 3 | E_WB2_VBRK | Call by reference | Type reference (TYPE) | WB2_VBRK | Faktura: Kopfdaten | 20050418 | |||
| 4 | IT_BILLING | Call by reference | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050418 | |||
| 5 | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050418 |
Method READ_BILLING_HEAD on class CL_WCB_CANCEL_SINGLE has no exception.
Method READ_COPY_GROUP_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | E_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050418 | |||
| 3 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050418 | |||
| 4 | I_CP_GROUP | Call by reference | Type reference (TYPE) | WCBCPGRP | WCB: Kopiersteuerungsgruppe | 20050418 |
Method READ_COPY_GROUP_FROM_DB on class CL_WCB_CANCEL_SINGLE has no exception.
Method READ_COPY_GROUP_FROM_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TWCBCPGRP | Call by reference | Type reference (TYPE) | TY_TWCBCPGRP_STAB | sort. Tabelle über TWCBCPGRP | 20050418 | |||
| 2 | I_CP_GROUP | Call by reference | Type reference (TYPE) | WCBCPGRP | WCB: Kopiersteuerungsgruppe | 20050418 | |||
| 3 | RE_CPGRP | Value transfer | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050418 |
Method READ_COPY_GROUP_FROM_TAB on class CL_WCB_CANCEL_SINGLE has no exception.
Method READ_CPGRPASSIGN_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | E_CPGRPASSIGN | Call by reference | Type reference (TYPE) | TWCBCPGRPASSIGN | WCB: Zuordnung Fakturaart zu Kopiergruppe | 20050418 | |||
| 3 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050418 | |||
| 4 | I_FKART | Call by reference | Type reference (TYPE) | FKART | Fakturaart | 20050418 |
Method READ_CPGRPASSIGN_FROM_DB on class CL_WCB_CANCEL_SINGLE has no exception.
Method READ_CPGRPASSIGN_FROM_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TWCBCPGRPASSIGN | Call by reference | Type reference (TYPE) | TY_TWCBCPGRPASSIGN_STAB | sort. Tabelle über TWCBCPGRPASSIGN | 20050418 | |||
| 2 | I_FKART | Call by reference | Type reference (TYPE) | FKART | Fakturaart | 20050418 | |||
| 3 | RE_CPGRPASSIGN | Value transfer | Type reference (TYPE) | TWCBCPGRPASSIGN | WCB: Zuordnung Fakturaart zu Kopiergruppe | 20050418 |
Method READ_CPGRPASSIGN_FROM_TAB on class CL_WCB_CANCEL_SINGLE has no exception.
Method READ_T180 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TCODE | Call by reference | Type reference (TYPE) | TCODE | Transaktionscode | 20050405 | |||
| 2 | RE_T180 | Value transfer | Type reference (TYPE) | T180 | Folgebildsteuerung: Vorschlagswerte je Transaktion | 20050405 |
Method READ_T180 on class CL_WCB_CANCEL_SINGLE has no exception.
Method READ_TMFK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050405 | |||
| 2 | E_TMFK | Call by reference | Type reference (TYPE) | TMFK | Agenturgeschäft: Fakturaarten | 20050405 | |||
| 3 | I_LFART | Call by reference | Type reference (TYPE) | WFART | Agenturgeschäft: Fakturaart | 20050405 | |||
| 4 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050405 |
Method READ_TMFK on class CL_WCB_CANCEL_SINGLE has no exception.
Method START_PPF_FOR_ALL_BILLINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | E_DO_ROLLBACK | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Rollback gemacht werden muss | 20050418 | |||
| 3 | IT_TWCBCPGRP | Call by reference | Type reference (TYPE) | TY_TWCBCPGRP_STAB | sort. Tabelle über TWCBCPGRP | 20050418 | |||
| 4 | IT_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050418 |
Method START_PPF_FOR_ALL_BILLINGS on class CL_WCB_CANCEL_SINGLE has no exception.
Method START_PPF_FOR_ONE_BILLING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CH_ERROR | Call by reference | Object reference (TYPE REF TO) | CL_WB2_ERROR | Error Log | 20050418 | |||
| 2 | E_DO_ROLLBACK | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Rollback gemacht werden muss | 20050418 | |||
| 3 | I_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050418 | |||
| 4 | I_PPF_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_MANAGER_PPF | PPF: Zentraler PPF-Manager | 20050418 | |||
| 5 | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050418 |
Method START_PPF_FOR_ONE_BILLING on class CL_WCB_CANCEL_SINGLE has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 600 |