SAP ABAP Class CL_FSL_AB_CRMB_CONTROLLER (Transfer Single Settlement Requests to CRM Billing)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
FI-LA (Application Component) Lease Accounting
⤷
VPACK_FSL_AB_APPL (Package) FSL: Application (Agency Business)

⤷

⤷

Properties
Class | CL_FSL_AB_CRMB_CONTROLLER | |
Short Description | Transfer Single Settlement Requests to CRM Billing | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | VPACK_FSL_AB_APPL | FSL: Application (Agency Business) |
Created | 20090216 | SAP |
Last change | 20100310 | 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_FSL_AB_CRMB_CONTROLLER has no interface implemented.
Friends
Class CL_FSL_AB_CRMB_CONTROLLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_FSL_AB_CRMB_CONTROLLER | Transfer Single Settlement Requests to CRM Billing | 20090216 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Inserts Errors into Table | 20090225 |
2 | ![]() |
Static method | Public | Method | Singleton Creator | 20090216 |
3 | ![]() |
Instance method | Private | Method | Checks Whether Payment Category Is Permitted | 20090218 |
4 | ![]() |
Instance method | Protected | Method | Prepare Agency Business Data | 20090216 |
5 | ![]() |
Instance method | Private | Method | Prepare Data in Case of Reversal | 20090218 |
6 | ![]() |
Instance method | Public | Method | Transfer to CRM Billing | 20090216 |
7 | ![]() |
Instance method | Protected | Method | Update Posting Status | 20090219 |
8 | ![]() |
Instance method | Protected | Method | Update Single Settlement Requests | 20090219 |
Events
Class CL_FSL_AB_CRMB_CONTROLLER has no event.
Types
Class CL_FSL_AB_CRMB_CONTROLLER has no local type.
Method Signatures
Method ADD_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ERRORS | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20090225 | ||
2 | ![]() |
IV_POSNR | Call by reference | Type reference (TYPE) | WPOSNR_LF | Agenturgeschäft: Belegposition | 20090225 | ||
3 | ![]() |
IV_WBELN | Call by reference | Type reference (TYPE) | WBELN_AG | Agenturgeschäft: Belegnummer | 20090225 |
Method ADD_MESSAGE on class CL_FSL_AB_CRMB_CONTROLLER has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_FSL_AB_CRMB_CONTROLLER | Überleitung von Regulierungseinzelanford. in die CRM Faktur. | 20090216 |
Method GET_INSTANCE on class CL_FSL_AB_CRMB_CONTROLLER has no exception.
Method IS_PAYMENT_TYPE_ALLOWED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PAYMENT_TYPE | Call by reference | Type reference (TYPE) | WRART | Agenturgeschäft: Regulierungsart | 20090218 | ||
2 | ![]() |
RV_IS_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090218 |
Method IS_PAYMENT_TYPE_ALLOWED on class CL_FSL_AB_CRMB_CONTROLLER has no exception.
Method PREPARE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ERRORS | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20090224 | ||
2 | ![]() |
ET_KOMLFK_TO_SEND | Call by reference | Type reference (TYPE) | KOMLFK_ITAB | Tabelle zu komlfk | 20090223 | ||
3 | ![]() |
ET_KOMLFK_TO_UPDATE | Call by reference | Type reference (TYPE) | KOMLFK_ITAB | Tabelle zu komlfk | 20090219 | ||
4 | ![]() |
ET_KOMLFP | Call by reference | Type reference (TYPE) | KOMLFP_ITAB | Tabelle zu komlfp | 20090223 | ||
5 | ![]() |
ET_KOMV | Call by reference | Type reference (TYPE) | KOMV_ITAB | Tabelle zu komv | 20090223 | ||
6 | ![]() |
IT_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK_ITAB | Tabelle zu komlfk | 20090223 |
Method PREPARE_DATA on class CL_FSL_AB_CRMB_CONTROLLER has no exception.
Method PREPARE_DATA_FOR_CANCELLATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_KOMLFK_TO_SEND | Call by reference | Type reference (TYPE) | KOMLFK_ITAB | Tabelle zu komlfk | 20090223 | ||
2 | ![]() |
CT_KOMLFK_TO_UPDATE | Call by reference | Type reference (TYPE) | KOMLFK_ITAB | Tabelle zu komlfk | 20090218 | ||
3 | ![]() |
ES_KOMLFK_TO_SEND | Call by reference | Type reference (TYPE) | KOMLFK | Agenturgeschäft: Belegnummer | 20090225 | ||
4 | ![]() |
IS_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK | Kommunikationsstruktur: Lieferantenfakturakopf | 20090218 |
Method PREPARE_DATA_FOR_CANCELLATION on class CL_FSL_AB_CRMB_CONTROLLER has no exception.
Method TRANSFER_TO_CRM_BILLING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ERRORS | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20090216 | ||
2 | ![]() |
IT_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK_ITAB | Tabelle zu komlfk | 20090216 | ||
3 | ![]() |
IV_INVOICE_DATE | Call by reference | Type reference (TYPE) | WFDAT | Agenturgeschäft: Buchungsdatum | 20090220 | ||
4 | ![]() |
IV_TEST_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | 20090216 |
Method TRANSFER_TO_CRM_BILLING on class CL_FSL_AB_CRMB_CONTROLLER has no exception.
Method UPDATE_POSTING_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK_ITAB | Tabelle zu komlfk | 20090219 |
Method UPDATE_POSTING_STATUS on class CL_FSL_AB_CRMB_CONTROLLER has no exception.
Method UPDATE_SSR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ERRORS | Call by reference | Type reference (TYPE) | WLF1_ERROR_TAB | Agenturgeschäft: Tabelle mit Meldungen | 20090219 | ||
2 | ![]() |
IT_KOMLFK | Call by reference | Type reference (TYPE) | KOMLFK_ITAB | Tabelle zu komlfk | 20090219 | ||
3 | ![]() |
IT_KOMLFK_OLD | Call by reference | Type reference (TYPE) | KOMLFK_ITAB | Tabelle zu komlfk | 20090219 |
Method UPDATE_SSR on class CL_FSL_AB_CRMB_CONTROLLER has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 605 |