"Check BW Master Data" in MC62 issue

Hello,
I am creating CVCs from an Info provider.  I am selecting the "Check BW master data" when i create CVCs immediately.
When i intentionally put wrong values in characteristics which are not in RSA1 (Info object-->Maintain Master data) i am unable to create the CVC when i create a single CVC.
But when i create CVC immediately from Cube (The cube is uploaded from a data source through flat file) with values in flat files which are not in RSA1 (Info object-->Maintain Master data) , the system is not complaining that there is no master data. It is creating CVC for what ever values i have in Flat files. Is this normal or is the system supposed to error out just like it did when i create a Single CVC?
Any idea how i can tackle this. Appreciate your help in advance.
Thanks.
Sai.

Hi Sai,
I can share what I understand.
CVC is not BW data, it's part of APO DP master data and has connections to BW in the sense that you use the characteristics which are defined in BW.
When you are creating CVC and checking for BW master data, you are checking if characteristic data is correct BW wise also.
If the master data for characteristic is not found, BW is issuing an error.
On the other hand, data in Cube is already a BW data, and all the BW related checks are already done at the time when your data has come from flat file to the Cube. So, there is no chance that you would get BW check related error when you create CVC from cube.
Hope this helps.
Thanks - Pawan

Similar Messages

  • Make Indicator "check bw master data" mandatory when creating CVC in MC62

    Dear All,
    There is a requirement to make the indicator "check bw master date" mandatory while creating CVC using tcode /sappao/mc62.
    I have tried SHD0 - transaction variant. This field is not shown.
    Is any other way to realize this?
    Thanks,
    Bin

    Hi,
    It is not possible to make the indicator "check bw master date"  mandatory  as this is generated program.
    To meet your requirement using BADI /SAPAPO/SDP_MASTER method SET_COMBI_VALUE_CHECK you can force the
    system to check 'BW master data' or if this flag is not set then throw the error message.
    Regards,
    Sunitha

  • Check what master data was carried with last load

    Hello all,
    I have an issue. I'm looking for a solution, so maybe you can help me :).
    I have the InfoObject A linked to InfoObject B , through a transformation.
    I also have a DTP.
    Running the DTP , I load master data from A to B.
    A and B already contained data, before my load.
    How can I check what master data was carried with my last load?
    (I don't have the chance to check by request, as if in the case of a cube , for example)
    Thank you.

    I agree like cube we cannot see the request wise data wise data .
    The alternate to this is you are updating the data through the DTP correct .
    Goto DTP maintenanve screen and click on the PSA and check the date wise data in that .
    I hope you must be awared of  which date data you need to see . So you can check from the DTP PSA screen .
    Assign marks is the best way to appreciate help

  • How to check the master data records in using SE16 transaction?

    Hi,
    Can you please help me to check the master data records using SE16 transaction?
    Loaded master data for Characteristic and want to check the records in the master data tables.
    Thank you for your help!
    Lakshmi

    Hi!
    Welcome to SDN.
    you have to check the master data tables.
    soo in Se16 you have to select the appropriate master data table and view the data.
    following thread explains about masterdata tables
    MasterData table?
    regards
    mohan
    Message was edited by:
            Mohan Krishna

  • Checking the Master Data Load

    Hi,
    If my report doesn't work and I have to check the Master data is uploaded properly or no, How do I check that?
    Can you help with the steps?
    Thank you.

    Hi Radha,
    The shortest way to check the Master data of any info object is:
    Goto SE16 or SE11:
    In the table text box give: /BI0 or C/MXXXXXXXXX
    '0' for SAP generated infoobject
    'C' for Customer generated infoobject
    View of MstrDtaTbls: 'M'
    Master data tab: 'P'
    SID table attr.: 'X'
    Text Table: 'T'
    XXXXXXX - infoobject.
    Hopes this helps.
    Regards,
    Ravi Kanth

  • Checking the master data automatically before the payroll run...

    Hi Friends,
    Can anyone tell me that, is it possible to check the master data automatically before the payroll run.
    If any user forget to maintain any important info-type ( like Cost Distribution ) in time of master data maintenance, SAP allow the Payroll system to run the payroll for that employee. Only in time of account posting the user is able to know the problem and due to rectify the problem they have to delete the payroll.
    So, I therefore wants to know that is there any check point or can customized any such things, which will check the necessary info-types before running payroll and generate an error massage about the missing info-type and also skip the processing for that person.
    With regards,
    Diptendu

    have
    a look at this report
    but before that make sure wht are the mandatory infotypes that are maintained to the employee so that u can come to an idea what are infotypes that are maintained for the memployee
    se 38   HTWLINFO  read the documentation of the is report mmight be useful

  • Reg: Master Data Attribute SID issue

    Hi,
    In 0MATERIAL i found some inconsistency in the P & X tables for reference SIDs, when i check the data at info cube by selecting a nav attribute of 0material then it is showing wrong data. I tried to check the consistency of this object at RSRV by selecting combined master data test then i found the below log
    Characteristic 0MATERIAL: 144,290 values from table /BI0/PMATERIAL do not exist in table /BI0/XMATERIAL
    Characteristic 0MATERIAL : Tables /BI0/PMATERIAL, /BI0/XMATERIAL are not consistent: 144,290 deviation(s)
    Any inputs regarding this issue will be appreciated.
    Thanks in advance.
    Prabhakar.

    Hi,
    I tried to repair the error from there, but after doing so the same error was getting displayed.
    Even i have checked the number range also, it was ok.
    Any more suggestions.
    Regards,
    Prabhakar.

  • Master data: maintain "Goods Issue Processing Time" in R3 and CIF it ?

    Hello,
    we want to use the so called GIPRT (Goods Issue Processing Time) in the APO material master (Tab: GR/GI) to schedule SNP PREQs. I can maintain the field in APO but finally I'm looking for maintaining it in the conencted R3 material master (MM02). I see a field in R3 called MARC-GI_PR_TIME but after scanning the material master customizing I think you can't add that to any dynpro in MM01/02/03.
    I wonder if this field (MARC-GI_PR_TIME) in R3 is truly meant for maintaining the Goods Issue Processing Time in R3 and transfering it to SCM via the CIF or whether its there but has no function or is maintained somewhere else in R3. Any idea ?
    Workaround obviously would be to maintain the field in APO directly - but that's what I want to avoid since 99% of master data are coming from R3.
    Regards
    Thomas

    Hi Thomas,
    You can implement user exit EXIT_SAPLCMAT_001 and can write code based on your requirement ( May be you want to transfer this GR time for some of the products only). You can push the values by this user exit for any field in APO.
    Thanks,
    Abhilasha

  • Check on Master Data Value (User Manual Input)

    Hi all,
    i have the following situation:
    User has to insert a set of Characteristic Value (these are not limited in level for any value nor variable) to be able to enter layout and does manual planning, with my great astonishment i have noticed that BPS does not do any check on the master data value inserted by the user, for example if user insert value '1' for 0payscalety CH instead of '01' the system does not give any error message and goes directly to perforate the Master Data with this wrong value.
    Does exist any setting/tip to avoid this unpleasant situation?
    Many thanks in advance
    Fabio

    Hello Fabio,
    personal I would not set up a data model, which makes differences between 01 and 1. It is known that this will make always problems in the future.
    I believe it is quite more unpleasant that SAP does not provide detailed documentation...
    You can use e. g.
    - conversion routine in BW char.
    - message, fox
    - char. rel. and / or ABAP
    - drop down list which does not allow manual input
    to manipulate before / after input. These are some of those possibilities, which SAP provides.
    regards
    Eckhard
    Message was edited by: Eckhard Lewin
    Message was edited by: Eckhard Lewin
    Message was edited by: Eckhard Lewin

  • Master data delta load issue

    Hi Expert,
    We have recently enhanced a Master Data object with 3 fields. These fields are directly mapped from a DSO. When the delta load is done, these 3 fields are not getting the data, while a full(selective) load gets the data and the 3 fields get populated. What can be the reason for this?
    Thanks,
    Anupama

    Hi,
    Then if data already updated to info object through full load, again if you run delta dtp for the same its not fetch any records, so after full load, initiliaze the delta dtp, In DTP in exectue tab you will select processing mode as select option : No data transfer delta status in source is : fetched, aftet that you can run your regular deltas. it will work.
    Regards,
    satya.

  • Check material master data attributes for COPA planning?

    Hi
    Our users use COPA for sales forecast. Apparantly they don't know their data, because they often manage to plan sales on materials that are no longer "active", defined by "plant specific material status" in the MRP view of the material master.
    They would like the system to issue a warning or forbid planning on a material if it has a certain status.
    I don't know any way to do this other than getting someone to code a validation that runs whenever planned data is saved. Is there an easier way?

    Actually, we are only using ke11 for planning input, so your suggestion won't work for us:-(
    However, reading it and trying to write why it wouldn't work inspired me to come up with a possible solution myself using simple derivation:-)
    Rule 1:
    Table lookup:Source field MARC-MMSTA, target field USERTEMP1
    Condition: PLIKZ=1
    Rule 2:
    Derivation rule: Source field USERTEMP1, target field USERTEMP2
    Condition: PLIKZ=1
    Attribute: "Issue error message if no value found"
    Rule values: Only entries for the valid status (we only have vlaues 1-4, so I just made mapping 1-1, 2-2, 3-3 and left out 4, which should not be planned)
    This solution doesn't require that the field is added to the CO-PA structure which is a nice bonus:-)
    The request was for a warning, but maybe an error will be acceptable as well.

  • POS DM master data check

    Hi all,
    is it possible to perform articles master data check (eg. ean code or article code existence) on sap retail master data instead of bw 0material?
    Thanks a lot
    Ado

    Hi Anthony,
    here some answers to your questions:
    1.) How does it check the existence of related master data? If you look at the details of a delta infopackage, you will not find an option to check for master data as compared to a normal delta infopackage.
    ==> you cannot check the refrential integrity via the InfoPackage, hence you have to this via transormations (if needed)
    2.)  Will it load the transaction data even if no master data exist for the transaction data?
    ==> Yes
    3.) Also in this process, will it create the master data SID table entries while it loads the transaction data into the DSO? There may be some master data referenced by the transaction data which may not exist in the source system yet and therefore not loaded into the master data infoobjects yet.
    ==> Yes, but this behaviour is the same as for periodic (non-RDA) transactional data loads.
    4.) The concern I have is when running a process chain to load master data such as 0ACCOUNT, 0COMP_CODE and followed by an Attribute Chain Run at the end of this process chain, will the locks established by this Attribute Chain Run crash the RDA daemon when it tries to load those transaction data that have new master data in them ?
    ==> You do not have to worry about conflicts / concurrent locks with the Attribute Change Run. The only process that could be critical, is the loading via RDA and periodic master data via DTP, which could result in a error in the DTP (you can resolve this very unlikely event by restarting the DTP or by triggering the re-load of  the master data from the source system). In general, we would assume that these 2 events are highly unlikely to conflict.
      Cheers
        SAP NetWeaver BI Organisation

  • Master data loading issue

    Hi gurus,
        Presently i am working on BI 7.0.I have small issue regarding master data loading.
        I have generic data soruce for master data loading.i have to fetch this data to BW side.Always i have to do full data load to the master data object.first time i have scheduled info package and run DTP to load data to master data object, no issues, data got loaded successfully.whenever i run infopacage for second time and run DTP i am getting error saying that duplicated records.
       How can i handle this.
    Best Regards
    Prasad

    Hi Prasad,
    Following is happening in your case:
    <b>Loading 1st Time:</b>
    1. Data loaded to PSA through ipack.It is a full load.
    2. data loaded to infoobject through DTP.
    <b>Loading 2nd Time:</b>
    1. Data is again loaded to PSA. It is a full load.
    2. At this point, data in PSA itself is duplicate. So when you are running the DTP, it picks up the data of both the requests that were loaded to PSA. And hence, you are getting the Duplicate record error.
    Please clear the PSA after the data is loaded to infoobject.
    Assign points if helpful.
    Regards,
    Tej Trivedi

  • Master data check not working when loading into and ODS object

    Hi guys,
    we are loading transactional data into an ODS from a flat file.
    In the infopackage, we have checked the option :                                                
    "Do not update data if no master data exists for a characteristic".
    This option seems to be unreliable :
    For some characteristics (it seems those loaded using transfer rules (routines)), incorrect data is still loaded into the ODS even if no entry exist in the associated infoobject master data table.
    Any help appreciated.
    Many thanks !
    Pierre-Yves

    Hi Dear,
       please delete all the incorrect master data from the master data characteristic first and then try to uploading the data again .It should work, because there migth be some master data created when data were loaded with out the check before.
    And please check whether all your characteristic info object are of master data , I mean that in the infoobject defination you have checked the master data check box on the info object. If you have only text then it might fail the master data check.
    hope this help.
    cheers,
    balaji
    Message was edited by: Balaji NS

  • Master Data Attribute is not getting reflected in the Cube?

    Hi All,
    I have loaded the data from ODS to the cubes for customer master and it contains a lot of navigational attributes
    for instance :
    master data for customer in development is
    customer   customer group 5(nav attributes)  Customer pricing group
    1001           HAW                                                         IE
    And hence when i load the customer 1001 from the ods to the cubes i can see the customer contains navigtional attributes for customer pricing group but CUSTOMER GROUP5 doesnt gets displayed in the cube.
    I check the master data it contains the values for customer group. How to Rectify this issue?
    Pls advise me!!
    Thanks
    Pooja

    hi all,
    I have explicity clicked on the navigational attributes in the cube i can see the values for the other navigational attributes being displayed in the cube for customer master but then only one navigational attribute is not getting displayed.
    For instance
    customer, customer gp2, customer grp5
    100, nr, nv
    only customer grp5 is not getting displayed which has values in the master data but then customer grp2 along with customer is getting displayed.
    Thanks
    Pooja

