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

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?

I just wrote the routines in ABAP to finalize this question

Similar Messages

  • Limitations of User Defined attributes in USR.

    11.1.1.3
    I added a notes field to the user defined fields of a user, customer wanted a textarea to makes notes in reagarding the user in question.
    Can someone tell me where the limitations of these fields are listed?
    I added a large textfield and the system happily accepted the size and made a clob in the db.
    I have added the permissions in the policy to make it visible in create as well as in view and modify, all that works fine.
    However, when I modify the field by simply writing a small note in it....
    I save the change, no exceptions, no error whatsoever
    the correct data gets into the clob field in the USR table
    but the text area in the user view show the entity object name and reference/instance instead...
    i.e.
    i add the text "test" into the text area, press save
    the fields then shows me...
    weblogic.jdbc.wrapper.Clob_oracle_sql_CLOB@65e1
    So, I am looking for where this limitation is mentioned in the manuals or trying to find out if its a bug.
    Reason I am wondering is because there is a field (USR.USR_NOTE) in the DB which is a CLOB but I cant
    find any reference to that in the User Configuration, i.e. what does the system use it for?
    So, if there is a limitation on the size of fields in the User Configuration, where can I see them?
    I looked in the System and developer manuals and I see nothing on that there.
    What is the maximum and where can I see that defined?

    Hello Antilles.
    The user defined attributes that you refer to it´s used to specify additional attributes.
    You can find more useful information about this topic in this link: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/nav.htm
    Regards Pedro

  • User defined attributes - usages

    Hi,
    I would like to hear how other OA developers have used user defined attributes for an item, if they have used it. I would appreciate if you could share that information.
    As for me, I used it for items (messagetextinput, choice etc) in my custom search region to assign attribute names to these items to know what the values given by the user should be associated with and searched for. I had to create a custom search region since query region from oaf didn't allow to associate more than on VO to it.
    I just want to see what other purposes others have used the user defined attributes to get a better understanding of it.
    Thank you,
    Arun

    Hello Antilles.
    The user defined attributes that you refer to it´s used to specify additional attributes.
    You can find more useful information about this topic in this link: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/nav.htm
    Regards Pedro

  • User Defined Attributes in Tree List

    Does anyone know what the User Defined Attributes is used for in the tree list (when in Create / Edit List Entry screen)?
    I'm trying to put a title tag on my list entries so I get a tooltip when hovering the mouse over each entry and thought this might be the way to do it.
    If not then User Defined Attributes sounds like it could be useful anyway but I can't find any documentation on what it does.

    Hello Antilles.
    The user defined attributes that you refer to it´s used to specify additional attributes.
    You can find more useful information about this topic in this link: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/nav.htm
    Regards Pedro

  • User define Function at Mapping Time

    Hello Everyone,
    My requirement is I input the one value to the user define function (at mapping time). That function calls the RFC to R/3 system and return the 3 output values. Now my question is how can I return 3-output value from the user define function.
    What is the other possibility to solve this type of problem?
    Where we have one input parameter and more than one output parameter.
    If any one did this kind of job. Please give me the idea how can I solve this.
    Regards,
    Gaurav Jain

    Hello Richard,
    Are you talking about <b>copy head to line</b> example given in MappingFunctionality.pdf.
    In my scenario:
    Input - NULL
    Output - OP1, OP2, RESULT
    And I write my Advance user define function as
    import com.sap.mw.jco.*;
    public void Lookupfunction(ResultList result, Container container){
    JCO.Repository mRepository;
    // Change the logon information to your own system/user
    JCO.Client mConnection = JCO.createClient(
        "100", // SAP client
        "user", // userid
        "pass", // password
        "EN", // language
        "hostid", // host name
        "00" ); // system number
    // connect to SAP
    mConnection.connect();
    // create repository
    mRepository = new JCO.Repository( "SAPLookup", mConnection );
    // Create function
    JCO.Function function = null;
    IFunctionTemplate ft = mRepository.getFunctionTemplate("ZTEST2");
    function = ft.getFunction();
    mConnection.execute( function );
    result.addValue( function.getExportParameterList().getString( "OP1" ) );
    result.addValue(function.getExportParameterList().getString( "OP2" ) );
    result.addValue(function.getExportParameterList().getString( "RESULT" ) );
    mConnection.disconnect();
    But it shows me only one field as output in mapping icon.
    so as per the mapping document i attach splitbyvalue over that but in the example only one field at the output side where i have three field.
    How can i solve the problem?
    Even i check in XI 2.0 System it doesn't show output at all.
    Thanks & Regards,
    Gaurav Jain
    Message was edited by: Gaurav Jain

  • Java classpath error while crawling sample user defined datasource (SampleA

    Hi All,
    I am trying to run the sample crawler agent provided by ultra search "SampleAgent.java". For this
    I have created and configured the user defined datasource type and the user defined data source (for the NEWS TABLE) as per the readme file of the Sample Crawler agent.
    I have also created a schedule for this user defined type.
    However, while executing the schedule I am getting the following error:
    WKG-30116: Can not find agent class "SampleAgent" from the java class path
    Please let me know the reason for the error. Am I right in creating and executing a schedule for user defined data source? (the doucmentation never says that, for user defined datasource, I need to create a schedule and execute it!!)
    Also, after going through some of the postings in this discussion forum I understood that I need to check my java classpath from the WK$CRAWLER_DEFAULT_CONFIG table.
    In this table my the value for
    CC_JAVA_EXEC_PATH is "C:\oracle\ora92\jdk\bin\java.exe -ms16m -mx256m"
    and
    CC_JAVA_CLASS_PATH is
    "-classpath
    C:\oracle\ora92\jdbc\lib\classes12.zip;
    C:\oracle\ora92\jdbc\lib\nls_charset12.zip;
    C:\oracle\ora92/ultrasearch/lib/ultrasearch.jar;
    C:\oracle\ora92/ultrasearch/lib/ultrasearch_db.jar;
    C:\oracle\ora92/lib/mail.jar;
    C:\oracle\ora92/lib/activation.jar;
    C:\oracle\ora92/ultrasearch/lib/jgl3.1.0.jar;
    C:\oracle\ora92/lib/xmlparserv2.jar;
    C:\oracle\ora92/lib/xschema.jar;
    C:\oracle\ora92/ultrasearch/bin;
    C:\oracle\ora92/ultrasearch/lib/agent/"
    Do I need to change any of these values? If so, what changes should I make and how should I make those changes?
    NOTE THAT I AM USING THE DATABASE VERSION OF ULTRASEARCH.
    Thanks in advance,
    Amit Sangle

    Hi All,
    I would appreciate any help that I get regarding this post.
    If anyone has run the Sample crawler Agent please let me know the steps needed to make it work. I have followed the steps mentioned in the readme file here:
    http://otn.oracle.com/docs/products/ultrasearch/doc_library/ultrasearch9_2/sample_agent_readme.htm
    Are there any other configurations that I need to do? Am I missing something? Please let me know.
    Thanks and Regards,
    Amit Sangle

  • Types of time char

    hi,
               how many types of time char do we have and which are they??

    here we go with 13 time charecterstics
    Tech Name      Description                                   type          i/plength    o/p length
    0CALDAY     Calender Day                                    DATS     8     10                    
    0CALYEAR     Calender Year                             NUMC     4     4                    
    0CALMONTH     Calendar Year/Month                    NUMC     6     7                    
    0CALQUARTER     Calendar Year/Quarter           NUMC     5     5                    
    0CALWEEK     Calendar Year/Week                    NUMC     6     7                    
    0CALMONTH2     Calender Month                            NUMC     2     2                    
    0FISCYEAR     Fiscal Year                                    NUMC     4     4                    
    0FISCPER     Fiscal year / period                                    NUMC     7     8
    0FISCVARNT     Fiscal year variant                            CHAR     2     2                    
    0HALFYEAR1     Half Year                                       NUMC     1     1                    
    0FISCPER3     Posting Period                                    NUMC     3     3                    
    0CALQUART1     Quarter                                            NUMC     1     1                    
    0WEEKDAY1     Weekday                                      NUMC     1     1

  • Error when reading chars values when restricting time chars in Query

    Hi all,
    since a few days I am not able to restrict time characteristics in queries on a particular Multiporvider. I can restrict the time chars with variables but not with fixed values.
    I am getting the following error:
    Reading Characteristic Values -> Programm Error in class SAPMSSY1 -> Uncaught exception.
    The problem exists only on one particular multi provider, but when checking the MP it indicates no errors.
    Anyone experienced something similiar? I am appreciating your help.
    Thomas

    actually it is a problem associated with SAP GUI 7.0.
    A solution to this problem is
    Just replace the file wdbspres.dll with in the following location
    C:\Program Files\SAP\FrontEnd\SapGui.
    You can search for this file on google and download it.
    we also had faced this problem earlier...but after replacing the wdbspres.dll...it worked..
    i hope this helps you.
    pls assign points if this answer is of some help

  • Business Content TIME Char on Cal Week

    Hi Experts,
    With regards to my requirment is there any time char avaliable in business content
    similar to
    0CALMONTH     Calendar Year/Month
    0CALMONTH2     Calendar month
    is there any time char avaliable on  Calendar week
    0CALWEEK     Calendar Year/Week
    Thanks
    Krishna

    Hi there,
    there aren't any other similar time characteristics and you cannot create other custom time characteristics. Nevertheless, you can create a custom characteristic and use as a reference the appropriate time characteristic (e.g., 0CALMONTH, 0CALWEEK, etc.)
    Regards,
    Theodoros

  • Adding time char to infocube

    Hi,
    What precautions i need to take to replace a time char with another time chat  into a infocube and  infocube is in production.
    Thanks in advance
    krish
    Edited by: kris202729 on Dec 19, 2011 3:45 PM

    It's depend upon which Time Char. you are adding.
    1) I assume that 0CALDAY already in the flow and you are including 0CALMONTH which is mapped to 0CALDAY then there is no impact on production data.
    2) If 0CALMONTH already in the flow and you are including 0CALDAY then new data of 0CALDAY will come on date when you are included 0CALDAY production data.
    Regards,
    Sushant

  • Time Char-remodelling an Infocube

    Hi,
    My Requirment is to include a New Time Chars (0CALMONTH2) into the Exisisting Cube with Historical Data by performing Remodelling.
    Can we include a Time Char by Remodelling and fill the Data
    Thanks

    did you activate the cube after adding the new time chars? After activation, the new chars would append to the transformations at the bottom( last) of source fields

  • Time Char issues

    Dear BPS Experts,
         I choose the Time char (eg Calendar year/Month) for the "Selection in Package"
    and choose this as lead column, when i execute the layout , it prompt me
    "Time characteristic cannot be used as an attribute". I am using the UPX_MNTN for my Planning Layout.
    Does anybody know how to resolve this?
    Thanks

    Hi,
    Please elaborate on the other characteristics that you have taken in the layout.
    Regards,
    Manoj

  • Adding a Time Char in a cube

    Hi All,
    What will be the best and the fastest way to add a time char in a standard cube... i need to add 0 calweek, 0calmonth, 0calquarter and 0fiscal year in the standard cube... I am not worry about the data i just need the fastest way to add theses time char in my cube.... Your help is appreciated
    Thank you
    SAP BI

    Hi,
    You can use either of the below methods.
    Double click on the cube>Go to edit mode>Add the info objects in the time dimension.
    OR
    Use Remodelling to add these info objects.
    -Vikram

  • How to add new time char of IC to multiprovider

    Hi Experts,
    Could any pne help in how to include the newly added time char in two infocubes out of 5 infocubes of multiprovider
    Thanks In Advance
    Nitya

    Hi Nitya,
    Right click on Multiprovider--changedrag and drop time char in to dimensionnext click on Identify characteristic--here you need to select the info providers from which you to get data for time char.  ie you need to selet the required two cubes out of five.
    Regards
    Surendra
    Edited by: vaade surendra on Mar 27, 2010 5:20 AM

  • User defined Datasource( Z Infront of the datasource)

    Hi
    Can Any one please let me know how to check the datasouce when it is user defined one!!
    Since it is having Z infornt of the datasouce name.,
    Please Urgent

    extractor,
    If you don't know the name of the datasource that you or some one created. You can look at it in RSO2 by entering z* and press F4. It should bring list of data sources starting with z (there may be many). if you have given a meaningful name you could recognize your data source.
    Hope this helps,
    Goodluck,
    Alex(Arthur Samson)

Maybe you are looking for