Report on Archieved data for Object MM_SPSTOCK

Hi All.
We require a report on Archieved data for the Object 'MM_SPSTOCK'.which has the tables mcha,mchb,mbew.
I require the data for the table MCHB.
I have Archieve Key (Index) & Offset Value.
we are using Ecc 4.7 version.
Please help me to solve this issue.
Thanks in advance.
Regards,
Rahul

hi
check standard program MMREO210 - it explains how to use ADK function modules...
regards,darek

Similar Messages

  • Report of expiry dates for framework purchase orders

    Hi,
    In Standard SAP is there any report of expiry dates for framework purchase orders?
    Thanks & Br,
    Sandeep

    Hi
    There is no standard report available to display the expiry dates for frame work orders.You can get the details from table EKKO and field is KDATE or U have to go for development.
    regards
    Ramakrishna

  • Associate a report to a data provider object

    Hi,
      I am trying to associate / link a report to a its dataprovider object, how can i do that?  I am trying to display a report and also be able to get the sql statement for that object, but getSQL function only available from sqldataprovider.sqlcontainer.sqlselectstatement object, how do i associate a report to a particular SQL statement?  I am using BO XI R2.  In addition, i also would like to get the estimated time for a report to run, is it possible?  Can i use dataprovider object to do so? 
      Thanks for any help that anyone can provide.
    Thanks,
    Sue

    Hello Sue,
    Are you trying to display the SQL for a Query within a Web Intelligence document?  If so, you would create a Cell with a formula like:  =DataProviderSQL([Query 1]) where the argument is the Query object.
    Are you trying to programmatically retrieve the SQL statement using ReportEngine Java (REBean) SDK?  If so, it's as you suggest - you'd walk down the SQLContainer expression tree structure, to get the SQL Select and Where clauses.
    To get the estimated time to retrieve data, you'd use the DataProvider.getDuration() method, that estimates the time using previous run times.
    Sincerely,
    Ted Ueda

  • Report to show data for specific MD

    Hello,
    I am racking my brain thinking of a way to do this...
    I have some specific masterdata for example Product 1,2,3...10 and i also have a cube where any Actual & target sales are recorded
    I need a way of producing a report whereby the report shows ALL products and any data relevant from the cube...
    ie  if there is a product where there is no data for actuals or targets then the report will still show a line but with blanks in the KF.
    (right now, if there are no actuals or targets, that product is ommited from the report, I need to be able to see that product and the fact that there is no data for it in the cube)
    any ideas?
    thanks
    BW_ER

    Hi,
    There are multiple ways of achieving what you want.
    1) You can do as proposed and create an infoset and then you can use and outer join on the master data. This way all master data records are displayed independently of whether they have any transactions in the infocube when you create a query
    2) You can create a multiprovider on your master data and your infocube and then in the mapping of the fields, specify that you want the e.g. 0MATERIAL to come from  your master data
    Hth,
    Jacob

  • Report to get data for current_week+1 till 13th week

    Hi Friends,
    I have two tables
    BACKLOG_WEEK_AFTER_ATP (LE)
    BACKLOG_ATP_GT_CW (RE)
    ** First I have to query whats the current week and year and it should come in this format ---- 2011-WK30
    columns in table BACKLOG_WEEK_AFTER_ATP are:
    ITEM_NUMBER      QUANTITY
    1N5418                 20
    1N5614                 30
    1N5806SM               10
    1N5811                  0
    2PFF6                  60columns in table BACKLOG_ATP_GT_CW are:
    ITEM_NUMBER     QUANTITY        YEAR_WEEK
    1N5418                30        2011-WK30
    1N5418                 5        2011-WK31
    1N5614                30        2011-WK32
    1N5806SM              30        2011-WK33
    1N5811                20        2011-WK32
    3EX473K1              20        2011-WK30My report should look like
    ITEM_NUMBER    2011-WK30  2011-WK31  2011-WK32  2011-WK33  ...............till 13th week
    1N5418                10         -5         -5         -5  ...............till 13t week
    1N5614                30         30          0          0  ................till 13th week
    1N5806SM              10         10         10         20  ................till 13th week
    1N5811                 0          0         20         20  ................till 13th week
    2PFF6                 60         60         60         60  ................till 13th week
    3EX473K1              20         20         20         20  ................till 13th weekTo get this report i have these conditions to keep in mind.
    1) If item_number not present in LE table and present in RE table then repeat what it is in RE table till 13th week
    2) If item_number not present in RE table and present in LE table then repeat what it is in LE table till 13th week
    3) If item_number present in LE and also present in RE table then do subtraction for RE - LE for that particular item_number till 13th week.
    4) If item_number is there in LE table but not present in RE table for current_week+1(today week comes as 29th week) then repeat the same which is there in LE table. If item is found in RE table for (example 32th week) then subtract RE -LE for that particular item_number
    Thanks in advance.
    Regards

    User_Apex wrote:
    Hi Friends,
    I have two tables
    BACKLOG_WEEK_AFTER_ATP (LE)
    BACKLOG_ATP_GT_CW (RE)
    ** First I have to query whats the current week and year and it should come in this format ---- 2011-WK30
    columns in table BACKLOG_WEEK_AFTER_ATP are:
    ITEM_NUMBER     QUANTITY
    1N5418                     20
    1N5614                     30
    1N5806SM                 10
    1N5811                       0
    2PFF6                        60columns in table BACKLOG_ATP_GT_CW are:
    ITEM_NUMBER     QUANTITY        YEAR_WEEK
    1N5418                     30                2011-WK30
    1N5418                     5                 2011-WK31
    1N5614                     30                2011-WK32
    1N5806SM                 30                2011-WK33
    1N5811                      20                2011-WK32
    3EX473K1                   20               2011-WK30My report should look like
    ITEM_NUMBER    2011-WK30  2011-WK31  2011-WK32  2011-WK33 ------ till 13th week
    1N5418                 10             -5                -5              -5     ...............till 13t week
    1N5614                 30             30               0                0     ................till 13th week
    1N5806SM              10            10              10              20    ................till 13th week
    1N5811                   0              0               20              20   ................till 13th week
    2PFF6                     60            60              60               60  ................till 13th week
    3EX473K1                20             20              20              20  ................till 13th weekTo get this report i have these conditions to keep in mind.
    1) If item_number not present in LE table and present in RE table then repeat what it is in RE table till 13th week
    2) If item_number not present in RE table and present in LE table then repeat what it is in LE table till 13th week
    3) If item_number present in LE and also present in RE table then do subtraction for RE - LE for that particular item_number till 13th week.
    4) If item_number is there in LE table but not present in RE table for current_week+1(today week comes as 29th week) then repeat the same which is there in LE table. If item is found in RE table for (example 32th week) then subtract RE -LE for that particular item_numberNot an APEX question: use {forum:id=75} forum.
    Query to get data for current week+13

  • BPM reporting not displaying data for newly added field

    Hello All,
    I have a BPM process up and running fine. I have added reporting for monitoring no. of context field. I have also created a VC model for displaying the BPM report data. However, VC application is displaying only the context field that I had selected initially during the New Reporting Datasource creation. It'd not display the reporting data for the field that I added later.
    Please help

    Hi Apoorva ,
    Have you checked in the process repository whether your new process is activated or not?
    Thanks & Regards,
    Rohit

  • Report Painter YTD data for Balance Sheets accounts

    Dear Gurus,
    I am working on GLPCT report painter table and I would like to setup a report for inventory accounts with YTD data and not only movement on the current year.
    Which parameters (for basic key figures and Characteristics) should I use in order to have the report with 2011YTD data (2011YTD = closing balance 2010 + movements 2011).
    Thanks
    Kind regards,
    Dom

    Hi
    The As on Date balance cant be cumulated...
    Eg; you bought inventory worth 10 million in Current year and as of now you have 4 million worth of inventory in stock
    Cumulated bal in this case is 10 mil and As on Date balance is 4 million... 4 million is what you will get in SAP reports
    The same Key figure which shows values in comp code currency can be used
    br, Ajay M

  • GR55 - report generates no data for some of the cost elements

    Hi
    When executing GR55 for Monthly cost center analysis (target currency), the report generated has values for all the cost elements in the report. However, few cost elements do not show amounts. The amount columns show a ××××.
    Please suggest on why the system is not displaying the values only for few cost elements when running GR55 for report group CCPA (Cost center Actual vs Plan).
    Thanks
    Neetar

    Dear Neeta,
    Every customized report generated in Report painter will have a base as Form, were you do your customizing to get the report.
    So might be in some places the value key figure would have not properly customized.
    Check the report in T.Code GRR3 and see the places where you get XXXX.
    Hope it clarifies your doubt.
    Thanks and regards
    Praveen.J

  • How to report on archieved data

    Hi
    Think i archieved the data from the cube. but now our client wants to look the data that was archieved. so now how can i look the data once its archieved.
    REgards
    annie

    Hi Annie,
    SAP data that has been archived must be accessible for reading. The following tools are provided for accessing archived data:
    ·        Archive Information System
    The Archive Information System (transaction SARI) allows you to configure your own archive information structures (archive indexes), fill them with data from the archive and use them to search for archived data. It is only possible to access archived data if such an infostructure exists and has been filled. This can be done automatically during the delete phase or at a later point in time, manually.
    For more information see Archive Information System.
    ·        Document Relationship Browser
    The Document Relationship Browser (DRB) is used to show business objects and the links and relationships between business objects. Generally these are documents that were created as part of one business process or that belong to a common business process. DRB can display archived data as well as data in the database.
    ·        Archive File Browser
    The Archive File Browser (transaction AS_AFB) offers functions to display the contents of archive files. It offers a technical view of archived tables, much like the Data Browser (transaction SE16) does for database data. The Archive File Browser is particularly useful for administrators (of data archiving) and someone who might be looking for problems that occurred during archiving, or that wants to search archived data. It is not an end-user tool.
    For more info refer this link http://help.sap.com/saphelp_nw70/helpdata/EN/57/b22642aaf1de2ce10000000a1550b0/content.htm
    Regards,
    Rajkandula

  • Report Writer Missing Data for Cost Center+Investment Internal Order

    Hi Gurus,
    I have met a problem on Report writer. T-code KSBB -> Report for Cost Center Group by Cost Elements in diff months.
    The report can be drilled down to call KSB1 to give line items on the cost element by cost center/group.
    The problem is the drill-down report missed the line items for investment orders. ( Compared with manually use KSB1)
    The overhead internal order line items are fine.
    For example, document 001-Apr:
    Dr. Cost Element 1009                 $900  -- BA 90  Cost Center 90000 Investment order 9001
         Cr. Other cost elements.                  $900
    Document 002-Apr
    Dr. Cost Element 1009                 $800 -- BA90 Cost Center 90000 Overhead order 7001
         Cr. Other cost elements                      $800
    In KSBB report, the cost center group for 90000 in cost element 1009 in Apr only has $800.
    And the drilled down report which called KSB1 has the line item for docuemnt 002.
    However, when I run KSB1 directly, the total amount for cost element 1009 in cost center 90000 is $1700.
    Here is what I checked:
    1. I have my ABAPer checked the KSBB program and KSB1 program to debug them in DEV ( DEV and PRD has the same problem). The different to get the data is that in KSB1, it has selected a value type 11 ( Googled: field name is WRTTP, Down payments as expenses. In program: WRTTP means Statistically Actual ) and 04 ( Googled: Actual True Posting. In program: 04 in WRTTP means Actual posting).
    But in KSBB, it only select 04 when I clicked the drill down report to call KSB1.
    2. I am thinking that the cause was on different types of internal order:
    Overhead internal orders are statistical orders.  Investment orders are actual orders.
    Could you help to throw some light on the problem?
    Thank you very much.
    Emma

    Hi,
    Cost Centre vise Report you can take from KSB1
    Internal Order Vise Report you can take fro KOB1
    Regards,
    Sridhar Sha

  • Need: report showing modification dates for all files in WA

    We're having struggles in our first major product release of BC4J components on OC4j
    using OSCM for version control.
    Mood and release processes are getting more and more extreme as a result of not
    being able to easily manage our release configurations (CM).
    We're desparately in need of a report that shows:
    - what files have been modified VS a configuration name.
    - What files have been modified since I refreshed my WA
    In both we need to be able to print the list.
    Any sql scripts to share or cmd line script would greatly be appreciated!
    Thanks,
    curt

    David,
    Great, I'm making progress! Thanks.
    Yes on the CLI compare of two cfg's, got this working. THANKS
    use of the -fs<myfile> exports this to a printable file too.
    Work in progress:
    - Compare a cfg{N.M} to what's in a pwa or what would be in a pwa if refreshed?
    Experiments here haven't yeilded good results:
    CLI: set workarea myReleaseWA
    CLI: compare -rpmyCfg{1.0} -rpFolderInWA{MAIN;LATEST}
    Some how the directory walking is comparing apples VS oranges and all paths are different.
    - What files have been checked into a branch and I would get if I refreshed my PWA?
    Your SQL above doesn't exactly do this from my experiments.
    The c.spec_entry is null filters on currently checked out files.
    Config. Management may (usually) doesn't care about checked out files, just new checkins that
    a new release would get from a download latest.
    The best I've been able to hack are:
    CLI: set workarea my_release_pwa
    CLI: dir -s-nh-u-pth
    Since dir doesn't support -fs<myfile> or >myfile one needs to cut and past and save to a file
    or use CLI in one shot mode.
    This allows for greping/searching on current month and looking for files newer than the last release date.
    Another SQL based solution that orders the above same info from dir (I'm guessing?) is:
    select w.NAME wa_name
    ,va.changed_by
    ,to_char(va.date_changed,'DDMONYY HH:MI:SS')
    ,va.created_by
    ,to_char(va.date_created,'DDMONYY HH:MI:SS')
    ,jr_name.get_path(c.object_ivid,'VLABEL') obj
    from i$sdd_wa_context c
    ,i$sdd_workareas w
    ,i$sdd_version_associations va
    where w.irid = c.workarea_irid
    and w.name = 'smithc04_commissary_wa'  ---- my pwa
    and va.to_ivid = c.object_ivid
    and c.spec_entry is not null
    and va.date_changed is not null
    order by va.date_changed desc
    /This creates the same report as from dir only sorted conveniently.
    Still the use case question hasn't been precisely answered. I'm still guessing what new files/versions
    would be downloaded vs a release configuration or vs my [release_pwa]?
    I'm alot closer though and thanks,
    curt

  • Report to get data for

    Hi ,
    we create plan for the forecast by mass uploading program under the version 001, but some times they will change the forecast manually using MC94 Is there any  report which gives values of changes(forecast )  i mean forecast values before and forecast values after change.
    Thanks for you help
    Regards

    Hi,
    To my understanding , there is no such report.
    However, it can be achieved by if you design your PLanning table diffrently.
    Have 3 key figures for Forcast values.
    Forecast  for Uploaded value
    manual adjustment -- for manual additions.
    Adjusted Forecast-- For the Final forecast value.
    this way the infostructure report itself gives  the manual adjustments values also.
    Regards
    Ratan

  • How to set the filter on a report to show the data for the Current Month

    Hi all,
    I am working on a report, which currently has this filter: Date First Worked is greater than or equal to 10/01/2010. This reports show the data for the current month, so at the beginning of each month we have to remember to change the date on the filter.
    Does anyone know what the criteria should say, so that it automatically changes and shows the information for the current month, without us having to go in and change anything?
    Any help would be greatly appreciated!
    Thanks,
    AA

    You need to add a session variable to date fir worked assuming that this is a date field.
    To do this open up the filter on the field then at then press add Variable then "session" and enter the following CURRENT_MONTH into the Server Variable section.

  • No master data source mainatenance for object

    Dear SDN.
    I want to look for master data for object but it gives message.
    No master data source mainatenance for object.
    What is going on wrong.

    Hi,
    When you are prompted for the infoobject in master data read you shoud give the main characteristic name, not the attribute name(attribute which is there in the data target). It will map the attribute automatically.
    Regards,
    Amruth

  • Access of archieved data

    User want to have report for some movement type but data for the same is archieved .
    How I can access archieved data for tcode mb51.
    Thanks,
    Kiran

    at lower level of selection screen you have 3 check boxes
    try it first with short documents.
    if you dont get a result, then activate the short document from archive.
    Of course this only works if your archive is accessable.

Maybe you are looking for

  • BWA 7.20 Rev 6 - Fix Guide

    Few things I've seen thus far. 1) Upon launch TREXAdmin.sh and going tot he INI tab, the following three tabs showed errors due to directory structure. python-support python-extensions lexicon I've fixed these errors by putting soft links into the di

  • Detemining the free space for each tables before Archiving an object.

    Hi Everyone, I want to know,how can i get the information about the how much space will get free from each table which is related to an archiving object <b>before</b> i perform archiving on that particular object. Are there any transactions for the s

  • How to configure my extender if im on the pay-as-you go plan

    I purchased a samsung extender. It says on the page and in the manual to setup myself as a priority on my extender. After a number of discussions with support I was told that as a pay-as-you-go client *I CANNOT SET MYSELF AS A PRIORITY* on my extende

  • How to Prepare for MM interview ( Guidance )

    Hi MM Gurus,         I was Preparing for interviews on MM, and working as ABAP side. I need to go on technofunctional side. in mm side what are the areas that i should cover best to get through an interview and topics on which people work less and sh

  • Terms and condiditions for Spain exclude the use outside El Salvador

    The terms and conditons page for El Salvador and that for Spain seems to be the same. The problem is that for Spain it forbides the use outside El Salvador!: «El Servicio iTunes está disponible para usted sólo en EL Salvador. Usted acepta no utilizar