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

Similar Messages

  • Assign Master data Attribute value to PARENTH1

    Dear All,
    I have the requirement to load Employee master data from BI to BPC system using data manager package.
    Dimension Name (BPC)            InfoObject  Name(BI)
    Employee                                      0EMPLOYEE
    In Employee master data there is an Attribute, now need to assign this Attribute value to PARENTH1 in BPC.
    Waiting for your valuable answers

    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

  • No Master Data Attributes Value Loaded

    Hi
       I have a custom Master Data Info Object which gets it feed for a simple master data attribute data source.
        However none of the Master Data Attributes actually are populated though my request load is successful.
        I get 144913 records transferred but only 78596 added. Despite this I have not a single attributes value populated.
        Could the reason the data is dropping because I have 3 key fields in my datasource VIEW but only 1 Key defined in the Update Rule ? If yes, how can I change the Update Rule to include more Key Fields ?

    Hi Chris
    I request you to check the transforamtion between your data source and data target once again.
    When loading to data target, according to your transformation only the records will be updated to your data target. But all the records will get populated.
    Yes, Key fields are also one reason, if the duplicate rows being populated.
    Compare your data target data & RSA3 Extractor checker.Whether the duplicate records being added together or not
    Regards
    Saravanan.ar

  • How to convert  unit of measures in bex on master data attribute values

    Hi All,
    i need to convert the unit of measure in Masterdata Attribute values... that means ) ' 0grooss_wt'. this is attribute as a keyfigure of ' 0material' .. this ' 0gross_wt' values has to convert in KGs. at Present ' 0gross_wt' values are in KG and Grams...
    I can change these values in update rules by writting Routine.. But I need to convert it in KGS at BEX Query Designer Level..
    I need calculate like this
    quantity sold * Gross Weight.
    here Gross Weight is the formula variable which replacing the values of gross weight...
    i tried by creating conversion types in RSUOM t-code. but it works on keyfigures of infocube.. not on attribute values of master data...
    is there procedure in formula variable it self to convert unit of measure before replacing the values.....
    or is there any other  solution to  this Problem...
    Thanks in advance..
    regards
    ravi.p

    Hi
    Have you tried to create a variable for ths kf with exit. I thnk it is possible here
    Assign points if useful
    Regards
    N Ganesh

  • HR Query using two diffferent master data attribute values

    I have a requirement to calculate headount based on certain condition.
    Example: The condition is as follows:
    For each "Performace Rating" (ROW)
    Count Headcount for "Below MIn" (COLUMN)
    - Below Min = "Annual Salary" less than "Pay Grade Level MIn"
    - "Annual Salary" and "Pay Grade Level" are attributes of "Employee" Master data and is of type CURR
    -"Pay Grade Level Min" in turn is an attribute of "Pay Grade Level" master data.
    I am trying to build this query based on a standard  Infoset 0ECM_IS02 that has an ODS (Compensation Process), Employee and Person" .
    Any help in the required approach is appreciated like creating a restricetd KF using ROWCOUNT (Number of Records) and implement the logic for "Below Min"
    Thanks
    Raj

    Hi
    Have you tried to create a variable for ths kf with exit. I thnk it is possible here
    Assign points if useful
    Regards
    N Ganesh

  • Add Master Data Attribute to BI Content infoobject already active

    I am adding a custom field <b>"Tax value"</b> coming from same table BKPF to <b>0vendor</b>  as an nav attribute to 0vendor , just an addition of new field in attribute but when i do that ovendor is not getting activated. saying new version do not match old one when i remove custom field "Tax value" it work fine. tell me how can i enhance the field as an attribute to the  0vendor  . please tell me step by step.
    thanks
    Soniya Kapoor

    Hi Anoop
    Even when there is no data available, the extractor expects some message which says that there is no data available. You can try to fix this by changing the traffic lights option in the infopackage menu, if there is no data available you can have the request green with 0 records, so that it prevents running the extraction forever.

  • Pupulating Char with Master data attribute

    Hi,
    I need to populate the characteristic with a master data attribute value at the tranfer rules.
    Can anybody send me the code to do so.
    If it is at Update rules we have the option of Master data attribute of.
    But I need to do it at transfer rules.
    Thanks in advance.

    Hi Indira,
    It is difficult to give the exact code but, here is the pseudo code:
    In the start routine:
    select * from /bic/m<characteristic>
    into itab for all entries in datapak
    where ..............
    if sy-subrc = 0.
    sort itab by....
    endif.
    In the mapping for the info object, create a routine and the following code goes in there:
    read table itab with key ......
    if sy-subrc = 0.
    result = itab-********
    endif.
    Make sure you handle time dependencies if the master data attribute is time dependent.
    Hope this helps.
    Thanks and Regards
    Subray Hegde

  • Can't assign an infoobject using master data attribute of

    I've added in 0purch_group to my cube and I want to assign it using the master data attribute selection but it doesn't bring back anything to choose from.  the attribute is 0mat_plant_purch_group and I've made it navigational.  any ideas?

    So do you say that you dont have mat_plant included in ur cube.
    Then what are trying to get into the field with out a source field. How do you want to fill the value if you dont have mat_plant - i mean which of 100 values of matplant and attribute values should be populated.

  • InfoProvider: infoObject (master data attribute and text)

    I saw info Object of master data attribute and text in InfoProvider.
    are infoObject act like a table when we do query on them.

    Hi
    Refer to this as down
    Custome Infoobjects Tabels:
    /BIC/M -- View of Master data Tables
    /BIC/P -- Master data Table, Time Independent attributes
    /BIC/Q -- Master data Table, Time Dependent attributes
    /BIC/X -- SID Table, Time Independent
    /BIC/Y -- SID Tabel, Time Dependent
    /BIC/T -- Text Table
    /BIC/H -- Heirarchy Table
    /BIC/K -- Heirarchy SID Table
    Standard Infoobjects Tabels(Buss. Content):
    Replace "C" with "0" in above tables.
    Ex: /BI0/M -- View of Master data Tables

  • Simple Master Data Attribute Add Custom Infoobject

    Hi I added one custom infoobject zcustplace to 0busentity master data infoobject as an Navigation attribute and then activating 0busentity but it is giving me error
    like this "ORA-20000: Insufficient privileges
    ORA-06512: at "SYS.DBMS_STATS", line 2150 ORA-06512: " Do I need to do any thing else to add this new nav attribute to obusentity master data attributes since this obusentity is already there in cube and ods.
    Please help
    Thanks
    Soniya Kapoor

    You may wish to get this OSS checked with DBA
    Note 963760 - 'ORA-20000: Insufficient privileges' for creating statistics
    Hope it Helps
    Chetan
    @CP..

  • Displaying master data attribute of selected variable

    Hi friends ,
                I have a requirement to display the master data attribute of the material number selected by the user from the drop down help . We are using Web Layouts for user interface.
      For solving this i have developed a BSP application which calls the FM - ZVARIABLE_GET_DETAILS ( given by SAP in the HOW to for variables of type exit ) and gets the value for the variable of Material number. For this value I run a select on master data tables and display the attributes on the BSP page.
    It work fine when the user opens his web layout for the first time . However when the user changes the Material no fromt he dropdown  my BSP still displays the old material numbers attributes . In debugging I found that the FM -ZVARIABLE_GET_DETAILS  is still giving the old value of the variable.
    Please let me know how can i get the correct runtime value assigned to the variable ? It seems the FM ZVARIABLE_GET_DETAILS  gives the value which was saved last by the user.
    thanks in advance

    Hi BSPIAN,
    you may have missed a hint in the How-to paper.
    The value of the variable l_buffer_call (TYPE boole-boole) should be switched from 'X' to ' ' in order to avoid buffering the values. Then your FM will be called each time the value of Material changes.
    Hope it workes!
    Regards
    Steve

  • Datasource for master data attributes : QUAN fields ?

    Hi,
    In the datasources for master data attributes (in R3), fields type QUAN are in the extraction structure but not in the datasource (for example field LFMNG is in extraction structure BIW_MVKE_S but is not in the datasource 0MAT_SALES_ATTR).
    Is there a standard way to have these fields type QUAN in master data attributes ?
    Otherwise I think to this solution :
    => add a field ZZLFMNG type DEC (DEC fields are in the datasource for master data attributes) in a structure append of BIW_MVKE_S
    => in the user-exit for master data attributes : move the value of LFMNG to ZZLFMNG
    => in the infosource in BW  : assign an infoobject type QUAN to the field ZZLFMNG
    What do you think of it ?
    Thanks in advance.

    Hello,
        I'm adding this field LFMNG too, but after I update the roosfield table an error occurs in RSA6.
        This error said that the MEINS field is hide in the DataSource. But we there isn't this field there. Someone knows what should I do?
    Thanks!
    Eduardo

  • Force read/refresh of master data attributes on query

    Hi there,
    We're having troubles with one input ready query that changes and attribute value (KYF) of one characteristic. That works fines and whe can save changed data on the infoprovider via DTP. Problem is when data is saved we need to refresh query as whe have both values on screen (original value as char attribute on rows) new value as input ready KYF, so after save we would like to see that both values are the same.
    Is there any way of force query no to read from caché as whe are changing master data attributes. I read something about IF_RSMD_RS_ACCESS class that can be implemented on Master Data access and force it there but sounds really hard so if this is the way can some of you guys give us some help.
    I hope I make myself clear on the explanation...
    Thanks in advance,
    Regards
    Carlos

    Dear All,
    The recent days that I tried working on changing master data attributes through BPS didn't work out.The Primary reasons was  that some of the attributes that I needed to change were not present in the transaction or planning cubes and the characteristics that are not part of your cube on which the planning area is based then you can not do changes on them.
    This is my undestanding .Please correct me if I am wrong.
    Besides , I was also thinking if we can do the same through portal.i.e retriving the master data infoobject ( based on the value seleceted for that infoobject by the user  )  and its attributes in the portal , edit them and save them back so that the updated values goes back to BW master data infoobject data base tables and updates the value.
    Eg . I have Natural Account master data infoobject in the BW with attributes fucntional area and expense center.Based on the user selection of any values for the Natural account lets say  01110 , then for 01110 natural account the portal should display the correspoding attributes values of fucntional area and expense center.Lets take this values as 10 , 20 respectively for fucntional area and expense center . What I want to do now is to change these attrbute values to 30 and 40  and I would like to save it back as the changed attribute values for that natural account for 01110 with new attribute values 30 & 40 respectively for fucntional area and expense center .
    Is this possible through portal and BW?
    Any idea on this would be appriciated.
    Regards,
    Ankit
    Edited by: Ankit Bhandari on Nov 21, 2008 12:21 PM
    Edited by: Ankit Bhandari on Nov 21, 2008 12:32 PM

  • Error while creating Data Source for master data attributes

    Hi BI Experts,
    Well its been some time for me that I have been part of Extraction in BI.I primarily handled reporting in my last assignments.
    I was trying extraction with flat files in SAP BI 7(new to sap bi 7 but very much familiar with BW3.5) but failed in the activity during master data attributes and text upload in infoobject (say IOSP_Mat).
    Here is the procedure that I did after creation of characteristic IOSP_Mat.I created a source system for flat file followed by data source for Master data attributes, i selected all the parameters correctly.i.e. csv file format, data seperator as   ,
    and other settings, now when i am trying to look at the proposed data in the next tab using Load example data.its not showing the desired result.The columns that I have maintained in Flat File is  MAT_NUMBER and MAT_NAME (with say 100 data in the file)
    same is the result when I am trying to load the text data too columns maintained are
    (LANGUAGE MAT_NUMBER Short Description)(same 100 data).
    now i used to rsa1old transaction  to upload the file using 3.5 version.i created info source for master data/text/hierarchies for  IOSP_Mat
    now when trying to upload it using info package for master and text data,I observe its(the data) not maintained in the characteristic IOSP_Mat.
    When I monitored ,I figured the data has not been even uploaded to the PSA level.
    Can you BI experts tell me the answer for this.
    Thanks,
    Srijith

    apologies to all of you for late response,
    was busy with some other activities.
    I don't remember the exact message,but I remember it was not loaded to even the PSA level.I will try it again and post the exact message.
    Thanks again for your quick response.
    Once again sorry to all of you for my late response
    Thanks,
    Sri

  • Where to set lock while loading master data attributes

    Hello Experts,
    I have two different datasources from ECC which loads into 0CUST_SALES attributes. I'm using two different DTP & transformation which are loading data in the this infoobject attributes.
    When i try to load data, the DTP fails with an error message at "Updating attributes for InfoObject 0CUST_SALES Processing Terminated" & the job log says: "Lock NOT set for: Loading master data attributes".
    Here what exactly  LOCK means?
    Thanks in advance.
    Zakir Khan.

    Hi,
    The lock means that some program is updating the master data (a table) and at the same time other program can not update that same master data. When the first program completes the updation it will release the lock so that the other program can update this.
    In your case you and schedule the DTP one after another.
    Thanks

