EC86 - Change Disconnection Document

Hi,
My requirement is to change a disconnection document from legacy data. The problem is when i click Generate Disconnection Order button , and try to change the Plan Disconnection activity date to a date less than sy-datum , it throws an error to input a future date.
I tried debugging and find that this check is at the screen level.But since the legacy data can have a date < sy-datum , please let me know if there is any standard FMs or BAPIs to Change a disconnection document  ?
Thanks,
Asha

Hi Asha, Please let me know how you have completed this.
I have similar requirement and i need to change disconnect document status
Please mail me @ [email protected]

Similar Messages

  • Update in disconnection document after reversal of demounted device by EG53

    Hi everybody,
    I have an issue reagardig diconnection document update. For instance if i make a device removal EG32 in a disconnected installation, the status of the disconnection document it is update with status 24 or 27.
    So far so good, but if i make the reversal of the demounted device with EG53, the status of the disconection document remains 24 or 27 (no update to 21).
    This is no good for the next steps in reconnection, because the device shows like iti is demounted, but in fact it is installed.
    Please, a solution,
    Thank you,

    Hi Olivia,
    Thank you for your reply, but this is not a solution, because the users uses EG53 for a year, and by the way EG50 doesn`t work - The status of the device doesn`t allow it.
    The scenario it is like this:
    1. He use EG32 to demount a meter - this will change the status of the disc, document to 27.
    2. He use EG53 to reverse the demounted meter - this it is not related to the disc doc to change it to 21.
    This is my problem because the disc document after EG53 remains in status 27.
    And if we look at the device this is installed.
    Thank you,
    KR

  • VF02 - CHANGE BILLING DOCUMENT

    Hi All,
    I had a requirement, In the Transaction VF02(CHANGE BILLING DOCUMENT) after the SD billing document is created and when the option 'ReleaseToAccounting' is selected an OutBound Idoc should be created for the FI InvoiceHi All,
    My question is how to create a custom idoc for FI invoices via a user exit and these idocs will be routed (via RFC) to a JAVA server/processor. Pls suggest how can i acheive this.
    Is there any user exit for acheiveing this or can we proceed further without user exit also.
    If so how to acheive this.
    Thanks & Regards,
    Anil.

    Hi Anil,
    SAP Java Connector - Example: Simple RFC call
    Scenario:
    We will call the RFC function module ZNAS_HIE1_GET_MEMBER_FARM.that returns members that have owned a farm. Input to the function is a farm number, and output is a table of members that have owned the farm and Owner number (Sequence number of owners).
    Class testJCO is excuted and calls class GetMemberFarm method GetMemberFarmFromSap. Input parameters to GetMemberFarm are Farm and Owner number.
    GetMemberFarmFromSap executes RFC ZNAS_HIE1_GET_MEMBER_FARM, that returns a table of members that have owned the farm from the input parameters.
    GetMemberFarmFromSap loops through the table and finds the member where ZZCHCODE (Owner numer), is equal owner number from the input-parameters. and returns the member.
    Code
    Class testJCO
    public class testJco
         public static void main(String[] args)
              GetMemberFarm testGetMemberFarm = new GetMemberFarm();
              String memberFarm= testGetMemberFarm.GetMemberFarmFromSap("0111020155","02");
              System.out.println("Memberfarm: " + memberFarm);
    Class GetMemberFram
    import com.sap.mw.jco.*;  //The JCO
    public class GetMemberFarm {
      public String GetMemberFarmFromSap(String farm, String OwnerNumber)   
      {  String zzmemb ="";
            String memberFarm = "";
         JCO.Repository mRepository;
         JCO.Client mConnection = null;
         JCO.Function myFunction = null;
         //Create Connection to SAP
           try
                mConnection = JCO.createClient("800",           //SAP client
                                            "HFR",       //User ID
                                            "vimmer3",     //Password
                                            "EN",            //Language
                                            "53.205.22.71", //Host
                                            "03");           //System
             mConnection.connect();
             System.out.println("Connection OK");
           catch (Exception ex)
                System.out.println(ex);
          // Create function and parameters
          try
            //Create repository
            mRepository = new JCO.Repository( "GetMember", mConnection );
            //Get a function template from the repository
            IFunctionTemplate ftemplate = mRepository.getFunctionTemplate("ZNAS_HIE1_GET_MEMBER_FARM");
            //Create function
            myFunction = new JCO.Function(ftemplate);
            System.out.println("Function created");
            //Set import parameter
            JCO.Field zzfarm = myFunction.getImportParameterList().getField("ZZFARM");
            zzfarm.setValue(farm);
            System.out.println("Parameters ok");
         catch (Exception ex)       
              System.out.println(ex);
         // Execute function
         try
              mConnection.execute(myFunction);
            System.out.println("RFC Call OK");          
         catch (Exception ex)      
          {  System.out.println(ex); //Exception from function          
         // Handle return table GT_HIERARCHY
         // Loop over the table and find the record that
         // has ZZCHCODE = OwnerNumber from the
         // method parameters, and return Member for the
         // record
         JCO.Table gt_HIERARCHY = null;
         try
              gt_HIERARCHY=myFunction.getTableParameterList().getTable("GT_HIERARCHY");
              //Loop thhrough table and return the member that has
              // changecode (ZZCHCODE) = 02
              for (int i = 0; i < gt_HIERARCHY.getNumRows(); i++)
              {   gt_HIERARCHY.setRow(i);
                  String zzchcode = gt_HIERARCHY.getString("ZZCHCODE");
                  if (zzchcode.equals(OwnerNumber))                        
                       zzmemb = gt_HIERARCHY.getString("ZZMEMB");                   
         catch (Exception ex)      
          {  System.out.println(ex);           
         // Disconnect from SAP
         try
             mConnection.disconnect();  
             System.out.println("Disconnected from SAP");
          catch (Exception ex)
               System.out.println(ex);
          return zzmemb;
    } //public class GetMemberFarm
    Reward points if helpful.
    Regards,
    Harini

  • Processing Variants for Disconnection Documents

    Good Day Experts,
    I have configured two Z processing variant and used the reason '00 Unknown Disconnction reason and the other left blank. I need to know how can I use the processing variants defined along with the standard provided by SAP on the disconnection document.
    On EC85 when we select the reason and provide the installation or other relevant object we get the screen next and the processing variant field is greyed.
    Please help me regarding the above mentioned.
    Regards,
    Shahid

    Hi,
    The disconnection reason is fixed by SAP. So there might not be a way where you can change the disconnection reason value.
    However SAP has provided a customer exit in FM ISU_DISCPROCV_DETERMINE where in the INCLUDE ZXEDISCVARU01 you can write your own code to determine your custom processing variant. In EC85 screen SAP will show the custom processing variant if you populate the value in the variable Y_DISCPROCV. After that you can click on the 'Generate disconnection order' and  then save it accordingly.
    Hope it will help.
    Thanks.
    Nirmalya

  • Having purchased and installed pages after finishing my 30 day trial I now can't save changes to documents, it keeps saying that my trial is over and I need a serial number?  Never got a serial number, any ideas how to rectify this?

    Hi, having purchased and installed pages after my 30 day trial had finished I am now unable to save any changes to documents I had created in the trial version.  It says I need a serial number, which I never got when I purchased the pages app.  Does anyone kno how to rectify this, I would be very grateful for any help as I'm currently writing up my thesis and am now unable

    Hi, I had the same problem and I found that you don't need a serial number anymore. Here is what I did:
    (1)I went to Applications fodder on my Mac. (You can navigate to the Application folder from 'New Finder Window.')
    (2) Deleted Pages (installed as part of the free  free trial version) from the Applications Folder. Also deleted 'IWorks' from the Applications folder.
    (3) Started AppStore.
    (4) Clicked on  Purchases.
    (5) Clicked on Pages.
    (6) Clicked Install.
    (4) repeated (5) and (6) for Numbers and Keynote

  • How can we change delivery document while doing shipment

    Hi all,
    How can we change delivery document in background while changing shipment document.My requirement is to change the netweight in delivery while doing shipment.Actually it gets blocked when we open the shipment.
    Thank You,
    Regards,

    Hi,
    if you have done the PGI(Post Goods Issue), you can't change the delivery.
    If you want to change the devlivery Qty, you should create the delivery with Partial Split (= X) and you can deliver the splitted qty with a new delivery.
    Regards,
    Baburaj

  • How can I change a document from booklet to single pages

    How can I change a document from booklet to single pages?

    Very cumbersome.
    How many pages?
    Make a copy first.
    In Acrobat use the Crop tool to crop half the width. (Pages > Crop Pages.)
    For 11x17 to 8.5 x11  crop all even pages 8.5 left, all odd pages 8.5 right.
    Do you have InDesign?
    Create a new document correct to finished page size.
    (Use Import Multi Page script to) Place all pages offset by the proper page amount.
    Export new pdf.

  • Disconnection document status at a certain date

    Hello,
    I need to know the status of a disconnection document at a certain date (actually, to check if the disconnection document had status '21' - disconnection carried out - during a certain period).
    Is there a function or an easy way to find this out? If not, could you suggest me how to do this (check if the disconnection document had status '21' during a certain period)?
    Thank you.

    Hello,
    The following may be of some help for you:
    Transaction SE37:
    Function Module ISU_O_DISCDOC_OPEN in function group ES34.
    Transaction SWO1:
    Object type  DISACTION  Diconnection document activity
    Method --> DisconnactionAction.ExistenceCheck
    Object type  DISCONNECT Disconnection
    Method --> Disconnection.ExistenceCheck
    Regards
    Olivia

  • How to change the document type while creating a PO by ME59N

    Hi,
    I  have 2 groups of PR's, for group one the document type is picked as NB and PO is created and for the group 2 it should pick as XYZ and PO should be created using ME59N tcode.
    How to change the document type for group 2 in ME59N? Which user exists to use to change the document type while creating PO in ME59N? 
    Can any one suggest me.

    Hi,
    There a config area, where you can define default PO doc types for a particular Pr doc type. If you maintain the settings properly there, then your requirement can be fulfilled.
    SPRO->IMG->MM->Purchasing->Purchase requisation->Define doc types.
    This will serve your purpose.
    Thanks,
    Srinu

  • Creation of disconnection notification for the disconnection document

    Hi,
    I created a disconnection document using FM ISU_S_DISCDOC_CREATE for the installation. Now i have to create the disconnection notification for the disconnection document. Is there any FM to do that.
    Regards,
    Mukesh Kumar

    hi
    i  dnt think there s a seperate fm  for creating   notif specially  for disconn notification..
    kr
    raj

  • Transfer changes from Document to the Document Set [Sharepoint bug?]

    I I have Document Set, 1 Document inside and, for example,
    1 general field.
    Task: when I change Document I need to copy value of the general field to the Document Set.
    Problem: I made Workflow on Document that calls when I change it, this Workflow copies data to the Document Set.
    But it doesn't work, because when I change Document inside Document Set there are 2 events: "Document was changed" and "Document Set was changed". And the event "Document Set was changed" called first and it copies all general
    fields to all documents inside. That's why when my Workflow starts, field in Document has value from Document Set not the one that user typed.
    Any solutions to solve the task or problem (e.g. to increase the priority for Workflow on documents inside)?

    Hi ,
    According to your description, my understanding is that you want to copy the value of a field for a document inside a document set to the associated column for document set.
    How did you design your workflow?
    I did a test based on your description, and I used the ID (in my testing, the ID of the document set is 2)to find the associated document set, and the testAA is the column.
    My workflow is:
    In my testing, everything was ok. Please have a try as the above workflow, compare the result.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Changing PO document type for automatic purchase order opened by GR

    Hi to all,
    You know, there is a feature to customize automatic PO creation upon GR. The system uses "NB- Standart Purchase Order" document type. But, i need to use a different document type (like ZNB) that i have copied from standart one.
    How can I change default document type for PO in customizing. Or, am I able to do that in customizing.
    Thanks,
    Hakan.

    Goto OLME --> Define default value for document type
    here for T-code  MB01 - cahnge to your doc type
    Read that documentation for more info

  • Hi, I'm working on a document in PAges 09. Any idea on how to change the document color? I want it black instead of white.

    Hi, I'm working on a document in PAges 09. Any idea on how to change the document color? I want it black instead of white.

    Nichelle,
    You must add your own background object, and then make it Black.
    Insert > Shape > Rectangle
    In the Wrap Inspector, set to Floating.
    In the Graphic Inspector, set Stroke to None and set Fill to Black.
    Grab the corners of the document and stretch the document to cover the entire page.
    Back in the Wrap Inspector select "In Background".
    Format > Advanced > Move Object to Section Master.
    Regards,
    Jerry

  • ABAP runtime error in FBV2 Change parked document using workflow

    Hi,
    When selecting screen template variant in tcode FBV2 change parked document, I get abap runtime error DYNPRO_NOT_FOUND
    Tcode- FBV2
    Program- SAPLF040
    Screen- SAPLF040  0310
    Main Program - SAPMF05V
    Information on were terminated.
    Program SAPLF040 - in " %_CTL_END "
    In the source code you have the termination point in line 50 of the (Include) program " <SYSINI> "
    How can we solve this error. We are on ECC6 with release 600.
    Thanks,
    Mark

    Hi Mark,
    We have this same issue in transaction F-65
    I believe that when a new screen template is configured, a new screen is generated within function group F040. A later action (applying a hotpack??) has removed this screen, but the config (in table T021D) still points the processing to the screen even though it has been removed.
    Did you find a solution? We want to get the screen back as it is still valid to use this screen template in the business
    Thanks
    Ben

  • Why won't my computer let me make changes to documents??

    Why won't my computer let me make changes to documents saved in pages and save them again? It keeps saying access denied when its my computer and I have Lion OS X

    Right click the document and select 'get info'.  Check the permissions for the file.  If several of these files have the wrong permissions then you may need to repair user permissions.  See this for instructions:
    http://osxdaily.com/2011/11/15/repair-user-permissions-in-mac-os-x-lion/

Maybe you are looking for

  • ALV report output to excel file, zip it and send to email

    my requirement is to run a report then the result will be sent to email. Attachment is an excel file that is zipped since file size is about 25MB I've search several forums and found a sap template in sending email with excel file attachment, it is B

  • Multiple devices, one Apple ID

    Hi- My husband and I share an Apple ID (multiple email addresses).  He often plugs in his iPhone to sync it to our iMac.  If I plug in my iPhone, will it delete my contacts and sync with what is uploaded to the computer (his contacts)?

  • Xperia z1 Problem AFTER system update to latest software 14.3.A.0.681

    Hello people, First of all let my just say that I am new into the ''smartphones world'' so please excuse my queries if they proof to be 'obvious' to you! I have carried out a system update to my Xperia Z1 phone yesterday (Android 4.4.2. kitkat, lates

  • Creating login page - direct users to a unique file based on unique id?

    Hello - I am in the process of creating a login page that will direct users to a unique page based on their unique id.  I would normally go to Server Behaviors>User Auth>Log In User, but that gives me the option of browsing only one file for all user

  • Class Type 019 for operation classification in Routing

    Hi, I need to assign class type 019 for classifying operation. Its giving the below error: "Data for class type 019 has not been converted yet" The details of the help are as below: Can any one update the implications of the steps or how can Proceed