SAP ABAP Class CL_FMAVC_LEDGER (AVC ledger (FM specific part))
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-FM-BCS-AC (Application Component) Availability Control
     FMAVCA_E (Package) Active availability control: FM application part
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BUAVC_LEDGER AVC ledger (generic part) 20010521
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FMAVC_LEDGER COLLECT methods for AVC ledgers, FM 20010522
Properties
Class CL_FMAVC_LEDGER  
Short Description AVC ledger (FM specific part)    
Super Class CL_BUAVC_LEDGER AVC ledger (generic part) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FMAVCA_E   Active availability control: FM application part 
Created 20010521   SAP 
Last change 20110810   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FMAVC_LEDGER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FMAVC_LEDGER COLLECT methods for AVC ledgers, FM 20010522
Friends
# Friend Modeled only Created on Description
1 CL_FMRC_INTERFACE 20050407 Interface services for call RIB
2 IF_FMAVC_RIB 20050407 RIB Interface for AVC
3 IF_FMRIB_AVC 20050407 AVC Interface for RIB
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_NAME_EVENT_BADI Instance attribute Protected Type reference (TYPE) EXIT_DEF 'FMAVC_EVENT' Business Add-in Definition 20050504
2 C_NAME_FILTER_BADI Constant Protected Type reference (TYPE) EXIT_DEF 'FMAVC_ENTRY_FILTER' Business Add-in Definition 20031230
3 G_REF_EVENT_BADI Instance attribute Protected Object reference (TYPE REF TO) IF_EX_FMAVC_EVENT Business add-in interface IF_EX_FMAVC_EVENT 20050504
4 G_REF_FILTER_BADI Instance attribute Protected Object reference (TYPE REF TO) IF_EX_FMAVC_ENTRY_FILTER Business add-in interface IF_EX_FMAVC_ENTRY_FILTER 20031230
5 G_SIMULATE_DERI_ACO Instance attribute Protected Type reference (TYPE) XFELD SPACE Flag "only simulate derivation of control objects" 20020110
6 G_USE_OF_COVER_ELIG Instance attribute Protected Type reference (TYPE) XFELD SPACE Flag "use of cover eligibility" 20040719
Methods
# Method Level Visibility Method type Description Created on
1 ACO_ADDRESS_CONVERT_TO_MSGVX Instance method Protected Method Convert control object address into message variables 20011221
2 ADDRESS_FILL Instance method Protected Method Fill the fields "Address" for budget or posting objects 20010613
3 BUDGET_DETAILS_GET Instance method Protected Method Get details for budget values 20040206
4 CEFFYEAR_BUD_SET Instance method Protected Method Set the year of cash effectivity for FM budget data 20011126
5 CEFFYEAR_UPD_SET Instance method Protected Method Set the year of cash effectivity for FM posting data 20011126
6 CE_CHECK_BUD_TOL_PROF_REASSIGN Instance method Protected Method Reassign tolerance profile per budget address (cover elig.) 20040723
7 CE_CHECK_CVRGRP_CONTRIB_GET Instance method Protected Method Get the contribution for checks at the cover group (CE) 20040217
8 CE_CHECK_CVRGRP_READ_DATABASE Instance method Protected Method Read database for checks at the cover group (CE) 20040220
9 CE_CHECK_MATCHING_LINES_SELECT Instance method Protected Method Fill buffer table with matching lines 20040216
10 CE_CHECK_RESULTS_MODIFY Instance method Protected Method Change the check results according to the address role (CE) 20040216
11 CE_DETERMINE_ADDRESS_ROLE Instance method Protected Method Determine role of budget address (CE) 20040726
12 CE_ENQUEUE_VALUES_READ Instance method Protected Method Read values from the enqueue table (with cover eligibility) 20040213
13 CE_EXCHANGE_ADDRESSES Instance method Protected Method Exchange address fields for Cover Eligibility (CE) 20040212
14 CE_VERIFY_IF_COVER_ELIGIBILITY Instance method Protected Method Verify whether entry line uses cover eligibility rule (CE) 20040213
15 CHECK_CHECK_ATT_VERIFY_FM Instance method Protected Method Verify attributes for AVC CHECK (FM specific) 20040212
16 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010914
17 FILTER_BUD_APPLY Instance method Protected Method Apply filter for budget data 20010530
18 FILTER_EXIT_BUD_APPLY Instance method Protected Method Apply the filter BAdI for budget data 20031230
19 FILTER_EXIT_UPD_APPLY Instance method Protected Method Apply the filter BAdI for posting data 20031230
20 FILTER_UPD_APPLY Instance method Protected Method Apply filter for posting data 20010613
21 REVERSE_SIGN_VALUES Instance method Protected Method Reverse sign of values (local currency FM) 20011126
22 SET_FM_ATTRIBUTES Instance method Public Method Set FM specific attributes of the AVC ledger 20020110
Events
Class CL_FMAVC_LEDGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ADDRESS Protected See coding FM address 20010914 BEGIN OF address , rfikrs TYPE fikrs, robjnr TYPE efmavct-robjnr, dimensions TYPE fmavc_s_dimensions, END OF address
2 ADDRESS_SECOND_LEVEL Protected See coding FM address for second level check (cover eligibility) 20040206 BEGIN OF address_second_level , robjnr_2 TYPE efmavct-robjnr, dimensions_2 TYPE fmavc_s_dimensions, END OF address_second_level
3 ATTR_FM Protected See coding FM specific attributes 20020109 BEGIN OF attr_fm , addrrule TYPE fmavc_addrrule, deriacogrant TYPE fmavc_deriacogrant, flg_read_data TYPE xfeld, flg_refresh_data TYPE xfeld, END OF attr_fm
4 FMAVC_S_ID_ACTUALS_LINE Protected See coding Line type of input buffer (posting) 20010613 BEGIN OF fmavc_s_id_actuals_line , alsrc TYPE buavc_alsrc, id TYPE buavc_s_aco_id, line TYPE fmavc_s_actuals_line, END OF fmavc_s_id_actuals_line
5 FMAVC_S_ID_BUDGET_LINE Protected See coding Line type of input buffer (budgeting) 20010528 BEGIN OF fmavc_s_id_budget_line , alsrc TYPE buavc_alsrc, id TYPE buavc_s_aco_id, line TYPE fmku_s_line, END OF fmavc_s_id_budget_line
6 FMAVC_T_ID_ACTUALS_LINE Protected See coding Type of input buffer (posting) 20010613 fmavc_t_id_actuals_line TYPE STANDARD TABLE OF fmavc_s_id_actuals_line
7 FMAVC_T_ID_BUDGET_LINE Protected See coding Type of input buffer (budgeting) 20010528 fmavc_t_id_budget_line TYPE STANDARD TABLE OF fmavc_s_id_budget_line
8 S_AVCLINE Protected See coding Structure of line of ledger buffers 20010914 BEGIN OF s_avcline , avc_area TYPE avc_area, address TYPE address, category TYPE category, address_second_level TYPE address_second_level, check_att TYPE check_att, attr_fm TYPE attr_fm, values TYPE values, END OF s_avcline
9 S_CHECK_OBJ_ATT_FM Protected See coding Check attributes of a control object (CHECK event; FM) 20040212 BEGIN OF s_check_obj_att_fm , year TYPE category-fiscyear, check_att TYPE check_att, attr_fm TYPE attr_fm, END OF s_check_obj_att_fm
10 S_CHECK_RESULTS Protected See coding Line of result table of CHECK results 20040216 BEGIN of s_check_results , result_exp TYPE buavc_s_avc_check_result, result_rev TYPE buavc_s_avc_check_result, aggr_tab type t_avcline, END of s_check_results
11 T_AVCLINE Protected See coding Structure of ledger buffers 20010914 t_avcline TYPE STANDARD TABLE OF s_avcline WITH NON-UNIQUE KEY avc_area address category address_second_level values-rpmax check_att attr_fm
12 T_CHECK_OBJ_ATT_FM Protected See coding List of check attributes per control object (FM) 20040212 t_check_obj_att_fm TYPE STANDARD TABLE OF s_check_obj_att_fm WITH DEFAULT KEY
13 T_CHECK_RESULTS Protected See coding Result table of CHECK results 20040216 t_check_results TYPE STANDARD TABLE OF s_check_results
14 VALUES Protected Type reference (TYPE) FMKU_S_LVALXXPART1 Values in local currency (FM area) 20010525
Method Signatures