Maybe you are looking for

  • Report Template -  NULL in Row Template Condition

    I just found a workaround, but, in a report template, in a Row Template # Condition, based on a PL/SQL expression, the condition always fails if/when #COLUMN_VALUE# was NULL. I worked around this with a NVL in the query - but, is there a better way?

  • Issue in invoking the BPEL process from Oracle using a SOAP Request

    Hi, We are facing an issue while invoking a deployed Bpel Process from Oracle Applications 11.5.10.. Using a concurrent program( Unix / Host program ) we are passing the input variables required for the Bpel process in the ProcessRequest tags and for

  • Legend item text too long

    Hello. Question to Flex guru: I have too long text in Legend for chart. How can I do line folding or how can I show toolTip for legend item (like for a Label object)? How can I initialize Legend object with array of LegendItem objects? Sorry for my e

  • IPhone 4S Photo Library and Photo Stream Dead

    Do these symptoms sound familiar to anybody: I've been taking some short video clips on my iPhone 4S of a bathroom remodeling project. From the Camera app: I can view those new videos just fine from the camera app, after hitting the ... not sure exac

  • Decentralized Adapter Engine

    Hello, We have installed an XI landscape (XID, XIQ, XIP) on Unix along with a single decentralized Adapter Engine on Windows (XD1) which is currently configured for use with our XID system. We would like to also use this same decentralized Adapter En