Question while using report /SAPAPO/SDORDER_DEL

Hello all,
While using Report /SAPAPO/SDORDER_DEL and going through system documentation, I found that:
"Normally, the order data remains in the database (it is not deleted as in live Cache)."
From the above statement I am assuming that data gets deleted in live cache on a timely basis, Can someone please let me know how frequently the data gets deleted in live cache?
Thanks for your time,
Venkat.

Hi Venkat,
There is no specific frequency for data getting deleted from the live cache.
It depend on the transactions which are taking place in R3 and APO.
For eg. Sales orders create a requirement in the R3 which is transferred to APO.
Now when this sales order is delivered, the requirements gets deleted from R3 and similarly from APO livecache. But this information does not get deleted from the APO database tables.
So this report is used to delete R3 document data that is no longer required in APO.
Cleaning of the database tables in APO leads to better performance.
So as a best practice, this report should be scheduled to run weekly.
Regards,
Asheesh Gupta
Message was edited by:
        asheesh gupta

Similar Messages

  • Issue while running Report /SAPAPO/SDORDER_DEL

    Hello All,
    We are using the first tab "Delete on database" in the Report /SAPAPO/SDORDER_DEL. We have created a variant with a combination of selections like "Locations" and "Last before change date" and also we checked the addtional functions "Compare ATP tables with /SAPAPO/POSMAPN" and "Delete Obsolete records in /SAPAPO/POSMAPN".
    The issue we faced is that, elements like sales orders, deliveries and Purchase orders are deleted without considering the "locations" and "last changed before date". Elements of very recent date (09/08/2007) are deleted even though the "last changed before date" is somtime in the past (eg. 05/31/2007).
    Can please someone let me know your ideas on this?
    Thanks,
    Venkat.

    Hi Venkat,
         You can check OSS note : 657214 /sapapo/sdorder_del: Documentation and usability.Note 553476 - Composite note: Report /sapapo/sdorder_del.
    Best Regards,
    Siva.

  • Pass current url as report prarameter while using report viewer web part

    hello everybody
    is there a way to
    pass current url as report prarameter while using report viewer web part
    thanks in advance
    Sergey Vdovin

    Hi Evolex,
    Per my understanding that you want to get the current url and create an parameter to add this URL as its value, right?
    gernerally, we can use some code to get the current url but it almost impossible for us to get it automatically as value of the report parameter.
    In your senario, i suggest you to copy the url and specify values when creating parameters.
    Thanks for your understanding.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Error Showing While Using Report Generation ToolKit VIs

    Hi All,
               When I use report generation VIs Like Excel Easy Tables its showing following errors and i am not able to contiune using the same,
    C:\Program Files\National Instruments\LabVIEW 8.2\vi.lib\utility\NIReport.llb\Set Report Font.vi
        - LabVIEW 8.0 changed a constant that was wired to a Case structure to a hidden control to maintain compatibility with LabVIEW 7.1 and earlier.
        - LabVIEW 8.0 changed a constant that was wired to a Case structure to a hidden control to maintain compatibility with LabVIEW 7.1 and earlier.
    what might be the issue, i am using LabVIEW 8.2

    Hi,
    In
    LabVIEW 7.1 and earlier, subVIs could be kept in memory by wiring a
    constant to a Case structure and placing the subVI in a case that would
    not be executed. For example, you could wire a True constant to the
    Case structure and place a subVI in the False case of the Case
    structure, and LabVIEW would load the subVI along with the calling VI.
    However, from LabVIEW 8.0 onwards, the case structure is optimized to remove code that is not going to be executed. Changing the
    constant to a control ensures that this VI behaves as it did in LabVIEW
    7.1 and earlier. If the intent is not to keep the subVIs in memory, you
    can change this control back to a constant by right-clicking the
    control and selecting 'Change to Constant' from the shortcut menu. The
    proper way to keep a subVI in memory without calling it is to use a
    Static VI Reference.
    Good Luck!
    Warm regards,
    Karunya R
    National Instruments
    Applications Engineer

  • Some questions while using JMF play mpeg-1 stream media?

    I use Helix server to provide unicast, and use JMF to play the stream media. But the JMF only play the audio stream transferred by rtp. I have used video palyer�s getVisualComponent() method to get Visual component and added it into the frame. But I get a pink screen. So I think some thing wrong with the video player.
    Who can give me an answer?
    1.     Whether JMF can play mpeg-1 video stream media?( Audio can be heard. Video stream comes to my computer but can�t be displayed.)
    2.     Which method it should use to synchronize video stream and audio stream?
    BTW: In JMF, when the RTSP player�s start() method is invoked, the player creates players by the stream�s track numbers. Video stream and audio stream have different players.

    Try posting your question under the Java Media Framework forum instead.
    You'll get much better responses if you ask the right people !
    regards,
    Owen

  • Delta question while using 'RSAX_BIW_GET_DATA_SIMPLE for delta datasource

    Hello all,
    we have created a custom datasource using FM and we have written it pretty much as a copy of this FM 'RSAX_BIW_GET_DATA_SIMPLE'.
    we are using this extractor to extract data from one of the HR infotypes. Now how it works with infotypes is suppose you have one record for date 04/01/2011 to 12/31/999 and when you go in to create a new record it will delimit the previous one, so basically if you create a new record today the first record will go as 04/01/2011 to 07/31/2011 and new record will be 08/01/2011 to 12/31/9999.
    Now how I am seeing the delat data comeover is I am getting the new record which is created with new dates of 08/01/2011 to 12/31/9999 but the extractor is not fetching the old/changed record of 04/01/2011 to 07/31/9999 so when i load data in DSO I have two records but both of them end on 12/31/999, I have Valid to as part of data fields in DSO so that it can be overwritten but since I am not getting/collecting the changed record the valid to is not changing.
    Has any one faced this before and knows how to fix this?
    Thanks in advance for your help.

    Hi Cathy
    Check the document for combining two date fields to get the timestamp.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/30aefb04-7043-2c10-8e92-941536eebc79
    Now the two dates that you have to consider is the start date(08/01/2011) and the end date (12/31/2011). As per the document the record will be captured based on the change either in start date or end date or both. This way it should capture both records.
    Regards
    Lalit
    Edited by: Lalit Tyagi on Aug 3, 2011 4:41 AM

  • /SAPAPO/SDORDER_DEL  not removing ATP orders

    Hi All
    I am doing product deletion where I am getting message that ATP order exist for the same. I have checked table /SAPAPO/ORDADM_I & found that entries are present in this table. To remove these entries I use report /SAPAPO/SDORDER_DEL but it is not able to delete the orders.
    Could any one pls let me know how can I proceed.
    Hitesh.

    Hi Hitesh,
    I had a similar problem this week.
    I could not find those ATP orders in the report /SAPAPO/OM_DELETE_INCON_ORDERS
    Then i deleted the entries directly from the Table /SAPAPO/ORDADM_I and it worked.
    Let me know if you find some other way out.
    Regards,
    Asheesh

  • ABAP dump DBIF_DSQL2_SQL_ERROR in report /SAPAPO/OM_LC_UPGRADE_70 during up

    We are in the process of Upgrade of SCM APO system from version 5.0 to 7.0.
    Also we are upgrading livecache to version 7.7.
    While running report /SAPAPO/OM_LC_UPGRADE_70 in se38 to perform the steps under section 3, we are getting following ABAP dump:
    DBIF_DSQL2_SQL_ERROR
    Please find ataached the entire abap dump for your reference. We have successfully executed sections A & B of report /SAPAPO/OM_LC_UPGRADE_70 at the appropriate time during the upgrade.
    Kindly look into the issue and revert ASAP.
    Thanks & Regards,
    Virendra
    +919619498381

    Hello Virendra  , Hello Pavan,
    the SAP MaxDB/liveCache is forum and NOT hotline of the support, it's NOT ASAP support.
    We shared the knowledge or expierence on the posted in the forum questions/issues when we have time voluntarily.
    1.
    As you are SAP customer =>
    I recommend to create the SAP message with the high priority and esculate it if it's ASAP case.
    Then your phone number will be used by SAP support to call you and help with issue.
    2.
    Please find ataached the entire abap dump for your reference. We have successfully executed sections A & B of report /SAPAPO/OM_LC_UPGRADE_70 at the appropriate time during the upgrade."
    This part is looking that the SAP message was already created, the ABAP dump was already attached to the message and
    now the SAP message's issue copied to this forum with hope to get the solution.
    Am I correct?
    Then first check what database error you got in ABAP dump & post this info.
    Regards, Natalia Khlopina

  • Message in /SAPAPO/SDORDER_DEL

    Dear all,
    When running the /SAPAPO/SDORDER_DEL program we get the message: prod. xxx, vers: 000 orders exist (use report: /sapapo/rlcdelete)
    In /sapapo/rlcdelete for this product I see 2 orders.
    The difference with orders I can delete is that the Cat, Product,Location, lst.Ch.on and Chk.SDord is not showing any values.
    Any clues to solve this in APO 4.0?
    Cheers

    Hi ,
    Please run the consistency check report :
    1. /SAPAPO/OM17 consistency check
    2. Planning area consistency check through program /SAPAPO/TS_LCM_CONS_CHECK.
    3. CCR
    check weather order is availabe in RRP2, RRP3.
    than try to delete it again by RLCDEL.
    Manish

  • /SAPAPO/SDORDER_DEL recommendations

    Hello all,
    I'm performing the report /SAPAPO/SDORDER_DEL once a month with period of retention of 3 months due to degree performance problems with tables /SAPAPO/POSMAPN and /SAPAPO/SD_DOC. I didn't find any recommendation about SLS lifetime at APO side.
    Anyone has any recommendation about the retention of the Sales Orders in APO?
    Iu2019m Kind afraid about this because I donu2019t if it can cause any problems at APO.
    Regards,
    Alberto.

    Hi Alberto,
    It is Ok to delete the Sales Orders with the retention period of 3 months. I dont think you would really need to have the Sales order liine item information in APO if the Order cycle is closed. Once the PGI is done in the Sales Order, I dont think you actually need to have the info available in APO. It is Ok to go with what you have decided.
    Thanks,
    Babu Kilari

  • /SAPAPO/SDORDER_DEL recommendation for date

    Is there any state-of-the-art / best-practice solution how to run report /SAPAPO/SDORDER_DEL in batch processing? Especially concerning the selection variable Last Changed Before.
    What are your experiences, how old documents should be to be deleted with this report?
    Thans in advance, S.

    please check the notes 657214 and 553476 on /SAPAPO/SDORDER_DEL  report

  • Inputs for running /SAPAPO/SDORDER_DEL report

    Hello,
    We want to run /SAPAPO/SDORDER_DEL report to delete unnecessary Sales orders in the APO system. Before while executing this report I would like to be clear on 2 points:
    1. Three tabs with various fields came up after executing this report:
        1.Delete on Database
        2.Delete in SAP livecache and Database
        3. Delete All DB Sales Order data
    Can someone please let me know the major differences of these tabs or any advantages or disadvantages of using one over the other.
    2. Second point I want to understand is that, once I delete Sales Order data is using this report there any way, I could retrieve that data back.
    Your thoughts and suggestions are very much appreciated.
    Thanks,
    Venkat.

    Hi Venkat,
    In APO you have information in two instances a database and a livecache.
    With the first tap you can delete obsolete entries that exist in database, but they are not in livecache. Here you have additional options to delete allocation objects from ATP and delete and adjust ATP tables.
    Second tab is to delete orders from livecache using different selection parameters.
    Third tab is to delete all order from the database.
    So first is to adjust ATP orders on database, second on livecache and third to delete all.
    As i know, you can not retrieve information of this tables after running this report.
    I hope this can help you.
    Regards.
    Marín.

  • Handle a non existance of report object while using find_report_object ?

    How to handle a non existance of report object while using find_report_object?
    HOW CAN I HANDLE THE ERROR FRM-41219 PROGRAMATICALLY.
    SINCE ID_NULL IS NOT SUPPORTING FOR REPORT OBJECT.
    1) Message level for FRM-41219 is 20, even if i set the message level to 20, it's not getting suppresed.
    As per my follwoing code, error is rasing once immidiatlly after the find_report_object.
    DECLARE
    REPID REPORT_OBJECT;
    BEGIN
    REPID := FIND_REPORT_OBJECT('REP_OBJECT');
    --NOTE 'REP_OBJECT' DOES NOT EXIST, IT'S NOT GOING TO THE EXCEPTION
    --SECTION AND RASING THE ERROR 41219 CANNOT FIND REPORT : INVALID ID.
    --QUESTION : HOW CAN I HANDLE THIS ERROR?
    EXCEPTION
    WHEN OTHERS THEN
    MESSAGE('INSIDE EXCEPTION');
    MESSAGE('INSIDE EXCEPTION');
    END;

    This is really more of a Forms issue since these are Forms built-ins. However, check out note 209513.1 in Metalink. It describes how to check if the report objects exists and how to trap the error.
    Hope that helps,
    Toby

  • SAP Best Practices V 4.31 questions- Getting errors while mapping reports.

    Case 1:
    I am trying to map following reports from SAP BP V 4.31 to our data sources:
    a)POSD-Month-Material Group
    b)POSD-Month Suppliers
    c)POSD-Suppliers
    These are the 3 reports out of 9 reports under trade dashboard.
    We have followed the steps outlined in section 9 and used the code provided in appendix IX of the "Manual data source creation document"  ,
    These reports seem to use a field "DMBTR" :
    Report claims this field(DMBTR  ) would exist under following structure : ZBPBI131_STRU_TRADE_POSD
    But the document specified this(DMBTR) field as part of structure : ZBPBI131_STRU_TRADE_PO
    And the report is hence showing this field as orphaned and needs to be mapped while updating source.
    I am clueless what is wrong ( document and code given there (or) report version i got)  and how to map that DMBTR field to existing infoset and what impact it would create if i force it into the infoset declining the guiding document.
    Case 2:
    While mapping reports under" Sales Plan vs. Actual Dashboard" , I am getting error saying "Some tables were not found" ,even after  we created the Query ZBPBI131_QRYSD on top of its infoset in SAP.
    I am clueless what have gone wrong.We have followed exact steps as mentioned in the manual data source creation document.
    Any help from anyone is greatly appreciated.
    Thank you

    Ingo,
    I saw the same reply from you for  some other users post.
    Suggesting to post to All in One forums.
    I was unable to find that exact forum, could you point me with a link.
    infact if i can get to that forum, may be my question has been already answered.
    Your help is appreciated.
    Thank you

  • Hi, my MacBook Pro cannot open Safari. nexpectedly while using the librooksbas.dylib plug-in" the report details the exception code as 'EXC_BAD_ACCESS (SIGSEGV)' and exception codes as: 'KERN_INVALID_ADDRESS at 0x0000000920

    Hi, my MacBook Pro cannot open Safari. It crashes and gives the message, ' Safari quit unexpectedly while using the librooksbas.dylib plug-in" the report details the exception code as 'EXC_BAD_ACCESS (SIGSEGV)' and exception codes as: 'KERN_INVALID_ADDRESS at 0x0000000920

    Remove "Rapport" by following the instructions on this page.
    Back up all data before making any changes.

