How to change bom explosion number text

Hi All,
I have a requirement of changing of bom explosion number text in sales document.
When we create sales order we will give bom explosion number(SNUM-SERNR)
I want to change the text of BOM explosion number(snum-SNTXT) as per my requirement with some custom field value of the same transaction.How do I change this?
Regards
Mahesh

Hi,
I  made changes as addressed.
( CC02, In Object types tab. Check box Mgt Rec. i. e Indicator: Object management record generatering.)
Now facing validity date during ECN creation, when I put put todays date. To create ECN, its giving me following error.
( Date 17.07.2009 is within a protected time period )
Please suggest me solution.
Thanks
Edited by: Bhushan Mehar on Jul 17, 2009 10:48 AM

Similar Messages

  • BOM explosion number.

    Hello SAP Gurus,
    What is the use of BOM explosion number? after creation how & where to assigne it?
    with regards,
    dev123.

    Hi,
    If you want to ensure that for a certain production unit, the BOM structure is always exploded with the same date, you can assign a BOM explosion number to the planned order (or for make-to-order production it can be directly assigned to the sales order).
    If you do not use the assignment of a BOM explosion number, the planned start date of the planned order is always used as the explosion date for the BOM. The system explodes the particular BOM that is valid on this date.
    For multi-level BOM structures, larger time intervals may exist between the explosion dates of the individual assemblies. If BOMs (or alternative BOMs) have been changed in the meantime (for example, exchanging individual components due to new technical drawings, changed production techniques, due to parts to be discontinued etc.) a situation may exist whereby an assembly that is used repeatedly is produced with different BOM structures.
    Create BOM Explosion Number:-
    1.  Starting from the MRP menu, choose Master data --> BOM explosion number -->Edit (MDSP)
    The system displays the initial screen for maintaining the BOM explosion number.
    2.  Choose  .
    The screen for maintaining the BOM explosion numbers now appears.
    3.  Choose New entries.
    A screen now appears where you can enter new BOM explosion numbers.
    4.  Enter data as required.
    BOM explosion number
    The BOM explosion number is the object for which the following data is maintained. It can be entered alphanumerically.
    Fixed key date
    The fixed key date determines which bill of material is exploded.
    Plant
    You can also specify a BOM explosion number for a specific plant. Enter the appropriate plant in this case.
    Material
    You can specify a BOM explosion number for a specific material. Enter the appropriate material in this case.
    Status
    You can set the BOM explosion number to active or inactive using the status field. Only active BOM explosion numbers are used in the planning run.
    Save your entries.

  • How to change the stsndard selection text for a LDB..

    Hi All,
        I am using a LDB selection screen. I want to change the selection text of the standard selecetion field.
    For ex, for LDB- PNP, i want to change the 'Personnel number' text to 'Employee ID'...
    Please let me know how to do this.
    Regards
    Nanda

    Hi Nanda,
    Here is the code which is exactly suitable for this req.
    TABLES: pernr.
    data: i_tab type standard table of RSSELTEXTS with header line.
    initialization.
    i_tab-name = 'PNPPERNR'.
    i_tab-kind = 'S'.
    i_tab-text = 'Employee ID'.
    append i_tab.
    CALL FUNCTION 'SELECTION_TEXTS_MODIFY'
      EXPORTING
        program                           = 'ZESO_TEST'
      tables
        seltexts                          = i_tab
    EXCEPTIONS
      PROGRAM_NOT_FOUND                 = 1
      PROGRAM_CANNOT_BE_GENERATED       = 2
      OTHERS                            = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks
    Eswar

  • May I know how to change the color of texts inside the indicator box?

    Can anyone tell me how to change the color of texts inside the indicator box? I have tried to use property node but not really know how it functions.
    In fact, I am writing a program for which the number inside indicator on front panel will show red color if the measured value can't reach the requirement. I am using LabView 6.1 Professional
    Thank You for your attention!!!!!!

    Simply use a property node with "NumText.TextColor" and wire the correct color depending on your test result.
    The attached simple example (LV 6.1) lets you change it from the front panel. In your case, you would use your test output instead of a FP switch, of course. Message Edited by altenbach on 05-25-2005 09:05 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    TextColor.vi ‏18 KB

  • Find BOM number by BOM explosion number

    Dear all,
    How can i find the BOM number used in a planned order ? by BOM explosion number ? Which tables shall i use ?
    Cheers,
    Olivier

    Hi,
    you can use following Function Module for BOM Explosion.
    CSAP_MAT_BOM_READ
    CS_BOM_EXPL_MAT_V2
    CS_BOM_EXPLOSION
    CS_BOM_EXPLOSION_MAT" or "CS_BOM_EXPL_MAT_V2
    Tables related To BOM
    STPO          BOM Item Details
    STPU          BOM Sub Items (designators)
    STKO         BOM Header Details
    MAST         BOM Group to Material
    STZU          BOM History Records
    STAS         BOM Item Selection
    STPF          BOM Explosion Structure
    PLMZ         Allocation of bill of material items to operations
    Regards,
    Sankaran

  • Retrieving deleted  BOM explosion Number

    HI Folks,
    I have deleted one bom explosion number.Now i wan to retrieve it back as system is not allowing to create same  Bom explosion number and showing below error
    "BOM explosion number s4370030 has been flagged for deletion".Appreciate early replies.
    Regards,
    SBR

    Hi Sbr,
    1. I dont think that it is possible to retrive the BOM explosion number that has been deleted.
    2. It is alwyas recommended to change the status as inactive if you dont want to use it.
    Reg
    Dsk

  • How to change a phone number that was set-up when ipad was being set-up. It was my wife's and not mine. want my number as the main number.

    How to change a phone number that was set-up when you first set Ipad up. Took wife's number instead of mine. Her number is on i-cloud and messaging, face time.

    Goto -settings-iCloud-delete account u will then have to set up a new iCloud account.if u do this it will delete anything u may have backed up in  iCloud on your old account.

  • How to change the output as text format in Apps R12.1.3

    Hi All,
    Currently iam trying to modify the Java Concurrent Program (FDExtractAndFormatting) in Batch Payment Process. This Program is generated in text format in 11i APPS. Now we are upgrading to R12.1.3. In R12.1.3 output is coming as PDF format. Here my requirement is how to change the output as text format in R12.1.3 also.
    Please do the needful and suggest me.
    Regards,
    Jagadeesh

    1. It is seeded java concurrent program. Some attributes are missing from 11i to R12. In 11i it is a text format.So i have to investgate on how to retrive those attributes in R12. What is the concurrent program name?
    Have you tried to change the output and submit the request?
    2. Once all are attributes are coming in PDF format. Client wants to open same output in text format as it is 11i (In R12 it is generated in PDF format).If the above does not help, please log a SR.
    Thanks,
    Hussein

  • BOM Explosion Number in Sales Order

    Hi Experts,
         For a make-to-order case, I would like to assign a predefined BOM explosion number with fixed key date to a sales order item. Instead of manually assigning the BOM explosion number to the sales order item, is there any way to let the system automatically assign the BOM explosion number?
         As I read from SAP Library under the BOM Explosion Number (Fixed Key Date), it states "The system can automatically specify the BOM explosion number when entering planned independent requirements or customer independent requirements or when entering the sales order." So is there any configuration to be done in advance to enable the BOM explosion number to be automatically assigned to sales order item?
    Thanks,
    SW

    I tried also setting up the material and its BOM determination by specifying only 1 BOM out of multiple BOMs. Still,
    1. When I add the said material into sales order line and save the sales order, the BOM explosion number value never appear automatically in the sales order line.
    2. When I run the planning on the sales order through MD50, the planned results do not have the BOM explosion number attached.
    I think your advice is more applicable to selection of a BOM from multiple BOMs instead of determining the fixed key date based on appropriate BOM explosion number, correct me if I am wrong.
    Regards

  • How to change a page number ?

    db11gxe , apex 4.0 , firefox 24 ,
    How to change a page number ?
    i have a page with a number "2" , and i want to change it to "1" ? how ?
    thanks

    Go to APEX 4.0 documentation (Contents) and Search for Copying a Page. The document contains all basic tasks you can learn from.

  • How to change general attribute of text element

    hi
    who now how to change general attribute of text element on screen dinamically? I wish to change text value dinamically for example.

    Hi Denis,
    I am not too sure on what you want.
    If you require that the text value be different based on some conditions you can declare as many text elements as conditions and call the relevant text element.
    But I dont think that you can assign dynamic texts to a single text element.
    Regards,
    Saurabh

  • How to change the maximum number of process per user in BW ?

    Hi,
    Do you know how to change the maximum number of process allowed per user ?
    With RSRT we can customize the number of process per query but I don't know where we can customize the maximum number of process per user.
    In fact, my production environment reach always the max number of process available in SM50...
    Thanks a lot

    Hi,
    A user is not have the No. of processor but a work process can handle N No. of users. If a user hit any transaction v acn say from  a list of N worl proceesor which has been taken the work.
    Correct if I am wrong.
    Regards
    Syed.

  • How to change the port number for deployment in JAVA Studio Enterprise 8?

    Hi!
    Yesterday i downloaded this new sun java studio enterprise and found it mind blowing.
    Now i find that all my previous applications which were running on port 8080 can't be run on sun java studio enterprise(sjse) 8.
    Can anyone tell me how to change the port number on this software so i won't have to edit all my applications?

    http://docs.sun.com/source/819-0080/install.html
    In the Admin Configuration page (or at the command line), enter the following:
    Admin User Name�Name of the user who administers the server
    Password�Admin user�s password to access the Admin Server (8-character minimum)
    Admin Port�Administration port number for initial server instance
    HTTP Port�Port number to access the default server instance
    HTTPS Port�Secure port number to access the default server instance

  • BOM explosion number field

    Hello Gurus,
    Is there any field for BOM explosion number in production order header data too?One field is in assignment tab in CO02 but I guess it is at item level.
    I dont find this field at header level but perhaps it is hidden. Do you see it?
    cheers
    Sunny

    Sunny,
    This is just an understanding problem i think. In SAP the header data is maintained in 2 tables infact in 3 tables.
    1. - AUFK - Basically the order master table.
    2. - AFKO - Basically the Header table, containing details of the order which is common if the order has multiple items.
    3. - AFPO - Basically this is where specific to the Order Item data is stored, for normal order you can find only one item per order. But you can really see the difference when you have co-products in your order, here in AFPO table you can see multiple items for the order.
    Hope this helps your understanding,
    Regards,
    Prasobh

  • How to Change BOM and Document Lab/office only without using chagne number

    Hello expert.
    Is there any Function Module for change BOM and DOCUMENT  lab/office only without using change nuber.  or
    Please let me what are the tables i have to update for change BOM and Document Lab/office in report.
    Regards
    srinivas

    Nirav,
    The Integer type UDF is the answer.
    If you have a large amount of values to convert, you might create a new Integer UDF ("UDF_INT"), and use a GlobalChange to move them. Example: where "UDF_NUM" is not equal to " ", "UDF_INT" = "UDF_NUM".
    This will put your values in the new field without decimals.
    -Tom

Maybe you are looking for

  • Error #1009 in my Platform Game! Please Help!!!

    In my basic platform game I have a "hero" that can walk and jump on the "ground." There is also a door to the next scene, which is the next level.The first scene works fine, but "TypeError: Error #1006: value is not a function. at Charles3_fla::MainT

  • "Can't read" Error

    I just got a Java Bible and started studying. It got to the part where you create the HelloWorld app, but I get an error when I try to compile it. "error: Can't read: C:\Jason\Java\HelloWorld\HelloWorldApp.java 1 error"I have a screenshot of it incas

  • I am using MAC OS X 10.7.5 i want to update to 10.8

    Can any One Help it out .. How to upgrade the to 10.8

  • EREC- External Candidate login problem

    Hi Experts, In E-recruit, external candidates enters the desired user name and password (at the time of registration). This is then used to login to the system. But in my case, external candidate is not able to login using this user name and password

  • Importing XML into CS3

    Hiya!<br /><br />I'm using ID CS3.<br /><br />I'm trying to wrap my head around importing XML, and in particular XML that can change.<br /><br />My test project is an FAQ list.<br /><br />The XML looks like this:<br /><br />><?xml version="1.0" encod