Method ACO_ADDRESS_CONVERT_TO_MSGVX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MSGV1 Call by reference Type reference (TYPE) SYST-MSGV1 Nachrichten, Nachrichtenvariablen 20011221
2 Exporting E_MSGV2 Call by reference Type reference (TYPE) SYST-MSGV1 Nachrichten, Nachrichtenvariablen 20011221
3 Importing I_ALDNR Call by reference Type reference (TYPE) BUAVC_ALDNR Ledger der Verfügbarkeitskontrolle 20011221
4 Importing I_CEFFYEAR Call by reference Type reference (TYPE) GNJHR Jahr in dem Kasse betroffen ist 20021217
5 Importing I_FISCYEAR Call by reference Type reference (TYPE) GJAHR Geschäftsjahr 20020429
6 Importing I_FLG_ADD_FM_AREA Call by reference Type reference (TYPE) XFELD SPACE Indicator: add FM area to output string 20101201
7 Importing I_FLG_ONLY_ONE_MSGVAR Call by reference Type reference (TYPE) XFELD SPACE Kennzeichen: Nur eine Meldungsvariable verwenden 20040309
8 Importing I_FM_AREA Call by reference Type reference (TYPE) FIKRS Finanzkreis 20011221
9 Importing I_S_ACO_ADDRESS Call by reference Type reference (TYPE) FMAVC_S_DIMENSIONS FMAVC HHM-Kontierungselemente 20011221

