Can we change the reason code?

Hey Guys,
Is it possible to change the reason code after the document is posted? i need the reason code field to be editable. I checked in the document change control rules and it doesnt let me enter reason code.
Is there a way to change the reason code? or not?
Thanks,
Zaid Azam

you cannot change the reason code once the document have been posted.

Similar Messages

  • Function module to change the reason code for status in a Opportunuity/lead

    Hi,
    What is the function module to change the opportunity reason.   I was able to change the status using the crm_order_maintain but How can I change the reason for that opportunity.
    Thanks
    naveen

    You can use CRM_ORDER_MAINTAIN and populate the parameter IT_SERVICE_OS
    or use BAPI_OPPORTUNITY_CHANGEMULTI and populate the parameter SERVICE_OS.
    BR,
    Florin

  • Can we change the ISO code of existing UOMs?

    We have developed a new global R3 initiative where we need to merge UOMs from different regions (from different R3 systems) and we have discovered some UOMs have a blank ISO code - can we change the ISO code and what should we check for please?
    Many thanks

    hi
    yes u can change it in the transaction CUNI
    For additional information see OSS note 69063.
    regards
    kunal

  • How can I change the area code for DVD's?

    I brought some DVD's from Germany and watched them on my Mac Pro. After the DVD was involved in the drive I have to change the area code for the drive. I don't know why but I did it. I could watch the film. Today I like to watch a DVD from US but after the DVD was involved I got a message "the area code does'nt match the DVD code" and I can not change the area code.
    What can I do to watch both arts of DVD's. Isn't that normal to have DVD's all over the world?

    Here is the bit that Bengt forgot to answer!
    DVD Player: About DVD-Video Regions
    Region encoding is the mechanism that enables motion picture studios to control the worldwide release of their movies. It is required by the DVD Forum (http://www.dvdforum.org/forum.shtml) in all commercial hardware DVD players. Every DVD-Video disc contains one byte of data representing a region code, which limits where the disc can be played.
    http://support.apple.com/kb/HT2397
    Once you have changed the region settingon your Mac five times it is set in stone for ever.
    Try using VLC for playback instead:
    http://www.videolan.org/vlc/

  • How can i change the source code of current date in oracle reports

    Hi All,
    How can i change the source of the current date to the sysdate of the database in oracle reports. I have more than 300 reports. is there any way to change quickly with opening each reports. I am working on reports11g on windows enviornment.
    Thanks in advance.

    benz wrote:
    Hi All,
    How can i change the source of the current date to the sysdate of the database in oracle reports. I have more than 300 reports. is there any way to change quickly with opening each reports. I am working on reports11g on windows enviornment.
    Thanks in advance.You have to use Reports Trigger named BEFORE PARAMETER FORM and write the following sql
    select sysdate into :Parameter_name from dual;
    give your format mask at Parameter_name.
    Hope this will help you
    If someone's response is helpful or correct, please mark it accordingly.

  • Where can we change the XML code of the XML form ?

    Hi
    How can we change the coding of the XML forms ? I am able to see xsl and aml forms in KM content ...but i think that are not editable...can anybody help me out
    Thanks in advance

    Hi,
    In KM folder "/etc/xmlforms" you will find a folder with the same name as your XML Forms Builder's project.
    There are *.xml and *.xsl files for each of defined views (Edit, Show, RenderListItem) in this folder.
    You may modify any of these files, the changes will have affect immediately after new version of file is uploaded.
    But remember DO NOT USE "Generate project" button of XML Forms Builder anymore, otherwise your changes will be discarded.
    The simplest way to develop and debug .xsl files is to connect "/etc/xmlforms/your_project" folder by Portal drive and copy xsl files from local computer directly to the KM.
    Regards, Mikhail.

  • Can you change the default code that targets a new window to change the content in a div tag instead

    I created a database for store locations.  I was able to display the list of stores.  Here though I don't want the list to show the number in front of it...  I still need to find the CSS to edit my results for this one.  However, more importantly, I don't want to open my results in a new window, I want to be able to target a DIV tag instead.
    This is the code that is created to display the list of stores.
    {module_webapps,5665,a,,,_blank,,50,,1}
    Currently it opens a blank window.  I'd like to target a div tag on the right of the list area where the store info can appear.
    Perhaps the gurus at adobe can upgrade this feature?  Target DIVs instead of new or blank windows, or using frames. Below is the screen of the links created from the DB.
    Below is the blank window that it opens.
    Would like to make it open in a div to the right of the list.  Not sure how to change to core code that was created to make that change.

    I'm doing something wrong.  I have the list showing the stores in CA
    <div class="flip" id="woodcontainer" style="width: 160px; height: 23px;">
    <h1>CALIFORNIA</h1>
    </div>
    <div class="panel">
    <script>
      $("#infochange").load("{module_webapps,5665,c,41140}"); /* this creates the list of stores in CA where #infochange is the DIV I am targeting.
    </script>
    </div>
    <br />
    The code for the DIV where I want the details to load.
    <div id="infochange"></div>
    This doesn't make sense because I need to have something in the DIV as a holder of some sort? 

  • HT2397 can i change the regional code after it has misstakenly been changed to a permanent ?

    i cant change my regional (DVD) code after i misstakenly have changed the code !!!!    can someone please help me ?

    After five changes the player is locked on the last one.  You would have to replace the drive with another one.
    Ciao.

  • Can we change the company code posting periods to previous periods?

    Hello folks,
    I wated to change company code posting periods to previous posting periods.Right now the posting period for company code is 04/2008, and I want to make it to 10/2007. Is it possible.
    I am doing this in Dev Sand box.
    Thanks
    Ravi

    Path: SPRO->Logistics-General->Material master->Basic Settings->Maintain Company Codes for Materials Management.
    In this configuration, you can change the posting periods. As mentioned earlier in one of the replies, this change is done with utmost caution as this could result in to data inconsistencies, if left open for a longer period of time.. It is advised to change this setting when no other document postings are allowed by other users...

  • How to change the reason in a ICWC-followup-process with the copying-BAdI?

    Hi all,
    I want to use the followup- and docflow-functionality in ICWC to copy most of the information from one process to another.
    I made the definition of a copying control in the customizing -> working with a new BAdI and the copying routine. Everything works fine so far: I can get/change the description in the BAdIs ORDERADM_H method or the ibase information REFOBJ method for examples.
    The question is now how to get/change the reason of the process?
    Working with the genil_model_browser the reason is located in BTOrderHeader->BTHeaderBOSSet->BTSubjectSet_F->BTSubject_A1. Where can I find the reason in the BAdI methods?
    Thanks for your help.
    Regards,
    Benjamin

    Hi
    Put a break point in crm_order_maintain to see what structures and fields you need to fill out.  Then change the reason code in crm online, you will have all the data you need.
    Here is some code I used in the he badi order_save, method prepare.
      data:
        IV_REF_HANDLE     TYPE     CRMT_HANDLE,
        IV_REF_GUID     TYPE     CRMT_OBJECT_GUID,
        IV_REF_KIND     TYPE     CRMT_OBJECT_KIND,
        IS_SRV_OSSET_COM     TYPE     CRMT_SRV_OSSET_COM2,
        IT_SRV_REFOBJ_COM     TYPE     CRMT_SRV_REFOBJ_COMT,
        IT_SRV_SUBJECT_COM     TYPE     CRMT_SRV_SUBJECT_COMT,
        is_srv_subject_com type CRMT_SRV_SUBJECT_COM,
        ET_SRV_OSSET_COMT     TYPE     CRMT_SRV_OSSET_COMT,
        LT_SRV_OSSET_COMT     TYPE     CRMT_SRV_OSSET_COMT,
        ET_INPUT_FIELDS     TYPE      CRMT_INPUT_FIELD_TAB,
        ET_EXCEPTION TYPE  CRMT_EXCEPTION_T,
        tab_osset type CRMT_SRV_OSSET_COMT1,
        wa_osset like line of tab_osset,
        wa_srv like line of ET_SRV_OSSET_COMT,
        new_srv type CRMT_SRV_OSSET_COMT,
        call_list_name type char50,
        query_text(80).
      refresh: ET_INPUT_FIELDS,
                       IT_SRV_SUBJECT_COM.
              clear: is_srv_subject_com,
                     IS_SRV_OSSET_COM.
              IV_REF_KIND = 'A'.
              iv_ref_guid = iv_guid.
              IS_SRV_OSSET_COM-SUBJECT_PROFILE = 'Z00000002'.
              IS_SRV_OSSET_COM-PROFILE_TYPE = 'F'.
              is_srv_subject_com-ref_handle = '0000000002'.
              is_srv_subject_com-KATALOGART = 'A1'.
              is_srv_subject_com-CODEGRUPPE = 'Z0000002'.
              is_srv_subject_com-CODE = 'ZAA'.
              is_srv_subject_com-DEFQUANTITY = 0.
              is_srv_subject_com-MODE = 'A'.
              append is_srv_subject_com to IT_SRV_SUBJECT_COM.
              CALL FUNCTION 'CRM_SERVICE_OS_SET_DATA'
                EXPORTING
                  IV_REF_GUID        = iv_ref_guid
                  IV_REF_KIND        = 'A'
                  IS_SRV_OSSET_COM   = IS_SRV_OSSET_COM
                  IT_SRV_SUBJECT_COM = IT_SRV_SUBJECT_COM
                IMPORTING
                  ET_SRV_OSSET_COMT  = et_srv_osset_comt
                EXCEPTIONS
                  ERROR_OCCURRED     = 1
                  INVALID_GUID       = 2
                  NO_RECORD_EXIST    = 3
                  OTHERS             = 4.
              IF SY-SUBRC <> 0.
              ENDIF.
              CALL FUNCTION 'CRM_SERVICE_OS_PUT_DATA'
                IMPORTING
                  ET_SRV_OSSET_COM = et_srv_osset_comt
                  ET_INPUT_FIELDS  = ET_INPUT_FIELDS.
              read table LT_SRV_OSSET_COMT index 1 into wa_srv.
              if sy-subrc = 0.
                tab_osset[] = wa_SRV-osset[].
              endif.
              loop at ET_SRV_OSSET_COMT into wa_srv.
                append lines of tab_osset to wa_srv-osset.
              endloop.
              append wa_srv to new_srv.
            else.
              new_srv[] = LT_SRV_OSSET_COMT[].
            endif.
            CALL FUNCTION 'CRM_ORDER_MAINTAIN'
              EXPORTING
                IT_SERVICE_OS     = new_srv
              IMPORTING
                ET_EXCEPTION      = et_exception
              CHANGING
                CT_INPUT_FIELDS   = ET_INPUT_FIELDS
              EXCEPTIONS
                ERROR_OCCURRED    = 1
                DOCUMENT_LOCKED   = 2
                NO_CHANGE_ALLOWED = 3
                NO_AUTHORITY      = 4
                OTHERS            = 5.

  • Changing a Reason Code

    Using F-28, I posted a partial payment and used a Reason Code to identify it.  After this document is posted, is there a way to change the reason code?

    Hi,
    You can change this field. Go to FBL5N and select the line item and press mass change. You will get that field in the list
    Best,
    Sangram

  • Changing the Tax Code in the GL Master

    Hi Friends,
    The users have created a GL Account with only 'Input Tax' allowed in posting. Now they want the 'Output Tax' also to be activated. When we try to change the Tax Code to allow all types of Taxes, the system gives an error message - "Tax Code cannot be changed as the postings exist". How can we change the Tax Code now? Is it that we have to nullify the balance in this account?
    Thanks for the help.
    Regards

    Hi,
    According to me, if you change the error to warning, it wont affect any previous postings but it will allow to extend the tax code to further future postings which is required. So i don't think so that it will affect your existing postings.
    Regards,
    Jigar

  • Any way i can change the region code after the fifth time?

    I wasn't aware about the region code being lock after the fifth time.
    Is there any way I can change the region code instantly?

    No, the drive is permanently locked to the last code you used. If it's not on the one you would prefer, the only thing you can do it replace the drive.
    Almost all drives you can get are region free. I couldn't tell you why Apple continues to use drives that require selecting a region.

  • How can i change the phonenumber for my security code in keychain on ios 7.03

    how can i change the phonenumber for my security code in keychain on ios 7.03?

    i have changed the phonenumber under icloud preferences keychain. after the update on ios 7.03 there is no sms arriving for the security code because there is a double international code in the telephone number like +49 +49. How can i fix this?

  • Hi , I cant use the music bar in the control center I can only change the volume but I cant skip tracks or pause the song or play it. anyone knows the solution or the reason please?

    Hi , I cant use the music bar in the control center I can only change the volume but I cant skip tracks or pause the song or play it. anyone knows the solution or the reason please?

    That's normal.
    Use the Touch ID to unlock passcode.
    http://help.apple.com/iphone/7/#/iph672384a0b

Maybe you are looking for

  • Opening a web page through my J2ME application.

    Hi All, I am creating a j2me application, that has to connect to the server online and open a page on that server, and then upload a file at a particular location in that server. I am using Nokia 6681. I was exploring it, but since I have very less t

  • SAP HR infotype access through portal

    Hi All, Below is the client requirement *They want to access an infotype "pa9016" in portal* In order to do is I have created a SAP Transactional iview and selected the system and in the Tcode area I have given the infotype name "pa9016". Assigned th

  • How can I arrange bookmarks in a grid format instead of a vertical line?

    Windows has a IE Favorites folder, containing favorite websites, and all of these favorite website folders and links can be viewed in a grid format (spread horizontally and vertically). Firefox Bookmarks: I can only get to display in a very long vert

  • Indexing not working correctly in desktop version

    We have a tool which generates output as a PDF document. One of our customers has a requirement for this output to be indexed so that they can browse using the bookmark menu at the left of the screen. When viewing the output document in a browser win

  • MBAM 2.5 Deployment

    hy, I have a problem with the Deployment of MBAM 2.5 I use this link: http://technet.microsoft.com/en-us/library/dn145038.aspx but I Need more regedit keys. I want to use 256 Bit for the encription (128 Bit is normal). Also I want set an identificati