SAP ABAP Class CL_ERP_SALES_CFS_MODEL (Model for Customer Fact Sheet)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-MD-BP-CM (Application Component) Customer Master
     ERP_SALES_LCM (Package) Customer Maintenance
Properties
Class CL_ERP_SALES_CFS_MODEL  
Short Description Model for Customer Fact Sheet    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ERP_SALES_LCM   Customer Maintenance 
Created 20060530   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ERP_SALES_CFS_MODEL has no forward declaration.
Interfaces
Class CL_ERP_SALES_CFS_MODEL has no interface implemented.
Friends
Class CL_ERP_SALES_CFS_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CFS_BUFFER Instance attribute Private Type reference (TYPE) T_BUFFER Buffer 20061116
2 GS_RG_SPART Instance attribute Private Type reference (TYPE) SRG_CHAR2 Range Structure: CHAR2 20060609
3 GS_RG_VTWEG Instance attribute Private Type reference (TYPE) SRG_CHAR2 Range Structure: CHAR2 20060609
4 GT_RG_SPART Instance attribute Private Type reference (TYPE) TRG_CHAR2 Range Table: CHAR2 20060609
5 GT_RG_VTWEG Instance attribute Private Type reference (TYPE) TRG_CHAR2 Range Table: CHAR2 20060609
6 GT_XKNVV Instance attribute Private Type reference (TYPE) CFS_KNVV_T Customer Fact Sheet: Table for KNVV 20061102
7 GV_KUNNR Instance attribute Public Type reference (TYPE) KUNNR Customer Number 1 20060530
8 GV_SPART Instance attribute Public Type reference (TYPE) SPART Division 20060608
9 GV_VKORG Instance attribute Public Type reference (TYPE) VKORG Sales Organization 20060530
10 GV_VTWEG Instance attribute Public Type reference (TYPE) VTWEG Distribution Channel 20060608
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AUTHORITY_CFS Instance method Public Method Authorization to Display Customer Fact Sheet 20060731
2 CHECK_AUTH_CUST Instance method Public Method Authorization Check for Customer to be Displayed 20070518
3 CHECK_START_DATA Instance method Public Method Checks Start Data 20070518
4 CHECK_VKORG_VTWEG_SPART Instance method Public Method Check Sales Organization, Distribution Channel, and Division 20061031
5 GET_ADDRESS Instance method Public Method Address 20060530
6 GET_BACKORDERS Instance method Public Method Backorders 20060919
7 GET_BILLING Instance method Public Method Billing Documents 20060705
8 GET_CLASSIFICATION Instance method Public Method Classification 20060530
9 GET_CONTACT_PERSON Instance method Public Method Contact Person 20060703
10 GET_CREDIT_INFO Instance method Public Method Credit Info 20060928
11 GET_KEY_FIGURES Instance method Public Method Key Figures 20060607
12 GET_KNA1 Instance method Public Method Get KNA1 Data 20060724
13 GET_KNVV Instance method Private Method Get KNVV Data 20061102
14 GET_LAST_SD_DOCS Instance method Public Method Last SD documents 20060818
15 GET_ORDER_INFO Instance method Public Method Order Data 20060609
16 GET_PARTNER_DATA Instance method Public Method Partner Functions 20060713
17 GET_PART_DELIVERIES Instance method Public Method Partial deliveries 20060703
18 GET_PAYMENT_CARDS Instance method Public Method Payment Cards 20060919
19 GET_PAY_DELI_TERMS Instance method Public Method Delivery and Payment Terms 20060713
20 GET_PDF_STRING Instance method Public Method Get PDF String 20061006
21 GET_PRICING Instance method Public Method Pricing 20060607
22 GET_PROMOTIONS Instance method Public Method Rebate Arrangements 20061030
23 GET_QUICKINFO Instance method Public Method Quick info 20060920
24 GET_Q_NOTIFICATIONS Instance method Public Method Quality Notifications 20060922
25 GET_SHIPPING Instance method Public Method Shipping 20060703
26 GET_START_DATA Instance method Public Method Get Start Data 20060531
27 GET_STATISTICS_MEAS Instance method Public Method Statistics measures 20060728
28 GET_STATISTICS_S001 Instance method Public Method Statistics Info 20060915
29 GET_S_NOTIFICATIONS Instance method Public Method Service Notifications 20060927
30 GET_TITLE_TEXT Instance method Public Method Heading of Customer Fact Sheet 20060807
31 GET_TRANSP_DATA Instance method Public Method Shipment Data 20060628
32 GET_USER_PARAMETER_CFS Instance method Public Method Get User Parameters 20060811
33 INITIALIZE_GLOBAL_DATA Instance method Public Method Initializing Global Data 20061102
34 READ_CUSTOMIZING_SETTINGS Instance method Public Method Read Customizing Settings 20060811
35 SET_START_DATA Instance method Public Method Fill Start Data 20060530
Events
Class CL_ERP_SALES_CFS_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_BUFFER Private See coding Buffer 20061116 BEGIN OF t_buffer, kunnr TYPE kunnr, vkorg TYPE vkorg, vtweg TYPE vtweg, spart TYPE spart, xkna1 TYPE kna1, * data content of customer fact sheet s_address_data TYPE tds_cfs_address_data, s_adrs TYPE adrs, s_cust_classification TYPE tds_cfs_classification, s_key_figures TYPE tds_cfs_key_figures, t_contact_person TYPE tdt_cfs_contact_person, t_order_info_cust TYPE tdt_cfs_order_info_cust, t_pricing_cust TYPE tdt_cfs_pricing_cust, t_shipping_cust TYPE tdt_cfs_shipping_cust, t_part_deliveries TYPE tdt_cfs_part_deliveries, s_transp_data TYPE tds_cfs_transp_data, t_billing_data TYPE tdt_cfs_billing_data, t_pay_deli_terms TYPE tdt_cfs_delivery_terms, t_partner_data TYPE tdt_cfs_partner_data, t_statistics_s001 TYPE tdt_cfs_statistics_s001, t_statistics_measures TYPE tdt_cfs_statistics_meas, t_last_sd_documents TYPE tdt_cfs_last_sd_doc, s_q_notifications TYPE tdt_cfs_q_notifications, s_s_notifications TYPE tdt_cfs_s_notifications, t_credit_info TYPE tdt_cfs_credit_info, t_promotions TYPE tdt_cfs_promotions, t_payment_cards TYPE tdt_cfs_payment_cards, s_quickinfo TYPE tds_cfs_quickinfo, t_backorders TYPE tdt_cfs_backorders, * pdf string pdf_file TYPE fpcontent, * customizing sicht TYPE infosicht, formular TYPE fornr, t_obj_request TYPE tdt_cfs_obj_request, END OF t_buffer
Method Signatures

