Hierarchy
⤷
⤷
Properties
| Class | CL_WCB_PPF_VBD_CANCEL | |
| Short Description | Generation of PPF on Cancellation of Chargeback Request | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCB_AG_APPL | Agency Document Creation Application Logic |
| Created | 20050909 | SAP |
| Last change | 20060208 | 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
Class CL_WCB_PPF_VBD_CANCEL has no interface implemented.
Friends
Class CL_WCB_PPF_VBD_CANCEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_WBELN_STAB | Table With Processed Transit Accompanying Documents | 20050916 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_TWCBCPGRP_STAB | Sorted Table via TWCBCPGRP | 20050919 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TY_TWCBCPGRPASSIGN_STAB | Sorted Table via TWCBCPGRPASSIGN | 20050919 | |||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_MANAGER_PPF | PPF: Central PPF Manager | 20050913 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Checks If Copy Control Group Contains an Action Profile | 20050912 | |
| 2 | Instance method | Private | Method | Checks if Document is Reversed Again | 20050913 | |
| 3 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050913 | |
| 4 | Instance method | Private | Method | Collects Billing Document Numbers | 20050912 | |
| 5 | Instance method | Public | Method | Generates PPF for Billing Docs of Reversed Chargeback Reqst | 20050909 | |
| 6 | Instance method | Private | Method | Displays the Partner Determination Log | 20050913 | |
| 7 | Instance method | Private | Method | Provides a Quantity of Billing Document Headers | 20050912 | |
| 8 | Instance method | Private | Method | Provides Data for a Copy Control Group | 20050912 | |
| 9 | Instance method | Private | Method | Provides Copy Control Groups for Quantity of Billing Docs | 20050912 | |
| 10 | Instance method | Private | Method | Provides the Copy Control Group for a Billing Doc. Type | 20050912 | |
| 11 | Instance method | Private | Method | Provides the Application (for the PPF) | 20050913 | |
| 12 | Instance method | Private | Method | Copies Entry to Tables | 20050912 | |
| 13 | Instance method | Private | Method | Copies Error Message | 20050912 | |
| 14 | Instance method | Private | Method | Copies Error Message SYST Fields | 20050912 | |
| 15 | Instance method | Private | Method | Copies Billing Document Number to Table | 20050912 | |
| 16 | Instance method | Private | Method | Already a record in the table? | 20050912 | |
| 17 | Instance method | Private | Method | Checks if TAD has Already Been Processed | 20050916 | |
| 18 | Instance method | Private | Method | Copies Document Number to Table of Processed TADs | 20050916 | |
| 19 | Instance method | Private | Method | Provides the Billing Document Header | 20050912 | |
| 20 | Instance method | Private | Method | Reads Copy Control Group Data from the Database | 20050912 | |
| 21 | Instance method | Private | Method | Reads Copy Control Group Data from the Table | 20050912 | |
| 22 | Instance method | Private | Method | Reads Copy Control Group from Database | 20050912 | |
| 23 | Instance method | Private | Method | Reads Copy Control Group from Attribute Table | 20050912 | |
| 24 | Instance method | Public | Method | Initialization Type | 20050916 | |
| 25 | Instance method | Private | Method | Starts PPF for all Billing Documents | 20050913 | |
| 26 | Instance method | Private | Method | Starts PPF for a Billing Document | 20050913 |
Events
Class CL_WCB_PPF_VBD_CANCEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_TWCBCPGRPASSIGN_STAB | Private | See coding | Sorted Table via TWCBCPGRPASSIGN | 20050912 | ty_twcbcpgrpassign_stab TYPE SORTED TABLE OF twcbcpgrpassign
WITH UNIQUE KEY bill_type_from
|
|
| 2 | TY_TWCBCPGRP_STAB | Private | See coding | Sorted Table via TWCBCPGRP | 20050912 | ty_twcbcpgrp_stab TYPE SORTED TABLE OF twcbcpgrp
WITH UNIQUE KEY cp_group
|
|
| 3 | TY_VBELN_CPGRP | Private | See coding | Document Number Assignment for Copy Control Group | 20050912 | BEGIN OF ty_vbeln_cpgrp,
vbeln TYPE vbeln_va,
cp_group TYPE wcbcpgrp,
END OF ty_vbeln_cpgrp
|
|
| 4 | TY_VBELN_CPGRP_STAB | Private | See coding | Sorted Table via TY_VBELN_CPGRP | 20050912 | ty_vbeln_cpgrp_stab TYPE SORTED TABLE OF ty_vbeln_cpgrp
WITH UNIQUE KEY vbeln
|
|
| 5 | TY_WBELN | Private | See coding | Document Number TAD | 20050916 | BEGIN OF ty_wbeln,
wbeln TYPE wbeln_ag,
END OF ty_wbeln
|
|
| 6 | TY_WBELN_STAB | Private | See coding | Sorted Table via TY_WBELN | 20050916 | ty_wbeln_stab TYPE SORTED TABLE OF ty_wbeln
WITH UNIQUE KEY wbeln
|
Method Signatures
Method CHECK_ACTION_PROFILE_IN_CPGRP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | |||
| 2 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls ein Fehler aufgetreten ist | 20050912 | |||
| 3 | I_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050912 | |||
| 4 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method CHECK_ACTION_PROFILE_IN_CPGRP on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method CHECK_CANCELLED_NEWLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050913 | |||
| 2 | E_CANCELLED_NEWLY | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls neu storniert | 20050913 | |||
| 3 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X' im Fehlerfall | 20050913 | |||
| 4 | I_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK | Kommunikationsstruktur: Lieferantenfakturakopf | 20050913 |
Method CHECK_CANCELLED_NEWLY on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCB_PPF_VBD_CANCEL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method COLLECT_BILLING_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050912 | |||
| 2 | IT_KOMLFP | Call by reference | Type reference (TYPE) | KOMLFP_ITAB | Tabelle zu komlfp | 20050912 | |||
| 3 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method COLLECT_BILLING_KEY on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method CREATE_PPF_FOR_CANCELLED_VBD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050909 | |||
| 2 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten ist | 20050912 | |||
| 3 | IT_KOMLFP | Call by reference | Type reference (TYPE) | KOMLFP_ITAB | Tabelle zu komlfp | 20050909 | |||
| 4 | I_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK | Kommunikationsstruktur: Lieferantenfakturakopf | 20050909 |
Method CREATE_PPF_FOR_CANCELLED_VBD on class CL_WCB_PPF_VBD_CANCEL 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 | 20050913 |
Method DISPLAY_DETERM_PROT on class CL_WCB_PPF_VBD_CANCEL 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 | 20050912 | |||
| 2 | RT_BILLING | Value transfer | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050912 |
Method GET_BILLING_HEADS on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method GET_COPY_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | |||
| 2 | E_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050912 | |||
| 3 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050912 | |||
| 4 | I_CP_GROUP | Call by reference | Type reference (TYPE) | WCBCPGRP | Kopiersteuerungsgruppe | 20050912 | |||
| 5 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method GET_COPY_GROUP on class CL_WCB_PPF_VBD_CANCEL 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 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | |||
| 2 | ET_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050912 | |||
| 3 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050912 | |||
| 4 | IT_BILLING | Call by reference | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050912 | |||
| 5 | IT_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050912 | |||
| 6 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method GET_COPY_GRP_FOR_BILLINGS on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method GET_CPGRPASSIGN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | |||
| 2 | E_CPGRPASSIGN | Call by reference | Type reference (TYPE) | TWCBCPGRPASSIGN | WCB: Zuordnung Fakturaart zu Kopiergruppe | 20050912 | |||
| 3 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050912 | |||
| 4 | I_FKART | Call by reference | Type reference (TYPE) | FKART | Fakturaart | 20050912 | |||
| 5 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method GET_CPGRPASSIGN on class CL_WCB_PPF_VBD_CANCEL 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 | 20050913 | |||
| 2 | RE_APPL | Value transfer | Type reference (TYPE) | PPFDAPPL | Name der Anwendung | 20050913 |
Method GET_PPF_APPLICATION on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method INSERT_ENTRY_FOR_VBELN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | |||
| 2 | CT_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050912 | |||
| 3 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', wenn Fehler aufgetreten | 20050912 | |||
| 4 | IT_BILLING | Call by reference | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050912 | |||
| 5 | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050912 | |||
| 6 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method INSERT_ENTRY_FOR_VBELN on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method INSERT_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | |||
| 2 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20050912 | |||
| 3 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20050912 | |||
| 4 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20050912 | |||
| 5 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 1 | 20050912 | |||
| 6 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 2 | 20050912 | |||
| 7 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 3 | 20050912 | |||
| 8 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 4 | 20050912 | |||
| 9 | I_POSNR | Call by reference | Type reference (TYPE) | WPOSNR_LF | Agenturgeschäft: Belegposition | 20050912 | |||
| 10 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method INSERT_ERROR on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method INSERT_ERROR_FROM_SY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | |||
| 2 | I_POSNR | Call by reference | Type reference (TYPE) | WPOSNR_LF | Agenturgeschäft: Belegposition | 20050912 | |||
| 3 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method INSERT_ERROR_FROM_SY on class CL_WCB_PPF_VBD_CANCEL 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 | 20050912 | |||
| 2 | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050912 |
Method INSERT_INTO_BILLING_KEY_TAB on class CL_WCB_PPF_VBD_CANCEL 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 | 20050912 | |||
| 2 | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050912 | |||
| 3 | RE_CONTAINED | Value transfer | Type reference (TYPE) | BVAL | Boolean | 20050912 |
Method IS_ENTRY_IN_VBELN_CPGRP_TAB on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method IS_VBD_PROCESSED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050916 | |||
| 2 | RE_PROCESSED | Value transfer | Type reference (TYPE) | BVAL | = 'X', falls bereits bearbeitet | 20050916 |
Method IS_VBD_PROCESSED on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method MARK_VBD_AS_PROCESSED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050916 |
Method MARK_VBD_AS_PROCESSED on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method READ_BILLING_HEAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | |||
| 2 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X' im Fehlerfall | 20050912 | |||
| 3 | E_WB2_VBRK | Call by reference | Type reference (TYPE) | WB2_VBRK | Faktura: Kopfdaten | 20050912 | |||
| 4 | IT_BILLING | Call by reference | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050912 | |||
| 5 | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050912 | |||
| 6 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method READ_BILLING_HEAD on class CL_WCB_PPF_VBD_CANCEL 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 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | |||
| 2 | E_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050912 | |||
| 3 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050912 | |||
| 4 | I_CP_GROUP | Call by reference | Type reference (TYPE) | WCBCPGRP | Kopiersteuerungsgruppe | 20050912 | |||
| 5 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method READ_COPY_GROUP_FROM_DB on class CL_WCB_PPF_VBD_CANCEL 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 | I_CP_GROUP | Call by reference | Type reference (TYPE) | WCBCPGRP | Kopiersteuerungsgruppe | 20050912 | |||
| 2 | RE_CPGRP | Value transfer | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050912 |
Method READ_COPY_GROUP_FROM_TAB on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method READ_CPGRPASSIGN_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | |||
| 2 | E_CPGRPASSIGN | Call by reference | Type reference (TYPE) | TWCBCPGRPASSIGN | WCB: Zuordnung Fakturaart zu Kopiergruppe | 20050912 | |||
| 3 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050912 | |||
| 4 | I_FKART | Call by reference | Type reference (TYPE) | FKART | Fakturaart | 20050912 | |||
| 5 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050912 |
Method READ_CPGRPASSIGN_FROM_DB on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method READ_CPGRPASSIGN_FROM_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FKART | Call by reference | Type reference (TYPE) | FKART | Fakturaart | 20050912 | |||
| 2 | RE_CPGRPASSIGN | Value transfer | Type reference (TYPE) | TWCBCPGRPASSIGN | WCB: Zuordnung Fakturaart zu Kopiergruppe | 20050912 |
Method READ_CPGRPASSIGN_FROM_TAB on class CL_WCB_PPF_VBD_CANCEL has no exception.
Method REFRESH Signature
Method REFRESH on class CL_WCB_PPF_VBD_CANCEL has no parameter.
Method REFRESH on class CL_WCB_PPF_VBD_CANCEL 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 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050913 | |||
| 2 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X' wenn Fehler aufgetreten | 20050913 | |||
| 3 | IT_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050913 | |||
| 4 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050913 |
Method START_PPF_FOR_ALL_BILLINGS on class CL_WCB_PPF_VBD_CANCEL 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 | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050913 | |||
| 2 | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050913 | |||
| 3 | I_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050913 | |||
| 4 | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050913 | |||
| 5 | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050913 |
Method START_PPF_FOR_ONE_BILLING on class CL_WCB_PPF_VBD_CANCEL has no exception.
History
| Last changed by/on | SAP | 20060208 |
| SAP Release Created in | 600 |