SAP ABAP Class CL_FRML_MANAGER_NUTRLOSS (Class for Nutrient Losses)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PLM-RM (Application Component) Recipe Management
     RMSATL2ND (Package) Secondary Data Retrieval
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FRML_MANAGER_CONSTS Constants for All Manager Classes 20050816
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RMST_PROT_PREPDISP Text Field Retrieval 20051103
Properties
Class CL_FRML_MANAGER_NUTRLOSS  
Short Description Class for Nutrient Losses    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RMSATL2ND   Secondary Data Retrieval 
Created 20050804   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ESPRH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FRML_MANAGER_CONSTS Constants for All Manager Classes 20050816
2 IF_RMST_PROT_PREPDISP Text Field Retrieval 20051103
Friends
Class CL_FRML_MANAGER_NUTRLOSS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ENV_PROCLOSS Constant Public Type reference (TYPE) FRMLE_ENV_PARA 'FRML_SUBCAT_PROC_LOSS' Environment Parameters for Formulas 20050815
2 C_ENV_STORELOSS Constant Public Type reference (TYPE) FRMLE_ENV_PARA 'FRML_SUBCAT_STORE_LOSS' Environment Parameters for Formulas 20050815
3 C_EN_PROF Instance attribute Private Attribute reference (LIKE) 20050825
4 C_EST_PROCLOSS Constant Public Type reference (TYPE) FRMLE_ENV_PARA 'FRML_ESTCAT_NUTR_LOSS_PROC' Environment Parameters for Formulas 20050816
5 C_EST_STORELOSS Constant Public Type reference (TYPE) FRMLE_ENV_PARA 'FRML_ESTCAT_NUTR_LOSS_STORE' Environment Parameters for Formulas 20050816
6 C_FALSE Instance attribute Private Attribute reference (LIKE) 20050816
7 C_MSG_CLASS Instance attribute Private Attribute reference (LIKE) 20050825
8 C_MSG_ERROR Instance attribute Private Attribute reference (LIKE) 20050825
9 C_MSG_INFO Instance attribute Private Attribute reference (LIKE) 20050825
10 C_MSG_WARNING Instance attribute Private Attribute reference (LIKE) 20050825
11 C_PROP_COSTS Instance attribute Private Attribute reference (LIKE) 20050825
12 C_PROP_DENS Instance attribute Private Attribute reference (LIKE) 20050825
13 C_PROP_DENSOVR Instance attribute Private Attribute reference (LIKE) 20050825
14 C_PROP_PIECE_MASS Instance attribute Private Attribute reference (LIKE) 20050825
15 C_PROP_PIECE_VOL Instance attribute Private Attribute reference (LIKE) 20050825
16 C_PROP_RECO Instance attribute Private Attribute reference (LIKE) 20050825
17 C_PROP_TS Instance attribute Private Attribute reference (LIKE) 20050825
18 C_TRUE Instance attribute Private Attribute reference (LIKE) 20050816
19 C_UNIT_PERCENT Instance attribute Private Attribute reference (LIKE) 20050817
20 MD_AENNR Instance attribute Public Type reference (TYPE) FRMLE_AENNR Change Number 20050815
21 MD_VALASS_PROC Instance attribute Public Type reference (TYPE) FRMLE_ENV_VAL Value for Environment Parameter 20050816
22 MD_VALASS_STORE Instance attribute Public Type reference (TYPE) FRMLE_ENV_VAL Value for Environment Parameter 20050816
23 MD_VALDAT Instance attribute Public Type reference (TYPE) FRMLE_VALDAT Key Date 20050815
24 MS_USAGE Instance attribute Public Type reference (TYPE) FRMLS_USAGE Structure for Validity 20050815
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050815
2 NUTR_PL_DEFAULT_READ Instance method Public Method Reads Process Loss in Formula (Default PL) 20050922
3 NUTR_PL_DEFAULT_WRITE Instance method Public Method Writes Process Loss to Formula (Default (PL) 20050922
4 NUTR_PROFLOSS_ALL_GET Instance method Public Method Read All Profiles for Storage and Process Losses 20050815
5 NUTR_PROFLOSS_READ Instance method Public Method Read Losses 20050815
6 NUTR_SL_DEFAULT_READ Instance method Public Method Reads the Storage Loss in the Formula (Default SL) 20050922
7 NUTR_SL_DEFAULT_WRITE Instance method Public Method Writes the Storage Loss to the Formula (Default SL) 20050922
Events
Class CL_FRML_MANAGER_NUTRLOSS has no event.
Types
Class CL_FRML_MANAGER_NUTRLOSS has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AENNR Call by reference Type reference (TYPE) FRMLE_AENNR Änderungsnummer 20051017
2 Importing I_VALDAT Call by reference Type reference (TYPE) FRMLE_VALDAT Stichtag 20050815
# Exception Resumable Description Created on
1 NO_PARAM Es konnte kein Umgebungsprameter ermittelt werden 20050816
2 NO_VALDAT Es wurde kein Stichtag angegeben 20050815

Method NUTR_PL_DEFAULT_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PL_RECN Call by reference Type reference (TYPE) FRMLE_RECN RMS-FRM: Objektidentifizierer 20050922
2 Importing I_FORMULA_RECN Call by reference Type reference (TYPE) FRMLE_RECN RMS-FRM: Objektidentifizierer 20050922
3 Changing XT_MSG Call by reference Type reference (TYPE) FRMLTY_MAN_MSG Sammeln d. Nachrichten aus der sekundären Datenbeschaffung 20050922
# Exception Resumable Description Created on
1 API_ERROR 20051027
2 ERROR 20051021

Method NUTR_PL_DEFAULT_WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORMULA_RECN Call by reference Type reference (TYPE) FRMLE_RECN RMS-FRM: Objektidentifizierer 20051017
2 Importing I_PL_RECN Call by reference Type reference (TYPE) FRMLE_RECN RMS-FRM: Objektidentifizierer 20050922
3 Changing XT_MSG Call by reference Type reference (TYPE) FRMLTY_MAN_MSG Sammeln d. Nachrichten aus der sekundären Datenbeschaffung 20050922
# Exception Resumable Description Created on
1 API_ERROR 20051027

Method NUTR_PROFLOSS_ALL_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROCLOSS Call by reference Type reference (TYPE) FRMLTY_SUBRECN Schlüssel der Prozessverluste 20050815
2 Exporting ET_STORELOSS Call by reference Type reference (TYPE) FRMLTY_SUBRECN Schlüssel der Lagerungsverluste 20050815
# Exception Resumable Description Created on
1 ERROR 20050817

Method NUTR_PROFLOSS_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG Call by reference Type reference (TYPE) FRMLTY_MAN_MSG Sammeln d. Nachrichten aus der sekundären Datenbeschaffung 20050816
2 Exporting ET_NUTRLOSS Call by reference Type reference (TYPE) FRMLTY_SPECPROCSTORE Tabellentyp: Spezifikationen, Prozess/Lagerungsverluste in % 20050816
3 Importing IO_PROT Call by reference Object reference (TYPE REF TO) CL_RMST_PROT Instanz Berechnungsprotokoll 20051116
4 Importing IS_PROFPROC Call by reference Type reference (TYPE) FRMLE_RECN RECN: Profil für Prozessverluste 20051013
5 Importing IS_PROFSTOR Call by reference Type reference (TYPE) FRMLE_RECN RECN: Profil für Lagerungsverluste 20051013
6 Importing IS_USAGE Call by reference Type reference (TYPE) FRMLS_USAGE Struktur für die Gültigkeit 20050816
# Exception Resumable Description Created on
1 API_ERROR Fehler beim Auslesen der Nährwertverluste 20050816
2 NO_SUBRECN Es wurden keine Spezifikationen an Schnittstelle übergeben 20050816
3 NO_USAGE Es wurde keine Gültigkeit angegeben 20050816

Method NUTR_SL_DEFAULT_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SL_RECN Call by reference Type reference (TYPE) FRMLE_RECN RMS-FRM: Objektidentifizierer 20050922
2 Importing I_FORMULA_RECN Call by reference Type reference (TYPE) FRMLE_RECN RMS-FRM: Objektidentifizierer 20050922
3 Changing XT_MSG Call by reference Type reference (TYPE) FRMLTY_MAN_MSG Sammeln d. Nachrichten aus der sekundären Datenbeschaffung 20050922
# Exception Resumable Description Created on
1 API_ERROR 20051027
2 ERROR 20051021

Method NUTR_SL_DEFAULT_WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FORMULA_RECN Call by reference Type reference (TYPE) FRMLE_RECN RMS-FRM: Objektidentifizierer 20050922
2 Importing I_SL_RECN Call by reference Type reference (TYPE) FRMLE_RECN RMS-FRM: Objektidentifizierer 20050922
3 Changing XT_MSG Call by reference Type reference (TYPE) FRMLTY_MAN_MSG Sammeln d. Nachrichten aus der sekundären Datenbeschaffung 20050922
# Exception Resumable Description Created on
1 API_ERROR 20051027
History
Last changed by/on SAP  20100310 
SAP Release Created in 600