Hierarchy
⤷ LO-GT-CHB (Application Component) Chargeback
⤷ WCB_AG_APPL (Package) Agency Document Creation Application Logic
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 | CHBK | 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 | AT_PROCESSED_WBELN | Instance attribute | Private | Type reference (TYPE) | TY_WBELN_STAB | Table With Processed Transit Accompanying Documents | 20050916 | ||
2 | ST_TWCBCPGRP | Static Attribute | Private | Type reference (TYPE) | TY_TWCBCPGRP_STAB | Sorted Table via TWCBCPGRP | 20050919 | ||
3 | ST_TWCBCPGRPASSIGN | Static Attribute | Private | Type reference (TYPE) | TY_TWCBCPGRPASSIGN_STAB | Sorted Table via TWCBCPGRPASSIGN | 20050919 | ||
4 | S_PPF_MANAGER | 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 | CHECK_ACTION_PROFILE_IN_CPGRP | Instance method | Private | Method | Checks If Copy Control Group Contains an Action Profile | 20050912 |
2 | CHECK_CANCELLED_NEWLY | Instance method | Private | Method | Checks if Document is Reversed Again | 20050913 |
3 | CLASS_CONSTRUCTOR | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050913 |
4 | COLLECT_BILLING_KEY | Instance method | Private | Method | Collects Billing Document Numbers | 20050912 |
5 | CREATE_PPF_FOR_CANCELLED_VBD | Instance method | Public | Method | Generates PPF for Billing Docs of Reversed Chargeback Reqst | 20050909 |
6 | DISPLAY_DETERM_PROT | Instance method | Private | Method | Displays the Partner Determination Log | 20050913 |
7 | GET_BILLING_HEADS | Instance method | Private | Method | Provides a Quantity of Billing Document Headers | 20050912 |
8 | GET_COPY_GROUP | Instance method | Private | Method | Provides Data for a Copy Control Group | 20050912 |
9 | GET_COPY_GRP_FOR_BILLINGS | Instance method | Private | Method | Provides Copy Control Groups for Quantity of Billing Docs | 20050912 |
10 | GET_CPGRPASSIGN | Instance method | Private | Method | Provides the Copy Control Group for a Billing Doc. Type | 20050912 |
11 | GET_PPF_APPLICATION | Instance method | Private | Method | Provides the Application (for the PPF) | 20050913 |
12 | INSERT_ENTRY_FOR_VBELN | Instance method | Private | Method | Copies Entry to Tables | 20050912 |
13 | INSERT_ERROR | Instance method | Private | Method | Copies Error Message | 20050912 |
14 | INSERT_ERROR_FROM_SY | Instance method | Private | Method | Copies Error Message SYST Fields | 20050912 |
15 | INSERT_INTO_BILLING_KEY_TAB | Instance method | Private | Method | Copies Billing Document Number to Table | 20050912 |
16 | IS_ENTRY_IN_VBELN_CPGRP_TAB | Instance method | Private | Method | Already a record in the table? | 20050912 |
17 | IS_VBD_PROCESSED | Instance method | Private | Method | Checks if TAD has Already Been Processed | 20050916 |
18 | MARK_VBD_AS_PROCESSED | Instance method | Private | Method | Copies Document Number to Table of Processed TADs | 20050916 |
19 | READ_BILLING_HEAD | Instance method | Private | Method | Provides the Billing Document Header | 20050912 |
20 | READ_COPY_GROUP_FROM_DB | Instance method | Private | Method | Reads Copy Control Group Data from the Database | 20050912 |
21 | READ_COPY_GROUP_FROM_TAB | Instance method | Private | Method | Reads Copy Control Group Data from the Table | 20050912 |
22 | READ_CPGRPASSIGN_FROM_DB | Instance method | Private | Method | Reads Copy Control Group from Database | 20050912 |
23 | READ_CPGRPASSIGN_FROM_TAB | Instance method | Private | Method | Reads Copy Control Group from Attribute Table | 20050912 |
24 | REFRESH | Instance method | Public | Method | Initialization Type | 20050916 |
25 | START_PPF_FOR_ALL_BILLINGS | Instance method | Private | Method | Starts PPF for all Billing Documents | 20050913 |
26 | START_PPF_FOR_ONE_BILLING | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | ||
2 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls ein Fehler aufgetreten ist | 20050912 | ||
3 | Importing | I_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050912 | ||
4 | Importing | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050913 | ||
2 | Exporting | E_CANCELLED_NEWLY | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls neu storniert | 20050913 | ||
3 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X' im Fehlerfall | 20050913 | ||
4 | Importing | 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 | Exporting | ET_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050912 | ||
2 | Importing | IT_KOMLFP | Call by reference | Type reference (TYPE) | KOMLFP_ITAB | Tabelle zu komlfp | 20050912 | ||
3 | Importing | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050909 | ||
2 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten ist | 20050912 | ||
3 | Importing | IT_KOMLFP | Call by reference | Type reference (TYPE) | KOMLFP_ITAB | Tabelle zu komlfp | 20050909 | ||
4 | Importing | 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 | Importing | 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 | Importing | IT_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050912 | ||
2 | Returning | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | ||
2 | Exporting | E_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050912 | ||
3 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050912 | ||
4 | Importing | I_CP_GROUP | Call by reference | Type reference (TYPE) | WCBCPGRP | Kopiersteuerungsgruppe | 20050912 | ||
5 | Importing | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | ||
2 | Exporting | ET_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050912 | ||
3 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050912 | ||
4 | Importing | IT_BILLING | Call by reference | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050912 | ||
5 | Importing | IT_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050912 | ||
6 | Importing | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | ||
2 | Exporting | E_CPGRPASSIGN | Call by reference | Type reference (TYPE) | TWCBCPGRPASSIGN | WCB: Zuordnung Fakturaart zu Kopiergruppe | 20050912 | ||
3 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050912 | ||
4 | Importing | I_FKART | Call by reference | Type reference (TYPE) | FKART | Fakturaart | 20050912 | ||
5 | Importing | 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 | Importing | I_PROFILE | Call by reference | Type reference (TYPE) | PPFDCNTXT | PPF: Name des Aktionsprofils | 20050913 | ||
2 | Returning | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | ||
2 | Changing | CT_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050912 | ||
3 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', wenn Fehler aufgetreten | 20050912 | ||
4 | Importing | IT_BILLING | Call by reference | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050912 | ||
5 | Importing | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050912 | ||
6 | Importing | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | ||
2 | Importing | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20050912 | ||
3 | Importing | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20050912 | ||
4 | Importing | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichtentyp | 20050912 | ||
5 | Importing | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 1 | 20050912 | ||
6 | Importing | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 2 | 20050912 | ||
7 | Importing | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 3 | 20050912 | ||
8 | Importing | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Nachrichtenvariable 4 | 20050912 | ||
9 | Importing | I_POSNR | Call by reference | Type reference (TYPE) | WPOSNR_LF | Agenturgeschäft: Belegposition | 20050912 | ||
10 | Importing | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | ||
2 | Importing | I_POSNR | Call by reference | Type reference (TYPE) | WPOSNR_LF | Agenturgeschäft: Belegposition | 20050912 | ||
3 | Importing | 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 | Changing | CT_SALES_KEY | Call by reference | Type reference (TYPE) | WB2_SALES_KEY_STAB | Schlüssel von Verkaufsbelegen | 20050912 | ||
2 | Importing | 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 | Importing | IT_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050912 | ||
2 | Importing | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050912 | ||
3 | Returning | 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 | Importing | I_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20050916 | ||
2 | Returning | 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 | Importing | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | ||
2 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X' im Fehlerfall | 20050912 | ||
3 | Exporting | E_WB2_VBRK | Call by reference | Type reference (TYPE) | WB2_VBRK | Faktura: Kopfdaten | 20050912 | ||
4 | Importing | IT_BILLING | Call by reference | Type reference (TYPE) | WB2_VBRK_STAB | Faktura: Kopf | 20050912 | ||
5 | Importing | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050912 | ||
6 | Importing | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | ||
2 | Exporting | E_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050912 | ||
3 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050912 | ||
4 | Importing | I_CP_GROUP | Call by reference | Type reference (TYPE) | WCBCPGRP | Kopiersteuerungsgruppe | 20050912 | ||
5 | Importing | 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 | Importing | I_CP_GROUP | Call by reference | Type reference (TYPE) | WCBCPGRP | Kopiersteuerungsgruppe | 20050912 | ||
2 | Returning | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050912 | ||
2 | Exporting | E_CPGRPASSIGN | Call by reference | Type reference (TYPE) | TWCBCPGRPASSIGN | WCB: Zuordnung Fakturaart zu Kopiergruppe | 20050912 | ||
3 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050912 | ||
4 | Importing | I_FKART | Call by reference | Type reference (TYPE) | FKART | Fakturaart | 20050912 | ||
5 | Importing | 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 | Importing | I_FKART | Call by reference | Type reference (TYPE) | FKART | Fakturaart | 20050912 | ||
2 | Returning | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050913 | ||
2 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X' wenn Fehler aufgetreten | 20050913 | ||
3 | Importing | IT_VBELN_CPGRP | Call by reference | Type reference (TYPE) | TY_VBELN_CPGRP_STAB | sort. Tabelle über TY_VBELN_CPGRP | 20050913 | ||
4 | Importing | 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 | Changing | CT_ERROR_TAB | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20050913 | ||
2 | Exporting | E_ERROR_OCCURED | Call by reference | Type reference (TYPE) | BVAL | = 'X', falls Fehler aufgetreten | 20050913 | ||
3 | Importing | I_CPGRP | Call by reference | Type reference (TYPE) | TWCBCPGRP | WCB: Kopier-Steuerungs-Gruppe | 20050913 | ||
4 | Importing | I_VBELN | Call by reference | Type reference (TYPE) | VBELN_VA | Verkaufsbeleg | 20050913 | ||
5 | Importing | 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 |