Maybe you are looking for

  • SimpleDateFormat - Timezone - SystemTime troubles

    Hi there, I don't understand why the following little class produces the results it produces: input timestamp = 1097670920739 formatted String #1 = 2004-35-13T14:35:20+0200 result timestamp = 1073997320000 formatted String #2 = 2004-35-13T13:35:20+01

  • Import failed with errors/warnings like   ORA-31684/ORA-39082

    Hello, While doing IMPDP actvity i am getting messages like ORA-31684: Object type PACKAGE_BODY:"APPS"."AZ_DELETE" already exists and ORA-39082: Object type PACKAGE_BODY:"APPS"."FND_DM_PRODUCTS_PKG" created with compilation warnings Complete Import l

  • I have OS X yosemite and my adobe premiere cc pro 2014 is crasing :-/  what i should do?

    I have OS X Yosemite ang my adobe premiere cc pro 2014 is crashing :-/ what I shloud do?

  • SAP EA Bundled Services

    My company is planning to migrate to SAP ES Services and I have been reviewing the offering found at the ES Workplace and have notice many of the custom services we have built, SAP does not seem to the have a Standards offering for, for example a ser

  • Registry Question.

    In my registry under the Mozilla tab I have entries for all past Firefox downloads from 3.5.1 to 3.6.9. I am now using 4.0. Can I delete these older entries and why were they not deleted when updating .Thanks