In Numbers, highlighting a gap?

I have a line graph in Numbers with multiple lines to show the trends. But I want to show the gap between the two points. So is there a way to highlight from a point on the first line to a point on the second line?
Hope that makes sense.. not sure if it is possible!

You had to pick that one didn't you?
this is not a feature or anything, it's a trick, a workaround if you will. A real workaround
First it's a scatter plot, I don't think it will work in a line chart at all.
Second, I am on my ipad, so what you see is what you get, maybe SG can answer the line thickness part.
Ok, Scatter plots, they can plot data that isn't continuous, meaning if there isn't a Reading for Tuesday, it won't show zero (like other chart types typically do), it will just draw a line from Monday across Tuesday to the Wednesday point for example. It also will only draw a line between two points if they are one above the other in the table. If there is a blank row, no line between the last value and the next one further down in the table in that column.
I use these two things together to get the result.
So for each vertical section the chart. I am plotting three things, so three columns, but I need to draw a line between two of them, so I need different data in the third column between two rows. This will draw a line in that color between the data points on rows  1 and 2. But I don't want the other points to change so I leave them in place for all three rows. The blank row is there to stop it drawing a yellow line between columns of information in the chart ( put something in and watch the difference.
Look at my table, I typed in values by hand, but it could easily be accomplished using some Formulas.
It actually, plots three dots at 10 and at 15 for value 1 and 2, but it draws a line from the 10 to 15 in the third column, then stops because of the blank row. If you put data there or remove the blank row, you get a yellow line from 15 in counter one data to the 10 in counter 2 data. Try it to see what I mean.

