Master data modified at SQL end not reflecting in Info object master data

Hi All,
we have done some data modification at SQl end where the modified data not reflecting in infoobjects master data.
for example:
we have split/skills numbers like 1-1000 in the data base and now we did some modifications to that particular split/skills numbers and uploaded that data successfully in the SQL end.now the problem is that modified data is not reflecting in split/skill info-objects and showing the same old data but not the modified one.can you please explain me how to reflect that modified data in BI side.
regards
Vamshi D Krishna

Hi vamshi ,
what is type of data load to master data infoobject (Full / Delta), if you know the split/skills numbers, try to load with repair full till PSA and check the data. if data is correct you can load to infoobjects and data will be overwrite, after loading data into infoobject -> in RSA1 -> infoobjects-> right and select "Activate master Data" ( this is not a mandatory step, if there is any M and A version data is there that will be adjusted.)  and updated data will be available infoobject master data.
Regards,
Daya Sagar

Similar Messages

  • Info object as Data type as NUMC, master data doesnot store value as 0

    Hello All,
    I have an Info Object whose data type is NUMC.
    It has only text Master Data.
    Id and its description are the two fields of that Master data.
    Now when below data is feeded in to that infoobject through transformation which has 1 to 1 mapping.
    ID              Description
    0                Submiited
    1                 Approved
    2                  cancelled
    The data gets uploaded in text table but.
    0 ID values turns out to be "       "    blank.
    Which is wrong.
    Result in Text Master table:
    ID                Description
                        Submitted
    1                  Approved
    2                 Cancelled
    if the ID is 0 it should be populated as 0 for "submitted"
    No start routine our end routine is ther in the transformation.
    Kinldy help me to solve this issue.
    Points will be assigned

    Hi,
    When an InfoObject is created it'll have a blank record, in case of Numc it'll be as shown below:
    ID  Description
    0   Blank
    But this 0 gets displayed as blank as well.
    When you post transaction/master data you can post it as
    0 for Submitted
    1 for...
    2 for...
    When you do reporting on this & if you only select text display only it'll display "Submitted", which is required. But if you display ID & text or only ID. It'll display # instead of 0.
    See if you can replace this # with 0.
    Mean while i'll be trying to get this solution. I'll post soon if i get the solution.
    Regards,
    Iliyas

  • Effect from build time dependent  2 attribute in info object master data

    Dear all,
    i creat time dependent  2 attributes in info object master data (ZCURRLUM) which use in info cube. after that i open workbook or query, it has short dump which error message
       "UNCAUGHT_EXCEPTION" "CX_RSR_X_MESSAGE"
       "CL_RSBOLAP_BICS_SERVICES======CP" or "CL_RSBOLAP_BICS_SERVICES======CM003"
       "HANDLE_UNCAUGHT_EXCEPTION"
    Question: info object master data can't use more than a attribute time dependent???
    i use in BI 7.0 level 14
    thanks for your help
    regards,
    Joy

    Hi Chandamita Sarmah,
    I copy error code to you from line 1 to line 28
    METHOD handle_uncaught_exception.
      data:
        l_r_program_error  TYPE REF TO cx_rsbolap_program_error.
      data: lBExDebug type rs_bool.
      GET PARAMETER ID 'BEXDEBUG' FIELD lBExDebug.
      if lBExDebug = rs_c_true or CL_RSTT_TRACE=>GET_TRACEMODE_CURRENT_TRACE( ) = rstt0_c_tracem
    Break-point for debugging, e.g. during running a trace
        break-point.  "#EC NOBREAK
      endif.
    Subcall?
      if P_RFC_CALL_DEPTH > 1.
      Forward the exception
        subtract 1 from P_RFC_CALL_DEPTH.
        DATA: l_r_x TYPE REF TO cx_no_check.
        TRY.
           l_r_x ?= i_r_exception.
          CATCH cx_root.
            CLEAR l_r_x.
        ENDTRY.
        IF l_r_x IS INITIAL.
          RAISE EXCEPTION TYPE cx_rsr_propagate_x
            EXPORTING
              previous = i_r_exception.
        ELSE.
        RAISE EXCEPTION l_r_x.
        ENDIF.
      endif.
    All exceptions should have been caugth -> X-Message
    Thanks a lot for your help
    Joy

  • Change Info Object Master/Text  data in PROD  to Time dependant

    Hello Experts,
    I have an Info Object used in ODS and Cube. Both ODS and Cube has data in it. The Info Object has Text data.
    I need to change Info Object Text data as Time dependant.
    What are best way to make this change? If I make change to Info Object, how it's going to effect Cube and ODS.
    Please advise.
    Thanks
    Padma
    Padma Reddy

    Bhanu,
    Yes I am selectiong the check box to make IO as time dependant.
    May be I am over complicationg this. Here is my understanding, correct me if I am wrong.
    The IO is used in cube. It belongs to Dimension1. This dimension table is nothing but dim id's and SID's. So the Dimension table is built based on the exist SID values.
    When I make change to IO, the data and SID's will change. Doesn't it cause some data inconsistancy ? And also the IO text table will have multiple rows with the same data but with different validity periods.
    As I said I may be thinking too foolish or technical.
    Please advise.
    Thanks
    Padma

  • How to set the Default values for Info Objects in Data Selection of InfoPac

    Hi All,
    Flat file Extracion:
    How to set the Default values for Info Objects in Data Selection Tab  for Info Package
    ex: Fiscal Year Variant  Info Object having values 'K4' 'Y2' etc  in Flat file
    Initially  default value(not constant)  for this info Object value should be 'K4'  in Info Package
    If I set data selection value for this info object K4 it will retreive records with this selection only? how to handle
    Rgds,
    CV

    Hi,
    suppose as your ex. if you are having fiscalyear variant in the dataselection tab then specify K4 in the from column, again the ficalyearvariant row and click on insert duplicate row at the bottom . you will get another row . In that enter Y2 in the from column. now you can extract K4, y2 values .
    haritha

  • Front End not reflecting previously deleted entry while entering into Staging table

    Lets say I have table named 'Sales' as my Source. It contains columns Sal_ID and Sal_DESC
    There is Front End Entity created as Master Sales in Model Project. According staging table in database is ' stg.Sales_Leaf '.
    Now, I have entered data into stg.Sales_Leaf from Sales table for 'CODE' and 'NAME' value as Sal_ID and Sal_DESC, and my ImportType is '0'.
    As Sales table contains 23 rows, these are imported to stg.Sales_Leaf with ImportType '0'.
    I am able to see it in Front End also.
    Problem starts now. I delete some rows from Front END directly which contains CODE value  as 22 and 23.
    These gets deleted from Front End View, but now again I load Same 23 rows to stg.Sales_Leaf with same data (after truncating it).
    I should be able to see 23 records in Front End, but it is showing only 21 records.
    Two records with CODE value as 22 and 23 are not reflecting in Fornt End.
    I think it is because 'mdm.<table_code>' table associated with stg.Sales_Leaf, is reflecting Status_ID as 2.
    Please provide the way, how can I get data reflected in Front End.

    All error numbers between -20000 and -20999 are not Oracle errors but rather application errors coded by whoever wrote your software.
    As previously suggested ... see your DBA or manager.

  • Date Modified in Finder does not update immediately

    I am finding that the Date Modified value takes several minutes to update in my Finder window when I've modified, saved and closed a particular file. Is there any particular reason for Finder not reflecting the the modified value immediately or any steps I can take to remedy this?

    I'm not 100% sure but when the finder window was constantly on the focus of the folder that contained the file in question, that's when the date would take time to update. However, since changing my workflow slightly, I now have several finder tabs open and I've found it changes immediately; or at least, it's updated as my focus has moved to another tab and then back to the tab containing the folder. Need more observation to confirm this though.

  • Master Data is not appearing in Info Object

    Hi Experts,
    I have loaded text data from data source 0WS_QUEST_TEXT to info object 0WS_QUEST. While running DTP, Load monitor displays 12 records are added to info object.
    Also while activating master data it gives error: "Master data for characteristic 0WS_QUEST already active"
    When i select Display Data option by right clicking on Info Object 0WS_QUEST, no data is displayed.
    Please let me know whether I am missing any step while loading master data.
    Please note that info package has already run and data is there in PSA.
    Thanks in advance
    Regards,
    Niranjan

    Hi,
    Just go to Infoobject and right click and select option maintain master data.
    Don't put any value and just execute.since there are only 12 records,it should show all the records .
    You can also check text table data by getting inside that object directly or through SE11/SE16 option.
    When the records are activated ,it will not activate it again,so it is not error,its just a message.
    Let me know if u have any further doubts.
    Thanks and regards
    Kiran

  • Modified WAD report does not reflect in Production even after transport

    Dear Friends,
    We are using BI7.00 with Nw2004S. One of my report had been created in WAD (Web application designer). I have transported this report to production from Quality as in our case the Quality client is the base client for WAD report development. I collected the objects from the transport connection in RSA1 and transported the request.
    After the above since user wanted changes in the report,i again modified the report and checked. Everything was fine in my Quality client but when i transported it to production, the new modifications are not appearing.
    I have done the transport more than 2 times but still not changes is shown.
    Experts kindly provide your helping hand.
    Regards,
    M.M

    Dear Arun,
    Thank you for your feedback. As per your guideline we executed the program RS_TEMPLATE_MAINTAIN_70 in both QAS and PRD clients and found that the html codes are same. Moreover we are still not able to get the modified web items in our PRD clients. All the caches were deleted and still no improvement. Following are the other activities and obeservations done by us.
    1) Deleted the web item again in QAS client, Saved the report, recreated the web item, saved and then collected it in the request and transported and found that it is still not reflecting.
    2) In our observation, we find that the objects are found collected in the transport request and the task of the transport request contains no element. We do not know whether it is right.
    3) Missing of authorisation was also checked and found that it is not the culprit.
    In the above context we are still groping in the dark. Kindly provide your expert comments.
    Regards,
    M.M

  • Info-Object Master Data is not populated using Attribute View

    Hi Colleagues,
    I have one info-Object 'Resource', compounded with client, resource type and scenario.
    I want to fill its master data using an attribute view.  In Master data tab, i have mentioned the package and attibute view (SAP HANA MODEL).
    Assigned all the attributes to respective fields in attribute view.
    I can see data using the 'Data Preview' in my attribute view.
    Two issues --
    1. Maintain master data option is disabled in the context menu of 'Resource' Info-Object.
    2. Also the data available in attribute view is not populating in master data of info-Object ( I tried seeing by creating a report).
    Please suggest what is wrong here.
    Thanks in advance.
    Regards,
    Rohit

    Hi,
    When you are loading data from DSO to IO, seems like some filtering is happening. Just check the active table of DSO and make sure that you have all the 59 records available.
    Another important thing is check the primary key of your master data i.e. if there is any compounding attribute if not then records from DSO might be getting overwritten in the master data. i.e. only 6 unique records.
    Regards,
    Durgesh.

  • Data from Infotypr 9 is not reflecting in BT table after payroll run

    Hi All,
    When we are running the Payroll Run for a period the data for bank details is not reaching correctly in BT table.
    Infact the Bank key is coming wrong in BT table this is causing wrong Bank Name getting printed on the Renumeration slip.
    Can you please suggest is there a setting from where these details are picked from. Or what can be other problem areas.
    Regards,
    Vidya.

    Hi,
    You can go to tcode FBZP and click on house bank. You can see the banks maintaned here.
    Reward If Useful

  • Database updates are not reflected in JDO objects.

    How to set time frame for sync up between database and cached JDO object?
    I am using kodo JDO in a servlet container, and a command line application
    will also updating database but these changes are not reflected in the
    database. The __kodo.DataCacheTimeout__ is not working for me.

    Are you using the level-2 data cache? If not, then the
    "DataCacheTimeout" property won't affect your application.
    Does the application use a single long-lived PersistenceManager, and the
    cached data you are seeing is from accesses in that PersistenceManager?
    You could always get around this with periodic calls to
    PersistenceManager.evictAll().
    In article <c50efo$r7g$[email protected]>, dharmendra wrote:
    >
    How to set time frame for sync up between database and cached JDO object?
    I am using kodo JDO in a servlet container, and a command line application
    will also updating database but these changes are not reflected in the
    database. The __kodo.DataCacheTimeout__ is not working for me.--
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Info Object Master Data (0DATETO &0DATEFROM)

    Hi,
    I created Info Objects with attributes and loaded master data
    When i do
    Bi Contect Info Object-->Context menu (Maintain master data) -->which show me info object id ,attributes ,  0DATETO and 0DATEFROM
    when i checked definiation of info object i can't find the attributes 0DATETO & 0DATEFROM
    When i do the same for my Z info object i didn't get 0DATETO
    0DATEFROM
    Please advise

    In the InfoObject Manteinance, under attributes, you have the infoobjects that are attributes of a characteristic
    The fifth column, has a flag, which determines if that attribute is time dependent or not.
    A time dependen attribute is when for a certain characteristic, such as Customer, you put an attribute, as Customer Classification, and from 1.1.2006 to 1.5.2006 you can say that is Classification A, and then from 2.5.2006 to 31.12.9999 (or until you change it) is Classification B.
    Hope it helps..

  • F4 not working for info object in web analyzer

    Hi Everyone,
    We have one report, the F4 is working fine for info obect in BEx analyzer but in case of Web analyzer  the F4 is getting stuck for the same info object.
    Can you please suggest what steps I need to follow to correct it.
    Thanks
    Kind Regards
    Anukul

    Hi Everyone,
    Yes, value help for variable.
    One of variable info object of query, the variable shows the value help in BEx analyzer but in Web analyzer it does not shows the value help for same info object.
    When we press F4 in web analyzer for that info object, the screen is getting stuck for long time and not shows any values against that variable.
    Please suggest experts, what actions need to take.
    Thanks
    Kind Regards
    Anukul

  • Shorter contract date, periodic billing plan reduced, not reflected in ECC

    Hi,
    We get quite a lot similar problems with service contracts with billing plan.
    Because of new type of contracts (other material number) being sold to our customers, the old contract will change end date, let's say from 31.12.2012 to 31.05.2011. Next the line item will be put to completed.
    The periodic monthly billing plan in CRM now only show billing dates as to 01.05.2011 which is correct.
    However on the ECC side, the created contract still show the future lines of the billing plan with status open.
    As a result they still appear in the billing due lists.
    The problem does not seem to be situated in the middleware.
    I changed the contract end date to 31.12.2013 (so even further in the future than in the initial status) and in ECC I see additional lines created for billing.
    Now if I bring back the contract end date to 31.05.2011 the extra lines in ECC are gone (period 01.01.2013 - 31.12.2013), but all lines for period 01.06.2011 - 31.12.2012 stay in overall processing status "Open" because they are "Not invoiced".
    Anyone came accross the same issue and knows how to solve it?
    Best regards,
    Geert

    Reason was incorrect processing sequence in changing contract dates

Maybe you are looking for

  • Trouble scanning 8 1/2 x 14

    I just bought and installed Acrobat XI Standard on my PC  I have a Brother FMC-430w Print/scan/fax.  I was using their Controlcenter 4 software and could scan 81/2 X 14 docs, which is what is reqd for my work.  My problem was that I can only load so

  • MIDI settings

    my midi is still not working with logic. i tryed resetting the midi drivers as well. how do i fix this? could it possibly be my interface? thanks!

  • Email Space

    My mail application for 2 email addresses (optimum through Cablevision) takes up  too much memory (6.1GB), and I often do not have enough memory to download an update. I have very few kept emails and delete even trash and sent. All my other apps are

  • H:message

    hi all, i am using <h:messages/> and it displays all the messages, but when i use <h:message for="docName"> it doesnt show messages for components.......what could be the problem? any suggestions appreciated. thanks pradeep

  • Weblogic-portlet.xml documentation

    Can someone tell me where to find documentation on the weblogic-portlet.xml deployment descriptor elements? Thanks Tim