Maintaining RSPCPROCESSLOG and RSPCLOGCHAIN

Hello,
We are experiencing extemely slow runtimes to queries against the Admin Cockpit virtual cube 0TCT_VC12. It appears that the cause of this is the size of RSPCLOGCHAIN. This table contains over 1.5 million records and data that dates back to 2003.
What is the best method deleting old records out of RSPCPROCESSLOG and RSPCLOGCHAIN?

Hello,
in order to delete old logs for process chain you can use program 'RSPC_INSTANCE_CLEANUP
' in transaction SE38.
Note: Before use this in production system, pleasetest in your test system because I have not needed the report until now but I know that this exist and is for such issues.
I hope it helps.
Regards,
Marco

Similar Messages

  • Maintain Excise and series group determination setting

    Hi Everybody,
    In maintain excise group and series group determination setting. My all the fields are common for both domestic and export and i have to differentiate with automatic excise invoice. When i was trying to do the setting in Maintain excise and series setting. Its not allowing me to save it.
    I explain in a better way
    Sales org.      Distribution ch.      Division    shipping point    Plant     excise Group    series group     export        sub transt. type
    in03                    z1                        z1                inpa              inpa            z1                  z1
    All these fields are common for export also. when i try to maintain setting for export. i just try to add export field as export under bond.  But it stops to do that. And our company policy is we can not create more distribution channel  or division.
    Can anybody tell me how to do that or is there any user exit for this.

    Hi,
    I had created a new series group and tried to assign in the maintain excise and series group determination. But it give the same error  "target ket must be different from the source key"
    What i had done is : i had created new series group i.e z3
    and maintained setting like that
    in03         z1       z1        inpa       inpa        z1     z3       Export under bond
    when i try to save it, it gives error.

  • Please maintain PAN and LST details Error while extending the Vendor in Purchasing Organisation

    Dear Gurus,
    I have created a import vendor 200100 in finance using FK01 and mentioned LST, CST and PAN No details as "Nil", but when i am extending the Import vendor 200100 to purchasing organization level using T code XKO1, while saving i an getting error as: "Please maintain PAN and LST details"  even i checked in J1ID also... Excise data is maintained for this vendor. Please help me to resolve this issue. Many thanks.
    Regards,
    Siddu M

    Hi,
    You have to maintain PAN and LST number in Vendor master. This can be done in two ways :
    1. Go to transaction code J1ID. Select Vendor Excise details and click on Edit
    Click on
    Next Screen
    OR
    2. Go to Vendor Master
    Click on
    Next Screen
    Click on Sales Tax / Service tax tab
    Click on Withholding Tax tab
    In case CIN tab is not visible please revert as it comes on the basis of configuration which will be guided to you.
    We have said OR because in case it is updated in J1ID it reflects in CIN details or vice versa.
    Hope, this solves your issue else revert.
    Regards,
    Tejas

  • Where to maintain IATAC and SCACC codes?

    Dear expert,
    I serached everywhere in business partner maintennce but can not find the location where I can maintain IATAC and SCACC codes for AES message. I wonder if I missed a step in configurations.
    Your help will be much appreciated.
    Regards,
    Wen

    I can mention some steps to start with -
    1. Go to VOV8 - open Doc, type OR - click on 'Copy As' button - change the order type (any name starting with Z e.g. ZSER)
    2. Go to SPRO->Sales and Distribution-> Billing-> Create Billing type
    Here also create a new billing type by copying F2
    3. Go to VOV7 - create item categoty ZTAD by copying TAD
    (all your copy controls will get copied - you can check at VTFA)
    (in all the steps above whenever any prompt appears asking of coping data - always select Yes)
    Now for pricing -
    1. You need to create condition tables (V/03) with fields which determines price (e.g. weight, etc.). Then create an Access sequesce (V/07) and assign the condition tables to it.
    2. Create Condition types for each of the charges (V/06). You can copy standard cond. type PR00 to create condition types. But only one condition can have condition class as price (e.g. Processing) rest should be Discount or Surcharge.
    Change the calculation type as Quantity (for service items you need to enter the weight of meat being processed in quantity column). Assign the access seq. to the cond. types. You can allow manual entry by leaving the No Limit field blank.
    3. If you have taxes - you need to create condition types for that in a similiar way with calculation type %
    4. Next you need to do entire pricing procedure set up (V/08)
    Finally GL account assignment -
    T-Code - VKOA
    Its difficult to explain here all step by step processes. The above may help you to start. Pls. go through SAP help and other step-by-step documentations available on the internet on Pricing Configuration and Account assignment. Hope this helps.
    Thanks

  • Reg:RSPCPROCESSLOG and RSPCINSTANCE

    Hi
    Plz clarify what is RSPCPROCESSLOG and RSPCINSTANCE, which information is stored and what is the use of that information
    Thanks & Regards
    manikanta

    Hi,
    For Real Time, If you want to get the start and end time of all process chains run today, then you get in once instance.
    Or else if you are interested in checking how many events failed, then you can have a look at RSPCPROCESSLOG and check if you have taken corrective actions for all the errors.
    Once you dig in the colums of the table you might find many uses.
    Thanks
    El.

  • SPRO path for maintaining basic and alternative unit of measure.

    HI ,
    Please tell me path in SPRO where we maintain basic and alternative unit of measure. If it is not in SPRO ,please suggect where to create new or delete old unit of measure.
    Waiting for your reply.
    Thanks
    Rohit

    Setting up new units can be done in transaction CUNI
    If you want change units in a certain material, then do it in MM02, click button alternative data, then goto the units tab

  • How can I maintain start_time and end_time in my audit table for mydbms_job

    Hi Guys,
    Need some help on runing this job, I need to maintain start_time and end_time. However we are getting job details from the user_jobs table.
    DECLARE
    l_job BINARY_INTEGER;
    BEGIN
    DBMS_JOB.SUBMIT(l_job, '<your job code>', sysdate, 'sysdate + 1/24');
    COMMIT;
    END;
    Here I am planing to use audit log table which I have created with job_name,start time,end_time. Once I execute this job, I need to audit the job with start and end times. Is it possible.
    can any one help me on this.
    Thanks in advance!
    -KLR.

    If you switch from dbms_job to using dbms_scheduler (as recommended by oracle) then this auditing information would be delivered out of the box. For scheduler jobs there are much better dictionary information then for the older dbms_jobs solutions.
    Views like this
    select * from user_SCHEDULER_JOBS;
    select * from USER_SCHEDULER_JOB_LOG;
    select * from USER_SCHEDULER_JOB_RUN_DETAILS;

  • How to maintain previous and record count in audit table in SQL Server 2008 r2?

    Hi Experts ,
     Situation :
    in our database we are having few of stored procedures which will drop and recreates the tables and it is scheduled on weekly basis. when this job will run all the stored procedures will drop all the tables and recreate. Now we need to create one table which
    will maintain history of the records.
    my table structure is listed below
    TableName CurrentReocrdCount CurrentExecutionDate PreviousReordCount PreviousExurtiondate
    TEST         1000                   2014-03-30            NULL        NULL
    Test         1500                   2014-04-10            1000      2014-03-30
    Test         2000                   2014-04-11            1500      2014-04-10 
    How do i achive this . 
    franklinsentil

    You need to create audit tables for these. The table will be populated by COUNT value inside stored procedure. Each time it clears the main table and fills new data and also logs count details to audit tables. You can use COUNT(*)  to get count value
    and GETDATE function to get current execution value.
    So proc will look like
    CREATE PROC procname
    @param....
    AS
    --step to drop existing table
    IF OBJECT_ID('tablename') IS NOT NULL
    DROP TABLE <table name>
    --step to fill new table
    SELECT ...
    INTO TableName
    FROM
    --Audit table fill step
    INSERT AuditTable (TableName,CurrentRecordCount,CurrentExecdate,PrevRecordCount,PrevExecDate)
    SELECT TOP 1 'TableName',(SELECT COUNT(*) FROM tableName),GETDATE(),CurrentRecordCount,CurrentExecDate
    FROM AuditTable
    ORDER BY CurrentExecDate DESC
    UNION ALL
    SELECT 'TableName',(SELECT COUNT(*) FROM tableName),NULL,NULL
    WHERE NOT EXISTS (SELECT 1 FROM AuditTable)
    GO
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Can you use iTunes match and not get duplicates if you maintain mp3s and aiffs files of the same song in either the same or separate libraries?

    I maintain a collection of aiff files and mp3 files of the same music.
    Aiff for home listening and Mp3 for my devices.
    I can arrange these in the same or seperate libraires.
    Will "itunes match" duplicate the songs in the cloud if they in the same or seperate libraies on the same mac?
    If not, is anyone aware of how to manage seperate Mp3 and Aiff libraries so as not to get duplicates in itune match?
    All assistance is appreciated.
    Thanks!

    Hello mracole,
    I checked my "purchases" and the 7/19/13 purchases don't show up.  However, the earlier versions from usually several years back...the ones that are Matched...often do show up in my Purchases.  I suspect that somehow those REALLY purchased several year old versions were deleted and redownloaded by me so I could change them to the 256 kbps versions under iTunes Match.  They were probably 128 kbps versions originally when purchased.
    Why the earlier versions that were really purchased are now identified as Matched is puzzling.
    Why I now have Purchased versions from 7/19/13 is puzzling too...especially since these versions do NOT show up in my purchases.
    Calling Apple Support if a good idea unless someone can explain this mystery.  I might even take one of my laptops to the Apple store and show a Genius.
    Thank you very much for taking the time to respond, Mr. Luigi

  • Ags_work_incident_create_app - Unable to maintain system and client

    Hi,
    When creating a support message from the Incident work center, the fields system and client are greyed out and thus not maintainable.
    I have no problems creating support messages using the SAPWEBGUI or through transaction NOTIFCREATE, it is only when using the work center. I do not have any other issues in the workcenter, I can display and change support messages.
    I have check the security settings and run a security trace which did not come up with anything.
    Any advice as to why these fields are greyed out would be greatly appreciated.
    Thomas

    Authorization problem, issue solved.

  • Maintaining username and Id in Entire Application

    Hi,
    I am using REST web service. Once they login they will give username and password. (Username should be keep in all service.)
    By using this username i can take the contextId from the database table. Now I am having username and contextId in the First service. Response of this service is contextId and success information.
    For Second request they will give only contextId (they will get it from first request). here is the problem. Now I need username and userId for executing the query for current Request.
    How can i get username. condition for single contextId has lot of username. Now I need Logged username.
    Regards,
    john
    Edited by: john sundar on Apr 4, 2012 3:12 AM

    John,
    what i am saying is can we keep the requires values in some scope variable so that it would be maintained through out the session/pageflow?
    ~Abhijit

  • How to maintain street2 and street3 in customer master

    Hello All,
    I m uploading customer master data through xd01 tcode, but while recording there is no field called street2 and street3 but if create customer manually through xd01 only i can extend tht tab.
    pls let me knw how i can maintain street 2 street3 field while uploading customer master
    regards,
    SUnny

    Hi,
    While recording for XD01 there is a check box in the initial screen. If u click that all the additional fields will be appeared in recording.
    Regards,
    Balavardhan.K
    Edited by: balavardhan k on Feb 26, 2008 11:48 AM

  • Mobile Me Galleries in iWeb maintain formatting and features?

    Hello,
    Perhaps this is more of an iWeb question than an Aperture question, but here it goes.
    My question is: Can you integrate Aperture/Mobile Me galleries into iWeb? If so, do they maintain their formatting and features (eg, mosaic display, passwords for clients, etc)?
    Thanks very much
    Christian

    A gallery can be integrated into your website by linking to it.
    If you want to have the gallery in the main navigation you will have to hide the standard one and build your own. The gallery link in this menu will be an external link and should be set to open in a new window so that viewers don't have to use their back button.
    See....
    http://iwebfaq.org/site/iWebNavigationmenu.html
    ... for building our own.
    You can also link to a Mobile Me gallery by clicking on the widget icon, selecting MobileMe Gallery and selecting the particular one from the list.

  • Export Import to Maintain Test and Production Environments

    We have developed an application using Locally built Database Providers in Oracle Portal 9.0.2.6 which is installed to 2 schemas, has 5 different providers, and over 100 Portal major components (Forms, Reports, and Calendars) and over 200 minor components (LOV's and Links). We have used export/import transport sets with some luck, but it is a struggle becuase the import procedures are not very robust. Many things (such as missing LOV's, corrupt components, preexisting versions, etc, etc.) can cause an import to fail. And the cleanup necessary to finally achieve a successful import can be very time-consuming.
    Having a robust import mechanism is very important to our strategy for keeping installed (our own and clients') portal instances up-to-date with our latest release. Some of the enhancements that would make it much easier to develop and maintain Portal applications include:
    Within the Portal:
    1. Ability to copy an entire provider within the same portal (rather than one component at a time).
    2. Ability to change the schema to which a Provider is associated.
    3. When copying a component from one provider to another, the dependent items (i.e. LOVs and Links) should be copied to new second provider as well. (i.e. rather rebuilding each LOV in each provider and then editing each form to point to the new LOVs)
    Transport Sets:
    4. Should allow for changing provider names and provider schema, and global component name changes, and resetting unqiue id's on import (to create copy rather than overwrite).
    5. Should allow the option to ignore errors and import all components which pass pre-check (rather than failing all components if all items do not pass pre-check).
    How are other Portal Developers dealing with installing and then rolling out new sets of Locally built Database Providers from Development environments to Production? Are there any whitepapers on the best practices for replicating/installing a portal application to a new portal instance and then keeping it updated?
    Oracle, are any of my wish-list items above on the future enhancement lists? Or have others figured out workarounds?
    Thanks,
    Trenton

    There are a couple of references which can be found on Portalstudio.oracle.com that are of some use:
    1. A FAQ for Portal 9.0.2.6 Export/Import http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/DEPLOY_PERFORM/9026_EXPORT_IMPORT_FAQ_0308.HTM
    2. Migration Instructions by Larry Boussard (BRUSARDL)
    3. Migrating Oracle Portal from Dev Systems to Production Systems bt Dheeraj Kataria.
    These are all useful documents for a successful first-time Export-Import. However, the limitations and lack of robustness I listed in my first post, make the process so time-consuming and error fraught as to not be a practical development strategy.

  • Where to maintain processing and related charges

    Hi gurus,
       Customer gies material-Meat to our company to process(cut into peacs etc) to our company  and Our company process meat
    and delivers to customer. Here we charge customer fr processing the meat, charges for storaging if it is required, and also charging carrying charges for labour etc for picking and packing. Here i have to charge customer  for processing, storage and carrying every time customer gives material for processing.
    Can anybody tell me how to do whether i need to create dummy material for processing, how to maintain condition types, also where need to  maintain condition type for storage and where these storage charges apply is it at delivery doc level  and where i need to maintain carrying charges. at which sales doc level these charges have to be applied( at delvy or invoice level)
    Pls advice me
    regards

    I can mention some steps to start with -
    1. Go to VOV8 - open Doc, type OR - click on 'Copy As' button - change the order type (any name starting with Z e.g. ZSER)
    2. Go to SPRO->Sales and Distribution-> Billing-> Create Billing type
    Here also create a new billing type by copying F2
    3. Go to VOV7 - create item categoty ZTAD by copying TAD
    (all your copy controls will get copied - you can check at VTFA)
    (in all the steps above whenever any prompt appears asking of coping data - always select Yes)
    Now for pricing -
    1. You need to create condition tables (V/03) with fields which determines price (e.g. weight, etc.). Then create an Access sequesce (V/07) and assign the condition tables to it.
    2. Create Condition types for each of the charges (V/06). You can copy standard cond. type PR00 to create condition types. But only one condition can have condition class as price (e.g. Processing) rest should be Discount or Surcharge.
    Change the calculation type as Quantity (for service items you need to enter the weight of meat being processed in quantity column). Assign the access seq. to the cond. types. You can allow manual entry by leaving the No Limit field blank.
    3. If you have taxes - you need to create condition types for that in a similiar way with calculation type %
    4. Next you need to do entire pricing procedure set up (V/08)
    Finally GL account assignment -
    T-Code - VKOA
    Its difficult to explain here all step by step processes. The above may help you to start. Pls. go through SAP help and other step-by-step documentations available on the internet on Pricing Configuration and Account assignment. Hope this helps.
    Thanks

Maybe you are looking for

  • Chart Error - scroller positions should be positive and integer

    <p> Hello Expert I have created a flash chart with two filters on the chart region. i) ‘Select list with submit' ----- (:P23_TRC) ii) ‘Radio button with submit' -----(:P23_IMPACTC) The chart should display as per the filters selection. However, I get

  • ITunes v6.0.0.18 crashes regularly when importing from CD

    For almost a year now my first Apple purchase (iPod Photo) I have been amazed me with Apple's software reliability, even on my PC....until now. Now after down loading iTunes 6.0.018 tonight, it now regularly crashes when trying to import songs from C

  • Retention Periods

    Hi, I've read this from the Microsoft support pages: Retention Range for File Data For file data, using the Create New Protection Group Wizard, you can select a retention range between 1 and 64 days for short-term disk-based protection, up to 12 week

  • Displaying images in an application frame

    I'm trying to display a .gif in a frame. The first challenge is to turn the file(local) into an Image class. I don't know how to do that. Second is taking that Image and using Graphics to draw it. Alas, made necessary are "ImageObserver", "ImagerCons

  • SAP-3PL WMS integration

    Hi, I am working on a 3PL  WMS interface with SAP IM. Once goods are shipped from warehosue to customer, WMS system will send message to SAP and goods issue will be posted agaisnt SAP outbound delivery. We plan to use standard IDOC type SHPMNT06 for