Similar Messages

  • Sequence numbers - with no gaps!

    I seek some advice from anyone with first hand experience in this area.
    My need is simple; generate a new ID number for every order for use as the primary key.
    Obviously this simple exercise could be a bottleneck as volumes ramp up, so I was pleased to find the Oracle feature to generate such numbers (efficiently presumably). However, upon closer reading it was apparent that aborted transactions would result in the loss of the number allocated to to that order if another transaction had obtained the next sequence number already (as one would want it to, rather than serializing transactions).
    I don't want to have gaps in the sequence as the system needs a high degree of auditability. I am thinking of utilising the Autonomous Transaction feature to write the newly acquired sequence number to the order file with a flag indicating that the record is incomplete, and that record is to be skipped by normal system applications (but available to audit reports which will interpret the reason correctly), then returning to the far more extensive main transaction which updates many tables.
    The other alternative is to control sequence numbers within the application itself, or try to get the sequence number as the very last step before writing the new order record, but this probably won't guarantee gapless reliability either. The ID itself has no significance, and it doesn't matter if an ID was used out of strict date/time sequence, so I really don't want to execute these updates serially.
    So, my question is this:
    a) do most people use the builtin sequence number feature?
    b) if so, is there a standard technique for avoiding or accounting for gaps?
    c) if the application must take over this task, should the counter for the last used ID be in a single row table to minimise bottlenecks caused by the thisrecord being locked? There will be several such counters for different aspects of the application, and i thought of having each in its own row in a small table, but I'm concerned about the whole table getting locked and freezing out otherwise-unrelated updates.
    Thanks for any advice you may have.
    CS

    user8821725 wrote:
    I seek some advice from anyone with first hand experience in this area.
    My need is simple; generate a new ID number for every order for use as the primary key.
    Obviously this simple exercise could be a bottleneck as volumes ramp up, so I was pleased to find the Oracle feature to generate such numbers (efficiently presumably). However, upon closer reading it was apparent that aborted transactions would result in the loss of the number allocated to to that order if another transaction had obtained the next sequence number already (as one would want it to, rather than serializing transactions).
    I don't want to have gaps in the sequence as the system needs a high degree of auditability. One of the very very few reasons for me to have a requirement for "gapless" sequences is if you have a kind of checking mechanism outside of the database that is implemented using this gapless number. I had such a requirement once, when exchanging files with another bank where we had to ensure that each file was transferred correctly and in the right order. Your "high degree of auditability" might be a similiar requirement. Just remember as long as you are still inside the database you can use other mechanisms to increase auditability.
    I am thinking of utilising the Autonomous Transaction feature to write the newly acquired sequence number to the order file with a flag indicating that the record is incomplete, and that record is to be skipped by normal system applications (but available to audit reports which will interpret the reason correctly), then returning to the far more extensive main transaction which updates many tables.Hm. I don't see why you want to use Autonomous Transactions for this. It might be useful to lessen locking conflicts , depending how your future sequence mechanism will be built.
    >
    The other alternative is to control sequence numbers within the application itself, or try to get the sequence number as the very last step before writing the new order record, but this probably won't guarantee gapless reliability either. The ID itself has no significance, and it doesn't matter if an ID was used out of strict date/time sequence, so I really don't want to execute these updates serially.I would go for generating the sequence as the very last step. It needs to be set to NOCACHE of cause. This will garantee that the sequence fetched from mySeq.nextval is gapless. The problem is then in your application. Your application must be built in a way that it ensures to use this sequence, or at least to create a noticable alert when this generated sequence can't be used anymore. In essence this means. Each unhandled (database) error that happens after you fetched the next sequence value must be raised in a way that informs all relevant people about this error.
    Example: It might be that you use the sequence to write an order file. What happens if halfway through writing the file your disk runs out of space? This can be such an issue where a sequenced value will be lost. Your organisation must take care of those things.
    >
    So, my question is this:
    a) do most people use the builtin sequence number feature?Yes. But for some tasks a sequence is not the best way, for example if you want a numbering for each item of your order. This "sequence" needs to restart with every new order.
    b) if so, is there a standard technique for avoiding or accounting for gaps?NOCACHE => Avoids gaps during generation
    Database Trigger => Tries to use the sequence as late as possible
    c) if the application must take over this task, should the counter for the last used ID be in a single row table to minimise bottlenecks caused by the thisrecord being locked? There will be several such counters for different aspects of the application, and i thought of having each in its own row in a small table, but I'm concerned about the whole table getting locked and freezing out otherwise-unrelated updates.This is a possibility and the issues you describe are why we avoid such a solution in general. Autonomous transactions help to reduce the locking conflict, but they increase the chance that you produce gaps.
    >
    Thanks for any advice you may have.
    CSOracle can guarantee to produce gapless sequences. But it can't guarantee that your application uses such a sequence in a gapless way.

  • Spreadsheet imported from excel; sum formula freezes after entering colon and causes forced quit. Adds ok if numbers highlighted?

    Spreadsheet imported from excel. Formula to add columns gives a syntax error as soon as the colon key is pressed and system freezes. However, highlighting the columns works and shows the formula as expected. The system works properly on new sheets!

    Ron,
    In cases of bad behavior such as this, it sometimes helps to close and quit everything and restart the computer. Try that and let us know if the problem persists after the restart.
    Jerry

  • Produce a range of numbers with select from the gaps of ID column

    (1)
    Suppose I have a table t which has rows like this:
    A B
    2 4
    6 7
    I would like to use select to produce rows with numbers ranging between A column and B column inclusive
    for each row, like this:
    select ... from t ...
    2
    3
    4
    6
    7
    (2)
    Suppose I have ID column which has gaps, I would like to get lowest <N> available numbers between the gaps.
    I did research, and I can find the range of the gaps, but I cannot have the numbers listed individually, that is why
    I ask question (1). But is there a direct way to get the list instead of going through ranges and the list.
    For example, I have ID column which has
    2
    5
    6
    7
    9
    2000000
    I would like to get a select query that produces
    select ...
    3
    4
    8
    10
    11
    I have a way to get a list from 2 to 2000000 and then minus what we have to get all the
    gap numbers, but that is not efficient and could runs out of memory.
    PS: Before I post to this group, I did research already on "connect by", with recursive queries.

    First of all, I would like to thank jeneesh and Frank for helpful and correct reply. However, due to the a bug of this forum,
    when I mark jeneesh's reply as correct, I cannot mark Frank's reply as correct anymore. Therefore I would like to formally
    state here that I have tested both solutions and they are both correct. jeneesh and Frank use different approach, connect by
    and less join ( <=, I do not know what is the proper name for it ).
    Secondly I would like to report my small findings: use connect by, you control the level from 1 to the max number, so you
    do not need to use order by, and the performance is better (0.37 seconds version 0.92 seconds). And also it performs better
    if I use an intermediate view to limit the result sets. One line of code is worth one thousand words, now I am posting two
    versions of the code and highlighted the points I mentioned here.
    I am sorry that either I do not know how to format the code or I do not have the capability when posting on this forum.
    The code listing does not look good, but I hope you get the idea. I have "plain text" and I am not if I can use fixed width font
    and preserve space. After I used the spelling checker, it becomes double spaced and I have to manually delete the blank lines.
    /* I learned about { code } after the post and edited the original post */
    Thanks again to both jeneesh and Frank.
    "connect by" version:
    SQL> VARIABLE  new_id_cnt NUMBER
    SQL> EXEC        :new_id_cnt := 10;
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.00
    SQL> WITH my_table AS
      2  (
      3     SELECT num
      4     FROM   prs_elm
      5     WHERE  1=1
      6  )
      7  ,       my_num   AS
      8  (
      9  SELECT num, ct
    10  FROM   (
    11                    SELECT num AS num, LEAD(num) OVER (ORDER BY num) - num - 1 AS ct
    12                    FROM   ( SELECT 0 AS num
    13                             FROM   DUAL
    14                             UNION ALL
    15                             SELECT num
    16                             FROM   my_table
    17                             UNION ALL
    18                             SELECT ( MAX(num) + :new_id_cnt + 1 ) AS num
    19                             FROM   my_table
    20                    )
    21          )
    22  WHERE      ct >= 1
    23  AND         ROWNUM <= :new_id_cnt
    24  )
    25  SELECT     num + level AS available_id
    26  FROM       my_num
    27  WHERE      ROWNUM  <= :new_id_cnt
    28  CONNECT BY level <= ct
    29  AND        prior num = num
    30  AND        prior sys_guid() is not null
    31  ;
    AVAILABLE_ID
            3219
            3261
            3264
            3269
            3270
            3275
            3281
            3288
            3289
            3290
    10 rows selected.
    Elapsed: 00:00:00.37"Less join" version:
    SQL> VARIABLE  new_id_cnt NUMBER
    SQL> EXEC        :new_id_cnt := 10;
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.00
    SQL> WITH my_table AS
      2  (
      3     SELECT num
      4     FROM   prs_elm
      5     WHERE  1=1
      6  )
      7  ,       my_num   AS
      8  (
      9                    SELECT num AS num, LEAD(num) OVER (ORDER BY num) - num - 1 AS ct
    10                    FROM   ( SELECT 0 AS num
    11                             FROM   DUAL
    12                             UNION ALL
    13                             SELECT num
    14                             FROM   my_table
    15                             UNION ALL
    16                             SELECT ( MAX(num) + :new_id_cnt + 1 ) AS num
    17                             FROM   my_table
    18                    )
    19  )
    20  ,       my_cnt    AS
    21  (
    22          SELECT  LEVEL AS ct
    23          FROM    DUAL
    24          CONNECT BY    LEVEL <= :new_id_cnt
    25  )
    26  SELECT     available_id
    27  FROM
    28  (
    29          SELECT    n.num + c.ct AS available_id
    30          FROM      my_num n
    31          JOIN      my_cnt c  ON c.ct <= n.ct
    32          WHERE     n.ct >= 1
    33          ORDER BY  available_id
    34  )
    35  WHERE      ROWNUM  <= :new_id_cnt
    36  ;
    AVAILABLE_ID
            3219
            3261
            3264
            3269
            3270
            3275
            3281
            3288
            3289
            3290
    10 rows selected.
    Elapsed: 00:00:00.92PS: In Frank's code, there is a typo, <= should read as <.
    Edited by: PuraVidaOTN on 04-feb-2013 22:49
    What: To use tags to format the code.
    Edited by: PuraVidaOTN on 04-feb-2013 22:56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error while saving FYV : Gaps in financial year variant periods

    Hello Experts,
    We are getting an error while saving  a new FYV as:
    Gaps in financial year variant periods XY
    Message no. FGV556
    Diagnosis
    The period specification has gaps. The periods must be sequentially numbered without any gaps.
    System Response
    Only a correctly defined period assignment can be saved.
    Procedure
    Define the periods with consecutive numbers.
    Details: The new FYV has 52/53 weeks as posting periods depending on calendar year.
    For example, we are trying to define Fisc 2009 as follows. (Fiscal year 2009 = Nov 01 2008 to Oct 31 2009).
    Month-Day-Period-Yearshift
    11     ---     7     ---     1     ---     +1
    11     ---     14     ---     2     ---     +1
    11     ---     21     ---     3     ---     +1
    11     ---     28     ---     4     ---     +1
    12     ---     5     ---     5     ---     +1
    12     ---     12     ---     6     ---     +1
    12     ---     19     ---     7     ---     +1
    12     ---     26     ---     8     ---     +1
    12     ---     31     ---     9     ---     +1
    1     ---     3     ---     9     ---     0
    1     ---     10     ---     10     ---     0
    1     ---     17     ---     11     ---     0
    1     ---     24     ---     12     ---     0
    1     ---     31     ---     13     ---     0
    2     ---     7     ---     14     ---     0
    2     ---     14     ---     15     ---     0
    2     ---     21     ---     16     ---     0
    2     ---     28     ---     17     ---     0
    3     ---     7     ---     18     ---     0
    3     ---     14     ---     19     ---     0
    3     ---     21     ---     20     ---     0
    3     ---     28     ---     21     ---     0
    4     ---     4     ---     22     ---     0
    4     ---     11     ---     23     ---     0
    4     ---     18     ---     24     ---     0
    4     ---     25     ---     25     ---     0
    4     ---     2     ---     26     ---     0
    5     ---     9     ---     27     ---     0
    5     ---     16     ---     28     ---     0
    5     ---     23     ---     29     ---     0
    5     ---     30     ---     30     ---     0
    6     ---     6     ---     31     ---     0
    6     ---     13     ---     32     ---     0
    6     ---     20     ---     33     ---     0
    6     ---     27     ---     34     ---     0
    7     ---     4     ---     35     ---     0
    7     ---     11     ---     36     ---     0
    7     ---     18     ---     37     ---     0
    7     ---     25     ---     38     ---     0
    8     ---     1     ---     39     ---     0
    8     ---     8     ---     40     ---     0
    8     ---     15     ---     41     ---     0
    8     ---     22     ---     42     ---     0
    8     ---     29     ---     43     ---     0
    9     ---     5     ---     44     ---     0
    9     ---     12     ---     45     ---     0
    9     ---     19     ---     46     ---     0
    9     ---     26     ---     47     ---     0
    10     ---     3     ---     48     ---     0
    10     ---     10     ---     49     ---     0
    10     ---     17     ---     50     ---     0
    10     ---     24     ---     51     ---     0
    10     ---     31     ---     52     ---     0
    The above entries cover all the dates in calendar year 2009, that is, Jan 2009 to Oct 2009  is covered by periods 10 to 52 and Nov 01 2009 to Dec 31 2009 is covered by period 1 to 9 of the following fiscal year 2010.
    Inspite of making sure that all the days of 2009 are covered by periods 1 to 52. We are still unable to save the FYV.
    Please help!
    Susan

    Hello, I am getting this error while saving the FSV. My FSV is based on Weeks. Below is what I am inputting for this. Other details are Calender Year -  2017, No. of posting periods - 53, checked year dependent. Also, I have FSV for previous years also where weeks are 52 but configured as 53. So, hope that this is not creating this issue. Solicit your early response.
    Month
    Day
    Period
    Year Shift
    1
    7
    1
    0
    1
    14
    2
    0
    1
    21
    3
    0
    1
    28
    4
    0
    2
    4
    5
    0
    2
    11
    6
    0
    2
    18
    7
    0
    2
    25
    8
    0
    3
    4
    9
    0
    3
    11
    10
    0
    3
    18
    11
    0
    3
    25
    12
    0
    4
    1
    13
    0
    4
    8
    14
    0
    4
    15
    15
    0
    4
    22
    16
    0
    4
    29
    17
    0
    5
    6
    18
    0
    5
    13
    19
    0
    5
    20
    20
    0
    5
    27
    21
    0
    6
    3
    22
    0
    6
    10
    23
    0
    6
    17
    24
    0
    6
    24
    25
    0
    7
    1
    26
    0
    7
    8
    27
    0
    7
    15
    28
    0
    7
    22
    29
    0
    7
    29
    30
    0
    8
    5
    31
    0
    8
    12
    32
    0
    8
    19
    33
    0
    8
    26
    34
    0
    9
    2
    35
    0
    9
    9
    36
    0
    9
    16
    37
    0
    9
    23
    38
    0
    9
    30
    39
    0
    10
    7
    40
    0
    10
    14
    41
    0
    10
    21
    42
    0
    10
    28
    43
    0
    11
    4
    44
    0
    11
    11
    45
    0
    11
    18
    46
    0
    11
    25
    47
    0
    12
    2
    48
    0
    12
    9
    49
    0
    12
    16
    50
    0
    12
    23
    51
    0
    12
    30
    52
    0
    12
    31
    1
    +1
    Thanks
    Deepankar

  • How best to include additional on-page info (*as well as*) page numbers in a Table of Contents?

    Hi all -
    I'm creating a directory / listings document. At the end of the publication, I need to create a "quick reference" section - with an alphabetised listing of each entry, some key info from each entry, and the page number for each entry.
    I've created a unique paragraph style for each of the lines that I need to include here - so the Table of Contents is picking them up successfully.
    However, I'm struggling to style the outputs of the Table of Contents the way I need: I want a tab between each of the included paragraph styles that are returned for each entry, and then a line return at the end.
    So…
    First Hotel name -> Star Rating -> Number of Bedrooms -> etc etc
    Second Hotel name -> Star Rating -> Number of Bedrooms -> etc etc
    Instead of…
    First Hotel name
    Star Rating
      Number of Bedrooms
       etc
    Second Hotel name
    Star Rating
      Number of Bedrooms
       etc
    Any suggestions?
    One important point to note - I'm using CS5.5… an upgrade is in my future, but I want to finish this project first! (Don't want to switch mid-stream.)
    Thanks!

    Thanks. I went there and bulleted align by decimal, but it didn't work on the page. For one thing, when I highlight that page, for some weird reason the numbers from 9 up DO NOT HIGHLIGHT. !  Only the text following those numbers highlight, altho all the other numbers and text following 9 highlight!
    Don't know why it would have this weird situation! Seems like a flaw in the design.
    I tried moving the little blue cursors above, but I'd need to move it half a step either way to bring those one-digit number decimals in alignment with the rest. For some reason the cursors will ONLY move a full step! So they're out of alignment no matter what I do. Darn!
    Kristen
    gemsandbeyond at aol dot com

  • Billing Numbering in Italy

    Does anybody have a sales organization setup for Italy... where they have implemented either:
    1 - invoice lists
    2 - parallel buffering
    We are having performance issues with our Italy billing because they want 1 invoice per payer... per month... so we have to hold all billing until month-end.  The monthly volume is so high, that it takes a major hit on our system.  And they (our Italy business) say that legally, they cannot use invoice lists.  (something to do with the legal requirement of consecutive billing doc numbering WITH NO GAPS that matches up 1:1 with accounting docs).  They say we can't do invoice lists because there is no accounting document to go with the invoice list.
    We are also hesitant to implement parallel buffering for fear of creating gaps in the number ranges, which is apparently forbidden.
    If anybody has any "ammunition" I can use to take to the Italy business to convince them to go one of the paths above... or if someone has another option to propose, that would be very helpful!

    Hello,
    it the OSS 746162 realy the newest information? It's only until Release SAP_APPL 500
    Is there a newer version avalilable?
    In SPRO I saw the "Cross-Application Document Numbering" for Italy - it this the new technique?
    Günter Lins

  • Cond. format/how to automagically highlight LOWEST number in a set?

    greetings.
    i have a spreadsheet which collects and summarizes the results of a very complex bid procedure with many individual positions.
    in order to help us make a decision on which bid to accept, i'd like to have numbers highlight the lowest bid out a of a large series and just make that one on a blue fill, and then the highest bid and make it have a red fill.
    is this possible_? if so, how do i do it. in conditional formatting there doesnt seem to be an option for that...

    thinkbuild wrote:
    It is also useful to have the min/max (and average) numbers for each position as well for quick analysis.
    HOWEVER -
    I am having problems with "copy/paste style" in Numbers (iWork '09, v2.0.3) - as follows:
    (1) When using Copy/Paste Style, the usual relative or absolute locations are not copied as they would be when working with the normal contents of the cell.
    For example, if as you suggest, I put a conditional format like this in a cell, say :
    "if equal to M4, then Blue,"
    when I then *_Copy Style_* (Format>Copy Style) and then *_Paste Style_* to the another ROW (say 5), it simply puts
    "if equal to M4, then Blue,"
    *and not*
    +"if equal to M5, then Blue,"+
    Which means I have to go into to each cell once again to get it to assign the conditions based on the lowest or highest value for that particular row (postion). This really slows me down as you can imagine.
    As Jerry answered in the second thread, ALL conditional format rules refer to an absolute cell location (M4 in your case). The only way to change the location of the referral cell is to edit it.
    BUT that does not mean you have to edit the rule for each individual cell in your table.
    As I read your description, you have a table containing of a row of bids on item one, followed by a row of bids on item two, followed by a row of bids on item three, etc. You wish to find the minimum and maximum bid on item 1, the min and max bid on item 2, the min and max bid on item 3, etc.
    You have no interest in finding (only) the ultimate minimum bid on any item and the ultimate maximum bid on any item (which, unless one or more bidders really does not understand the process, will be on a different item!).
    In the context of the table, you want to mark both the minimum and maximum is each row, not just the minimum and maximum in the full table.
    Here's how:
    Data for the first item is in B2:L2
    Data for the next item is in B3:L3
    Data for the last item is in B20:L20
    Max for each row is in column M
    M2: =MAX(B2:L2)    --drag handle to fill down to M20
    Min for each row is in column N
    N2: =MIN(B2:L2) --drag handle to fill down to N20
    Select B2:L20
    Open the Inspector, choose Cell Format, Click Show Rules...
    Set the rule as "Equal to", Click the cell assignment button at the right end of the box, click cell M2
    Click Edit, then the Fill box to show the color palette.
    Click the red you want.
    Click Done to finish editing that rule. (The button's label will change to "Edit")
    Click Plus to add a second rule.
    Use the same steps as above to set this rule to "Equal to N2" and to set the fill colour to green.
    Click Done to finish editing the second rule. (The button's label will change to "Edit")
    You now have every cell in the data set to fill with red if its value is equal to the maximum value in Row 2 or green if its value is equal to the minimum value in Row 2. Not yet exactly what you want (except for B2:L2).
    Continues below.
    Also:
    (2) I find it is annoying that there is no green "accept" checkmark in the conditional formatting box. This makes it difficult to quickly edit the location upon which the condition is set and then easily get "out" of the cell for working on the next task. Or am I missing something here too?
    While there is no green checkmark, there is a clear indication that you have set the conditions and are ready to move on.
    For each rule, you may toggle at will between the Edit state and the Done state, using the button below that rule.
    When you are "Done" with a rule, the line below the rule will show only the "Sample" of the cell's appearance when the rule's conditions are met and the Edit button.
    Clicking the Edit button adds color wells for the Text and Fill of the cell and Bold, Italic, Underline and Strikethrough buttons to apply to the text in the cell, and changes the button's label to "Done". Clicking the Done button saves the rule, removes the editing tools from the display for this rule, and changes the button's label back to "Edit".
    IF you are DONE, all rules will show only the rule, the sample box and the Edit button. If any of the rules show a Done button, you are not yet DONE.
    Just as you set up the rules (above) for many cells, you can apply edits to sets of cells rather than to single cells. The restriction is that the same rule will apply to all of the edited cells. In your document, each row of data cells is a separate set.
    The rules set above are correct for Row 2.
    Before deselecting, check that both rules refer to the correct cell (M2 for Max, N2 for Min) and the correct colour, and that you have clicked the Done button for both buttons (ie. both offer the choice to Edit).
    The Cell Format inspector should remain open, with the Conditional Format window showing.
    For each row (where n represents the number of that row):
    Select cells Bn:Ln
    Click the cell reference (M2) in the first rule.
    Type Mn (lower case m is OK, n is the number of the selected row)
    Press return
    Click the cell reference (N2) in the second rule.
    Type Nn (lower case n is OK, second n is the number of the selected row)
    Press return
    Check that each rule's button says "Edit", and that the cell references are both to the correct row.
    Select the next row and repeat.
    When done the last row, close the Conditional Formatting window and the Inspector.
    Regards,
    Barry

  • Gap in Sequence

    Hi,
    I created a sequence and a trigger for autonumber, as a primary key in my CAND_PERSONAL_INFO table. Every time i insert a row in the table, i get long gaps between my autonumber. I don't understand why cant i get a series of numbers without any gaps in my autonumber column.

    Sequence is not a good way of automatically generating the numbers due this gap problem.I disagree. Sequences are the best for auto-generating unique numbers. Why are gaps a problem?
    The second solution is to fire a query select max(num) and add 1 to it every time you want to generate a number. That is a horrible idea in a multi-user environment. This will fail when 2 users do this at the time.

  • How do calculate the average of a group of percentages excluding percentages listed as zero on Numbers?

    Hey all
    This is driving me crazy!
    I need to calculate the average of a group of percentages excluding cells listed as '0%'.
    Please see screen print below, numbers highlighted need to be averaged, when the table is filled out correctly some will remain '0%' whilst others will have a value, I want the average to be calculated only using numbers with a value greater than '0'.
    FYI I am looking for the result to display in 'X2'
    Thanks :-)

    you can use the averageif() function. Here is a simple example to get you started:
    In this example the average if() function averages values that are non-zero
    C2=AVERAGEIF(A1:E1,"<>0",A1:E1)
    this is shorthand for select cell C2, then type (or copy and paste from here) the formula:
    =AVERAGEIF(A1:E1,"<>0",A1:E1)

  • Is there a way to highlight all files (video & audio) that are to the right of the playhead on my timeline? Or to the right of my mouse?

    I have a complex project in which I have divided half of the video clips to the left of my timeline, and another half to the right. I now want to drag the finished right half, and connect it to the left half, but there are so many files high up in video slot 7, that I can't click and drag to highlight them all. What do I do?

    Track selection tool does that.
    Adobe Premiere Pro Help | Find, select, and group clips in a sequence
    A Tip on the side:
    in your specific case the fastest action would be to highlight the gap in between your clips and ripple delete.
    Lift and extract, delete, and ripple-delete clips | Adobe Premiere Pro CC tutorials
    (the tutorial shows the ripple delete - function with a clip segment, but it works the same way with gaps.
    Hope that clarifies a bit for you.
    ... and keep smiling

  • Abap with MM

    Hi friends,
    I have just started working on ABAP ,Please help me know about the temrs realted to MM,
    What is document type ?
    What is the important features of document type?
    What is pricing Procedure ?
    What is Release Strategy
    i also want to know whther i can ask these questions here,if not here,then let me also know where i can ask them.
    I promise to reward.
    Than Q .
    Geetu.

    SAP123 > Learning SAP > SAP Certification > MM 
    MM Sample Q&A - 3 
    User Name  Remember Me?
    Password  
    Register FAQ Members List Calendar Today's Posts Search  
    Search Forums
    Show Threads   Show Posts 
    Advanced Search
    Go to Page...
       Thread Tools   Display Modes  
      #1    03-11-2006 
    SAPman 
    Senior Member   Join Date: Oct 2005
    Posts: 132
    MM Sample Q&A - 3
    Questions below are not in the SAP Certification format -- but still good as general test of SAP MM knowledge. If you don't agree with answers -- please post reply.
    Indicate which statements are TRUE / FALSE.
    1 What purpose does invoice verification serve in materials management?
    a It allows invoice that do not originate in materials procurement to be processed.
    b Completes the materials procurement process
    c Handles the payment
    d Allows credit memos to be processed
    e Handles the analyses of invoices.
    2 What are the tasks of invoice verification?
    a Entering invoices and credit memos received.
    b Checking the accuracy of invoices
    c Executing the account posting resulting from invoice
    d Updating open items and material prices
    e Checking invoices that were blocked.
    3 What is the process of invoice verification?
    a Purchase order, service or GR referenced for incoming invoice.
    b Invoice items suggested by the system against referenced document
    c Corresponding automatic account postings carried out.
    d Payment proposal list for vendor generated.
    4 What are the ways in which invoice postings are possible?
    a Manual posting
    b Automatically through electronic transfer
    c Evaluated receipt settlement
    d Invoicing plan
    e Consignment settlement
    5 What happens when an invoice is posted?
    a Material master always updated.
    b Purchase order history updated
    c Individual line items posted to appropriate accounts
    d MM invoice document created if necessary.
    e FI document always created.
    6 What happens to accounting entries when an invoice is posted?
    a GR/IR account debited, vendor account credited
    b GR/IR account credited, vendor account debited.
    7 There is a stock of 60 pc of a material having a standard price of Rs.9. A purchase order has been raised on the vendor for 40 pieces at Rs. 11 per pc. The material was received and invoice verified. What would the accounting entries show for this movement after IV?
    a Stock account Rs. 360+, vendor account Rs. 360-
    b Stock account Rs. 440+, vendor account Rs. 440-
    c Stock account Rs. 440+, vendor account Rs. 360-
    d Stock account Rs. 360+, vendor account Rs. 440-
    e Stock account Rs.0, vendor account Rs. 80-
    8 From where does the system pick the default quantity of an item when you post invoice receipt?
    a Invoice
    b Purchase order
    c Purchase order history
    d System settings
    e Vendor master
    9 During invoice verification the system picks the rate at which tax is calculated from the vendor master record.
    TRUE
    FALSE
    10 Which of the following does the system copy from the purchase order during invoice verification entry?
    a Purchase order number
    b Tax amount
    c currency
    d Vendor
    e Bank information
    11 From where can the terms of payment be an input for invoice verification?
    a User entry
    b Purchase order
    c Purchase order history
    d Vendor master
    e Material master
    12 An invoice can refer to various objects.
    TRUE
    FALSE
    13 Where do you enter the delivery note number during invoice verification entry?
    a Transaction area
    b Header area
    c Allocation area
    d Vendor Data area
    e The balance area
    14 What can you enter in the Header area during invoice verification entry?
    a Document date
    b Purchase order number
    c Invoice amount
    d Bill of lading number
    e Tax information
    15 What do you enter in the allocation area?
    Whether you want to enter an invoice
    Whether you want to enter a credit memo.
    16 Can all deliveries or services provided by a vendor be settled in a single invoice?
    Yes
    No
    17 What operations can you do on an Item list in the invoice verification procedure?
    a Change layout in customizing
    b Sort
    c Search
    d Delete items not selected
    18 What are the features of Purchase-order-Based Invoice Verification?
    a All items in Purchase order are presented.
    b Invoice is matched using delivery note number.
    c The invoice quantity should not be greater than the actual delivered quantity.
    d Suggested quantity is the difference between total delivered quantity and total invoice quantity.
    19 If there are several goods receipts and invoices in a purchase order item, the purchase order history tells you which invoice came from which vendor in Purchase-Order-Based Invoice Verification.
    TRUE
    FALSE
    20 In which type of invoice verification is it not possible to post an invoice before the first goods receipt?
    GR-Based IV
    PO-Based IV
    21 In GR-based IV can you reassign invoices from one goods receipt to another?
    Yes
    No
    22 Which of the functions are not associated with invoice verification?
    a Environment information
    b Simulate postings
    c Communication with vendor
    d Error Log
    e Hold document
    23 What validations does the system do to get the tax figure if the tax amount is not input?
    a The system checks the tax code for the item from the PO.
    b It validates whether calculate tax has been activated.
    c If the system cannot determine a tax code for an item it uses the one that was last used.
    d It does not permit for change of item tax codes in the item list.
    e The system calculates the tax base for each tax code from the amounts and tax codes of the individual items.
    24 In which kind of posting method in IV is the cash discount amount not credited to the stock or cost account?
    Gross Posting
    Net posting
    25 What controls the posting of invoice as gross or net?
    Item category
    Document type
    26 You have a purchase order for 25 pcs a 4 Rs / pc. All goods were received. You have also received from the vendor an invoice for the 25 pcs with a tax of 5%. There is a cash discount of 10 %. What will be the accounting document during invoice verification?
    a Input tax will be 5+ in Gross Posting.
    b Input tax will be 4.5+ in net Posting
    c Stock account will be 10- in Gross posting
    d Stock account will be 10- in Net posting
    e Non operating result account will be 10- in Gross posting.
    27 To which account does the cash discount amount get posted in Net posting
    Non-operating result
    Cash discount clearing
    28 How can postings be done in invoice verification for a purchase order in foreign currency
    a Fixed exchange rate at GR and IV.
    b Current exchange rate at GR and IV
    c Current exchange rate cannot be changed at IV.
    d Exchange rate differences can occur
    e Exchange rate difference postings are Customization based.
    29 What validations does the system do during invoice verification?
    a The system checks only those invoices where tolerance limits are set for variances customizing.
    b If the variance is not within tolerance the system displays a message.
    c If an upper tolerance limit is reached the system blocks payment for the entire invoice when you post it.
    d For blocked invoices, the field "Payment block" is filled in the vendor line item in the MM invoice document.
    e The blocked invoice must be released separately before it can be paid.
    30 Under what situation does the system compares the ratio of PO quantity(in PO price units) / PO quantity (in PO units), invoice quantity (in PO price units / invoice quantity (in PO units)?
    a Goods receipt before invoice receipt
    b Invoice receipt before goods receipt.
    31 During the check of invoices with which of the following variances does the system perform Date variance?
    a Quantity Variance
    b Price variance
    c Purchase order price quantity variance
    32 The initial Stock of a material is 200 pieces. There is a purchase order for 100 pieces at Rs. 0.75. The 100 pieces are received. An invoice is received for 100 pieces at Rs 0.80 per piece. What are the effects of the above at invoice verification?
    a If the material is valuated at a standard price of Rs 1, the stock account will be 5+.
    b If the material is valuated at a moving average price of Rs 1, the stock account will be 5+.
    c If the material is valuated at a moving average price of Rs 1, the material master record reflects the moving average price at Rs 0.92.
    d If the material is valuated at a standard price of Rs 1, the price difference expense account will be 5+.
    e If the material is valuated at a standard price of Rs 1, the stock price difference income account will be 5+.
    33 There is a purchase order for 100 pieces at Rs. 0.80. The 100 pieces are received. An invoice is received for 100 pieces at Rs 0.75 per piece. However at the time of receipt of invoice the stock of the material is only 30.What are the effects of the above at invoice verification?
    a Stock account is 5-
    b Stock account is 1.5-
    c Stock account is 3.5-
    d Price difference account is 3.5-
    e Price difference account is 1.5-
    34 How is the quantity that has already been invoiced valuated at goods receipt if the invoice is posted before goods receipt and the subsequent GR quantity is greater than the invoice quantity?
    At purchase order price
    At invoice price
    35 How is the quantity valuated at IV for the materials received if the invoice quantity is greater than the GR quantity?
    At purchase order price
    At invoice price
    36 For which case does the system block a material for a no usage decision made about any inspection lot in non goods receipt based invoice verification
    For the goods receipt concerned.
    For the purchase order item
    37 What happens if an invoice item exceeds the set tolerance limit for amount check?
    a The item is blocked for payment
    b The entire invoice is blocked for payment
    c The item is given blocking reason
    38 Based on what does the system check the value for a schedule variance?
    a Purchase order Price
    b Invoice Price
    c Invoice value
    d Quantity variance
    e Days variance
    39 The greater the invoice value, the lower the tolerated quantity variance.
    TRUE
    FALSE
    40 What are the features of stochastic blocking?
    a Threshold value
    b percentage
    c If invoice value is equal to threshold value the probability of a block is equal to the percentage.
    d If invoice value is equal to threshold value the system calculates the probability on a proportional basis.
    e If invoice value is smaller than the threshold value the system calculates the probability on a proportional basis.
    41 What does the system do when you perform the function Reducing Invoices
    a Reduce an invoice
    b Post invoice for the actual quantities and values
    c Post a credit memo for the amount reduced
    d Post a debit memo for the amount reduced
    e Facilitate generation of a letter of complaint to the vendor.
    42 A purchase order has been issued for 60 pieces at 5.00UNI/pc. Goods receipt for the purchase order is 40 pieces.. He receives an invoice for 60 pieces at the PO price along with a 10% tax.The purchase manager decides that the invoice has to be reduced. How does the system behave if this invoice is reduced?
    a Vendor account is debited with 220 UNI in the invoice
    b The input tax is credited with 30 UNI in the invoice
    c The input tax is debited with 10 UNI in the credit note
    d The vendor account is credited with 110 UNI in the credit memo.
    e The clearing account for the invoice is credited with 100 UNI.
    43 You have a purchase order for 50 pieces at 20UNI/pc. You receive 30 pieces and an invoice for 50 pieces at 25UNI/pc. You over write the suggested quantity in the invoice verification with the invoice quantity of 50 pieces and also the suggested amount of 600 UNI with 1000 UNI. What kind of partial reduction will the system perform?
    a Price variance
    b Quantity variance.
    44 A vendor is issued a purchase order for 200 pieces at 10 UNI/pc and 10% tax. There was a goods receipt of 140 Pieces. The vendor sends an invoice for 200 pieces at 12 UNI/pc. The Purchase manager decides on a partial reduction with quantity variance. What will be accounting entries for the invoice and credit memo?
    a Stock account in the invoice document is 300+
    b Stock account does not get affected.
    c Input tax in credit memo is 60-
    d Vendor account in the credit memo is 660+
    e Vendor account in the credit memo is 440+
    45 What entries does the system pass at invoice verification if non- valuated goods receipt is defined for a purchase order with account assignment?
    a Stock account debited
    b Consumption account debited
    c Vendor account credited
    d GR/IR account debited
    e GR/IR account credited
    46 What can be the possible entries the system can make during invoice verification if a valuated good receipt is defined for a purchase order with account assignment and there is a price variance?
    a Debit consumption
    b Credit consumption
    c Debit GR/IR
    d Credit GR/IR
    e Credit Vendor
    47 Can the account assignment defined in the purchase order and suggested by the system during invoice verification be changed if valuated goods receipt are defined for the purchase order?
    Yes
    No
    48 When does the system propose current account assignment?
    Goods receipt
    Invoice Verification
    49 Can you inform the vendor the cause of invoice reduction in the letter of complaint while performing Total-Based Invoice reduction?
    Yes
    No
    50 In Total Based acceptance what validations can the system do before deciding that the balance is too large for the invoice to be posted
    a First checks whether the variance falls within the defined invoice reduction limit.
    b First checks whether the variance falls within the small difference.
    c If the difference is greater than the small difference it checks whether the variance falls within the defined invoice reduction limit.
    d If the positive difference is greater than the small difference it checks whether the variance falls within the defined invoice reduction limit.
    e If the invoice reduction limits are set to do not check, the system compares the variance with the acceptance limit.
    51 Which costs are entered at item level in the purchase order?
    Planned delivery costs
    Unplanned delivery costs
    52 A purchase order has been issued on a vendor for two materials. 150 units of material A has been ordered at 4 UNI/pc. 20 units of material B has been ordered at 45 UNI/pc. Two deliveries have taken place. In the first delivery the vendor has supplied 50 units of material A and 4 units of material B. In the second delivery the vendor has supplied 75 units of material A and 6 units of material B. The invoices for both the deliveries have been received and posted. He now sends an invoice of 950 UNI for delivery costs for both the deliveries that was not planned. The system has been configured to distribute delivery costs amongst items. How will the cost be apportioned to the material when the invoice is posted?
    a Material A: 500 UNI
    b Material A: 380 UNI
    c Material B: 570 UNI
    d Material B: 450 UNI
    53 A purchase order has been issued on a vendor for two materials. 150 units of material A has been ordered at 4 UNI/pc. 20 units of material B has been ordered at 45 UNI/pc. The vendor has supplied all the materials. The invoice for the supply has been received and posted. He now sends an invoice that includes 875 UNI as freight charges and 125 UNI as custom duty that was not planned. The system has been configured to distribute delivery costs amongst items. How will the cost be apportioned when the invoice is posted?
    a Stock account for Material A 380 +, Stock account for Material B 570 +
    b Stock account for Material A 500 +, Stock account for Material B 450 +
    c Freight clearing 875+
    d Custom clearing 125 +
    54 In customizing for invoice verification how can you configure unplanned delivery costs?
    Distribute among the items
    Post to separate G/L account
    55 In which method does the unplanned delivery cost appear in the purchase order history?
    When distributed among items
    When posted to separate G/L accounts
    56 What are the features of subsequent debit/credit?
    a Changes total invoice value of a PO item.
    b Changes total invoice quantity.
    c Entries can be made only if an invoice has already been posted for the item
    d Refers to a specific invoice.
    e Flagged in the Purchase order history
    57 Mentioned below are the details for a purchase order:Purchase order: 50 pcs at 2.00 UNI/pcGoods receipt: noneInvoice: 50 pcs at 2.00 UNI/pcSubsequent Invoice: 50 pcs = 20.00UNIWhat will be accounting entries when you post the invoice and make the subsequent debit/credit?
    a Invoice: Vendor Account 100-
    b Invoice: GR/IR account 100+
    c Subsequent debit/credit: Stock account: 20+
    d Subsequent debit credit: GR/IR account 20+
    e Subsequent debit/credit: Vendor account 20-
    58 When you post invoice items without reference to purchase orders where do have the facility for using display variants?
    a Purchase order reference tab
    b G/L Account tab
    c Material tab
    59 When you post invoice items without reference to purchase orders in which of the methods is the posting not made to a GR/IR clearing account?
    Posting directly to G/L account
    Posting directly to a material
    60 When you post invoice items without reference to purchase orders on which tab page will you enter the currency?
    a G/L account
    b Material
    c Basic Data
    d Payment
    e Detail
    60 When you post invoice items without reference to purchase orders on which tab page can you enter the item data?
    a G/L account
    b Material
    c Basic Data
    d Payment
    e Detail
    61 What are the features of a Document Parking process?
    a Saves the data
    b Assigns a number to the document.
    c Posts the data
    d Lists document in the purchase order
    e Deletes header and line items when document is deleted.
    62 In which of the Document parking methods are the purchase order commitments cancelled out?
    a Hold document
    b Park document
    c Save document as complete
    63 In which of the document parking methods is the document taken into account during tax reporting?
    a Park document
    b Hold document
    c Save document as complete
    64 Which documents can you park?
    a Delivery notes
    b Credit memos
    c Subsequent debit
    d Subsequent credit
    e Invoice
    65 Of what is the work item a feature?
    a Invoice verification
    b Credit memos
    c Subsequent debit/credit memos
    d Document parking
    66 What does a user in the completion processor group have to do to end the work flow?
    a Save the invoice as complete
    b Delete the invoice
    c Post the invoice.
    67 What are the features of a release procedure?
    a Used for approval for release before the invoice documents are posted.
    b On release the document gets posted
    c On refusal of release the document is deleted.
    d On refusal the document id returned to invoice verification for changes.
    e The changed invoice document generates a new work item in the inbox of the person responsible for release.
    68 If a vendor has charged a higher price in the invoice what do you enter?
    a Credit memo
    b Subsequent debit/credit?
    69 What are the features of Invoice reversals?
    a R/3 system creates a credit memo.
    b In the accounting entry a price difference account can be posted while dealing with a material with moving average price.
    c Even part of the invoice gets reversed.
    d On reversal of a credit memo an invoice is created.
    e You cannot reverse a reversal document.
    70 In which of the following situations can an invoice not get blocked?
    a Automatically due to variances in an item
    b By entering a payment block manually
    c By stochastic blocking
    71 Release of blocked invoice for payment deletes the payment block.
    TRUE
    FALSE
    72 What should you do to extend the payment period when you release the invoice?
    a Make selection
    b Release manually
    c Release automatically
    d Change baseline date for payment
    e Select blocking procedure.
    73 Which of the blocking reasons that no longer apply in all invoices that match the selection made gets deleted?
    a Q
    b D
    c P
    d I
    74 Can you manually release items individually in an invoice?
    Yes
    No
    75 What happens if the balance exceeds the tolerance limits in Invoice Verification in the background?
    a The invoice documents are saved with the items created.
    b The invoice document must be processed manually later
    c The invoice document can be processed in the background again.
    76 Can you change the invoice document manually and flag it for Invoice verification in the background again?
    Yes
    No
    77 In which can you not settle delivery costs?
    ERS
    EDI
    78 In which does the vendor not have to issue an invoice?
    ERS
    EDI
    79 What happens to the GR/IR clearing account when the invoice quantity is greater than the delivered quantity.
    a GR/IR clearing account must be maintained manually
    b Another goods receipt is expected.
    c Another invoice is expected.
    d Another credit memo is expected
    e Another return delivery is expected.
    80 What happens when the open item in the GR/IR clearing account is cleared manually for a material with moving average price.?
    a Stock account credited /debited if sufficient stock coverage.
    b Posting to a price difference account if no stock coverage.
    c Vendor account debited
    d Vendor account credited.
    81 To what is a chart of accounts assigned?
    a Each Valuation area
    b To each company code
    c To each client
    d To each plant
    82 On what basis is automatic postings done for transactions?
    a Accounts defined in chart of accounts.
    b Accounts configured to dependent on valuation area
    c Accounts configured to depend on debit/credit indicator.
    83 On which transaction is the number range for EDI configured?
    RD
    RS
    84 What is the document type for Gross posting?
    a RD
    b RS
    c RE
    d RN
    85 For what can you define in a tax code whether the original document should be posted with a reduced tax or if the tax has to be corrected in the reduction document?
    a Basic data
    b Unplanned delivery costs
    c Invoice reduction
    d Invoices in foreign currencies.
    87 In the settings for Bar code entry, to what do you assign a paper document type?
    a Account assignment
    b Document type
    c Company code
    d Transaction
    e Plant
    88 For what do you define a layout in customization?
    Activating direct posting
    Choosing an aggregation variant
    89 When you set the duplicate invoice check reference as the reference criteria, what does this check validate?
    a Company code
    b Vendor
    c Reference
    d Document date
    e Currency
    90 Where would you define the probability for blocking in customization?
    a Manual block
    b Automatic block
    c Stochastic block
    91 What settings are possible in customizing to enable the system to react to variances based on purchase order and purchase order history?
    a Only park
    b Accept or park with tolerances
    c Accept
    d Reduce.
    92 What is associated with message determination settings in customization of Invoice verification?
    a Release group
    b Condition tables
    c Access sequences
    d Tolerance limits
    e Requirements
    93 What authorizations can you set for each user in Invoice verification?
    a Company codes in which postings can be made.
    b Plants in which postings can be made.
    c The blocking reasons that can be deleted
    d Whether variances can be accepted manually without item reference.
    e Assignment of user to tolerance group.
    94 What does the transaction key BSX represent?
    GR/IR clearing posting
    Inventory Posting
    95 Within which area do MM transactions for which you can configure the automatic posting facility occur?
    a Purchasing management
    b Materials Requirement Planning
    c Inventory Management
    d Invoice Verification
    e Material Valuation
    96 What are the influencing factors for configuration of account determination?
    a Chart of accounts
    b Material
    c Material type
    d MM transaction
    97 What is the key for account determination that enables a differentiation for G/L account assignment depending on material
    a Valuation grouping code
    b Material
    c Transaction
    d Chart of accounts
    e Material Type
    98 Valuation grouping codes can correspond to a single chart of account.
    TRUE
    FALSE
    99 Which chart of accounts includes specific requirements pertaining to consolidation?
    a Country-specific chart of accounts
    b Group Chart of accounts
    100 What can you do if you want to turn off the dependency of account determination function on the valuation area?
    a Create group chart of accounts
    b Activate valuation grouping code
    c Assign materials to a valuation class for each valuation area on the accounting view.
    d Deactivate valuation grouping code
    110 You have activated the valuation grouping code. What must necessarily follow?
    a You must allow more than one valuation class for a material type.
    b More than one material type can be allowed for a valuation class.
    c You must assign a code to each valuation area.
    d You can assign more than one valuation class to an account category reference.
    111 What can be the relationship between the valuation area and the valuation grouping code?
    a 1 to 1
    b 1 to many
    c Many to 1
    d Many to many
    112 Which one among the following options describes best the relationship between chart of accounts and company code?
    a 1 to 1
    b Many to 1
    c 1 to many
    d Many to many
    113 What can be the relationship between valuation class and material type?
    a 1 to 1
    b Many to many
    c Many to 1
    d 1 to many
    114 What establishes the relationship between a valuation class and material type?
    a Valuation grouping code
    b Account category reference
    c G/L account
    d Valuation category
    115 What highlights the relationship between material types and G/L accounts?
    a All materials for a material type can be assigned to a G/L account.
    .b Different material types with all materials within them can be assigned to a G/L account
    c Two different materials within the same material type can be assigned to different G/L accounts
    d Group several material types and assign different G/L accounts to different materials within this group.
    116 You assign each material type that is subject to quantity-based and value-based inventory management to an account category reference which is mandatory.
    TRUE
    FALSE
    117 What controls the posting to a price difference account?
    a Material
    b Valuation class
    c Account category reference
    d Valuation grouping code
    e Transaction key
    118 What contains the key for the respective posting transactions?
    Transaction key
    Value string
    119 In which mode can you access the assignments of value strings to goods movements and the breakdown of the vaue strings into transaction keys in Customizing for Inventory management and Physical Inventory?
    a mandatory
    b Optional
    c Display
    120 What are the transaction keys used for the subcontracting item categories?
    a EIN
    b BSV
    c EKG
    d FRL
    e FRN
    121 What transaction key is used to post a valuated goods receipt for purchase order items not subject to account assignment?
    a BSX
    b WRX
    c PRD
    d KDM
    e BSV
    122 What is value string WA01 defined for ?
    a Goods receipt of standard and subcontracting purchase order items without account assignment concerning valuated material into stock.
    b Deliveries without charge
    c Goods issues
    d Other goods receipts
    123 Which value string is defined for Goods receipt of standard and subcontracting purchase order items without account assignment concerning valuated material into stock.?
    a WE01
    b WA14
    c WA01
    124 Which valuation string is used for Delivery without charge for material subject to standard price control, with posting date in the previous period and the standard price in the posting period is different to the standard price in the current period?
    a WE01
    b WA14
    c WA01
    125 What is the key for account determination that enables a G/L account assignment differentiation for the offsetting entry for an inventory posting.
    a Valuation grouping code
    b Chart of accounts
    c Account grouping
    d Valuation class
    125 For which transaction key in materials Management in the standard system is account grouping active?
    a BSX
    b WRX
    c PRD
    d GBB
    126 For which transactions can you change the account grouping?
    a Invoice verification
    b Inventory Management.
    127 The rules that you use to define if the configuration of automatic posting for a posting transaction depends on which of the influencing factors?
    a Valuation Group code
    b Material/material type
    c Account grouping
    d Chart of accounts
    e Valuation class
    128 From where do the transaction keys for delivery cost postings come ?
    a Purchasing calculation schema
    b Value string
    129 What does the system use for the account assignment category to determine the default account?
    a Transaction key PRD
    b Transaction key GBB
    c Valuation group code
    d Account grouping
    e Valuation class
    130 What are the characteristics of a Document type for Accounting documents?
    a Two character alphanumeric code
    b One number range per document
    c Cannot assign authorization group
    d Determines whether net posting is determined for the documents.
    e Account types that may be used with the document type may be selected when entering documents.
    131 What are the features of number assignment for accounting documents from MM?
    a Configured for each company code
    b Always linked to the fiscal year
    c Numbers assigned without gaps
    d Defines whether number assignment is external or internal
    e The interval from which the number is assigned.
    127 The rules that you use to define if the configuration of automatic posting for a posting transaction depends on which of the influencing factors?
    a Valuation Group code
    b Material/material type
    c Account grouping
    d Chart of accounts
    e Valuation class
    128 From where do the transaction keys for delivery cost postings come ?
    a Purchasing calculation schema
    b Value string
    129 What does the system use for the account assignment category to determine the default account?
    a Transaction key PRD
    b Transaction key GBB
    c Valuation group code
    d Account grouping
    e Valuation class
    130 What are the characteristics of a Document type for Accounting documents?
    a Two character alphanumeric code
    b One number range per document
    c Cannot assign authorization group
    d Determines whether net posting is determined for the documents.
    e Account types that may be used with the document type may be selected when entering documents.
    131 What are the features of number assignment for accounting documents from MM?
    a Configured for each company code
    b Always linked to the fiscal year
    c Numbers assigned without gaps
    d Defines whether number assignment is external or internal
    e The interval from which the number is assigned.
    Last edited by SAPman : 03-11-2006 at 04:59 PM.
    SAPman
    View Public Profile
    Send a private message to SAPman
    Visit SAPman's homepage!
    Find all posts by SAPman
      #2    03-11-2006 
    SAPman 
    Senior Member   Join Date: Oct 2005
    Posts: 132
    See note at end regarding quality of answers.
    1
    a --- Yes
    b --- Yes
    c --- No
    d --- Yes
    e --- No
    2
    a --- Yes
    b --- Yes
    c --- Yes
    d --- Yes
    e --- Yes
    3
    a --- Yes
    b --- Yes
    c --- Yes
    d --- Yes
    4
    a --- Yes
    b --- Yes
    c --- Yes
    d --- Yes
    e --- Yes
    5
    a --- No
    b --- Yes
    c --- Yes
    d --- No
    e --- Yes
    6
    a --- Yes
    b ---
    7
    a --- No
    b --- No
    c --- No
    d --- Yes
    e --- No
    8
    a --- No
    b --- No
    c --- Yes
    d --- No
    e --- No
    9
    TRUE ---
    10
    a --- No
    b --- No
    c --- Yes
    d --- Yes
    e --- No
    11
    a --- Yes
    b --- Yes
    c --- No
    d --- No
    e --- No
    12
    TRUE ---
    13
    a --- No
    b --- No
    c --- Yes
    d --- No
    e --- No
    14
    a --- Yes
    b --- No
    c --- Yes
    d --- No
    e --- Yes
    15
    Whether you want to enter an invoice --- No
    Whether you want to enter a credit memo. --- No
    16
    Yes
    17
    a --- Yes
    b --- Yes
    c --- Yes
    d --- Yes
    18
    a --- Yes
    b --- Yes
    c --- No
    d --- Yes
    19
    FALSE
    20
    GR Based IV
    21
    NO
    22
    a --- No
    b --- No
    c --- No
    d --- No
    e --- No
    23
    a --- Yes
    b --- Yes
    c --- Yes
    d --- No
    e --- Yes
    24
    Yes
    NET POSTING
    25
    Doc type
    26
    a
    b --- No
    c --- No
    d --- Yes
    e --- No
    27
    Non-operating result
    Non-operating result --- Yes
    28
    a --- Yes
    b --- Yes
    c --- No
    d --- Yes
    e --- Yes
    29
    a --- No
    b --- Yes
    c --- No
    d --- No
    e --- Yes
    30
    a ---
    b --- Yes
    31
    a --- Yes
    b --- Yes
    c --- Yes
    32
    a --- No
    b --- Yes
    c --- No
    d --- Yes
    e --- No
    33
    a --- No
    b --- Yes
    c --- No
    d --- Yes
    e --- No
    34
    At PO price
    --- Yes
    35
    At PO price
    36
    At GR concerned
    --- Yes
    37
    a
    b --- Yes
    c --- Yes
    38
    a --- No
    b --- No
    c --- Yes
    d --- No
    e --- Yes
    39
    TRUE
    --- Yes
    40
    a --- Yes
    b --- Yes
    c --- Yes
    d --- No
    e --- Yes
    41
    a --- No
    b --- Yes
    c --- Yes
    d --- No
    e
    42
    a --- No
    b --- Yes
    c --- Yes
    d --- Yes
    e --- No
    43
    a --- Yes
    b
    44
    a --- Yes
    b --- No
    c --- Yes
    d --- Yes
    e --- No
    45
    a --- No
    b --- Yes
    c --- Yes
    d --- No
    e --- No
    46
    a --- Yes
    b --- Yes
    c --- Yes
    d --- No
    e --- Yes
    47
    NO
    48
    GR - No
    IV - yes
    49
    YES
    --- Yes
    50
    a --- No
    b --- Yes
    c --- No
    d --- Yes
    e --- Yes
    51
    Planned delivery cost
    52
    a --- Yes
    b --- No
    c --- No
    d --- Yes
    53
    a --- Yes
    b --- No
    c --- No
    d --- No
    54
    Distribute among the items --- yes
    Post to separate G/L account --- yes
    55
    When distributed among items --- No
    When posted to separate G/L accounts --- No
    56
    a --- Yes
    b --- No
    c --- Yes
    d --- No
    e --- Yes
    57
    a --- Yes
    b --- Yes
    c --- No
    d --- Yes
    e --- Yes
    58
    a --- No
    b --- Yes
    c --- No
    59
    Posting directly to G/L account --- No
    Posting directly to a material --- No
    60
    a --- No
    b --- No
    c --- Yes
    d --- No
    e --- No
    60
    a --- Yes
    b --- Yes
    c --- No
    d --- No
    e --- No
    61
    a --- Yes
    b --- Yes
    c --- No
    d --- Yes
    e --- No
    62
    a --- No
    b --- No
    c --- Yes
    63
    a --- Yes
    b --- No
    c --- Yes
    64
    a --- No
    b --- Yes
    c --- Yes
    d --- Yes
    e --- Yes
    65
    a --- No
    b --- No
    c --- No
    d --- Yes
    66
    a --- Yes
    b --- Yes
    c --- Yes
    67
    a --- Yes
    b --- Yes
    c --- No
    d --- Yes
    e --- Yes
    68
    a
    b --- Yes
    69
    a --- Yes
    b --- Yes
    c --- No
    d --- Yes
    e --- Yes
    70
    a --- No
    b --- No
    c --- No
    71
    TRUE
    72
    a --- No
    b --- No
    c --- No
    d --- Yes
    e --- No
    73
    a --- Yes
    b --- No
    c --- Yes
    d --- Yes
    74
    YES
    75
    a --- Yes
    b --- Yes
    c --- No
    76
    YES
    77
    ERS --- Yes
    EDI --- Yes
    78
    ERS --- Yes
    EDI
    79
    a --- Yes
    b --- Yes
    c --- No
    d --- Yes
    e --- No
    80
    a --- Yes
    b --- Yes
    c --- No
    d --- No
    81
    a --- No
    b --- Yes
    c --- No
    d --- No
    82
    a --- Yes
    b --- Yes
    c --- Yes
    83
    RD
    RS --- Yes
    84
    a --- No
    b --- No
    c --- Yes
    d --- No
    85
    a --- No
    b --- No
    c --- Yes
    d --- No
    87
    a --- No
    b --- Yes
    c --- No
    d --- No
    e --- No
    88
    Activating direct posting --- No
    Choosing an aggregation variant --- Yes
    89
    a --- Yes
    b --- No
    c --- Yes
    d --- Yes
    e --- No
    90
    a --- No
    b --- No
    c --- Yes
    91
    a --- Yes
    b --- Yes
    c --- Yes
    d --- Yes
    92
    a --- No
    b --- Yes
    c --- Yes
    d --- No
    e --- Yes
    93
    a --- Yes
    b --- Yes
    c --- Yes
    d --- Yes
    e --- Yes
    94
    GR/IR clearing posting
    Inventory Posting --- Yes
    95
    a --- No
    b --- No
    c --- Yes
    d --- Yes
    e --- Yes
    96
    a --- Yes
    b --- Yes
    c --- Yes
    d --- Yes
    97
    a --- No
    b --- Yes
    c --- No
    d --- No
    e --- Yes
    98
    TRUE --- Yes
    99
    a
    b --- Yes
    100
    a --- No
    b --- No
    c --- No
    d --- Yes
    110
    a --- No
    b --- No
    c --- Yes
    d --- No
    111
    a --- Yes
    b --- No
    c --- Yes
    d --- No
    112
    a --- No
    b --- No
    c --- Yes
    d --- No
    113
    a --- Yes
    b --- Yes
    c --- Yes
    d --- Yes
    114
    a --- No
    b --- Yes
    c --- Yes
    d --- Yes
    115
    a --- Yes
    .b --- Yes
    c --- Yes
    d --- Yes
    116
    TRUE
    117
    a --- No
    b --- No
    c --- No
    d --- No
    e --- Yes
    118
    Transaction key
    Value string --- Yes
    119
    a --- No
    b --- No
    c --- Yes
    120
    a --- No
    b --- Yes
    c --- No
    d --- Yes
    e --- Yes
    121
    a --- Yes
    b --- No
    c --- No
    d --- No
    e --- No
    122
    a --- No
    b --- No
    c --- Yes
    d --- Yes
    123
    a --- Yes
    b --- No
    c --- No
    124
    a --- No
    b --- Yes
    c --- No
    125
    a --- No
    b --- No
    c --- Yes
    d --- No
    125
    a --- No
    b --- No
    c --- No
    d --- Yes
    126
    a
    b --- Yes
    127
    a --- Yes
    b --- No
    c --- Yes
    d --- No
    e --- Yes
    128
    a --- Yes
    b
    129
    a --- No
    b --- Yes
    c --- No
    d --- Yes
    e --- No
    130
    a --- Yes
    b --- Yes
    c --- No
    d --- Yes
    e --- Yes
    131
    a --- Yes
    b --- No
    c --- Yes
    d --- Yes
    e --- Yes
    127
    a --- Yes
    b --- No
    c --- Yes
    d --- No
    e --- Yes
    128
    a --- Yes
    b
    129
    a --- No
    b --- Yes
    c --- No
    d --- Yes
    e --- No
    130
    a --- Yes
    b --- Yes
    c --- No
    d --- Yes
    e --- Yes
    131
    a --- Yes
    b --- No
    c --- Yes
    d --- Yes
    e --- Yes
    The quality of the answers are not very good. In time I will clean up the answers -- in the mean time, if you have better answers, please post reply here.
    Last edited by SAPman : 03-11-2006 at 03:57 PM.
    SAPman
    View Public Profile
    Send a private message to SAPman
    Visit SAPman's homepage!
    Find all posts by SAPman
    « Previous Thread | Next Thread »
    Thread Tools
    Show Printable Version
    Email this Page
    Display Modes
    Linear Mode
    Switch to Hybrid Mode
    Switch to Threaded Mode
    Posting Rules 
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts
    vB code is On
    Smilies are On
    code is On
    HTML code is Off
       Forum Jump
      User Control Panel Private Messages Subscriptions Who's Online Search Forums Forums Home   Learning SAP     Guides and HOWTO documents     SAP Certification         MM         SD         FI/CO         SRM Discussion Forum     Materials Management (MM)     Sales & Distribution (SD)     Financial Accounting (FI) and Controlling (CO)     Cross Application     Supplier Relationship Management (SRM)     Managing SAP Projects SAP123 Web site     Introductions & Feedback     Garbage & Testing  

  • Help needed in the query.

    I have a table say T1 with a column of unique sequential numbers that begin at 1. When one inserts a new row, one muse use a sequence number that is not currently in the column. that is Fill the gaps. If there are no gaps, then and only then one can use the next highest integer in the sequence.
    create table T1
    ( seq_nbr INTEGER NOT NULL PRIMARY KEY
    CHECK (seq > 0);
    junk CHAR(5) NOT NULL);
    INSERT INTO T1
    VALUES (1,'Tom'), (2,'Dick'), (4,'Harry'), (5,'Moe');
    Here is the INSERT statement,i came across, where i am not able to understand how logic is working?
    INSERT INTO T1 (seq_nbr,junk)
    VALUES (CASE WHEN EXISTS -- no gaps
    ( SELECT 'no gaps'
    FROM T1
    HAVING COUNT(*) = MAX(seq_nbr))
    THEN ( SELECT MAX(seq_nbr) FROM T1 ) + 1
    ELSE ( SELECT MIN(seq_nbr) -- gaps
    FROM T1
    WHERE (seq_nbr -1)
    NOT IN (SELECT seq_nbr FROM T1)
    AND seq_nbr > 0) - 1, 'Jen');
    the thing is i am not able to understand how this query is executing and the logic.. Can someone please explain this to me?

    Hi,
    this works because the first part of the CASE statement assumes there are no gaps if the number of records in the table = the max(seq_nbr) and inserts the next one up. If there are gaps then it looks for the lowest missing seq_nbr. (without testing this code I wouldn't assume it works)
    Overall though this is not good practice because with high volume systems it will most likely lead to all sorts of concurrency problems. Instead you should just use a straight oracle sequence. Every time I've seen someone try to specify the requirement that a PK must be contiguous set of numbers with no gaps I've found it to be based on an individuals perverse sense of completeness or a left over from an old manual system. Usually the sequence numbers where generated from a ledger and the only way they could easily count throughput was by subtracting yesterdays closing sequence from todays. Once you point out that the database can count these things in fractions of seconds, the requirement disappears.
    Andre

  • Use of Official Document number in VAT Books for Italy

    Dear All,
    I would like to share with you a big doubt I have regarding the use of Official Document Number in the VAT Books. This is a requirement for an Italian client.
    According to my clients requierement they would like to manage 5 different VAT Books:
    1. Sale book (for all finished products sold in Italy, EU and outside EU)
    2. Sale book for sundry sales (CAPEX, services, other goods ...)
    3. Purchase book (for all the goods bought in Italy and out-side EU and for all the services bought in Italy)
    4. EU purchase book (for all the goods and services bought from EU suppliers and for all the services bought from not EU suppliers)
    5. EU sale (reverse charge) book (with the same numbers and amounts of the purchase book number 4)
    For every VAT Book they want the Officil Document number to be displayed. Not only that, they want the Official Document Number to end in 1 (XXXXXXX1) at the start of every natural Year for EVERY VAT Book, and have sequential numbering with no gaps.
    My intention is to use: RFKKITVATM. This is a specific VAT report for Italian Companies. The report selects documents that contain regular VAT and that have been assigned an Official Document number (ODN). You run this report to generate such a list for the current month. It selects documents with an ODN based on the invoice or credit memo posting date. You can create as many layout-variants (one per VAT Book??).
    My question is: The VAT Books are based on different VAT Codes. How can we have every single VAT Book to start with an Official Document number ending in 1? The number range will be Document type dependant and not VAT Code dependant.
    As per my knowledger, To use Official Document Numbering (ODN) in Italy we have to make a number of settings:
    - Activate ODN
    - Specify which document types the system is to assign official document numbers to.
    - Assign installation-specific function modules to events
    - Define Number ranges
    Have you faced up a similar requirement? Is this a legal requierement or is my client mixing up with another legal requierement related to this subject:  To print a sequential number and the fiscal year on each page of the reportu2019s output list. The System starts the numbering automatically at 1, as it does for each subsequent year.
    Many thanks in advance for your help.

    Hello All,
    Am facing an issue when implementing the ODN solution for Italy. I cannot replicate the ODN in field BKPF-XBLNR_ALT when posting Invoice via MIRO.
    1. I have Defined a Document Class per VAT Book
    2. I have Assign a Document Class to Document Types (in my example Document Type "RE" to Document class "43". And select "Generate Official Document Number, with date control".
    3. I have mantained Number ranges
    4. I have Assign the Number ranges to Document Class.
    5. In order to transfer the ODN from Billing docs to Accounting docs I have entered the Document Type "RV" at Billing Document Type level.
    It all works as expected except for the Accounting documents coming from Logistic Invoice verification - MIRO transaction. Document Type "RE" is used for posting but my field BKPF-XBLNR on Accounting document remains blank.
    Is there any additional step am missing?
    Thanks in advance.
    Regards,

  • Jan-2013 PSU on 11.2.0.3 over GI & RDBMS Homes (StandAlone Server),

    Hello Experts,
    Please excuse me if it fetches your precious time to read such a long request.
    I need your help in applying patch over 11.2.0.3 Grid and 11.2.0.3 on single node stand alone databases.
    I downloaded the two patches as given below and unzipped it under the directory /export/psu_grid and /export/PSU_Patch respectively. When I unzipped the grid patch I was little disturbed to see two numbers highlighted(So checked oracle documents and found it is a bundle for both rdbms and GI homes).
    But I want to apply grid and rdbms homes seperatly, because I get confused when i read its readme.html file, because it talks about RAC only.
    If I apply to GI home seperatly, Should I select 15876003 instead of 14727310 , Please check the below document which I have framed and guide me accordingly.
    asm@dat-stb-ora05 /export/psu_grid > ls
    14727310 bundle.xml README.html
    15876003 p14727347_112030_AIX64-5L.zip README.txt
    oracle@dat-stb-ora05 /export/PSU_Patch > ls
    14727310 p14727310_112030_AIX64-5L.zip
    Got from Oracle docs: For 11.2.0.3.5
    BUG 14727347 - GRID INFRASTRUCTURE PATCH SET UPDATE 11.2.0.3.5 contains
    BUG 15876003 - GRID INFRASTRUCTURE PATCH SET UPDATE 11.2.0.3.5 (GI COMPONENTS)
    BUG 14727310 - DATABASE PATCH SET UPDATE 11.2.0.3.5
    In this example, the <GI_PSU_number> is 14727347; the <GI_Components_number> is 15876003; and the <DB_PSU_number> is 14727310.
    Here is my document: Please rectify me if I am going wrong in any way.
    Grid home: /u01/app/asm/product/11.2.0.3/grid
    Oracle Home: /u01/app/oracle/product/11.2.0.3/db_1
    Opatch version is : 11.2.0.3.0 ( SO I am good to go with Jan PSU patch i guess)
    Grid patch (14727347) > 15876003(GI component) and 14727310(DB_PSU_Number) > I guess for grid the patch# 15876003
    RDBMS Patch (14727310)
    I will follow the following steps.
    1. Validate the Oracle Inventory.
    /opt/grid/11.2.0/grid/OPatch/opatch lsinventory -detail -oh /u01/app/asm/product/11.2.0.3/grid
    OPatch version : 11.2.0.3.0
    2. Shut down the databases.
    3. Run the prepatch script
    cd /export/psu_gird
    ./15876003/custom/server/15876003/custom/scripts/prepatch.sh
    4. Shutdown the ASM.
    5. Will Run the below command to stop CSS etc.
    /u01/app/asm/product/11.2.0.3/grid/crs/install/roothas.pl -unlock
    (since it is not a RAC, do i still need to run rootcrs.pl -unlock, please correct me if i go wrong)
    6. Will Apply grid patch.
    /u01/app/asm/product/11.2.0.3/grid/OPatch/opatch napply -oh /u01/app/asm/product/11.2.0.3/grid -id 15876003 (Please verify if this is the right patch# I'm mentioning)
    7. Will Apply psu patch on Oracle home
    /u01/app/oracle/product/11.2.0.3/db_1/OPatch/opatch napply -oh /u01/app/oracle/product/11.2.0.3/db_1 -id 14727310
    8. Run the postpatch script
    ./15876003/custom/server/15876003/custom/scripts/postpatch.sh
    9. Run the following script to enable CSS etc.
    /u01/app/asm/product/11.2.0.3/grid/roothas.pl -patch
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl check has
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl check css
    10. If CSS is not online ran the below command.
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl modify resource "ora.cssd" -attr "AUTO_START=1"
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl modify resource "ora.diskmon" -attr "AUTO_START=1"
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl stop has
    /u01/app/asm/product/11.2.0.3/grid/bin/crsctl start has
    11. Bring Up the ASM and apply as shown below and same way for Databases.
    @catbundle.sql psu apply
    12. Finally will run the below command on grid and Oracle.
    /u01/app/asm/product/11.2.0.3/grid/OPatch/opatch lsinventory
    /u01/app/oracle/product/11.2.0.3/db_1/OPatch/opatch lsinventory
    If steps are different please provide the right steps.
    THanks in anticipation
    Edited by: 982955 on Jan 25, 2013 7:56 AM

    Let me suggest something:
    Use a response file for applying a PSU on any Grid construction. It's sounds litte bit like voodoo, but given you did the usual preparation and checking, it's usually just three steps:
    * Apply p6880880 for the most recent OPatch utility (you have to do this anyway as a prereq of the PSU)
    * Create the response file (execute $ORACLE_HOME/OPatch/ocm/bin/emocmrsp - this binary comes with recent p6880880's) and move it to any convenient directory for the next step
    * Do "opatch auto ./install/11203psu5 -ocmrf ./ocm.rsp"
    I did it this way seven times now, and can't see a reason not to make it my common for the future.
    Regards
    Martin Klier

Maybe you are looking for

  • How to create a Calender in Dreamweaver

    I received a calender to put in a webpage made in Microsoft publisher which seems only work in that program Soi I am trying to create a calender in Dreamweaver Anyone have any ideas Thanks Text

  • Problem with Shortcut

    I foolishly updated my iTunes this morning and can no longer access the program through any of the shortcuts or program icons. When I click on any of the above I get a short error message that reads "This action is only valid for products that are cu

  • Is it a Bug on java.util.Calendar or is expected?

    When I try to set the DAY OF MONTH to another value then the actual and then set the DAY OF WEEK, if I do not call a 'get(anything)' or 'c.setTime(c.getTime())' beetwin the call to set the DAY OF MONTH and the DAY OF WEEK, when I call 'getTime()', it

  • How do I publish to Facebook the Captions for my pictures?

    I published an album to Facebook and the Title (picture number) instead of the Caption is showing up as a description.  The manual says to set the Facebook title using metadata, but I can't find the opportunity to make this selection.

  • [Solved] Xfce4 Aero Snap

    Gnome3 has it too, unfortunately it is lacking in customization. So is there anything like this for xfce4, without using keyboard shortcuts, or compiz? Last edited by *vitali* (2011-05-27 02:49:15)