Method ACO_ADDRESS_CONVERT_TO_MSGVX on class CL_FMAVC_LEDGER has no exception.

Method ADDRESS_FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_ENTRY_BUFFER_LINE Call by reference Type reference (TYPE) ANY Zeile des Eingabepuffers 20010613
2 Importing I_FLG_POSTING_OBJECT Call by reference Type reference (TYPE) XFELD SPACE Kennz.: Originaladresse = Buchungsobjekt ? 20010613
3 Importing I_S_ORIG_ENTRY Call by reference Type reference (TYPE) ANY Original-Eingabezeile 20010613
# Exception Resumable Description Created on
1 DERIVATION_ERROR Fehler aufgetreten bei Ableitung des Kontrollobjekts 20010613

Method BUDGET_DETAILS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FLG_NON_ELIGIBLE Call by reference Type reference (TYPE) XFELD Kennzeichen: Budget ist nicht deckungsfähig 20040206
2 Importing I_S_ORIG_ENTRY Call by reference Type reference (TYPE) ANY Originaleingabe 20040206

Method BUDGET_DETAILS_GET on class CL_FMAVC_LEDGER has no exception.

Method CEFFYEAR_BUD_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_ENTRY_BUFFER_LINE Call by reference Type reference (TYPE) ANY Zeile des Eingabepuffers 20011126
2 Importing I_S_ORIG_ENTRY Call by reference Type reference (TYPE) ANY Original-Eingabezeile 20011126
# Exception Resumable Description Created on
1 ERROR_CEFFYEAR Fehler beim Einstelleln des korrekten Jahrs der Kassenwirks. 20011126
2 SKIP_RECORD Diese Eingabepufferzeile überspringen 20011126

Method CEFFYEAR_UPD_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_ENTRY_BUFFER_LINE Call by reference Type reference (TYPE) ANY Zeile des Eingabepuffers 20011126
2 Importing I_S_ORIG_ENTRY Call by reference Type reference (TYPE) ANY Original-Eingabezeile 20011126
# Exception Resumable Description Created on
1 ERROR_CEFFYEAR Fehler beim Einstelleln des korrekten Jahrs der Kassenwirks. 20011126
2 SKIP_RECORD Diese Eingabepufferzeile überspringen 20011126