Maybe you are looking for

  • DBMS_STATS.GATHER_SCHEMA_STATS taking too long

    Hi All, I have issued a DBMS_STATS.GATHER_SCHEMA_STATS using the following PL/SQL block on my schema contaning about 7 TBs of data. I used the following PL/SQL block for gathering the schema stats: DBMS_STATS.GATHER_SCHEMA_STATS ownname =>'SCHEMANAME

  • CER upgrade from 8.6 to 10.5- Refresh Upgrade COP file

    I am looking for the RU COP file specific to CER  10.5,  there is no COP file available under CER 10.5 download section . There is a COP file available under 10.0 ( v1) that is only for RHEL 5. Version 1.5 COP file available only for CUCM/CUC/IMP Can

  • Document open all way across desktop instead of where saved.

    What are the steps when the document that normally opens in the area you saved it on on the desktop, suddenly starts opening the entire way across the desktop including behind the columns of tool bars and links and pages, etc. and where you had saved

  • How do i draw on JPanel?

    Hi all, Is it possible to draw inside swing JPanel? If so, how to draw, say, a rectangle inside a JPanel? Thanks a bunch! mp

  • Configure My Sql 4.1 on WebLogic 8.1

    Hi I am new to BEA WebLogic. Can you please help me to know that how can i configure MySql 4.1/5.0a on WEBLOGIC 8.1 Please provide me any link which provide me step by step information. or please guide me to know how can i achieve that thanks in adva