Method CHECK_AUTHORITY_CFS Signature

Method CHECK_AUTHORITY_CFS on class CL_ERP_SALES_CFS_MODEL has no parameter.
# Exception Resumable Description Created on
1 NOT_OK Nicht berechtigt fuer die Transaktion 20060731
2 OK Berechtigt fuer die Transaktion 20060731

Method CHECK_AUTH_CUST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BEGRU Call by reference Type reference (TYPE) BEGRU Berechtigungsgruppe 20070518
2 Importing IV_SPART Call by reference Type reference (TYPE) SPART Sparte 20070518
3 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG Verkaufsorganisation 20070518
4 Importing IV_VTWEG Call by reference Type reference (TYPE) VTWEG Vertriebsweg 20070518
5 Returning RT_AUTH_ERROR Value transfer Type reference (TYPE) BAPIRET2_T Returntabelle 20070518

Method CHECK_AUTH_CUST on class CL_ERP_SALES_CFS_MODEL has no exception.

Method CHECK_START_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Debitorennummer 1 20070518
2 Importing IV_SPART Call by reference Type reference (TYPE) SPART Sparte 20070518
3 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG Verkaufsorganisation 20070518
4 Importing IV_VTWEG Call by reference Type reference (TYPE) VTWEG Vertriebsweg 20070518
5 Returning RT_ERROR Value transfer Type reference (TYPE) BAPIRET2_T Returntabelle 20070518

