SAP ABAP Class /ECRS/CL_BL_TD (Methods for Transaction Data)
Hierarchy
SLL-LEG (Software Component) SLL-LEG 901: Add-On Installation
   SLL-ECR (Application Component) Electronic Compliance Reporting
     /ECRS/BL_TD (Package) ECR: Business Logic - Transaction Data
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /ECRS/IF_BL_MD_CONSTANTS Constants for Master Data 20061027
2 Interface implementation (CLASS c. INTERFACES i_ref)  /ECRS/IF_BL_TD_CONSTANTS Constants for Transaction Data 20061027
Properties
Class /ECRS/CL_BL_TD  
Short Description Methods for Transaction Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /ECRS/BL_TD   ECR: Business Logic - Transaction Data 
Created 20061027   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /ECRS/CL_BL_TD has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /ECRS/IF_BL_MD_CONSTANTS Constants for Master Data 20061027
2 /ECRS/IF_BL_TD_CONSTANTS Constants for Transaction Data 20061027
Friends
Class /ECRS/CL_BL_TD has no friend class.
Attributes
Class /ECRS/CL_BL_TD has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_15TH_OF_MONTH Static method Public Method Determine 15th of the Month for Month and Year 20061122
2 GET_FIRST_OF_MONTH Static method Public Method Determine First Day of Month for Month and Year 20061027
3 GET_LAST_MONTH Static method Public Method Determine Last Month 20070129
4 GET_LAST_OF_MONTH Static method Public Method Determine Last Day of Month for Month and Year 20061027
5 READ_FIELD_CONTROL Static method Public Method (BL Internal) Read Field Control 20061027
6 READ_ITEMS Static method Public Method (BL Internal) Read Items (Correction and Declaration) 20061027
7 READ_RPHD_DB_SGL Static method Public Method (BL Internal) Read Single Record for a Declaration Header 20061027
8 READ_RPLH_DB_RNG Static method Public Method (BL Internal) Read Records for Log Headers 20061027
9 READ_RPLI_DB_RNG Static method Public Method (BL Internal) Read Records for Log Items 20061027
Events
Class /ECRS/CL_BL_TD has no event.
Types
Class /ECRS/CL_BL_TD has no local type.
Method Signatures

Method GET_15TH_OF_MONTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20061122
2 Importing IV_MONTH Call by reference Type reference (TYPE) /ECRS/RPMON Meldungsmonat 20061122
3 Importing IV_YEAR Call by reference Type reference (TYPE) /ECRS/RPYEA Meldungsjahr 20061122

Method GET_15TH_OF_MONTH on class /ECRS/CL_BL_TD has no exception.

Method GET_FIRST_OF_MONTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20061027
2 Importing IV_MONTH Call by reference Type reference (TYPE) /ECRS/RPMON Meldungsmonat 20061027
3 Importing IV_YEAR Call by reference Type reference (TYPE) /ECRS/RPYEA Meldungsjahr 20061027

Method GET_FIRST_OF_MONTH on class /ECRS/CL_BL_TD has no exception.

Method GET_LAST_MONTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MONTH Call by reference Type reference (TYPE) /ECRS/RPMON Meldungsmonat 20070129
2 Exporting EV_YEAR Call by reference Type reference (TYPE) /ECRS/RPYEA Meldungsjahr 20070129
3 Importing IV_MONTH Call by reference Type reference (TYPE) /ECRS/RPMON Meldungsmonat 20070129
4 Importing IV_YEAR Call by reference Type reference (TYPE) /ECRS/RPYEA Meldungsjahr 20070129

Method GET_LAST_MONTH on class /ECRS/CL_BL_TD has no exception.

Method GET_LAST_OF_MONTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20061027
2 Importing IV_MONTH Call by reference Type reference (TYPE) /ECRS/RPMON Meldungsmonat 20061027
3 Importing IV_YEAR Call by reference Type reference (TYPE) /ECRS/RPYEA Meldungsjahr 20061027

Method GET_LAST_OF_MONTH on class /ECRS/CL_BL_TD has no exception.

Method READ_FIELD_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RPCF Call by reference Type reference (TYPE) /ECRS/RPCF_ST Sortierte Tabelle zur Steuerungsfeld Meldungsposition 20061027
2 Exporting ET_RPCH Call by reference Type reference (TYPE) /ECRS/RPCH_ST Standardtabelle zur Feldsteuerung Meldungskopf 20061027
3 Exporting ET_RPCM Call by reference Type reference (TYPE) /ECRS/RPCM_ST Sortierte Tabelle zur Ermittlung Sonderfall Meldungsposition 20061027
4 Exporting ET_RPCS Call by reference Type reference (TYPE) /ECRS/RPCS_ST Sortierte Tabelle zur Feldsteuerung Meldungsposition 20061027
5 Importing IV_DIREC Call by reference Type reference (TYPE) /ECRS/DIREC Richtung (Eingang, Versendung) 20061027
6 Importing IV_GUID_RPHD Call by reference Type reference (TYPE) /ECRS/GUID_16 GUID im 'RAW' Format 20061027
7 Importing IV_RPCTI Call by reference Type reference (TYPE) /ECRS/RPCTI Meldungsland (ISO-Code) 20061027
8 Importing IV_RPLEV Call by reference Type reference (TYPE) /ECRS/RPLEV Meldungsstufe 20061027

Method READ_FIELD_CONTROL on class /ECRS/CL_BL_TD has no exception.

Method READ_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) ANY TABLE 20061027
2 Importing IV_GUID_RPHD Call by reference Type reference (TYPE) /ECRS/GUID_16 GUID im 'RAW' Format 20061027
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20061027

Method READ_ITEMS on class /ECRS/CL_BL_TD has no exception.

Method READ_RPHD_DB_SGL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RPHD Call by reference Type reference (TYPE) /ECRS/RPHD Intrastat-Meldung Kopfdaten 20061027
2 Importing IS_RPHD_SK Call by reference Type reference (TYPE) /ECRS/RPHD_SK_S Intrastat-Meldung Kopfdaten - Sekundärschlüssel 20061027
# Exception Resumable Description Created on
1 NO_VALUES Keine Daten 20061027

Method READ_RPLH_DB_RNG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RPLH Call by reference Type reference (TYPE) /ECRS/RPLH_T Tabelle zum Protokoll Kopf Import aus Arbeitsvorrat 20061027
2 Importing IV_GUID_RPHD Call by reference Type reference (TYPE) /ECRS/GUID_16 GUID Meldungskopf 20061027

Method READ_RPLH_DB_RNG on class /ECRS/CL_BL_TD has no exception.

Method READ_RPLI_DB_RNG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RPLI Call by reference Type reference (TYPE) /ECRS/RPLI_T Tabelle zu Protokoll Positionen Import aus Arbeitsvorrat 20061027
2 Importing IV_GUID_RPHD Call by reference Type reference (TYPE) /ECRS/GUID_16 GUID im 'RAW' Format 20061027

Method READ_RPLI_DB_RNG on class /ECRS/CL_BL_TD has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 710