Skip to Content
0
Jun 02, 2011 at 07:02 PM

Time Conversion - DataSource to User Defined Time Char w/Ref

40 Views

Hi, I have a Transformation into a DSO and i have created User Defined Time Char w/Ref.

ZSSDCALW	0CALWEEK	Sched Ship Yr / Week
ZSSDCALM	0CALMONTH	Sched Ship Yr / Mon
ZSSDCALM2	0CALMONTH2	Sched Ship Month
ZSSDCALY	0CALYEAR	Sched Ship Year
ZSSDCALQ	0CALQUARTER	Sched Ship Yr / Qtr
ZSSDCALQ1	0CALQUART1	Sched Ship Quarter

The source of these fields is not an InfoObject for an InfoObject to InfoObject assignment. The source of these fields is a date field zzschedate from 2LIS_11_VAITM and are currently set to direct assignment.

In the Transformation assignment only the 1st 2 new fields (ZSSDCALW and ZSSDCALM) show up with the Conversion Exit PERI6. The others do not show a conversion exit being assigned. Note: I read something about Function RST_TOBJ_TO_DERIVED_TOBJ, but not sure if this comes into the equation automatically.

Questions:

Can I directly assign the date field into all of these user-defined characteristics and conversion will automatically take place?

Or will it do it incorrectly because they are user defined date fields with reference?