Method CHECK_START_DATA on class CL_ERP_SALES_CFS_MODEL has no exception.

Method CHECK_VKORG_VTWEG_SPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SPART Call by reference Type reference (TYPE) SPART Sparte 20061031
2 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG Verkaufsorganisation 20061031
3 Importing IV_VTWEG Call by reference Type reference (TYPE) VTWEG Vertriebsweg 20061031
# Exception Resumable Description Created on
1 NO_COMBINATION_VKORG_SPART 20061102
2 NO_COMBINATION_VKORG_VTWEG 20061102
3 NO_SPART 20061031
4 NO_VKORG 20061031
5 NO_VTWEG 20061031

Method GET_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060530
2 Exporting ES_CFS_ADDRESS_DATA Call by reference Type reference (TYPE) TDS_CFS_ADDRESS_DATA CFS: Übergabestruktur Adressdaten 20060530
3 Exporting ES_CFS_ADRS Call by reference Type reference (TYPE) ADRS Übergabestruktur für Funktionsbaustein zur Adreßaufbereitung 20060627

Method GET_ADDRESS on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_BACKORDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060919
2 Exporting ET_CFS_BACKORDERS Call by reference Type reference (TYPE) TDT_CFS_BACKORDERS CFS: Tabelle für BACKORDERS 20060919

Method GET_BACKORDERS on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_BILLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060705
2 Exporting ET_CFS_BILLING_DATA Call by reference Type reference (TYPE) TDT_CFS_BILLING_DATA CFS: Tabelle für BILLING DATA 20060705

Method GET_BILLING on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_CLASSIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060531
2 Exporting ES_CFS_CUST_CLASSIFICATION Call by reference Type reference (TYPE) TDS_CFS_CLASSIFICATION CFS: Struktur für GET_CLASSIFICATION 20060531

Method GET_CLASSIFICATION on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_CONTACT_PERSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060703
2 Exporting ET_CFS_CONTACT_PERSON Call by reference Type reference (TYPE) TDT_CFS_CONTACT_PERSON CFS: Tabelle für GET_CONTACT_PERSON 20060703

Method GET_CONTACT_PERSON on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_CREDIT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060928
2 Exporting ET_CFS_CREDIT_INFO Call by reference Type reference (TYPE) TDT_CFS_CREDIT_INFO CFS: Tabelle für CREDIT_INFO 20060928

Method GET_CREDIT_INFO on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_KEY_FIGURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060607
2 Exporting ES_CFS_KEY_FIGURES Call by reference Type reference (TYPE) TDS_CFS_KEY_FIGURES CFS: Struktur für GET_KEY_FIGURES 20060607

Method GET_KEY_FIGURES on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_KNA1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Debitorennummer 1 20060724
2 Returning RS_XKNA1 Value transfer Type reference (TYPE) KNA1 Kundenstamm (allgemeiner Teil) 20060724
# Exception Resumable Description Created on
1 NO_KNA1 20061013
2 NO_KNVV 20061102

Method GET_KNVV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RG_SPART Call by reference Type reference (TYPE) TRG_CHAR2 20061102
2 Importing IT_RG_VTWEG Call by reference Type reference (TYPE) TRG_CHAR2 20061102
3 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Debitorennummer 1 20061102
4 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG Verkaufsorganisation 20061102
# Exception Resumable Description Created on
1 NO_KNVV 20061102

Method GET_LAST_SD_DOCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060818
2 Exporting ET_CFS_LAST_SD_DOCUMENTS Call by reference Type reference (TYPE) TDT_CFS_LAST_SD_DOC CFS: Tabelle für LAST SD DOCUMENTS 20060818

