BOM sort sequence of text items in ECC 6.0

Hello,
In release 4.6C the text items belonging to stock items are listed after the stock item. In ECC 6.0 the sort sequence is different - the text item is listed prior to the stock item. I would like to change it in ECC 6.0, so that the text items again are displayed after the stock items in ECC 6.0. Does anybody know how to do this?
Thanks in advance!
Kind regards,
Simone

Dear Simone,
when you are in CS01 or CS02, at extrem right side you can find button Configuration
just Drag the coloums as required & click that button
Now give the variant name & save
Next time when you open same changed settings will appear
Regards
Madhu

Similar Messages

  • BOM Material as a text item.

    Hi All,
    Here the below is the requirement.
    Warranty will be created as a line item and defaulted in the Contract document.
    A Bill of Material (BOM) should be created for every License material with a Warranty material. A Bill of Material would be used to combine two or more materials. When the License material is entered the system would automatically populate the Warranty material as a text item in the contract line item. So that user can maintain the start date and end date of the warranty for that particular item.
    Please help me to achieve  this requirement and let me know if you need more further information.
    Thanks
    ANGKS

    hi,
    check the packing material type settings in SPRO --> Logistics.
    Check for the delivery type / Delivery item category..... you can see the packing with item generation setting.
    Prase

  • How to populate sequence in a text item in a form

    I have a text item in a form.I want that the doc_id i.e the text item should be automatically populated with the help of sequence.I have created sequence named seq_doc_id.on which trigger i should write the code so that everytime the doc_id gets incremented by one. What should be the code.Can anyone gv me some hint.Do i have to use the loop for this?Please help

    Hi,
    I implemented a when-new-block-instance that does just that,
    however due to navigation problems the trigger fires when it should not
    the result is I got holes in the sequence.
    Is there a system variable status to check with an If test
    to make sure the sequence is called only at inserting time?

  • How to Populate long text(item text)  from BOM CS01 to CJ20N transaction

    I have requiremnt  in which i need to Populate long text/item text  of  BOM  from CS01 to CJ20N transaction(PS network)

    Hi Naveen,
    for anylong text related work use the functions READ_TEXT and SAVE_TEXT.
    read the long text of the BOM item using the proper header and then populate the same text lines to the PS network using the new header specific to the PS network.
    Prabhas.

  • How to print sequence number for a text item in a oracle reports

    Hi
    I have text item which repets for every round,if i have 3 or 4 rounds i should number the text item as 1,2,3,4 etc.... in a report.
    Can anybody help me
    Thanks in advance

    Hi Bob
    Thank you for your reply.
    Here is the data for example:
    Jobxxxx
    Round
    assembly for 3d $200 1 $200.00
    proof for 3d $10 3 $30.00
    Round
    plate for 3d $200 1 $200.00
    image for 3d $10 3 $30.00
    Job yyyy
    Round
    assembly for 3d $100 1 $100.00
    proof for 3d $50 3 $150.00
    So Bob everything is comming from tables except round.
    My question is how to add sequence number to round adn the result should be like this:
    Jobxxxx
    Round 1
    assembly for 3d $200 1 $200.00
    proof for 3d $10 3 $30.00
    Round 2
    plate for 3d $200 1 $200.00
    image for 3d $10 3 $30.00
    Job yyyy
    Round 1
    assembly for 3d $100 1 $100.00
    proof for 3d $50 3 $150.00
    Thank you in advance

  • Text items not being refreshed by LOV items.

    Hi all,
    I've got a strange LOV behavior problems which I cannot solve and require your valuable time and efforts.
    I've created a simple ADF JSF pages with 3 fields and the first field is LOV enabled. For all new row, after clicking the LOV icon, the LOV will show up and after selecting a particular value, it closes the LOV screen and replace it with a new row with the selected LOV data. It is all working well for all new rows just like a normal LOV should perform.
    But I had problem with existing data. The row which I selected from the LOV somehow cannot referesh and overwrite any existing row (visually) but after commiting the data, it was actually written and refreshed with the correct data. Is there a property in the JHeadstart Application Definition Editor where I enforce the text items to be refreshed by the LOV items?
    Thank you for your time and efforts.
    Kind Regards,
    John

    Hi Guys,
    I've performed the following scenarios attempting to refreshed Text items by the LOV Items.
    Scenario 1: Create a new column called some_key load unique number into it. Set this column as the primay key and deselect existing primary keys as key attributes. Also, I've created a sequence and some_key is of type of DBSequence getting value from the new sequence starting from 1.
    After generation when run and the result is:
    JBO-27022: Failed to load value at index 11 with java object of type oracle.jbo.domain.DBSequence due to java.sql.SQLException.
    ## Detail 0 ##java.sql.SQLException: Invalid column index
    Scenario 2: Create a unique index for the some_key column, rerun and the result is:
    JBO-27022: Failed to load value at index 11 with java object of type oracle.jbo.domain.DBSequence due to java.sql.SQLException.
    ## Detail 0 ##java.sql.SQLException: Invalid column index
    Scenario 3: Set some_key as number instead of DBSequence (from Entity Object Editor), rerun and the result is:
    JBO-27021: Failed to load CustomDatum value at index 11 with java object of type oracle.jbo.domain.Number due to java.sql.SQLException.
    ## Detail 0 ##java.sql.SQLException: Invalid column index
    Scenario 4: Deattach the offending View Object from the Application Module. Remove the offending view link and view object. Recreate view object and view link. Reset some_key is of type of DBSequence getting value from the new sequence starting from 1 (From the Entity Object Editor). After generation when run and result is:
    SUCCESSFULLY!!
    So, I guess the bottom line is here are the following things which you need to perform in order to enable text item to be refreshed by LOV item (if the detail table has composite primary keys)
    1.) Create a new column
    2.) Load unique value to it
    3.) Create unique index for it
    4.) Create entity object, view object and view link object.
    5.) Set the new column as primary key.
    6.) Deselect the key attributes for all composite primary key columns.
    Regards,
    John

  • How can I fix a xquery resulting error ORA-19279: XPTY0004 - XQuery dynamic type mismatch: expected singleton sequence  - got multi-item sequence

    Hello,
    How can I improve the XQuery below in order to obtain a minimised return to escape from both errors ORA-19279 and ORA-01706?
    XQUERY for $book in  fn:collection("oradb:/HR/TB_XML")//article let $cont := $book/bdy  where  $cont   [ora:contains(text(), "(near((The,power,Love),10, TRUE))") > 0] return $book
    ERROR:
    ORA-19279: XPTY0004 - XQuery dynamic type mismatch: expected singleton sequence
    - got multi-item sequence
    XQUERY for $book in  fn:collection("oradb:/HR/TB_XML")//article let $cont := $book/bdy  where  $cont   [ora:contains(., "(near((The,power,Love),10, TRUE))") > 0] return $book//bdy
    /*ERROR:
    ORA-01706: user function result value was too large
    Regards,
    Daiane

    below query works for 1 iteration . but for multiple sets i am getting following error .
    When you want to present repeating groups in relational format, you have to extract the sequence of items in the main XQuery expression.
    Each item is then passed to the COLUMNS clause to be further shredded into columns.
    This should work as expected :
    select x.*
    from abc t
       , xmltable(
           xmlnamespaces(
             default 'urn:swift:xsd:fin.970.2011'
           , 'urn:swift:xsd:mtmsg.2011' as "ns0"
         , '/ns0:FinMessage/ns0:Block4/Document/MT970/F61a/F61'
           passing t.col1
           columns F61ValueDate                Varchar(40) Path 'ValueDate'
                 , DebitCreditMark             Varchar(40) Path 'DebitCreditMark'
                 , Amount                      Varchar(40) Path 'Amount'
                 , TransactionType             Varchar(40) Path 'TransactionType'
                 , IdentificationCode          Varchar(40) Path 'IdentificationCode'                 
                 , ReferenceForTheAccountOwner Varchar(40) Path 'ReferenceForTheAccountOwner'
                 , SupplementaryDetails        Varchar(40) Path 'SupplementaryDetails'       
         ) x ;

  • Automatic GL account determination while creating a PO as text item

    Hello Experts,
    If we create Purchase order as a text item, means we didnt give any material details we will give the Material group only.
    Then the system will ask for the GL account details also.
    Is there any way to default a particular GL account to a particular Material group while creating a Purchase Order as text item.
    Please sugeest the possible solutions.
    Many Thanks in advance,
    Satya

    Hi
    Go to OBYC
    BSX - select valuation modifier, valuation class-----Give GL acc no. - Inventory Raw -m aterial A/C No
    WRX - select valuation modifier, valuation class - Give GL acc no.---GRIR clearing A/C No
    GBB - select general modification, valuation modifier, valuation class - Give GL acc no. - -Salaries etc. A/C No
    FS00 - select the check box - Post automatically.
    FS00 - select post with tax
    Fs00 - sort key - 014
    FS00- Field status group G0045.---GRIR
    FS00- Field status group - G003 - material consumption
    FS00- field status group - G006

  • Issue with sorting of TO line item while using LM05 / LM07

    Hi,
    We have found an issue in using LM05 / LM07 trnasactionwhile performing picking activity using the RF transaction.
    1. Transfer Order is created for the same Material and Batch Combination with multiple line items. So when we display the TO the materials appear in the sequence of TO line item say 1, 2, 3, 4, 5 etc.
    2.  When we try to confirm the transfer order using LM05 the system is not picking the line items in the order that the TO was created. It is pickinga a random line item from the order and selecting an item from the lower line items of the TO's.
    We have debugged and found that there is no specific sort sequence which is changing the sequence of line items as all the sort eliments have the same values except that there are few empty fields. The statement where the sort sequence is changing is 'SORT TMP_SORT_TAB BY NLTYP SORLP NLENR MATNR CHARG' but my concern is it is not sorting by this sequence specified in the code after execution.
    If anyone has seen this kind of an issue and has a solution please let me know.
    Thanks in Advance,
    Harish

    As for std SAP ME59N - make sure there is not rounding value is activated in the Material master as well as info record
    If this is not the case than check any custom code is activated for ME59N
    becuase generally in many compnay when they use ME59n they don't want the same material from diff PR to create the diff line item in the PO so using the custom logic in the user exist they trick the code
    it might be the case for you where you have issue.

  • Dynamically set the sequence of an Item

    Hi,
    I have three record types and am trying to dynamically set where it appears on the form.
    The 3 record types are MEETING REGISTER, MARKET PROBLEM AND BROADCAST CHANGE.
    If the user creates a record with a type of MEETING REGISTER then I want a field called 'duration' to have a sequence of 57, if it is either of the other 2 types then I want it to appear further down the form with a sequence of 241.
    I have tried creating a dummy text item called 'P2_DURATION_SEQ' at the top of the form with a default function of:
    declare
    v_dur_seq NUMBER;
    BEGIN
    IF :P2_RECORD_TYPE IN ('MEETING REGISTER')
    THEN v_dur_seq := 57;
    ELSE v_dur_seq := 241;
    END IF;
    RETURN v_dur_seq;
    END;
    and tried putting &P2_DURATION_SEQ. in the sequence field of the duration field properties with no success.
    Any advice would be great.
    Thanks
    Chris

    Hello Chris,
    If you have just the one field, or just a couple, that needs to dynamically change sequence (I wouldn't suggest the following if you have many because it could become quite a maintenance headache), you can try this:
    1) Define three "duration" fields, say P1_DURATION_MR, P1_DURATION_MP and P1_DURATION_BC. Define their sequence to display wherever each needs to be, respectively.
    2) Map all three to the same database column.
    3) Make each conditional on the record type being "MEETING REGISTER", "MARKET PROBLEM" or "BROADCAST CHANGE" respectively.
    Then, if the record type is "MEETING REGISTER", P1_DURATION will render where it needs to and the other two will not render, etc.
    Hope this helps,
    John

  • Report - Formatting text IN text items

    I'm trying to create a report with (at the end of the report) a text field extracted from the (Oracle) database.
    A user creates the value of the field, with a sort of HTML formatting on the text (to make text in BOLD is used <B> and </B>, for ITALIC <I> and </I> and to UNDERLINE...).
    If I generate the report in HTML format everything is OK, but in PDF format I've got the tags written with the text.
    This mean that instead of having:
    "Hello World"
    I've got
    "Hello <B>World</B>"
    Is there a way to let Oracle Report display a text item with some words in BOLD (ITALIC, etc) and some others not?
    I've tryed the "Contains HTML Tag" without any result, I'm currently using 6i, but I can switch to 9i.
    Any help or suggestion is greatly appreciated.
    Thanks

    Stephen Schulte2 wrote:
    Sagesse wrote:
    To quote text, put "> " (without quotes) in front of the text you want indented.
    OK I used the ' " ' to put your message into a box at the start of mine, but I don't seem to be able to use the ">" to "indent" my text... For example-- the following is not indented: >So now I am putting this text here in quotes, let's see via PREVIEW.
    No, that doesn't seem to do anything...
    Steve
    You have to put the > character at the beginning of a line.
    Alternatively, you can use this HTML to set off text as a blockquote without the background:
    <blockquote style="margin-left: 50px;">Quoted text goes here</blockquote>
    Which will render your text like this:
    Quoted text goes here
    You can add your own background color like this:
    <blockquote style="background:lightblue; border:1px solid black; padding:3px; margin-left: 50px;">Quoted text goes here</blockquote>
    Where 'lightblue' can be replaced with any CSS or HTML color name.
    This will render your text like this:
    Quoted text goes here

  • How can i change the sequence of text element in standard driver program ?

    Hi,
    can u tell me how can i change the sequence of text element in standard  sapscript driver program.. without making a zcopy of standard driver program.
    My problem is when MEDRUCK form is getting printed for PO print , header text is coming before item. But the requirement is to come it after item.So how cani do that without making the zcopy of  SAPLMEDRUCK program..Is there any enhancement point in SAPLMEDRUCK driver program..where i can put my customise code for changing the sequence of text element ?

    Hi,
        Just copy the MEDRUCK to ZMEDRUCK. No need to copy the driver program.
    1) SE71Menu > Utilities > COpy from Client
    MEDRUCK ->>Client 000
    New formname ZMEDRUCK
    2) Now open the ZMEDRUCK in DE language in SE71
    3) Menu > Utilities > Convert original Language
    Change DE  to EN, save and activate
    4) Now open the ZMEDRUCK in EN language
    5) Goto Pagewindows > Main window,
    Look for the HEADER text Text element, copy the whole code under this Text element just after the ITEM text Text element, and comment the HEADER text above.
    Now the Header text Text element will be below ITEM text only. This will full fill your requirment.
    Now goto NACE transaction and add the copied ZMEDRUCK to the EF application.
    Regards
    Bala Krishna

  • Sort Sequence for Product Catalogue ISA B2B

    Hi there
    I'm trying to find another way of sorting items within a catalogue area. As it is in the standard system , the products are simply sorted according to the Product number (acceding).
    The requirement is to be able to rearrange the sequence according to alternate means such as product description. So that when it comes to browsing the product catalogue in the web shop the specific sort sequence is reflected.
    we are using CRM4.0 E-Selling B2B
    thanks in advance

    Thanks for the responce,
    No, we use Both Manual and Automatic too.
    In this program can you re-import or is that only used for first time uploads ?
    secondly does the sequence of products, within a catalogue area remain as it is in your spread sheet after the upload, or does it revert back to the accending oprder of the product numbers ?
    thanks

  • Text item consumption values

    Can we know the total consumption of a text item in a bom over a period of time.
    Or can we know the consumption values of a phantom assembly
    Or is there a bom item which is not to be stocked , but thier quantity in bom multiplied with the order quantity could be displayed over a period of time.

    Text items and phantom items are never consumed  and hence you will never see it in any consumptipon report.  You may have to build custom report  if needed  ( or change the item to be standard).
    cheers
    rav

  • How can I find text-item description and content in database?

    I make "Actual news" region with text and simple image items.
    With "Custom Search" autoquery I make news portlet with 10 latest news.
    But I will make with PDK-Java discussion portlet, in which users can read and write about last published (last created text item display name and content) news.
    My questions:
    - How can I find text-item description and content in database?
    - How I can sort text-items to find latest created in my region?
    I have Portal R2
    Thanks in advance.
    Cheslav

    I am sorry. The following are the related tables.
    WWV_TEXT
    WWV_TEXT_BLOCKS
    WWV_TEXT_BLOCK_USAGES
    WWV_USER_TEXT_BLOCKS
    WWV_USER_TEXT_BLOCKS$
    WWV_USER_TEXT_BLOCK_USAGES
    WWV_USER_TEXT_BLOCK_USAGES$
    May be you want to browse WWV_TEXT which is the core table.

Maybe you are looking for

  • Upgrade from Homehub 2 to Homehub 3

    Just wanted to rant and blow off some steam. Ive had two Homehub 2's so far as one completley shutdown and the 2nd just keeps dropping wireless signal and lagging. Usually pressing the reset button resolves this for a day or so. The blue indicator li

  • How to execute several ROUNDS in a single transformation file?

    Hi everybody, I've put several transformation files into one transformation file but I have the following problems: - when I look at the log after validating the transformation file, it only shows values for the last combination of OPTIONS / MAPPING

  • INSTEAD of Trigger View for an Oracle EBS New form development

    Hello, I am developing a new EBS form based on a database view. This form is an EBS form will run in an 11.5.10.2 environment and developed using 6i. The form has one data block that is based on the view. The view is joined and based on following tab

  • How do I get Artwork to show up on the podcast?

    I just put up a podcast... Crave Rancho at Saddleback, and I would like artwork to show up on the track... and on the folder... how do I make that happen? Is it possible to change the Artwork, when there is a new series just for certain tracks? Any h

  • Newbie: what software do I need to install HTML-DB on linux?

    Hi all I'm a complete beginner in HTML-DB and I have the assignment to install HTML-DB on a server in our company. I'd like to install it on a Fedora Core 3 RedHat Linux machine; is that ok? I tried to find the compatibility on Metalink but I was com