Change status of serial profile

Dear all gurus,
I got the helps from sap expert(s) here previously which is regarding the remove of the serial profile after some quantities posted with serial no in the material master. The answer is no way we can delete the serial profile in the material master, therefore, the only workaround is to change the profile to a serial dummy profile which do not set up any serializing procedure in it.
I successfully done at all this stages, and the system will not ask for the serial no when I perform some goods movement (although the "serial no tab" is still there. eg. balance of stocks = 2 pcs
By the way, when I look at the MMBE --> serial no, I'm still able to see those records with serial no. Is there anyway to remove this records (with serial no)? (2 pcs with serial nos)
However, I got another situation here:
After I changed (re-assign) to "serial dummy profile - w/o   serializing procedure", I posted some quantities (3 pcs) without serial no. to the material.
At this point of time... my stock balance is 5 pcs, and now I switch it back to "serial profile" from dummy profile. The system will start to ask to fill in the serial no when perform goods movement. However, due to the 2 pcs with serial no available, i'm able to issue them w/o problem. But, when comes to the balance of 3 pcs which do not have any serialno at all, the system is not allow me to post the transactions.
Is there any alternative workaround if the user requested to use the serial no profile again after sometimes on the same material?
Thanks and appreciate for your reading for this long story here. Good points would be awarded with results.
Regards,
Edwin Fu

Closed as no suggestion is given

Similar Messages

  • Change Document's serial profile

    Hi there,
    I've the following situation to solve:
    1 - Deliveries have been create, with a material with a serial profile, that does not allow to insert serial numbers.
    2 - Now, I want to change serial numbers.
    Is there any BAPI or function module, that allows to change the serial profile that is associated to a delivery?
    Notice that the deliveries are concluded.
    Thanks in advance and best regards,
    Vasco Brandã

    Closed as no suggestion is given

  • How to change the status of Serial number

    Hi Experts,
    Would you please help in solving this problem.
    How to change the status of Serial number?
    I have material stock in a storage location: recieved from Intercompany through outbound delivery, when PGIed material document is created when I am checking the serial numbers of the recieved ones status of the serial numbers are ESTO, I want that into AVLB.
    How can we do that?
    Regards
    Sri

    Hi,
    Go to IQ02 on Header tool bar you will find edit(2nd option on header tool bar) => edit manually=> Click from Customer=> and then to Stock you will find the expected results...
    Generally Serial number Status use to change along with the movement of material linked with that serial number... So if you are changing serial number with manual trasaction then please remove all the details from IQ02 like plant storage location Batch and master batch so that i will not provide you error while doing next transactions.
    Regards,
    Ninad Kshirsagar

  • Change status profile of Service order

    Hi,
    we like to harmonize all status profile of all incident process types  we have in our system. This means we like to create one status profile and assign this to 5 different process types. The problem is, we have in our system round about 20000 incidents and ( open and closed). This incidents have to be migrated. I think we have to change E-Status and Status profile and change documents. Are there any experiences with this task. I found nothing what really works (change status profile) in this time. I checked CRM_STATUS_PROFILE_CHANGE but dosn't work for me.
    Could anyone give some hints how to handle this problem?
    Kind regards Stefan

    Hi Stefan,
    You can try the below code to change the status and status profile
    ls_status_com-ref_guid = lv_guid."document guid
            ls_status_com-ref_kind = 'A'.
            ls_status_com-user_stat_proc = 'CRMACTIV'. " status profile
            ls_status_com-activate = 'X'.
            APPEND ls_status_com TO lt_status_com.
            ls_input_fields-ref_guid = ls_status_com-ref_guid.
            ls_input_fields-ref_kind = 'A'.
            ls_input_fields-objectname = 'STATUS'.
            CONCATENATE ls_status_com-status ls_status_com-user_stat_proc INTO ls_input_fields-logical_key.
            ls_fieldname-fieldname = 'ACTIVATE'.
            INSERT ls_fieldname INTO TABLE ls_input_fields-field_names.
            INSERT ls_input_fields INTO TABLE lt_input_fields.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
            EXPORTING
              it_status         = lt_status_com
            CHANGING
              ct_input_fields   = lt_input_fields
            EXCEPTIONS
              error_occurred    = 1
              document_locked   = 2
              no_change_allowed = 3
              no_authority      = 4
              OTHERS            = 5.
          IF sy-subrc EQ 0.
            INSERT lv_guid INTO TABLE lt_guids.
            CALL FUNCTION 'CRM_ORDER_SAVE'
              EXPORTING
                it_objects_to_save = lt_guids
              EXCEPTIONS
                document_not_saved = 1
                OTHERS             = 2.
            IF sy-subrc IS INITIAL.
              COMMIT WORK AND WAIT.
         endif.
    Best Regards,
    Dharmakasi

  • Changing Status Profile for WBS Element

    Hi Freinds,
      How can we change the Status Profile for the WBS Elements.
    say for Eg : need to chage status Profile Z0000005 to Z0000008
    where they reflect in DB Table JSTO for OBJNR in filed STSMA
    Please suggest me the function modules or BAPIs
    Thanks in Advance,
    Ganesh

    hi,
    try the below given link
    [Changing Status Profile for WBS Element|Update WBS element;
    hope this helps
    Regards
    RItesh J

  • How to restrict user to change status.

    Dear All,
    we want to restrict users to change the status from set to assign to released status.
    is there any authorization object to restirct user to change status?
    i was trying with object CPRO_DPO Create Project Definition with activity 43 release ,but unable to do so.
    Please do need ful
    Regards
    Ravindra

    Hi Ravi,
    probably you need to create user status profile.
    Use TA BS02 to create status profile
    here you have to add authorization key which needs to be defined in BS52
    use b_user_stat auth object to give profiles in custom roles in PFCG
    Thus you can block access to change status
    Niranjan
    Let me know if it helps
    Points welcome
    Thanks Mathias
    Edited by: Niranjan Dandekar on Apr 2, 2009 1:21 PM
    Edited by: Niranjan Dandekar on Apr 2, 2009 1:21 PM

  • CProjects- Customizing New Status in "Change Status"

    I need to customize new status in "Change Status" drop down of cProjects tool. Now the status available are "Created, Released, Locked etc" as we all know. But i need to customize my own status for "Projects Phases and Tasks" I create. Can i do that. Please help me on the same. It is urgent.
    Edited by: Visvesh Ramanathan on Jan 10, 2008 4:00 PM

    Hi
    As Vivek already explained, you can have user status in bs02
    now here you can maintain the status as one maintains in R/3 or ECC
    create an auth Key in BS52 for status which needs approval
    maintain the same auth key in bs02 against status
    what you have to do is create a role using pfcg and assign that key in that role
    assign the role to user which ll approve the status to next status.
    Select object type which will give you the applicability of status profile.
    e.g the status profile is to be used for project / task / checklist etc etc...
    The user statusses are visible once you select the status in 3rd tab of project
    Niranjan
    Award points if useful

  • I have an apple id but the email address that they send a reply to is one I no longer use. How do I change this in my profile? It does not show up as an add'l email address to delete

    I have an apple id but the email address that they send a reply to is one I no longer use. How do I change this in my profile? It does not show up as an add'l email address to delete

    "The reply" as in the Rescue email to reset your Security Questions? If so, then you will have to contact iTunes Support directly to get them reset:
    ACCOUNT SECURITY CONTACT NUMBERS
    Cheers,
    GB

  • URGENT: Changing status at Header level in Service Ticket in Webclient

    Hi All
    Please reply ASAP.......
    I am changing status for service ticket in webclient at Header level.
    But at item level system status is not changing.
    Is there any config in CRM where user status or system status is copied from header to item level
    Basically need is to trigger item status when header status is trigerred....
    Can anyone help me in resolving this issue.
    Regards
    Pankaj Vispute

    Thanks Bhanu,
    I solved my problem with your answer.
    Thanks,
    Praveen

  • Serial Profile "2 Inconsistencies in stock data - error" is NOT validating GR&GI

    Hi Gurus,
    I have the following scenario:
    1.- We have customized in OIS2 a Serial Profile (X001) and added the following Serializing procedures:
    MMSL - Maintain goods receipt and issue doc.     03     02
    PPAU - Serial numbers in PP order                       03     02
    PPRL - PP order release                                       03     02
    2.- We have selected in StkCk option "2 Inconsistencies in stock data - Error"
    3.- We create material "TEST" with Serial Profile (X001)
    4.- We GR (561) the material TEST with serial 111
    5.- We create an Order for material TEST
    6.- We GI (261) the material TEST serial 111
    7.- We GR (501) material TEST serial 111
    System is allowing me to GR the same serial against the same material. We are working with PM Orders and these materials (equipments) that we GI in the future will be uninstalled (262) and will come back to our Storage Location. We cannot have 2 same serial numbers against the same material (equipment).
    Do I need to customize anything else?
    Regards

    Adding Error Anaylsis:
        Short text of error message:                                            
        Only 0 serial numbers entered instead of 1                              
        Long text of error message:                                             
         Diagnosis                                                              
             There is a serial number obligation, so the number of serial       
            numbers must equal the number of serial numbers in the material document. 
             You can post the operation only if you entered the correct number  
             of serial numbers previously.                                      
         System Response                                                        
             Depending on the context in which the error arises, the system     
             continues processing, or the required function cannot be performed.
         Procedure                                                              
             You have the following options, for example:                       
             o Check that the serial numbers are entered fully.               
             o If necessary, display an error log.                            
             o If necessary, contact your system administrator.               
        Technical information about the message:                                
        Message class......."IO"                                               
        Number.............. 304                                                
        Variable 1.......... 1                                                  
        Variable 2.......... 0                                                  
        Variable 3.......... " "                                                
        Variable 4.......... " "                                                
    Trigger Location of Runtime Error                                
        Program.........................SAPLMBWL             
        Include...........................LMBWLU21             
        Row................................62                   
        Module type...................(FUNCTION)           
        Module Name.................MB_POST_GOODS_MOVEMENT

  • Changing Status of preceeding document in CHARM

    Hi Experts ,
    I need to change the status of a preceeding document in CHARM.
    I created a YDAD document from YDCR.
    When i change status of YDAD to cancelled i need to change status of YDCR to Cancelled.
    Steps i followed :
    1 . While changing status of YDAD to cancelled i added a new parameter PREDOC_STATUS and given status of YDCR as E0009.
    2. In "Assign actions" for  status "cancelled" of YDAD i hve given a action SET_PREDOC .
    3.In  "Specify Status Attributes"  for  status "cancelled" of YDAD  i hve given YDCR  YDCRHEAD  E0009.
    But still it is not working . Please help me on this .
    Thanks , Vijay

    Hello,
    please take a look to this Re: Change status of previous document
    If solution is not provided; please put break points as stated lines and tell us what you see
    Regards
    Khalil

  • Change status(Active/Inactive) of file adapter by the external command

    Hi, all.
      Is it possible to change status(Active/Inactive) of file adapter by the external command?
      Let's say, like
      "$ switch_file_adapter_status.sh <File Adapter name> <active|inactive>"
    or something like that.
      Actually, we have the following requirement for the file adapter.
      For example, we have many "file adapter to R/3" scenarios and we only want to allow data transfer between 9:00 a.m. to 9:00 p.m.(R/3 service time).
      In order to achieve this requirement, one option would be to switch file adapter status between active and inactive by external command line.
    And this command will be controlled by the job scheduler(like Tivoli).
      Does XI(3.0 or above) have this kind of feature?
      Best Regards.

    Hi,
    I don't think that this is possible.
    But one Solution for your problem could be a job on xi who execute the Queue.
    So that Adapter work the hole time and send the Message to XI Queue which process them not automatically.
    And the XI Queue you can trigger with a Job like normal R/3 Jobs.
    Hope that helps,
    Regards,
    Robin

  • Service Request disappears from the list of My Service Requests after changing status to In process

    Service Request disappears from the list of My Service Requests after changing status to In process
    Incident manager (resp.) > Agent Dashboard

    Hi,
    As far as I know, this is a new feedback, Please vote this customer voice, here is the link:
    http://feedback.azure.com/forums/216926-service-bus/suggestions/6062851-batching-in-rest-api, or create a new voice at azure feedback forum:
    http://feedback.azure.com/forums/34192--general-feedback
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • In Firefox 2.0+ you can go to Advanced JavaScript Settings and check a box to allow scripts to change status bar text. How do I do this is Firefox 10.0.1?

    In Firefox 2.0+ you can go to Advanced JavaScript Settings and check a box to allow scripts to change status bar text. How do I do this is Firefox 10.0.1?

    Two items in the Advanced JavaScript window were removed as of the Firefox 4.0 version, but they are still available thru about:config .
    Type '''about:config''' in the URL bar and hit Enter. <br />
    ''If you see the warning, you can confirm that you want to access that page.''
    Filter = '''dom.disable_window_status_change''' = double-click to toggle to '''false''' to allow websites to mess with status text.

  • CRM_ORDER_MAINTAIN  Changing status.

    Hi All,
    There are many similar posts on the subject which i have mentioned.I went through many of them but i am not able to close the status.Given below is the code which i have done for changing the status for ombudsman complaint and passing it to the FM CRM_ORDER_MAINTAIN .But it is not working.Pls have a look at the code snippet and suggest me any changes
    Status:
    REFRESH:lt_fieldname.
    CLEAR: wa_status,lt_fieldname[].
    CLEAR wa_status-ref_handle.
    wa_status-ref_guid = lv_guid_header.
    wa_status-ref_kind = 'A'.
    wa_status-user_stat_proc = 'ZOMBD'.
    wa_status-activate = 'X'.
    wa_status-status = 'E0006'. " CLOSED status default
    INSERT wa_status INTO TABLE lt_status.
    CLEAR wa_fieldname.
    wa_fieldname-fieldname = 'ACTIVATE'.
    wa_fieldname-changeable = 'X'.
    INSERT wa_fieldname INTO TABLE lt_fieldname.
    CLEAR wa_inputfields.
    wa_inputfields-ref_guid = lv_guid_header.
    wa_inputfields-ref_kind = 'A'.
    wa_inputfields-objectname = 'STATUS'.
    wa_inputfields-logical_key = 'E0006ZOMBD'.
    wa_inputfields-field_names] = lt_fieldname[.
    INSERT wa_inputfields INTO TABLE lt_inputfields.
    Then i passed it to the FM and called CRM_ORDER_SAVE and then commit.
    When i tested this code ,i fetched guid and transaction number and passed it to BAPI BAPI_BUSPROCESSND_GETDETAILMUL
    In the status iwas expecting 'E0006' but it is showing 'E0001' and also i expected status to 'Closed' but it is showing status as 'Received'.
    Pls help
    Regards
    Arya

    Hi,
    in SE37 you will find a lot of function modules starting with CRM_STATUS*
    Maybe one of this will help to solve your issue - maybe CRM_STATUS_CHANGE_INTERN.
    Good luck.
    Kind regards
    Manfred

Maybe you are looking for

  • Split/change line in Purchase Order after partial goods receipt

    Hi I have a PO with multiple lines/items. For one line there has been a partial goods receipt and for the open qty there will be a delay. Do I have any chance to either: - Change the delivery date for this row to match the ETD of the open qty - Chang

  • A msg keeps popinin up when i open ITunes.....

    Can some one help me! every time i go into itunes a window pops up and says AppleMobileDeviceHelper has stopped working A Problem caused the program to stop work correctly. Windows will close the program and notifly you if a solution is available. th

  • What happened to MPEG2? How to prepare material in FCP for DVD Studio Pro?

    I have made DVDs using DVD Studio Pro before when usig a manual that my teacher had put together. It all worked fine. After preparing my videos on FCP I exported the material "Using Quicktime Conversion" and selected MPEG2. But thats no longer an opt

  • How do I get rid of Windows shares in Finder?

    We're a little Mac group sharing an office with loads of PC users and a lot of them send out NETBIOS broadcasts which clutter up our Finder sidebars. Almost all of them seem to have file-shairng turned on... Does anyone know if there's a way to rejec

  • ALV report for Purchase Requisitions(PR)

    Hai All!   i am developing an ALV report for Purchase Requisitions(PR) tht are not approved ( ie IN RELEASE status), so i want to get who has approved PR and who has not approved it... from which table & which field i can get this data... plz help me