0EQUIPMENT: Attribute 0ABCINDIC is time-dependent (cannot become time indep

Hi,
         Kindly suggest me in this issue. I've an infoobject ( 0EQUIPMENT ) in all three servers ( Dev, Qual, Prod ). Its inactive in Quality. But all the settings and other properties are same in all the 3 servers. When i tried to activate the object and move to quality it throws the foll error in the transport, mentioning for all the attributes of this infoobject. I haven't enabled the checkbox to make the attributes as Time - Dep.
The erorr is faced : Char. 0EQUIPMENT: Attribute 0ABCINDIC is time-dependent (cannot become time-independent)
Simillar kind of errors are throwed for all attributes exist in this infoobject.
Please do afford your effort.

Hi Balaji,
           Got any clues over..?
i tried explicitly to change the attributes into Time - Dep, but says that Date From and To can't be used in Attribute list. As i mentioned in my prev post, all properties / options / tabs / boxes..are similar in Dev, QUA, and production. And i wonder how the object gets inactive in QUA but active in Production.

Similar Messages

  • Problem in setting a Model Attribute of type Time

    Hi,
    I have two model attributes of type time(I mean corresponding structure R/3 fields are of type time).
    I do
    wdContext.currentModel1().setTime(wdContext.currentModel2.getTime);
    Till yesterday, this was working fine.
    Today it assigns a "time+GMT Offset" to the Model1 timefield. (Yesterday it Model1.getTime gave 15:30:00
    Today its gives 23:30:00, I am in Singapore 8+ time zone).
    Any ideas why this is happening. And any solutions to prevent this. Also what are the places where we need to correct the time zones if any?
    Regards,
    Shubham

    Hi Bharathwaj,
    I have debugging activated both in WebDynpro and R/3. Both places time is 23:30:00 after copy from model2 attribute that has 15:30:00
    I will try to use your first suggestion.
    Any ideas, time attribute in Context is depenedent on local PC or on the Server?
    Regards,
    Shubham

  • Display attribute of master data depending on time

    Hi gurus,
    I have a requirement where in I need to show the employee ratings in the report. Employee rating is the attribute of 0employee. I have to create a report on the master data 0employee.
    As employee is the time dependent object for which we valid to and valid from dates. When I run the report, I am getting the record which belongs to current date. Ex I have three entires in the employee master for employee 1001.
    Employee---- valid to----
    valid from --profit center
    1001--31.12.2011-01.05.2011----P001
    1001--20.02.201201.01.2012-P002
    1001--01.06.201221.02.2012--P003
    1001--31.12.999902.06.2012--P004
    So now when i run the report today report will show the following record
    1001----01.06.2012-21.02.2012----P003 (Becuase today is 01.03.2012 and falls in this range)
    Now employee ratings for the previous year (2011) in the master data
    Employee- valid to -valid from -profit center-Rating LY2011
    1001--31.12.201101.05.2011P001--
    PP+
    1001--20.02.201201.01.2012P002--
    1001--01.06.201221.02.2012--
    P003
    1001--31.12.999902.06.2012--
    P004.
    When i run the report, i get following record but I need u201Crating LY2011u201D to be displayed in report. How is this possible?
    1001----01.06.2012-21.02.2012----P003 (AS IS)
    TO BE
    1001----01.06.2012-21.02.2012----P003....PP+
    PS: In simple words I need to dispaly performance rating of last yr in the report.
    Rating is characteristic field.
    Hope its clear
    Thanks
    Annie

    Hi Annie,
    The time dependent data displayed in the report depends on the key date used for reporting. For setting the key date you will have to go to Query Propeties option from Query designer.
    Now in this case you can either hardcode the key date or you can use ready to input variable or customer exit variable to calculate the key date.
    Based on the key date value the valid records from employee master will be selected.
    So if you key date falls between 01.05.2011 to 31.12.2011 first record will be shown otherwise second record will be shown.
    1001--31.12.201101.05.2011P001--
    PP+
    1001--20.02.201201.01.2012P002--
    Regards,
    Durgesh.

  • Navigation attribute behaviour during time dependent master data read

    Hi All,
    My report is based on infocube. There is one time depenedent master data characteristic named 0EMPLOYEE in the cube.
    My report is run for a specific time period. For example Monthly and quaterly level.
    There are many infoobject form part of dimension in cube and few are part of navigation attribute folder.
    Now in the transformation there are some fields which needs to be read from master data depending upon some time characteristic for ex:-0CALMONTH, 0CALDAY. This rule is mapped correctly and data is also being stored correctly as per the specific time period in the cube.
    Now there are some navigation attirbute which reads the data from 0EMPLOYEE master data itself.
    My doubt is will navigation attribute read the latest record for the employee or is it intelligent enough to read the right records depending upon specific time char?
    With navigation attribute we dont have option to specify any rule as compared to normal objects in transformation.
    What will navigation attribute read ? Latest record or speicific records as per time period?
    Thanks & Regards,
    Anup

    Hi Anup,
    Let me give you one small example about time dependent attribute work,
    let us say we have 0COSTCENTER as time dependent attribute of 0CUSTOMER. Now in your transaction data you have loaded values of 0CUSTOMER and in the query you have used 0CUSTOMER_COSTCENTER attribute.
    Transaction Data,
    Tran. no.      Customer Number       Amount
      1                      123                          500
       2                      125                         450
       3                     126                          900
    Master Data:
    Customer      Cost Center       Valid From             Valid To
      123                COST1                1st Jan                 15th Jan
       123               COST2                 16th Jan              30 March
      123                 COST3                31st March          30 June   
    In the above example the data loaded for valid to and valid from has came from source system and for this data you will have direct mapping done in transformation. Now data will reside as above in your system.
    When you use Key date as 20th Jan then the cost center for customer 123 in the query will be shown as COST2. So this assignment of time dependent data is done at runtime only and will not have any impact on underlying data.
    Regards,
    Durgesh.

  • Updating tag attributes in design time

    I have a design time renderer for my custom component... As the component renders itself in design time, I set some of the component properties from within the renderer... The property sheet correctly shows those values... However, the associated JSP tag in the source view does not show those attributes... The JSP tag attributes dictate the runtime behavior and since they are not set properly, my component misbehaves.
    How do I make sure that the tag attributes sync up with the property sheet values?
    Also, what is the motivation behind the property sheet displaying the component values and not the JSP tag values? Having it the way it is right now opens itself up to a bunch of out-of-sync problems like the one I encountered.
    Thanks,
    Keyur

    Ok - here are a couple of scenarios:
    1. I have a component, say chart component associated with a connection component like this:
    <my:connection id="connection1" />
    <my:chart connectionId="connection1" />The user first drags and drops the connection component. The ID connection1 is automatically associated to it. Next he drops the chart component. Now, I would like to automatically populate the connectionId attribute without the user having to type it in manually. I am able to do that (in design time) in the renderer of the chart component - I programmatically look for a connection component on the page and set the connectionId attribute of the control. And when I do that it correctly shows the connectionId attribute populated in the property sheet but the corresponding tag attribute is not.
    Sure enough, at runtime, it is the tag attribute values that count and since those are not updated by the IDE, it does not work as expected.
    2. Creator updates the style attribute when I move or resize the component. Now, I also have position attributes left and top defined on my component and I use these attributes at runtime to position my component. So, in design time I extract the left and top values from the style attribute and set them on the component. But again, the tag attributes are not populated and so the component is not positioned properly.
    #1 is to convenience the user so that he doesn't have to manually enter values for attributes which can be automatically populated at design time.
    In fact for #1, I would ideally like to show the user a drop down list of all the connections available to him in the property sheet and select the first one by default. Is this possible?
    #2 is for backward compatibility reasons - We already have runtime renderers in place which use left and top attributes explicitly to render the components at runtime. And this is not restricted to left and top only but other client attributes as well - such as borders, backgrounds etc. which we expose as separate attributes.

  • Nav &Compounding Attribute& Hierarchies real time scenarios

    hi Gurus,
    can any one pls help me or forward me the procedure of creating step by step Navigational&Compounding Attribute& Hierarchiesand uses in different scenarios.i a mean real time where we use this and how.
    pls mail me <b>[email protected]</b>
    *points will be assinged *
    Regards,
    John

    Hi John,
    <b>Hierarchies</b>
    Hierarchies are used for analysis to describe alternative views of the data.
    To create Hierarchies for a characteristic Info Object, in the Hierarchy tab page of the
    Info Object's Create/Change screen,
    you've to check the With Hierarchies check box.
    Creating Hierarchies
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6736e07211d2acb80000e829fbfe/content.htm
    This web blog explains the procedure for uploading Hierarchies from Flat files.
    /people/prakash.bagali/blog/2006/02/07/hierarchy-upload-from-flat-files .
    <b>Compounding</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/ff/f470375fbf307ee10000009b38f8cf/content.htm
    <b>Navigational Attributes</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a63e7e07211d2acb80000e829fbfe/content.htm
    Regards
    Hari
    Message was edited by: Hari Krishnan K

  • TMADMIN_CAT:199: WARN: Cannot become administrator.Limited set of commands

    PT Version: 8.50.21
    OS: Linux SUSE
    I need to create a script to monitor the tuxedo queues. While executing the tmadin -r command, i am getting the above error.
    With this i cannot run any command on tmdamin. Is there any other variables i need to set or config to run? I am using the same ID as the PS_HOME owner.
    Please help.

    Hi,
    Here is the definition of the -r command line option for tmadmin:
    -r
    The -r option instructs tmadmin to enter the bulletin board as a client instead of as the administrator; in other words, it requests read-only access. This option is useful if you want to leave the administrator slot unoccupied. Note: If you decide to use this option, however, be aware that you will not get all the information you get by running tmadmin without the -r option. Specifically, tmadmin -r does not report load values for servers running at remote sites.
    Only one tmadmin process can be the administrator at a time. When the -r option is specified by a user other than the Oracle Tuxedo administrator and security is turned on, the user is prompted for a password
    http://docs.oracle.com/cd/E35855_01/tuxedo/docs12c/rfcm/rfcmd.html#wp1971834
    The TMADMIN_CAT:119 is a warning message not an error. It is a reminder that the usage of the "-r" option restricts you to a subset of tmadmin commands. The "-r" option is used because only one "administrator" can be
    running tmadmin at a time. The script you wish to use should just be executing commands that do not require you to be the administrator(e.g. print commands).
    If you execute something like "echo psr | tmadmin -r" from a UNIX command line shell it should print out. to stdout, the servers that are running.
    If you still have questions, let us know: then tmadmin command/commands you want to execute, the release of Tuxedo you are using, and whether you are using MP or SHM configuration.
    Regards,
    Bob Finan
    Edited by: Bob Finan on Aug 22, 2012 10:46 AM

  • The attribute inserted some time in base64 and some time in clearly text

    Hi to all,
    i have a problem with insert attributes in my ldap.
    The attribute are defined in this way:
    attributeTypes: ( spadaId-oid NAME 'spadaId' SYNTAX 1.3.6.1.4.1.1466.115.121.1.
    15 SINGLE-VALUE X-ORIGIN 'user defined' )
    But if i exec many add, the same attribute, are inserted some time encoded in base64, and some time in clearly text.
    Can you help me?
    I know that my english is far from being perfect, but I hope that you understood the problem
    Thanks

    Hi to all,
    i have a problem with insert attributes in my ldap.
    The attribute are defined in this way:
    attributeTypes: ( spadaId-oid NAME 'spadaId' SYNTAX
    1.3.6.1.4.1.1466.115.121.1.
    15 SINGLE-VALUE X-ORIGIN 'user defined' )
    But if i exec many add, the same attribute, are
    inserted some time encoded in base64, and some time
    in clearly text.
    Can you help me?
    I know that my english is far from being perfect, but
    I hope that you understood the problem
    ThanksIf you are viewing the attribute value in LDIF format then values which are in non-ascii format ("SAFE-UTF8-CHAR", as per the RFC) will be in base64 encoded (refer RFC 2849 )
    -------- RFC 2849 Note-------
    4) Any dn or rdn that contains characters other than those
    defined as "SAFE-UTF8-CHAR", or begins with a character other
    than those defined as "SAFE-INIT-UTF8-CHAR", above, MUST be
    base-64 encoded. Other values MAY be base-64 encoded. Any
    value that contains characters other than those defined as
    "SAFE-CHAR", or begins with a character other than those
    defined as "SAFE-INIT-CHAR", above, MUST be base-64 encoded.
    Other values MAY be base-64 encoded.
    8) Values or distinguished names that end with SPACE SHOULD be
    base-64 encoded.
    Regards
    Randip Malakar

  • Custom Attribut with type="time" ?

    Hello experts
    is it possible to display information from ex_data field type TIMS formatted as time in UWL column?
    Is there a type defined in the uwl configuration or is it possible to define it by my own, somehow?
    Best regards.
    Edited by: Julian Kallidat on Jan 14, 2011 11:08 AM

    Hello Julian,
    how did you manage to get the type "time" data even displayed as custom attribut? When i am trying to do so, the value of the time field is always empty. Even tho the conatiner is filled. For all other attributes it works, but not for the attribut/conatiner of type "TIMS"
    What did you configure for your DisplayAttribute and what for your CustomAttribute?
    thx
    regards,
    Markus

  • Getter in rendered attribute called multiple times

    Hi
    I have the following code in JSP page:
    <h:outputText value="Subscriber ID already exists" style="font-family: Ariel, Helvetica, sans-serif;font-size: 10pt; background-color: white; color:red;"
    rendered="#{subCheckExists.subExistp == true}" />The getter is coded as follows
    public boolean getSubExistp() {
               System.out.println("in getsubexistp");
               if (cond1)     //check in DB if subscriber exists
               return true;
               else return false;
    }The getSubExistp call goes to the backend DB2. So it is a time consuming process. What I see in the Sysout is the method is called 3 times even though in JSP there is only one place it is called.
    I looked at some postings in this forum and found that some users had this problem. No one answered those posts or provided a solution.
    Can someone please advise me on what is going wrong?
    Thanks
    Murthy

    loboEsa wrote:
    First, if the property is a boolean type the correct name to the getter method is: isProperty instead getProperty, but both are functionals. (this change only apply to boolean types)
    You never put expensive code into getters or setters methods because JSF no guarantee the number of calls per request.
    Put this code into actions, constructors, etc...
    Nothing is wrong this is the JSF process.Thank you for the hint. In case others are watching this thread, I did the following:
    a) moved the DB access to action (submit button)
    b) changed the bean scope to request in faces-beans.xml
    Thanks again.
    Murthy

  • Illegal dependancy - cannot build DC

    Hi all,
    While trying to sync standard SAP applications of SAP ESS/MSS/PCUI 600 SP15 in our NWDS 7.0.18 I'm having a problem when launching the sync:
    Illegal dependency: Access list does not allow use of sap.com/tc/epbc/pcd/pars/srvgl for sap.com/pcui_gp/xsscfg(sap.com_SAPPCUI_GP_1).
       Illegal dependency: Access list does not allow use of sap.com/tc/epbc/basis/jndisupport for sap.com/pcui_gp/xsscfg(sap.com_SAPPCUI_GP_1).
    I read in other thread that I should remove "*" acls from pp and dcdef files of according build archives, but those archives doesn't have it!
    Any idea?
    Thanks in advance,
    Best Regards,
    Pablo.

    Hi Pablo,
    Please check below OSS note
    1322333 Access Control errors after update of EPBC
    Regards,
    JHE

  • Assign master data attribute value to Time Infoobject in Transfer Rule Rout

    Hi Experts,
    I want to assign value for Time Infoobject ZTIME from a Master data Infoobject's attr.  The value for this ZTIME exists as an attr of Infooject ZMMM. I want to do at Transfer Structure level so that the assigned value can be used for another calculation in the update rule..
    Any help on the routine is highly appreciated.
    Thanks,
    DV

    Hi Edwin,
    After making the changes as u suggested, i tried to activate the transfer rule, but Iam getting the following eerror msg
    Error generating program
    Message no. RSAR245
    Diagnosis
    An error occurred in the program generation:
    Program / Template:   RSTMPL80
    Error code / Action: 6
    Row:        6,083
    Message:    Statement is not accessible.
    Procedure
    If the problem occurred during the data load or transport, activate the transfer rule.
    If the problem persists, search in the SAP note system under 'RSAR 245'.
    How can Iresolve this?/ Why is this happening??
    DV
    Any Help???
    null

  • Disable an attribute at run time

    I want to build a form using jsf where I need to disable or enable an attribute according to the value of the previous attribute.Is there a way to apply my logic?
    Please help.
    Regards
    Susmita

    Hello
    The way I see it, if both your attributes are text fields you can use javascript to accomplish this. Just fill in the ID attribute of both your fields and the container form. if I remember correctly, the resulting HTML id will be something like FormID:FieldID.
    I tried to do this using Java bean bindings, partial triggers and value change listeners but it didn't work out. It looks like this requires a round trip to the server and that was not efficient.
    Anyway if you finally manage it please post the solution here for the rest of us.
    Thanassis

  • Time-indepement Scheduling agreement with reference to contract

    I want to attach pricing procedure to scheduling agreement, so I change LPA SA from time-dependent to time-independent.
    But after the change, I can't reference contract to create SA. error message as below "Contr. release order only allowed for sch. agmts. w. time-dep. conditions".
    How shoud I do to attach pricing procedure and create SA with reference to contract at the same time?

    Hi,
    please see the notes
    160630  - Conditions in scheduling agreement with reference to contract
    1046794 - FAQ: BAPI for outline agreement, questions 1 and 5
    1034912 -  MEMASSSA - document conditions are deleted  
    456691 - FAQ: Price determination in purchasing, question 4
    Regards,
    Edit

  • Error when activate I/O: inconsistency DD - DB

    Hello gurus,
    I modified the IO 0COSTELMNT in Dev system, I added two custom IO as attributes.
    I modified the transfer rule and Communication Structure.
    I transported the modify with success and I load the master data in order to populate the new attributes (in Test and then Production system ).
    Looking the values I realized that the new attributes were time dependent, maybe by my mistake.
    Then in Dev system I deleted the flag "Time dependent" for the two new attributes in the section "Detail/Navigation attributes" of IO 0COSTELMNT.
    When I transported this last modify I received the error:
    Char. 0COSTELMNT: Attribute ZCOSTELMP is time-dependent (cannot become time-independent)
    Message no. R7583
    Diagnosis
    You have changed the attribute ZCOSTELMP for characteristic 0COSTELMNT from time-dependent to time-independent. An analysis of the master data found that, over time, various values existed for the attribute. The attribute is therefore time-dependent.
    System response
    You can not change the attribute to time-independent.
    Procedure
    You first have to delete master data from characteristic 0COSTELMNT so that the ambiguous forms of attribute ZCOSTELMP will disappear over time. Only afterwards can you change the attribute to time-independent.
    Then I restore the flag "Time dependent" for the two new attributes in Dev system and I re-trasported the modify in Test system.
    I receive this error
    No active nametab exists for /BI0/QCOSTELMNT            
    Termination due to inconsistencies                      
    Table /BI0/QCOSTELMNT (Statements could not be generated)
    DDIC Object TABL /BI0/QCOSTELMNT has not been activated
    Error when activating InfoObject 0COSTELMNT            
    Characteristic 0COSTELMNT is blocked by conversion
    I check the table /BI0/QCOSTELMNT  in the ABAP dictionary, I received thi error
    /BI0/QCOSTELMNT : inconsistency DD <-> DB (check table with analysis tool).
    How can I resolve this problem? My BW version is 3.50.
    Gianni

    The activation is unable to adjust new columns/attributes with existing ones at DB level....so delete all values in IO tables.
    Use se14 to further clean up individual tables.
    CAUTION: You might have to make the same clean in PROD....so this will result recomputation on SID...