Method CE_CHECK_BUD_TOL_PROF_REASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FLG_DO_NOT_CHECK_BUD Call by reference Type reference (TYPE) XFELD Kennzeichen "Nicht prüfen" für Budgetkontierung 20040723
2 Exporting E_S_CHECK_ATT_BUD Call by reference Type reference (TYPE) CHECK_ATT Attribute für Prüfungen der Budgetkontierung prüfen 20040723
3 Importing I_FLG_DO_NOT_CHECK Call by reference Type reference (TYPE) XFELD Kennzeichen "Nicht prüfen" für Deckungsgruppe 20040723
4 Importing I_S_CHECK_ATT Call by reference Type reference (TYPE) CHECK_ATT Attribute für Prüfungen der Deckungsgruppe prüfen 20040723
5 Importing I_T_CHECK_LINES Call by reference Type reference (TYPE) STANDARD TABLE Positionen pro Budgetkontierung 20040723
# Exception Resumable Description Created on
1 ERROR_CONCEPT Schwerer Konzeptfehler 20040723
2 ERROR_CUSTOMIZING Customizing-Fehler 20040723

Method CE_CHECK_CVRGRP_CONTRIB_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_CVRGRP_LINES Call by reference Type reference (TYPE) STANDARD TABLE Positionen für Prüfungen auf Deckungsgruppenebene 20040217
2 Importing I_CHECK_HORIZON Call by reference Type reference (TYPE) BUAVC_CHECKHORIZON Prüfhorizont für die Verfügbarkeitskontrolle 20040217
3 Importing I_S_REFERENCE_LINE Call by reference Type reference (TYPE) ANY Referenzposition (Eingabepuffer) 20040218
4 Importing I_T_CHECK_LINES Call by reference Type reference (TYPE) STANDARD TABLE Tabelle von zu prüfenden Positionen 20040217
5 Importing I_T_DATABASE_LINES Call by reference Type reference (TYPE) STANDARD TABLE Tabelle von aus DB selektieren Positionen 20040218
6 Importing I_T_ENQ_EXP_LINES Call by reference Type reference (TYPE) STANDARD TABLE Positionen von anderen Sperren (Ausgabenprüfung) 20040217
7 Importing I_T_ENQ_REV_LINES Call by reference Type reference (TYPE) STANDARD TABLE Positionen von anderen Sperren (Einnahmenprüfung) 20040217
8 Importing I_T_POSTED_LINES Call by reference Type reference (TYPE) STANDARD TABLE Positionen des Puffers für gebuchte Daten 20040217

Method CE_CHECK_CVRGRP_CONTRIB_GET on class CL_FMAVC_LEDGER has no exception.

Method CE_CHECK_CVRGRP_READ_DATABASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_ENQ_EXP_LINES Call by reference Type reference (TYPE) STANDARD TABLE Positionen von anderen Sperren (Ausgabenprüfung) 20040220
2 Changing C_T_ENQ_REV_LINES Call by reference Type reference (TYPE) STANDARD TABLE Positionen von anderen Sperren (Einnahmenprüfung) 20040220
3 Exporting E_T_DATABASE_LINES Call by reference Type reference (TYPE) STANDARD TABLE Tabelle der selektierten DB-Positionen 20040719
4 Importing I_CHECK_HORIZON Call by reference Type reference (TYPE) BUAVC_CHECKHORIZON Prüfhorizont für die Verfügbarkeitskontrolle 20040220
5 Importing I_S_REFERENCE_LINE Call by reference Type reference (TYPE) ANY Referenzposition (Eingabepuffer) 20040220
6 Importing I_T_POSTED_LINES Call by reference Type reference (TYPE) STANDARD TABLE Positionen vom Puffer der gebuchten Daten 20040719

Method CE_CHECK_CVRGRP_READ_DATABASE on class CL_FMAVC_LEDGER has no exception.

