Some simple queries on TimesTen

Hi, I am completely new to TimesTen, I was just wondering how it can interact with standard Oracle Databases
Q1.What is the connection method to TimesTen ? i.e. is it Sql*Net ?
Q2. What is used to backup TimesTen databases ? Are they basically a backup of the transaction logs, therefore any file based backup method ? eg standard backup facility of the OS on which TimesTen is deployed ?
Q3. I presume tools like Data Pump, export/import etc do not work with TimesTen ?
Q4. Can TimesTen be used as a Data Source for Oracle BI Server ( i.e. OBIEE ) or alternatively to hold the BI Repository ?
Q5. Are all the basic DML and DDL commands for Sql, available to be used with TimesTen ?
thanks,
Jim

Hello Jim. With regards to your questions:
Q1.What is the connection method to TimesTen ? i.e. is it Sql*Net ?
A1: When TimesTen communicates with Oracle it uses regular SQL*Net mechanisms. To Oracle DB it appears as just another client.
Q2. What is used to backup TimesTen databases ? Are they basically a backup of the transaction logs, therefore any file based backup method ? eg standard backup facility of the OS on which TimesTen is deployed ?
A2: TimesTen provides it own backup and restore utilities (ttBackup/ttRestore) which allow you create online, transactionally consistent backups, both full and incremental. These tools are the only supported way to backup a TimesTen database. You should not use OS level file backup tools to backup an active database as the resulting 'backup' will not be consistent and will most likely not be usable.
Q3. I presume tools like Data Pump, export/import etc do not work with TimesTen ?
A3: Correct, however TimesTen does have its own set of tools that provide many capabilities.
Q4. Can TimesTen be used as a Data Source for Oracle BI Server ( i.e. OBIEE ) or alternatively to hold the BI Repository ?
A4: Yes, TimesTen is supported as a data source for OBIEE. In fact TimesTen is one of the key technologies within the OBIEE stack in the Exalytics BI engineered system. It is not currently supported to store the BI Repository in TimesTen.
Q5. Are all the basic DML and DDL commands for Sql, available to be used with TimesTen ?
A5: Yes, though there are differences in the syntax and features supported by TImesTen compared to Oracle DB. But TimesTen supports most of the usual SQL.
You can find put a lot more detail about TimesTen by skimming through the presentations, whitepapers and documentation, available here:
http://www.oracle.com/technetwork/database/database-technologies/timesten/overview/index.html
Chris

