Master control attribute value discrepency between Master and child org.

Hi Guru,
We are facing a strange issue in Track install Base Attribute values. There are some 60K item having discrepency in the value of the this attribute between master and child.
We are wondering how it happens as this attribute is master controlled one and we never changed this attribute control and kept as Master controlled. The master value is true
If you guys experience this issue, please let us know the solution that you had applied to fix this issue.
regards
venkat

Try executing the vo1 query before setting the bind variable for vo2, then execute the vo2 query (if that's what you want to do).

Similar Messages

  • Read attribute value of a master data object's master data object

    Hi Guys,
    I have a peculiar condition where I need to read attribute value of a master data object's master data.
    Requisition (ZREQUI) is linked to Candidacy (ZCDCY) by object called Recquisition.
    Candidacy  (ZCDCY) is linked to Candidacy Activity (0CDCY_ACT) by object called Candidacy.
    I want to populate attribute called due date in ZREQUI by reading lowest value of due date value of 0CDCY_ACT. There can be multiple hits.
    If I can get the code to do this, I would really appreciate it.

    Here is the outline of the code ,as per my understanding..chk if it can help u
    In start routine write a select statement to pick all the data from 0cdcy_act.
    select 0CDcY_ACT ZCDCY  DuE_DATE from /BiC/P0CDCY_ACT
    into table itab1
    for all entries in source_package
    where ZCDCY = source_package-ZCDCY.
    as you need the lowest due date, sort the iTAB1
    sort itab1 by due_date  ZCDCY.   (default is acending order)
    In the field routine of your due date
    Read table itab1tnto wa_itab1 where
    ZCDCy = source_fields -ZcDcY.
    now duedate = wa_itab1-duedate.

  • NVL in view: discrepancy between 10G and 11G

    Hi,
    I've discovered some discrepancy between 10G and 11G in a way how view deals with NVL-based column in a where clause.
    Here are two examples:
    *10G:*
    Connected to:
    Oracle Database 10g Release 10.2.0.4.0 - Production
    SQL> create table test_nvl (null_column number);
    Table created.
    SQL> insert into test_nvl values (null);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> create view view_nvl as select nvl(null_column,0) null_column from test_nvl;
    View created.
    SQL> select * from view_nvl where null_column is not null and null_column = 0;
    NULL_COLUMN
    0
    *11G*
    Connected to:
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    SQL> create table test_nvl (null_column number);
    Table created.
    SQL> insert into test_nvl values (null);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> create view view_nvl as select nvl(null_column,0) null_column from test_nvl;
    View created.
    SQL> select * from view_nvl where null_column is not null and null_column = 0;
    no rows selected
    Does anyone know why it behaves differently?
    I couldn't find any documentation regarding this.
    Or I'm just missing something here.
    Thanks

    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE     11.2.0.2.0     Production
    TNS for HPUX: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    CREATE TABLE test_nvl (null_column NUMBER);
    INSERT INTO test_nvl
         VALUES (NULL);
    COMMIT;
    CREATE VIEW view_nvl
    AS
       SELECT NVL (null_column, 0) null_column FROM test_nvl;
    SELECT *
      FROM view_nvl
    WHERE null_column IS NOT NULL AND null_column = 0;
    NULL_COLUMN
    0

  • Report - quantity and value difference between delivery and invoice?

    Hello experts,
    My client use u201EProof of deliveryu201D t-code: VLPOD. There is always quantity and value difference between delivery and invoice.
    Do you know any report which will show this differences between delivery and invoice?
    Best regards,
    Maciej

    Hi,
    Note 867678 - Proof of delivery (POD), delivery and billing document will help you to understand POD flow.
    You have the tcode VLPODF/VLPODL/VLPODA, but perhaps they will not help you. So, as the before note suggests you, you can use the tables VBFA, LIKP, LIPS, VBRK, VBRP, TVPOD and TVPODG to do your own report.
    I hope this helps you
    Regard,
    Eduardo

  • %variance between parent and child hierarchy

    Experts,
          How to calculate a percentage variance between parent and child hierarchy.
    Ex: parent is 80 and child is 20 so I need a %variance between 80 and 20.
    Thanks in advance.

    Hi Nikki
    Create structure and restrict parent hierarchy with one node and child hierarchy with another node and create formula node to calculate the percentage variance between two nodes.assign points if helpfful.
    Regards
    Murali.

  • 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

  • Confirmation Control Key Value in vendor master overwritten by Info Record?

    Dear all
    In the standard 3rd party processing, we will use S/O to trigger PR and we then convert PR to PO. And when PO is converted, Confirmation Control Key (CCK) Z01 maintained in Vendor master purchasing view will be adopted for all the items in the PO, and in the purchase infor Record for the combination of material & this vendor, we do not maintain any CCK value there.
    However recently, the system behaves in such a way that the CCK value does not automatically show up in PO item anymore. And I have been thinking can it be the fact that the blank value of CCK in info record will overwrite the Z01 value in the CCK of vendor master? But if so, why all the past PO I have checked does not have CCK value maintained in info record but the CCK was able to appear automatically?
    An interesting fact is that if I create the PO manually by enter Vendor with CCK value Z01, Org Data, account assignment S and Item category S (both for 3rd party processing), and then the material and hit ENTER, the CCK value Z01 will appear in PO Item level under tab: Confirmation.
    However, once I enter the PLANT value in PO Overview, seem like the Empty value of CCK in info record will overwrite the existing Z01 value.
    Please advise if it is how the info record CCK work to overwrite? Also, how do I get back to the stage where the info record CCK will not overwrite as I do not want to spend time to update all the info record CCK to have Z01.
    Thanks

    Dear Manohar Raju Kanchanapally
    I do not understand why this OSS note SAP Note 909885 - ME21N: Confirmation control key not
    from vendor mentions the following:
    Symptom:
    When you create a purchase order using Transaction ME21N, the confirmation control key from the vendor master is not used, although it is maintained.
    Cause and Prerequisites:
    The symptom occurs if no confirmation control key was maintained in the existing purchasing info record.
    Solution:
    Implement the attached correction instructions as a modification.
    It is totally contrary with the General Rule that the most specific will always prevails, meaning if I do not maintain CCK value in the Info Record, it will overwrite the CCK value I maintain vendor master when I create PO using same vendor, material, purchaisng org and plant!
    Please help!
    Edited by: Daimos on Sep 17, 2009 1:22 PM
    Edited by: Daimos on Sep 17, 2009 1:22 PM

  • EFFECTIVITY CONTROL ATTRIBUTE NOT AVAILABLE IN MASTER ITEM

    Hi, I need to configurate an asset group for eAM. But I can't because the effectivity control attribute doesn't have available in: Master Item/BOM.
    The error message is: "Asset group must be unit efective" when I try to set "Asset Item Type" like: "Asset Group" in Master Item/Asset Management
    Thanks

    1) Personalization on the screen?
    2) You have more than one master orgs and you are not looking in the right master org
    Look at the mtl_system_items table and find the correct master org.
    Sandeep Gandhi

  • 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

  • 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

  • ObjectGUID as matching attribute for reconciliation between AD and IdM

    Hello together,
    I want to use the AD attribute objectGUID as matching attribute between AD and IdM. It is one of the attribute which will never be changed (in case of name changes of a person or similiar changes).
    Our IdM can read this attribute and save it (with the help of a java script). This works fine.
    But if I want write back something to AD I do not know how the "To LDAP directory" path must be configured. I get always the error that the account can not be found in the AD. Maybe the attribute must be changed with a java script ...
    Has anyone already used this attribute?
    Thanks!
    BR
    Michael

    Michael, I have done this many times in pretty much the same way you have indicated.  While DN is good for basic LDAP / AD operations, ObjectGUID is preferred for ModRDN operations or if you want to change the user's DN.  I have written about these operations in a blog, Using modRDN with SAP NW IDM.
    Hope it helps!
    Regards,
    Matt

  • Inventory value difference between SAP and leagcy system

    Hello Gurus,
    My client has inventory value difference in SAP and Legacy system during cutoff activities due to following reason.
    a. Rounding off
    b. GRN done
    C. Goods issue done
    Can I do the manual posting for Value difference?.if yes then how?
    Please guide me on the same.
    Regards
    SAP FI

    Hi
    It is not just difference in Valuation...
    1. If GRN is done in Legacy system, you will have to upload stock in SAP also
    2. If Goods issue is done in Legacy system after you got the stock file, then you will also have to post Goods issue in SAP
    The Qty uploaded should match between Legacy and SAP systemj...  If the qty matches and difference is in value, you will have to decide which value is final i.e. Legacy value or SAP value.... Accordingly, you will have to pass a JV in Legacy system (If SAP value is Final) or in SAP system (If legacy value is final)
    BR, Ajay M

  • How to differentiate between Parent and Child in IBASE?

    Hi. I am working on enhancing a BAPI :BAPI_GOODSMVT_CREATE by calling the following function module IBPP_CREATE_IBASE at its exit.
    The BAPI is being called from an SAP ME system and will be passing MATNR and Serial Number of Parent and Child materials to create the IBASE in ECC system. I am confused as to how to differentiate between whether a object is Parent or a Child when the BAPI: BAPI_GOODSMVT_CREATE is called.

    if you have NULL valued fields. If
    you do a compare and one or both are NULL, then the result is always NULL,
    never true or false. Even comparing two fields which are both NULL will
    give NULL as result, not true! Or if you have something like "select
    sum(field) from ..." and one or more are NULL, then the result will be
    NULL. Use always "if field is NULL ..." for NULL checking and for safety
    maybe something like "select sum( IsNull(field,0) ) from ...". Check the
    function ISNULL() in the manual.

  • Employee relationship between BP and BP(Org) missing

    Hi,
    We are with SRM 7.0
    Getting below error when checking user in 'BBP_BP_OM_INTEGRATE'.
    " Employee relationship between BP xxxx and BP(Org) xxxx missing "
    Thanks

    Hello,
    I think you have got problems with BUT050, BUT052 and ADCP tables.
    Check OSS notes:
    [Note 893900 - Report for inconsistencies b/w BUT000 & relationships|https://websmp103.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=893900&_NLANG=E]
    [Note 836353 - Correction Report for inconsistencies in BUT052/ADCP tables|https://service.sap.com/sap/support/notes/0000836353?nlang=E]
    Regards.
    Laurent.

  • What is the basic difference between MM and SRM org structure

    Hi
    All,
    What is the difference between MM org structure and SRM org structure?
    to my understanding SRM org structure deals with BP concepts where as MM don't, please correct me if I am wrong
    please give your inputs
    Regards,
    Srinivas

    Hello Srinivas,
    what do you call MM organizational structure? Which ECC transaction do you launch to access it?
    Regards.
    Laurent.

Maybe you are looking for

  • Is it possible to hide event locations?

    In previous versions of iCal the location wasn't incorporated into the event title in weekly view. It's kind of annoying and adds visual clutter. Does anyone know of a way to keep the location in the info pane, where it belongs? Thanks!

  • Extending an Array

    I have created a class of objects, with fields, constructors, methods, etc. So far, so good. Now I would like to create an array of these objects, and I have some methods that I would like to create that would manipulate the objects in an array. Is i

  • Solaris 8 x86 installation runs out of space

    I am installing Solaris 8 x86 on to a Dell PowerEdge Server with a 9.1 SCSI drive. Utilizing the Solaris installation process and choosing "Entire Solaris Software Group" the process completes successfully. When signed on as root and installing softw

  • Upgrades on a CD?

    Hi I have upgraded several times online now from 10.4.2 to 10.4.6 When Apple is done fixing OSX will there be an install CD available with all the upgrades in one install? What would be the cost? What happens if I have to install the original CD 10.4

  • My iphone4 is calling and typing by itself, my iphone4 is calling and typing by itself, my iphone4 is calling and typing by itself

    iphone 4 is calling and deleting by itself after screen change please help!!!!!!!