Method CE_CHECK_MATCHING_LINES_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_ORIGINAL_LINES Call by reference Type reference (TYPE) STANDARD TABLE Quelltabelle mit allen Positionen 20040217
2 Changing C_T_SELECTED_LINES Call by reference Type reference (TYPE) STANDARD TABLE Tabelle mit passenden Positionen 20040217
3 Importing I_FLG_DELETE_SELECTED_LINES Call by reference Type reference (TYPE) XFELD SPACE Kn: Selektierte Positionen aus Quelltabelle löschen 20040217
4 Importing I_S_LINE Call by reference Type reference (TYPE) ANY Eingabeposition 20040216

Method CE_CHECK_MATCHING_LINES_SELECT on class CL_FMAVC_LEDGER has no exception.

Method CE_CHECK_RESULTS_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_CHECK_RESULT_EXP Call by reference Type reference (TYPE) BUAVC_S_AVC_CHECK_RESULT Verfügbarkeitskontrolle Prüfergebnis 20040216
2 Changing C_S_CHECK_RESULT_REV Call by reference Type reference (TYPE) BUAVC_S_AVC_CHECK_RESULT Verfügbarkeitskontrolle Prüfergebnis 20040216
3 Importing I_T_CHECK_LINES Call by reference Type reference (TYPE) STANDARD TABLE Positionen des Eingabepuffers 20040216

Method CE_CHECK_RESULTS_MODIFY on class CL_FMAVC_LEDGER has no exception.

Method CE_DETERMINE_ADDRESS_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CGADDRIND Call by reference Type reference (TYPE) FMCE_CGADDRIND Rolle der Budgetkontierung in Deckungsgruppe 20040726
2 Importing I_LINE Call by reference Type reference (TYPE) ANY Zeile des Eingabepuffers 20040726
# Exception Resumable Description Created on
1 NO_BUDGET_ADDRESS Keine Deckungsfähigkeitsregel verwendet 20040726

Method CE_ENQUEUE_VALUES_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_OTHER_ENQUEUE_EXP Call by reference Type reference (TYPE) STANDARD TABLE Tabelle fremder Sperrdaten: für Beschränkungsart 'Ausgaben' 20040213
2 Exporting E_T_OTHER_ENQUEUE_REV Call by reference Type reference (TYPE) STANDARD TABLE Tabelle fremder Sperrdaten: für Beschränkungsart 'Einnahmen' 20040213
3 Exporting E_T_OWN_ENQUEUE Call by reference Type reference (TYPE) STANDARD TABLE Tabeller eigener Sperrdaten 20040213
4 Importing I_CHECK_HORIZON Call by reference Type reference (TYPE) BUAVC_CHECKHORIZON Prüfhorizont für die Verfügbarkeitskontrolle 20040213
5 Importing I_DERIACOGRANT Call by reference Type reference (TYPE) FMAVC_DERIACOGRANT Bestimmung der Förderung in Verfügbarkeitskontrollobjekten 20040213
6 Importing I_S_LINE Call by reference Type reference (TYPE) ANY Eingabepufferzeile 20040213
# Exception Resumable Description Created on
1 ACCESS_FAILED Fehler beim Lesen der Sperrtabelle 20040213

Method CE_EXCHANGE_ADDRESSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_ENTRY_BUFFER_LINE Call by reference Type reference (TYPE) ANY Eingabepufferzeile 20040212

Method CE_EXCHANGE_ADDRESSES on class CL_FMAVC_LEDGER has no exception.

Method CE_VERIFY_IF_COVER_ELIGIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ENTRY_BUFFER_LINE Call by reference Type reference (TYPE) ANY Zeile des Eingabepuffers 20040213
2 Returning R_FLG_COVER_ELIGIBILITY Value transfer Type reference (TYPE) XFELD Kennzeichen: Regel für Deckungsfähigkeit wird verwendet 20040213

Method CE_VERIFY_IF_COVER_ELIGIBILITY on class CL_FMAVC_LEDGER has no exception.

