ECR & Change number

Hi ,
Is it possible to assign the change number in the engineering change request ? , either a single number or multiple number
Thanks
Nic

Dear Nick,
In my understanding if you create a Change number through CC01,it cannot be treated as a ECR which can be further
converted into a ECO.
Whereas if you create a ECR through CC31(radio button selected for ECR),which will be considered as a change number
only,but it can be approved and further converted into ECO.
So whatever changes that's happening for this change number created through CC01 or CC31 can be tracked.
But I could not understand "to track using the Engineering change order".
Check and revert back.
Regards
Mangalraj.S

Similar Messages

  • Error while changing BOM with change number

    Hi ALL, Please help me with followed error message, I am using ECM. I created ECR and converted to ECO and then released.
    Object management record cannot be generated
    Message no. 29046
    Diagnosis
    You want to change the BOM with the entered change number.
    One of the following situations triggered this error message:
    1. The indicator that allows automatic generation is not set for object type BOM in the change master.
    2. The indicator generation only on initial creation is set for object type BOM
    3. You are processing a change request.
    System response
    The system checks whether the indicator object management record will be generated is set in the change master.
    If the indicator generation only on initial creation is set, the system checks whether the BOM exists in the system.
    Procedure
    If you are authorized to change the change master, execute the following steps:
    For 1.)
    Set this indicator for object type BOM or create the control record in the change master.
    For 2.)
    If the BOM already exists in the system and the generation only on initial creation indicator is set, the system can no longer generate the control record automatically.
    In this case you have to add the object control record to the change master first, then you can change the BOM in relation to the change number.
    For 3.)
    You cannot generate any object control records for a change request.

    Hi
    With your question regarding changing BOM with change number  it looks lke there may be problem in defining the Object types,objects.Moreover whenever converted to ECO you need to enter into cs02 tcode for changing the bom with relevant change number and valid from date.
    Hope this gives you a clear idea.let me know if you need anyfurther inputs.
    Regards
    Praveen

  • BOM change number field is compulsory

    Hi Guys,
    I need to setup BOM (CS02) change number entry field is compulsory (using TCode CS02). How to setup config settings? pls advise
    Thanks,
    Sankaran

    Dear Muthusamy,
    Even if you have maintained settings in OS27,In T code CS02 ,the system allows
    you to change the BOM without a change number.
    The same question was posted by Mr.Anbalagan ,3 days before.
    <b>The follwing are the answers which I posted to him,check this under post thread name <b>ECR Number</b></b>
    <i>If you want to make Change number field as mandatory for CS02,u have to do it
    using the authorisation object.For certain users you can make this as an
    mandatory field ,just discuss with Basis & ABAP consultants,they can help out
    you in this regard.
    Though you might have done settings perfectly in OS27,OS54,but the system
    allows you to change a BOM without any change number.</i>
    <b>Answer2:</b>
    <i>
    Plz make this Authorization Object C_STUE_NOH as mandatory for T code CS02.
    I'm sure BASIS & ABAP consultant can help you in this regard.
    I have checked in my system for certain users,like without change number it doesnt allow to change BOM,
    So after giving SU53,I found the authorization obeject C_STUE_NOH was missing.
    So go ahead in using this object.</i>
    <b>answer3:</b>
    <i>You can make that field in CS02 as a mandatory for certain users,using a field
    exit.
    Field name AENNR -Change number can be made as mandatory .
    Plz explain the case to ABAP consultant.
    First in SE37 he will be checking whether this particular field AENNR has got a field exit.
    Later on he will be writing some codes to make this field as mandatory.
    This is what i wanted to convey to u.
    In my project ,for the core users the field has been made mandatory,so in CS02,he/she cant go inside without giving the change number.
    At that time when u give SU53,this authorisation object will be found not given.
    So just have a word with the ABAP consultant,he can help u.</i>
    <b>Reward points if useful.</b>
    Regards
    Mangal
    Message was edited by:
            Mangalraj

  • How to find Change number for a Material

    Hi,
    If we know the material number and Revision level then how can we find the Change Number of that material.
    Is there any table in which i can find Change number for a revision level or is there any Function module available.
    Regards,
    Vaibhav

    Hi Vaibhav,
    Is there any table to find the change number and revision level of a material. I have change number and material and revision level coming from external system. But i need to check that with SAP whether it exists or not.
    Is there any table link to find whether a material has change number.

  • Change number in material master required steps to use

    Hi All.
    Thanks in advance sap  mm dudes.
    Need steps in sap mm material master change number.
    creation of change number  and usage  of change number
    Display of list of changes.
    Regards.
    parameshwar

    Dear Parameshwar,
    1.I assume you have created a change number without release key in CC01.
    2.In CC02,for the same change number goto object types and include the check box against material for the first 3 check box and
    save the change number.
    3.Now check in MM02 for any material master changes or I would suggest you to create a new change number with valid from
    date as current date,include the settings for material under object types and then check in MM02.
    Check and revert.
    Regards
    Mangalraj.S

  • Need to fetch  change number for tcode IA06

    Can anyone please tell me how do I fetch the change number (Aennr) in case of tasklist chage? Tcode IA06?
    I am using FM CP_EX_PLAN_READ which returs me change number..but it is not populated....
    Plz help.

    hi check this..
    check the table AENR for the aennr values...
    here is an example for this fm..
      call function 'CP_EX_PLAN_READ'
         exporting
              plnty_imp        = i_plnty
              plnnr_imp        = i_plnnr
              plnal_imp        = i_plnal
              sttag_imp        = i_sttag
              cuobj_imp        = i_cuobj
              parnt_imp        = i_parnt
              i_plant          = i_werks
              tca11_imp        = ls_tca11
         tables
              plmz_exp         = lt_plmz
              plpo_exp         = lt_plpo
         exceptions
              not_found        = 1
              plnal_initial    = 2
              others           = 3.
    regards,
    venkat

  • How to fetch the latest change number from CDPOS Table..?

    Hi All,
    im trying to fetch teh change number from CDPOS with the below select, but my requirement is always i wants to fetch the latest change number.
              SELECT SINGLE objectid changenr FROM cdpos
                     INTO wa_cdpos
                     WHERE objectid = wa_e1kna1m-kunnr
                     AND ( tabname = 'KNA1' OR tabname = 'KNVV')
                     AND   fname = 'AUFSD'
                     AND ( value_new = '01' OR value_new = space ).
    Please let me know how to achive this..?
    Ashok

    try this way
    "           SELECT SINGLE objectid changenr FROM cdpos
    "                 INTO wa_cdpos
               SELECT objectid changenr FROM cdpos
                      INTO table t_cdpos
                      WHERE objectid = wa_e1kna1m-kunnr
                      AND ( tabname = 'KNA1' OR tabname = 'KNVV')
                      AND   fname = 'AUFSD'
                      AND ( value_new = '01' OR value_new = space ).
    SORT t_cdpos by  changenr Descending.
    read t_cdos index 1.    "this is the latest change
    Prabhudas

  • Can't make a selection of my pathes even if i have set a program change number for each one.Why is that happening?

    Hi everybody!
    I send program change messages from my midi controller and the messages are accepted by mainstage 3 as shown in the midi message window,but i can't make a selection of my pathes even if i have set a program change number for each patch.Why is that happening?
    I use a novation SL mki or a KORG Triton Le or a m-audio axiom 49 as midi controllers.The program change messages are transmitted by all the devices i mentioned above and shown as received in the midi messages window of mainstage 3.
    Has anyone the same experience?

    Hi
    Have you selected the correct device as the Program Change device and MIDI channel in the Concert Inspector?
    CCT

  • In iPhoto  how do I open Photo Grid to change number of caption lines?

    In iPhoto  how do I open Photo Grid to change number of caption lines?

    In iPhoto '11 you can only display two lines below the thumbnails of your photos when you browse an event or an album, the titles and the ratings. The title will be truncated, if it does not fit into the single line. From the iPhoto help:
    To show title and rating information below photos:
    Click to select Photos in the Source list.
    Choose View, and then choose the information you want to view:
    Titles
    Rating
    The information field you chose appears below your photos.
    To hide this information, choose View, and then choose the information you want to hide.
    Regards
    Léonie

  • PI 7.31 (single stack) posting RFC gives this error: RFC_ERROR_SYSTEM_FAILURE: Processing of change number CO-01234 cancelled (raised by system ECCHostXYZ)

    I'm trying to determine if I am dealing with an RFC connection issue or just an error resulting from the RFC itself.
    The error says "Processing of change number...cancelled (raised by...ECCHostXYZ)".
    I thought this was a problem with my RFC config because it is labeled as "RFC_ERROR_SYSTEM_FAILURE".
    However, when I google that specific message, it appears to be an error specific to change order creation.
    Here’s my google search: http://goo.gl/ZhKsm3
    Here is the error again:
    RFC_ERROR_SYSTEM_FAILURE: Processing of change number CO-01234 cancelled (raised by system ED1|ecc-host-xyz)
    When I check ST22, I see no RFC errors.

    Hi Jody,
    No st22 exception is needed to be throwed in order to raise a controlled exception in the RFC.
    You would need to check the RFC in the ECC system with the data that you are sending from PI, if the data is the same, you would need to check PI user RFC roles with the ECC roles user that you used to check the data integrity in the ECC test.
    To avoid this error you can do a Z RFC to wrap the standard RFC and to control the exceptions errors with a BAPIRET2 strucutre to return to PI.
    Hope this helps.
    Regards.

  • Change the validity date in change number

    hi team,
    I want to change the validity date of a change number from 01.01.09 to 01.03.09. I am getting an error "A BOM has already been changed using a change number with the same valid-from date as the selected date 03.01.2009".  I can change the date to before 01.01.09 but cannot after 01.01.09.
    Can you please help me.
    thank you,
    Satish

    Dear Mamiditi Satish Kumar,
    Is it a change number with release key or without release key?
    Do you want to assign a different validity date for the changes made using that change number?
    Try using alternative date field in CC02.and you have to select the object to assign the alternative date.
    Say if you want to assign an alternative date for a processed BOM,you have to select that object and
    enter the alternative date.
    Regards
    Mangalraj.S

  • MM02 - Enable options change number, change overview and change documents

    I am with the following problem: I enter the transaction MM02, I enter the material 1000765, I select the view "Classification". Later I access the environment option from the menu bar and options for change number, change overwiew and change documents are disabled.
    How do I enable these options change number, change overview and change documents?
    Regards,
    Sérgio Salomã

    Hi Sergio,
    If we activate the change documents for classification data, then we will be able to see the CHANGE DOCUMENTS for characteristic values through CL20N transaction (CL20N via menu ENVIRONMENT --> Change Documents) or MM02.
    For reference please check SAP Note 65124.
    For enabling change documents for classification data in SPRO --> Cross-Application Components --> Classification System --> Classes --> Maintain Object Types and Class Types.
    In this enter into MARA table entry. Inside that corresponding to the respective CLASS TYPE (say 001) enable the CHANGE DOCS check box in Classifications part (For enabling this please check SAP Note 65124). Then for this CLASS TYPE (say 001) inside the OBJECTS folder, enable the CHANGE DOCS CLASS checkbox also.
    Now in MM02 and in CL20N under menu Environment --> Change Documents you can view all the changes done to that characteristic values.
    Once the change documents is activated, then we can get the change documents details in CDHDR and CDPOS tables. The OBJECTCLAS may be "CLASSIFY". We can also use the "CLLA_CHANGE_DOC_CLASSIFICATION" function module to fetch the data from these tables.
    Hope this helps in solving your issue.
    Thanks and Regards,
    Harish kumar.

  • Change Number Release (JS41)

    Hi All,
    I am trying to release a change number from js40, but within
    500 secs it gives me the following Dump message saying..
    "ABAP/4 processor: TSV_TNEW_PAGE_ALLOC_FAILED"
    please suggest any soution to it.
    thanks,
    Abhay Mehta.

    Dear Abhay ,
    I have Observed your system closely and found that the table "JGTSADR  " contains too many entries (Approx 23 Lacs).
    And the program tries to fetch all these entries in the internal table which overflows the internal table memory.
    The query which is fetching these records does not contain any filters. Please try to Apply some filters on the select query in consultation with SAP (OSS ) so that you will not face such problems in future.
    Reward if Helpful.
    Regards,
    Nikhil

  • ECM-Problem with Change number in CS01 and CS02 Transactions

    Hi Experts,
    I am creating or changing BOM's using above transactions. I am entering the change number while creation and changing the BOM to track the changes.Here my problem is these transactions are not validating the ECM number.
    If you enter any value in the change number filed system is allowing me to create a BOM.
    I am assuming that becasue of patches applied to system,I am getting this.
    kindly help me out on this issue.
    Thanks in Advance,
    Regards,
    Rakesh J
    Edited by: J.Rakesh on Apr 22, 2009 10:26 PM

    Dear Mangalraj,
    Thanks for your reply.
    We are not using CC01 transaction to create Change number. Z transaction is there to create change number.
    My change number contain alpha numreic charectors Eg : 341793ABCXYZ
    Yes, in CS01 system is accepeting any value that we enter :Eg: asddfgh. The value is not there in AENR table.
    I observed one thing If I am going to chnage a material using MM02, there its not accepeting any value,its accepeting the values which are there in AENR table otherwise its giving error :Change Number XXXXXXXX does not exist.
    My question is same thing should function in CS01 and CS02, why its not happening for these transactions.
    Regards,
    Rakesh J

  • Function Module for link Change number to classification

    Hello Expert.
    what is the Function Module name which will link Classificaiton (tcode:cl03) to change number (cc01) .
    regards
    srinivas

    Hi,
    Check business object BUS1003

Maybe you are looking for

  • ATP and Route Determination at Storage Location Level

    Hi Experts, I'm working on a project currently and one of the requirements is to have ATP and Route Determination at Storage Location level. I know SAP standard for this is at plant level but was wondering if anyone has had this requirement before, a

  • Purchase Order Creation

    I am working in FICO and need to test possible solutions to issues by making purchase orders, GR and GI documents. Is there any documentation available for this as I am not well versed in doing this? Would really appreciate.

  • Why so happen when tomcat call ejb from weblogic6.1?

    Hi everyone, I've developed a stataless session bean and deployed to weblogic6.1,then converted the ejb into a web service and deployed to axis hosting Tomcat4.1.when I developed a web service client to call the web service,but errors displayed as fo

  • Solved - Cannot install gimp : error: 'libmng': not found in sync db

    This is the code I get. I think something is wrong with my pacman since it was working fine at the begainning. bash-3.2# pacman -Syu :: Synchronizing package databases... core is up to date extra is up to date community is up to date :: Starting full

  • What happened to the dvd players in iMac

    The the Hack. No dvd player in the new Imac. What are they thinking. If we stop buying imac mybe they will go back with dvd players