Method GET_LAST_SD_DOCS on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_ORDER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060609
2 Exporting ET_CFS_ORDER_INFO_CUST Call by reference Type reference (TYPE) TDT_CFS_ORDER_INFO_CUST CFS: Tabelle für GET_ORDER_INFO_CUST 20060609

Method GET_ORDER_INFO on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_PARTNER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060713
2 Exporting ET_CFS_PARTNER_DATA Call by reference Type reference (TYPE) TDT_CFS_PARTNER_DATA CFS: Tabelle für PARTNER_DATA 20060713

Method GET_PARTNER_DATA on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_PART_DELIVERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060703
2 Exporting ET_CFS_PART_DELIVERIES Call by reference Type reference (TYPE) TDT_CFS_PART_DELIVERIES CFS: Tabelle für PART_DELIVERIES 20060703

Method GET_PART_DELIVERIES on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_PAYMENT_CARDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060919
2 Exporting ET_CFS_PAYMENT_CARDS Call by reference Type reference (TYPE) TDT_CFS_PAYMENT_CARDS CFS: Tabelle für PAYMENT CARDS 20060919

Method GET_PAYMENT_CARDS on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_PAY_DELI_TERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060713
2 Exporting ET_CFS_PAY_DELI_TERMS Call by reference Type reference (TYPE) TDT_CFS_DELIVERY_TERMS CFS: Tabelle für DELIVERY_TERMS 20060713

Method GET_PAY_DELI_TERMS on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_PDF_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20061006
2 Exporting EV_PDF_FILE Call by reference Type reference (TYPE) FPCONTENT Formularprozessierung: Inhalt von XFT, XFD, PDF etc. 20061006
3 Importing IT_RG_KUNNR Call by reference Type reference (TYPE) TRG_CHAR10 Rangetabelle: CHAR10 20061006
4 Importing IT_RG_SPART Call by reference Type reference (TYPE) TRG_CHAR2 Rangetabelle: CHAR2 20061006
5 Importing IT_RG_VTWEG Call by reference Type reference (TYPE) TRG_CHAR2 Rangetabelle: CHAR2 20061006
6 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG Verkaufsorganisation 20061006
# Exception Resumable Description Created on
1 REJECT 20070105

Method GET_PRICING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060608
2 Exporting ET_CFS_PRICING_CUST Call by reference Type reference (TYPE) TDT_CFS_PRICING_CUST CFS: Tabelle für PRICING_CUST 20060608

Method GET_PRICING on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_PROMOTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20061030
2 Exporting ET_CFS_PROMOTIONS Call by reference Type reference (TYPE) TDT_CFS_PROMOTIONS CFS: Tabelle für CFS PROMOTIONS 20061030

Method GET_PROMOTIONS on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_QUICKINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060920
2 Exporting ES_CFS_QUICKINFO Call by reference Type reference (TYPE) TDS_CFS_QUICKINFO CFS: Struktur für QUICKINFO 20060920

Method GET_QUICKINFO on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_Q_NOTIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060922
2 Exporting ES_CFS_Q_NOTIFICATIONS Call by reference Type reference (TYPE) TDT_CFS_Q_NOTIFICATIONS CFS: Tabelle für Q_NOTIFICATIONS 20060922

Method GET_Q_NOTIFICATIONS on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_SHIPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060703
2 Exporting ET_CFS_SHIPPING_CUST Call by reference Type reference (TYPE) TDT_CFS_SHIPPING_CUST CFS: Tabelle für SHIPPING CUSTOMER 20060703

Method GET_SHIPPING on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_START_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RG_SPART Call by reference Type reference (TYPE) TRG_CHAR2 Rangetabelle: CHAR2 20060613
2 Changing CT_RG_VTWEG Call by reference Type reference (TYPE) TRG_CHAR2 Rangetabelle: CHAR2 20060613
3 Changing CV_KUNNR Call by reference Type reference (TYPE) KUNNR Debitorennummer 1 20060531
4 Changing CV_SPART Call by reference Type reference (TYPE) SPART Sparte 20060531
5 Changing CV_VKORG Call by reference Type reference (TYPE) VKORG Verkaufsorganisation 20060531
6 Changing CV_VTWEG Call by reference Type reference (TYPE) VTWEG Vertriebsweg 20060531