Method CHECK_CHECK_ATT_VERIFY_FM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_CHECK_ATT Call by reference Type reference (TYPE) CHECK_ATT Für CHECK verwendete Attribute prüfen 20040212
2 Changing C_S_CHECK_ATT_FM Call by reference Type reference (TYPE) ATTR_FM HHM-spezifische Attribute 20040212
3 Importing I_S_ENTRY_BUFFER Call by reference Type reference (TYPE) ANY Zeile des Eingabepuffers 20040212
4 Importing I_T_CHECK_OBJ_ATT_FM Call by reference Type reference (TYPE) T_CHECK_OBJ_ATT_FM Liste von Prüfattributen pro AVK-Objekt (HHM) 20040212
# Exception Resumable Description Created on
1 ERROR_CHECK_ATT CHECK-Attribute inkonsistent 20040212

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALDNR Call by reference Type reference (TYPE) BUAVC_ALDNR Ledger der Verfügbarkeitskontrolle 20010914
2 Importing I_ENTRY_INSTANCE Call by reference Object reference (TYPE REF TO) CL_BUAVC_ENTRY AVK-Eintragsklasse (generischer Teil) 20010914
# Exception Resumable Description Created on
1 NO_INSTANCE Keine Ledger-Ausprägung angelegt 20010914

Method FILTER_BUD_APPLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ARCTY Call by reference Type reference (TYPE) RRCTY AVK-Ledger-Satzart 20010530
2 Importing I_S_ORIG_ENTRY Call by reference Type reference (TYPE) ANY Original-Eingabezeile 20010607
3 Returning R_MATCHING_RECORD Value transfer Type reference (TYPE) XFELD Kennz.: Satz entspricht Filtereinstellungen 20010606
# Exception Resumable Description Created on
1 CUSTOMIZING_ERROR Beim Lesen des Customizing ist ein Fehler aufgetreten 20010606

Method FILTER_EXIT_BUD_APPLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_ENTRY_BUFFER_LINE Call by reference Type reference (TYPE) ANY Eingabepufferzeile 20031230
2 Exporting E_FLG_SKIP_ENTRY Call by reference Type reference (TYPE) XFELD Kennzeichen: Eintragspufferzeile überspringen 20031230
3 Importing I_S_ORIG_ENTRY Call by reference Type reference (TYPE) FMKU_S_LINE HHM - Kernelhilfsmittel - Budgetzeile nah an Summentabelle 20031230

Method FILTER_EXIT_BUD_APPLY on class CL_FMAVC_LEDGER has no exception.

Method FILTER_EXIT_UPD_APPLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_ENTRY_BUFFER_LINE Call by reference Type reference (TYPE) ANY Eingabepufferzeile 20031230
2 Exporting E_FLG_SKIP_ENTRY Call by reference Type reference (TYPE) XFELD Kennzeichen: Eintragspufferzeile überspringen 20031230
3 Importing I_S_ORIG_ENTRY Call by reference Type reference (TYPE) FMAVC_S_ACTUALS_LINE Einzelposten HHM-Istdaten 20031230

Method FILTER_EXIT_UPD_APPLY on class CL_FMAVC_LEDGER has no exception.

Method FILTER_UPD_APPLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ORIG_ENTRY Call by reference Type reference (TYPE) ANY Original-Eingabezeile 20010613
2 Returning R_MATCHING_RECORD Value transfer Type reference (TYPE) XFELD Kennz.: Satz entspricht Filtereinstellungen 20010613
# Exception Resumable Description Created on
1 CUSTOMIZING_ERROR Beim Lesen des Customizing ist ein Fehler aufgetreten 20020206

Method REVERSE_SIGN_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_VALUES Call by reference Type reference (TYPE) VALUES Werte in Finanzkreiswährung 20011126

Method REVERSE_SIGN_VALUES on class CL_FMAVC_LEDGER has no exception.

Method SET_FM_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SIMULATE_DERI_ACO Call by reference Type reference (TYPE) XFELD ' ' Wert für das Attribut G_SIMULATE_DERI_ACO 20020110
2 Importing I_USE_OF_COVER_ELIG Call by reference Type reference (TYPE) XFELD ' ' Wert für das Attribut G_USE_OF_COVER_ELIG 20040719

Method SET_FM_ATTRIBUTES on class CL_FMAVC_LEDGER has no exception.
History
Last changed by/on SAP  20110810 
SAP Release Created in 462