CNV_TDMS_EC_FROM_DATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter CNV_TDMS_EC_FROM_DATE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Text Symbol: 069 = User-entered date falls after the first date of the time period.
Text Symbol: 070 = Would you like to set the user-entered date &DATE& as the data slice date?
Text Symbol: 071 = Would you like to set the system-suggested date &DATE& as the data slice date?
Text Symbol: 072 = Time Periods
Text Symbol: 073 =
Text Symbol: 074 = You have unsaved changes. Would you like to save changes before switching to the Display-Only mode ?
Text Symbol: 075 = Data Slice Date
Text Symbol: 076 = Posting Period
Text Symbol: 077 = Posting Year
Text Symbol: 078 = Migration Package
Text Symbol: 079 = Last Selected Data Slice Date
Text Symbol: 080 = Date Analysis
Text Symbol: 081 = Fiscal Year Variant
Text Symbol: 082 = is inconsistent for
Text Symbol: 083 = Data Slice Date is the first day of the month
Text Symbol: 084 = Data Slice Date is not the first day of the month
Text Symbol: 085 = is blank
Text Symbol: 086 = Check Table
Text Symbol: 087 = Fiscal Year Variant for
Text Symbol: 088 = ; compare Table T009 and
Text Symbol: 089 = Inconsistent Org. Unit
Text Symbol: 090 = Certain organizational units are inconsistent for the date you entered.
Text Symbol: 091 = Do you want to view the inconsistencies?
Text Symbol: 092 = Yes
Text Symbol: 093 = No
Text Symbol: 095 = ALV Display
Text Symbol: 096 = Inconsistencies in the Organizational Unit.
Text Symbol: 068 = User-entered date matches the first date of the time period.
Text Symbol: 001 = You have unsaved changes. Would you like to save your changes?
Text Symbol: 002 = Yes
Text Symbol: 003 = No
Text Symbol: 004 = Specify Data Slice Date
Text Symbol: 005 = Warning
Text Symbol: 006 = Selected date is in the future. Would you like to continue?
Text Symbol: 007 = Org. Unit
Text Symbol: 008 = Value
Text Symbol: 009 = Period / Year
Text Symbol: 010 = First day
INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_TDMS_EC_FROM_DATE_TOP.
INCLUDE CNV_TDMS_EC_FROM_DATE_CLASS.
INCLUDE CNV_TDMS_PROTMESS_TOP.
INCLUDE CNV_TDMS_CONSTANTS.
INCLUDE CNV_TDMS_EC_FROM_DATE_O01.
INCLUDE CNV_TDMS_EC_FROM_DATE_F01.
INCLUDE CNV_TDMS_EC_FROM_DATE_I01.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 50 text = text-024.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_TDMS_EC_FROM_DATE - CNVTDMSECFROMDATE CNV_TDMS_EC_FROM_DATE - CNVTDMSECFROMDATE CNV_TDMS_EC_EX_HR_TAB_CLASS - Include CNV_TDMS_EC_EX_HR_TAB_CLASS CNV_TDMS_EC_EX_HR_TABLES_TOP - Include CNV_TDMS_EC_EX_HR_TABLES_TOP CNV_TDMS_EC_EX_HR_TABLES_O01 - Include CNV_TDMS_EC_EX_HR_TABLES_O01 CNV_TDMS_EC_EX_HR_TABLES_I01 - Include CNV_TDMS_EC_EX_HR_TABLES_I01