Method GET_START_DATA on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_STATISTICS_MEAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060728
2 Exporting ET_CFS_STATISTICS_MEASURES Call by reference Type reference (TYPE) TDT_CFS_STATISTICS_MEAS CFS: Tabelle für STATISTICS MEASURES 20060728

Method GET_STATISTICS_MEAS on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_STATISTICS_S001 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060915
2 Exporting ET_CFS_STATISTICS_S001 Call by reference Type reference (TYPE) TDT_CFS_STATISTICS_S001 CFS: Tabelle für STATISTICS S001 20060915

Method GET_STATISTICS_S001 on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_S_NOTIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060927
2 Exporting ES_CFS_S_NOTIFICATIONS Call by reference Type reference (TYPE) TDT_CFS_S_NOTIFICATIONS CFS: Tabelle für S_NOTIFICATIONS 20060927

Method GET_S_NOTIFICATIONS on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_TITLE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TITLE_TEXT Value transfer Type reference (TYPE) STRING 20060807

Method GET_TITLE_TEXT on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_TRANSP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CFS_ERROR Call by reference Type reference (TYPE) TDT_CFS_ERROR CFS: Tabelle Fehlermeldungen 20060628
2 Exporting ES_CFS_TRANSP_DATA Call by reference Type reference (TYPE) TDS_CFS_TRANSP_DATA CFS: Struktur für TRANSP_DATA 20060628

Method GET_TRANSP_DATA on class CL_ERP_SALES_CFS_MODEL has no exception.

Method GET_USER_PARAMETER_CFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KUNNR Call by reference Type reference (TYPE) KUNNR Debitorennummer 1 20060811
2 Exporting EV_SPART Call by reference Type reference (TYPE) SPART Sparte 20060811
3 Exporting EV_VKORG Call by reference Type reference (TYPE) VKORG Verkaufsorganisation 20060811
4 Exporting EV_VTWEG Call by reference Type reference (TYPE) VTWEG Vertriebsweg 20060811

Method GET_USER_PARAMETER_CFS on class CL_ERP_SALES_CFS_MODEL has no exception.

Method INITIALIZE_GLOBAL_DATA Signature

Method INITIALIZE_GLOBAL_DATA on class CL_ERP_SALES_CFS_MODEL has no parameter.
Method INITIALIZE_GLOBAL_DATA on class CL_ERP_SALES_CFS_MODEL has no exception.

Method READ_CUSTOMIZING_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CFS_OBJ_REQUEST Call by reference Type reference (TYPE) TDT_CFS_OBJ_REQUEST CFS: Tabellentyp für CFS Struktur TDS_CFS_OBJ_REQUEST 20061123
2 Importing IV_APPLICATION Value transfer Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20070123
# Exception Resumable Description Created on
1 NO_SICHT_FOR_ANWENDER für Anwendung kann keine Sicht ermittelt werden 20061123
2 REQU_ROUTINE_NOT_ACTIVE Routine ist nicht aktiv 20061123
3 REQU_ROUTINE_NOT_IN_T182A Tabelle ist nicht gepflegt 20061123
4 SICHT_NOT_FOR_ANWENDUNG Sicht ist für Anwendung nicht vorgesehen 20061123

Method SET_START_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Debitorennummer 1 20060530
2 Importing IV_SPART Call by reference Type reference (TYPE) SPART Sparte 20060530
3 Importing IV_VKORG Call by reference Type reference (TYPE) VKORG Verkaufsorganisation 20060530
4 Importing IV_VTWEG Call by reference Type reference (TYPE) VTWEG Vertriebsweg 20060530

Method SET_START_DATA on class CL_ERP_SALES_CFS_MODEL has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700