Maybe you are looking for

  • Is it dead? will only boot off the OS disc or in safe mode.

    Hi there! Is it dead? will only boot off the OS disc or in safe mode. My MBP (March 09) running 10.6 Snow Leopard is playing up. After a frustrating day of troubleshooting, I don't know what else to do. So far: Duplicate accounts deleted. Permissions

  • Mega 651 am/fm tuner powers on but pc doesn't

    Can anyone help me out? The thing has been working fine for over a year...but started randomly not turning on. Now it won't turn on at all. If you unplug it and plug it back in, the tuner will power up...but when you hit the pc button it goes dead. I

  • My BB Pearl 8130 from US Cellular keeps turning on and off all by itself. Any Help?

    This never happened before, it's been doing it now for about 3 or 4 hours.  It's driving me nuts.  Someone help me please.  Thanks in advance.  

  • How to ping a client

    I'm working on a video conferencing application and I'm having some problems regarding disconnection issues because the "ByeEvent" doesn't seem to work properly. I decided to just ping the clients in order to determine that someone has been disconnec

  • External Drive - Best Format?

    Please help me recall what each kind of format's pros and cons are. I know that the Mac OS Extended formats cannot be read by PCs. My drive needs to be able to be read by PCs. I recall that one of the other formats (Fat32?) cannot use large files. Wh