Similar Messages

  • Simple Queries on Reports

    Hi, I have some simple queries on reports, which are following. Any help is appreciated!!
    Q1. Where does following information go ??
    a. The heading that I want to print on only the first page of the Report, like Report Name,
    Company name, should go to Margin or Header or Body ?
    b. Where does the page numbers go ?
    c. Field titles/labels, that should print on the beginning of every page of the report
    Q2. How can I restrict the printing of a cloumn to once, when a same value is repeating more than once.
    This is the first column of the report, so if it's value is same in the next rows, i need to print it only once.
    Should I use format trigger or that can be simply done my setting some properties ? If format trigger,
    then how ?
    Q3. Is it possible that I have two parameters in my Parameter Form and after accepting first parameter
    value I show the the list of second parameters on the basis of first value choosen by the user ?
    e.g. If somebody chooses dept# 10, and then second field displays all the employees of dept# 10.
    Q4. Im my report, I want always a last page that is dipalying data from altogether different query which is no
    way related to my other main query. This is query is pretty simple and I just want to display the
    data always on the last page of the report. How would I handle the layout of this page ??
    Thanks!!
    Shalu

    Hi Shalu,
    Q1-
    a)If you want to Print heading on the First Page ONLY then it sholud be
    in MAIN SECTION/BODY olny.(Fields Property- Print OBject On- Should be
    First Page).
    b)Bottom-Right of the MARGIN Section.
    c)if Report Heading is in Main Section then in the layouts Main Frame,
    inside that you can keep (Field titles/labels).
    Q2- Go to Report Wizard try these two Report Style(Group Above and Group Left)
    i think this will solve your Problem...
    Q3- I thinnnnnnnk this is not possible.
    Q4- You can use Trailer Section of the Report.
    Regards,
    Ravi

  • Simple queries in portal

    I am having some difficulty writing what I think should be simple queries for the portal. I cannot find any documentation about the tables and how they are linked. For instance, I need a report that gives information about items such as what folder they are in and what content area. I cannot determine how to link the content area into the query.

    Hi ,
    general structure to display an iview
    Role -> Work set-> Page-> Iview .
    If u want to create all these u have to go
    1) Content Administration .-> In the list u will End Conten provided by SAP -> Right Click on -> select create iview (or) page (or ) Work Set or (Role )
    selecte Create role -> U will seee ne page - > give name of role  , role id . -> click on next-> finish .
    u will get like
    u want edit the object right .
    just click on object editing .
    in right side u will get one  page there u will see Entry point should be enabled thats .
    ur role is created now .
    now u have to assign this role partcular user right
    go to User Administration ->give user name -> search -> u will get ur user name -> select it user -> then u will sear for availa ble role -> type ur role id there click on search - > ur role is displayed over there -> Click on ADD -> Save it .
    thats it ur role is added ur required user
    now logoff from poratl and relogin u will see ur role .in top level navigation .
    if u want measn i will send u with screen shot k .
    Regards ,
    venkat

  • Simple queries

    Hiya,
    I'm trying to run simple queries against my database but get the following error:
    Error: Could not fetch DOM element for doc id: 9167 in ..../mydbxml/lib/i386-linux-thread-multi/Sleepycat/DbXml.pm, line 497
    Some simplified test code that still generates this error is:
         $fullQuery = 'collection("/local/scratch/ar283/anthology/dbxml/anthology.dbxml")//PAPER';
         $txn = $mgr->createTransaction();
         $context = $mgr->createQueryContext();
         $expression = $mgr->prepare($txn,$fullQuery,$context);
         $results = $expression->execute($txn,$context);
         my $value;
         while( $results->next($value) ) {
    print "$value\n";
    print $results->size() . " objects returned for expression '" . "$fullQuery'\n" ;
         $txn->commit();
    I've also tried variations on the $results = $expression->execute($txn,$context); line, e.g.
         $results = $mgr->query($txn,$fullQuery,$context);
         $results = $mgr->query($txn,$fullQuery);
    But the same error occurs. Can anyone tell me what I'm doing wrong?
    Thanks,
    Anna

    Have you removed
    any environment files by accident.Not that I'm aware of. What files? From within my code? How could I be doing this?
    Once you are in this situation, it won't be fixed
    other than by recreating the data.Okay, thanks.
    How far do you get in your application before you hit
    this problem? I.e. what is
    working?Well, in the case of the the test query at the end of the building script, I successfully create the database as follows:
    my $theContainer = "/local/scratch/ar283/anthology/dbxml/anthology.dbxml";
    my $env = new DbEnv(0);
    $env->set_cachesize(0, 64 * 1024, 1);
    $env->open("/local/scratch/ar283/anthology/dbxml/",
    Db::DB_INIT_MPOOL|Db::DB_CREATE|Db::DB_INIT_LOCK|Db::DB_INIT_LOG|Db::DB_INIT_TXN|Db::DB_RECOVER, 0);
    my $mgr = new XmlManager($env);
    my $txn = $mgr->createTransaction();
    if ($mgr->existsContainer($theContainer)){
    $mgr->removeContainer($txn,$theContainer);
    $txn->commit();
    $txn = $mgr->createTransaction();
    my $container = $mgr->openContainer($txn, $theContainer, Db::DB_CREATE);
    $txn->commit();
    Then I populate it in a for loop of transactions like:
    my $xmlDoc = $mgr->createDocument();
    $xmlDoc->setContent( $recordString );
    $xmlDoc->setName( $theName );
    $container->putDocument($txn, $xmlDoc);
    $txn->commit();
    That all seems to work fine. When I tag on the following code for querying the container, I get the error message:
    $fullQuery = 'collection("/local/scratch/ar283/anthology/dbxml/anthology.dbxml")//PAPER';
    $txn = $mgr->createTransaction();
    $context = $mgr->createQueryContext();
    $expression = $mgr->prepare($txn,$fullQuery,$context);
    if ($debug){
         print "$0: full query is $fullQuery, expression is $expression\n";
    $results = $mgr->query($txn,$fullQuery);
    $txn->commit();
    I get my debug output of "full query is collection("/local/scratch/ar283/anthology/dbxml
    /anthology.dbxml")//PAPER, expression is XmlQueryExpression=ARRAY(0x87a7770)" then the next line causes the error.

  • Extensive IO and CPU for simple queries

    Hi,
    I have a machine using oracle 9.2.0 and solaris 10.
    For every simple queries, it very big IO and a lot of CPU. This is only happend on one particular machine(We have same version db and soalris on other mahcine and it works fine).
    One example queris is when I use Enterprise Manager to get the "configuration" information of the instance,it use 50% IO. I get the trace file and tkprof as following:
    SELECT UNIQUE sp.name, sp.sid, DECODE(p.type, 1, 'Boolean', 2, 'String', 3,'Integer', 4, 'Filename', ' '), sp.value, p.issys_modifiable, p.description FROM v$spparameter sp, v$parameter p WHERE sp.name = p.name ORDER BY sp.name,sp.sid
    call count cpu elapsed disk query current rows
    Parse 4 0.02 0.01 0 0 0 0
    Execute 4 0.00 0.00 0 0 0 0
    Fetch 9 4.36 34.12 7980 0 0 783
    total 17 4.38 34.13 7980 0 0 783
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 5 (SYSTEM)
    Rows Row Source Operation
    261 SORT UNIQUE (cr=0 pr=0 pw=0 time=1214116 us)
    261 HASH JOIN (cr=0 pr=0 pw=0 time=1221296 us)
    361485 MERGE JOIN CARTESIAN (cr=0 pr=0 pw=0 time=370609 us)
    261 FIXED TABLE FULL X$KSPSPFILE (cr=0 pr=0 pw=0 time=19777 us)
    361485 BUFFER SORT (cr=0 pr=0 pw=0 time=6413 us)
    1385 FIXED TABLE FULL X$KSPPCV (cr=0 pr=0 pw=0 time=4180 us)
    1379 FIXED TABLE FULL X$KSPPI (cr=0 pr=0 pw=0 time=7001 us)
    It seems Oracle FTS the X$KSPPCV and X$KSPPI.
    Can anybody give me some suggestion to improve the performance?
    thanks.

    Is there a difference in the query plans on the two machines?
    Did you analyze the SYS and SYSTEM schemas on one system and not the other?
    Are there different initialization parameters on the two machines?
    What do you mean by "it use 50% IO"? I'm not sure what that means and I'm not sure how you're measuring that.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • I need some help adding music to my slideshow in iPhoto.  When I open iTunes as the source, it says it needs to be open to populate, which it is.  I have no knowledge of computers...like, at all....so I need some (simple) help?  If possible?  Thanks.

    When I open iTunes as the source, it says it needs to be open to populate, which it is.  I have no knowledge of computers...like, at all....so I need some (simple) help?  If possible?  Thanks.

    When I open iTunes as the source, it says it needs to be open to populate, which it is.  I have no knowledge of computers...like, at all....so I need some (simple) help?  If possible?  Thanks.

  • I need some simple examples to start with for Oracle ESB

    Hi All,
    Please share some simple examples to startwith for Oracle ESB.
    I need to understand, what are the files are created, once created an ESB project.
    What is the use of the files how to edit them with out using JDeveloper.
    Iam trying to create a simple example.
    I would like to create a file which has only "HELLO" in that file, simple text file inside a folder "INPUT" in my c:\ drive.
    I wanted to create a ESB service which picks up the file and add a string to it like "HELLO" + "ESB" and drop this file into "OUTPUT" folder in c:\ drive.
    How do i do that. I tried to do it when i deploy the integration server connection is gettting hit badly. I dont see that connection any more and i dont see that connection in my JDeveloper.
    I dont want to start with existing code.
    Please help
    Regards,
    Vijay.B
    Message was edited by:
    Vijay.B
    Message was edited by:
    Vijay.B

    Hi,
    If you want to do it from scratch you can basically do the following:
    Make sure you have created an application server and integration server connection in JDeveloper.
    1) Create a new JDeveloper project of type ESB project.
    2) Possibly add a ESB System/Group (open the esb file and click "Create System/Group") to group ESB projects.
    3) Create an XML schema describing your input XML file. Probably one element of type xsd:string.
    4) Create an example XML file which is well-formed and valid according to the XSD from step 3.
    5) Create a new File adapter (inbound/read). A routing service is automatically created.
    6) Create a new File adapter (outbound/write).
    7) Create a routing rule in the routing service in which you invoke the write method of the outbound file adapter. Possibly add a transformation using the XSL mapper.
    8) Deploy the ESB project to the server.
    9) Drop your XML file (from step 4) in the directory in which the inbound file adapter is polling.
    10) If it is ok, the file should be picked up, transformed and dropped in the outbound directory. A new ESB instance should be visible in the ESB console.
    See what files are generated on the filesystem in each of the above steps.
    Regards, Ronald

  • What is some simple program code to set up a database

    Could someone provide some simple data base program code for the HP50G with comments on procedure by the programmer? 

    Hi there,
    Have you tried animating the Clip property in the timeline? You'd probably want each clipping rectangle in its own symbol, and then control the symbol playback from the click event on the symbol instance.
    If that won't work for your purposes, there's a slight error in your code.
    Rather than:
    sym.$("clipTangle2").css("clip:rect(0, 159px, 0, 0)");
    Try:
    sym.$("Rectangle").css("clip", "rect(0, 159px, 0, 0)");
    hth,
    Joe

  • Please some one can explain about some complex queries

    BW Guru's,
    please some one can explain about some complex queries which was created while working on Reporting.
    I need to create profit and loss query as per requirment on the FL-Gl cube.
    Answer would be appreciate in advance.
    Regards
    Krish

    HI Aryan,
    No need to create FM on your own. You can copy the FM from Function Group RSAX.
    The procedure to create FM extractor is as follows:
    1) Create an extract structure.
    2) Go to SE80. Select Function Group RSAX , right click and then copy.
    3) Give your own name to the function group to copy.
    4) Select one appropriate FM from the list of FMs provided. eg FM RSAX_BIW_GET_DATA_SIMPLE.
    5)Specify the name of new FM you want to create.
    6) Go to SE37 and open the FM you have created by copying from Function Group RSAX.
    7) no need to change the import tab.
    8) On tables tab, for paramerter name E_T_DATA under asociate name specify the name of extract structure you hav created.
    9) Under source code tab make the changes in the source code only to customise it to your requirement. eg: declare the database table you are using, make changes where datasource is in picture, etc.
    I have created a generic DataSource with the help of above procedure.. I hope you will find it helpful...
    Regards,
    Geetanjali

  • Some basic queries on OAF

    Hi All,
    I have some basic queries in OAF...
    1. What are the procedures to delete the Extensions?
    2. After extending a VO, why we have to upload .jpx file and if we don't upload what will happen?
    3. Can we use EO without altering the table to add WHO columns?
    4. Why we have to develpe the OAF pages in webui and VOs in server folders only? is there any specific reason?
    5. Are there any other methods to call the methods in AM apart from using am.invoke("<method name>") from CO?
    Please give me the answers for these queries.....
    Thanks in advance..
    Srinivas

    1. What are the procedures to delete the Extensions?
    Go to "functional administrator" responsibility. Under personalization Tab click on Import/export. Search for your document and delete the customization.*
    2. After extending a VO, why we have to upload .jpx file and if we don't upload what will happen?
    You need to upload the jpx file because in your jpx file you have Substitute tag which substitute OLD VO with new VO and at runtime framework will check if there is any substitution available then It will substitute the old VO with the new one.*
    3. Can we use EO without altering the table to add WHO columns?
    I think no because when you perform DML operations on EO then framework tries to update the WHO columns and if WHO columns are not present you would get an error message*
    4. Why we have to develpe the OAF pages in webui and VOs in server folders only? is there any specific reason?
    There is no specific reason for this we can create our PG files in server folders as well and it would work fine. This is just a standard given by Oracle.*
    5. Are there any other methods to call the methods in AM apart from using am.invoke("<method name>") from CO?
    You should only use am.invoke .*
    -- Arvind

  • I'm burning dvd's that won't play on a regular dvd player.  What am I doing wrong?  Are there some simple things to check to figure this out?  (Sorry, I know this has been asked many times)

    I'm burning dvd's that won't play on a regular dvd player.  What am I doing wrong?  They play fine on computers but not on dvd players.  Are there some simple things to check to figure this out?  (Sorry, I know this has been asked many times).  Created in DVD studio pro.

    Hi
    Just my thoughts to add to the excellent answers above.
    • BRAND of DVD used - Matters when doing Video-DVDs
    Memorex, NoName etc cheap brands usually do NOT work
    I only Use Verbatim (more organic dye in these)
    • Type of DVD - matters
    - DVD+/RW - usually results in problems
    - DL-DVDs are more problematic than SL-DVDs
    - DVD+R are a more modern sort - BUT PLAYS BADLY or not at all on older DVD-players
    I only use DVD-R
    • BURN SPEED - matters
    - Best in iDVD app - IS NOT BEST at all but results in lot's of Burn Errors = Doesn't play well or at all
    I set this down to x2 or x4 max.
    Yours Bengt W

  • I recently switched from years of PC to iMac ( OSX 10.7.5) and need to batch convert thousands of old WordPerfect files (many without an apparent file extension) into my new Microsoft 2011 Word.  I am a computer nitwit and am hoping for some simple sol'n.

    I recently switched from years of PC to iMac ( OSX 10.7.5) and need to batch convert thousands of old WordPerfect files (many without an apparent file extension) into my new Microsoft 2011 Word.  I am a computer nitwit and am hoping for some simple solution.

    Try reindexing the mailbox. This can take awhile if you have a lot of mail.
    Reindex messages.
    If that doesn't work try deleting MessageUidsAlreadyDownloaded3.
    Quit the application.
    You need to look in your user Library. Either hold down the option key while using the Finder “Go To Folder” command and select your user Library in your home folder or use the Finder “Go To Folder” command and enter ~/Library/Mail/V2/Mail Data/MessageUidsAlreadyDownloaded3.  Move the file to your desktop.
    Open the application and test. If it works okay, delete the file from the desktop.
    If the application is the same, return thefile to where you got it from, overwriting the newer ones.
    If you prefer to make your User library permanently visible, use the Terminal command found below.
    Show User Library
    You might want to bookmark the command. I had to use it again after I installed 10.8.5. I have also been informed that if you drag the user library to Finder it will remain visible.

  • Simple queries, but vital!!

    I have 3 very simple queries which I cannot figure out. I
    have little experience on Dreamweaver MX, and am in a position of
    having to edit and launch an existing site...
    1) I am trying to add a basic border around images and tables
    - just a thin black line to make them look neater - how do I go
    about this?
    2) to prepare for publishing, I assume I need to save all my
    pages and images in one place, and assign each link/image an
    address from my C-drive. At the moment everything is stored in, for
    instance, C:\Documents and Settings\Adam Lucas\My Documents\website
    updates\images etc - is this OK or do I need a more simple address
    to prepare for publishing?
    3) how do I go about publishing my website once all the
    finalised elements exist on my C-drive?
    any advice massively appreciated...

    > I have little experience on Dreamweaver MX,
    1. What is your knowledge level of HTML and CSS?
    2. Which Dreamweaver - is it 6.0 or 6.1? If it's the former,
    please update
    it to the latter from the updater on the Adobe site - there
    were quite a few
    quirks in the former that will make your life miserable.
    > 1) I am trying to add a basic border around images and
    tables - just a
    > thin
    > black line to make them look neater - how do I go about
    this?
    Andy has your answer - use CSS.
    > 2) to prepare for publishing, I assume I need to save
    all my pages and
    > images
    > in one place, and assign each link/image an address from
    my C-drive. At
    > the
    > moment everything is stored in, for instance,
    C:\Documents and
    > Settings\Adam
    > Lucas\My Documents\website updates\images etc - is this
    OK or do I need a
    > more
    > simple address to prepare for publishing?
    You *MUST* start with a local defined site. Do you have one?
    Have you read
    DW's F1 help about how to define a local and a remote site,
    and how to PUT
    and GET files?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "marcoppizio" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have 3 very simple queries which I cannot figure out. I
    have little
    > experience on Dreamweaver MX, and am in a position of
    having to edit and
    > launch
    > an existing site...
    >
    > 1) I am trying to add a basic border around images and
    tables - just a
    > thin
    > black line to make them look neater - how do I go about
    this?
    >
    > 2) to prepare for publishing, I assume I need to save
    all my pages and
    > images
    > in one place, and assign each link/image an address from
    my C-drive. At
    > the
    > moment everything is stored in, for instance,
    C:\Documents and
    > Settings\Adam
    > Lucas\My Documents\website updates\images etc - is this
    OK or do I need a
    > more
    > simple address to prepare for publishing?
    >
    > 3) how do I go about publishing my website once all the
    finalised elements
    > exist on my C-drive?
    >
    > any advice massively appreciated...
    >

  • Some Basic Queries

    Hi,
    Got some queries regarding Datawarehouse Builder 9.0.2
    1) How can i keep a track of records rejected due to validation Failures?
    2) How can i refresh the load based on date specified??
    These might be some basic queries. Just trying to learn how can i use this tool as per my business requirements.
    Thanks in advance. Any help would really be appreciated.
    Regards
    Biju

    Note that you're getting a fairly dumbed-down view of the whole virus issue so far.  People like to play word games with this topic.  It's important to understand that malware does exist for the Mac, so that you don't let a false sense of security behave in dangerous ways.  Of course, there's been several orders of magnitude less malware released for the Mac in the last 10 years than appears for Windows every day, on average, so you'll probably never see any malware...  but it's still possible.  For the full story on Mac malware, see my Mac Malware Guide.  (Note that my pages contain links to other pages that promote my services, and this should not be taken as an endorsement of my services by Apple.)
    Also, regarding whether the stock 13" MBP has enough memory for you, it is impossible to answer accurately without knowing what you plan on doing with your computer.  If you're a graphic designer, for example, who needs a lot of memory and power, 4 GB may not be enough, and for that matter, a 13" MBP might not be right for you.  What do you plan on doing with it?

  • Some SRM queries

    Hi,
    I have some SRM queries & request your valuable response & guidence
    1. What CLEANREQREQ UP does exactly or any detailed information on this program
    2. What BBPGETSTATUS_2 does exactly or any detailed information on this program
    3. If one deletes an item in BE PO(classic) then what shall happen to shopping cart.Ideally it shall be available in SOCo.WHat if user wants to delete shopping cart?whats the option available?
    4. I believe that if the shopping cart can not be deleted then we can manually cmark it as complete. WHat FM we can use to complete a shopping cart
    5.If the status of shopping cart shows 'In Transfer' what is the option available? In case if sPO item isdelted by user & subsequently shopping cart is also deleted it stucks with this status.
    6. Entries seen in table 'BBP_DOCUMENT_TAB '
    7. Is there any way we can assign user as explicit buyer assignment?how?
    thanks in advance for anti

    Hi Arjman,
    to your questions:
    1) The majority of the follow-on doucments are asynchronously created in SRM. The report CLEAN_REQREQ_UP checks whether this asynchronously triggered follow-on documents are indeed created (technically the report reads the table BBP_DOCUMENT_TAB, and checks whether the follow-on documents are there). An example: in the classic scenario the report checks whether the follow-on doucument purchase requisition is created in the backend system.
    2) The report BBP_GET_STATUS_2 checks for changes in the follow-on documents, and if needed it updates the originating document. Example: In the classic scenario there was a Purchase Requisition created from the SC. In case you delete a line item form this Purchase Requisition, the BBP_GET_STATUS_2 will update the history of the SC line item.
    3) In case the of classic scenario it's possible to delete PO line items which are created from Shopping Carts. When you delete a line item in the backend PO, the BBP_GET_STATUS_2 will update the SC in the SRM system: in the history you will see, that the follow-on document was deleted, and the item should land in the SOC.
    4) Once the SC is approved, no change more is allowed on it (you won't get the change mode in the transaction 'Check status').
    However you still will be able to delete the SC line item by pushing the trash icon, and you also can delete the follow-on documents of this SC. This is the current standard behavior.
    You can only prevent changes on the SC when you archive the SC, or the follow-on documents have also other follow-on douments. Example: SC -> PO in the backend -> CF -> INV. In this case the SC line item cannot be deleted.
    5) This case shouldn't happen without manual interaciton. Normally for this cases the system creates an entry in the alert monitor. Ther the administrator can delete the SC line item, or delete it. Now in your case I suppose you don't have thie alert entry. You can recreate this with the report BBP_ALERT_SB_NOTTRANSFERED as described in the note 441768. Than the administrator can delete the SC line item.
    6) In the 'BBP_DOCUMENT_TAB ' shouldn't be older entries, this is only a table for temporary check. Each entry, which is older than one day, has some trouble. This entries sould - and the corresponding SRM documents should be checked one by one.
    7) I don't understand the question.
    Regards,
    Peter

Maybe you are looking for

  • How to process pdf file in clower ETL

    Hi, I want process pdf document in clower ETL dataintegartor. I have created sample project and created ETL garph universal data reader, data i have imported pdf file, while openning the metta data information it's show encoding data format and inval

  • F110 run the payment run directly without running the proposal run first

    Hello to you all, Does any one know I do I block the option to run the payment run directly without running the proposal run first? Thanks in advance, Yoav

  • Excise not picked in SO for new plant

    Hai gurus, Excise is not picked up while creating a sale order for a newly created plant. If I use a existing plant , Excise is picked in SO. I have maintained the condition record for the newly created plant also. Can U say where I would have gone w

  • Service PO Services Line number value

    Hi, We have an SRM 5.0 Extended Classic system linked to an ECC6 backend system. We have applied a note to correct a service line number problem in ERP but we're getting results that seem odd. I would appreciate if someone could verify the following

  • How to convert a jar file to a setup file

    hi i have jar file and i want setup file of this so that i can install it in any system which has windows opearting system..please help me to solve this problem by mebimathew