Posting string reference 961 not planned

Hi
From the output list of MB51, while I try to open a material document with Mvt Type 961(Backflush GI for Order), the system throws out a error "Posting string reference 961 not planned".
The same error appears when I try to access from Production Order -> Documented Goods Mvt -> Material document (with 961 Mvt).
Material documents is displayed for all other Mvt types.
Why is it so happening?
Thanks
Velu

Dear Velu,
Please check SE16 transaction:
Table: T156
BWART BUSTR
961   961    <<<<<<<<<<<<
This is the reason for the error message you are facing.
After 4.6A version, it is not possible to create custom movement type
by using a custom posting string reference.
Possible solution:
1) Deleting the movement and recreating the movement again in
   reference to a standard movement. This is the best and recommendable
   way.
2) Use SE16 and manually change the reference movement to a standard
   movement.
3)  Release 470 has additional table MIGO_T156 that has to be updated if you want to continue using a customer movement type that does not reference a standard movement in T156 but i think you have to tested it out as it is not supported by SAP Support, this is modification. Keep fields XTRANSFER_MVT,
XSTOCK_TYPE_MVT, XREMOVE_FROM_MVT and XPLACE_IN_MVT as initial.
Regards,
ian Wong Loke Foong

Similar Messages

  • Bpc  install issue : string reference not set to an instance of a string.

    hi
    i am trying to install BPC server in my machine . after giving bw credential i am getting below error
    bpc issue string reference not set to an instance of a string. parameter name s
    does any one came across this?  what might be wrong here?
    please help me

    Hi
    Once you install the ABAP and .NET components, the server manager would be part of your program list. It would be something like SAP->BPC Server 7.0. Click on the server manager and in the server menu you will find 'Diagnostic' option as this would give you a good picture about the installation success post installation.
    During the server manager installatio process, you would be alerted if any of the pre requisite software is not installed on your server machine. Please check the installation guide for detailed steps.
    Thanks,
    Santosh

  • Tds line item not simulating while posting as reference with FBR2

    Dear All
    When I am posting an Invoice using previous document as reference with Tcode FBR2 WTax line Item not simulating, but while I am posting  without reference  i.e. with Tcode FB60 it is simulating, this problem i am facing in production server from this fiscal year but in development server it is working properly.
    what is the possible cause and how to solve this problem.

    Hi,
    For WHT cannot be deducted by using F-02 OR FB01.  It seems system is using the same transaction in background and not FB60 and hence tds is bnot getting deducted.
    Regards
    Milind Sonalkar

  • String reference not changing

    I have 2 files as follows. (Runnable code)
    1. StringTest.java
    package mytest;
    public class StringTest
         public static String s1 = "Hello";
         public static void main(String args[])
              String s2= "Hello";
              String s3= "Hello";
              System.out.println("1. s1 s2 : " + (s1 == s2));
              System.out.println("2. s2 s3 : " + (s2 == s3));
              System.out.println("3. s1 s3 : " + (s1 == s3));
              System.out.println("4. s1 s4 : " + (s1 == InnerMain.s4));
              System.out.println("5. s2 s4 : " + (s1 == InnerMain.s4));
              System.out.println("6. s1 s5 : " + (s1 == OuterClass.s5));
              System.out.println("7. s4 s5 : " + (InnerMain.s4 == OuterClass.s5));
              System.out.println("8. s2 s5 : " + (s2 == OuterClass.s5));
              System.out.println("9. s3 s5 : " + (s3 == OuterClass.s5));
              SameFile sf = new SameFile();
              System.out.println("10. s1 s5 : " + (s1 == sf.s6));
              System.out.println("11. s2 s5 : " + (s2 == sf.s6));
              System.out.println("12. s3 s5 : " + (s3 == sf.s6));
              System.out.println("13. s4 s5 : " + (InnerMain.s4  == sf.s6));
              System.out.println("14. s5 s5 : " + (OuterClass.s5  == sf.s6));
              sf.s6 = "Hello";
              System.out.println("10. s1 s5 : " + (s1 == sf.s6));
              System.out.println("11. s2 s5 : " + (s2 == sf.s6));
              System.out.println("12. s3 s5 : " + (s3 == sf.s6));
              System.out.println("13. s4 s5 : " + (InnerMain.s4  == sf.s6));
              System.out.println("14. s5 s5 : " + (OuterClass.s5  == sf.s6));
         public static class InnerMain
              public static String s4 = "Hello";
    class SameFile
         public String s6 = "Hello";
    }2.OuterClass.java
    package mytest;
    public class OuterClass
         public static String s5 = "Hello";
    }OUTPUT
    1. s1 s2 : true
    2. s2 s3 : true
    3. s1 s3 : true
    4. s1 s4 : true
    5. s2 s4 : true
    6. s1 s5 : true
    7. s4 s5 : true
    8. s2 s5 : true
    9. s3 s5 : true
    10. s1 s5 : true
    11. s2 s5 : true
    12. s3 s5 : true
    13. s4 s5 : true
    14. s5 s5 : true
    10. s1 s5 : true
    11. s2 s5 : true
    12. s3 s5 : true
    13. s4 s5 : true
    14. s5 s5 : true"Hello" : String references dont change in any case?
    String is immutable so no problem .. but whats going on ..

    When you create a new String variable having the contents already existing in the String Pool ,then the reference point to existing data.
    e.g.
    String a="Hello";//Create a block of memory in the Pool with Data "Hello"
    String b="Hello";// Search for any block having data "Hello", here existing then b will point to same block.....
    // when you check s1==s2 // It check for the reference
    // when you check s1.equals(s2) // It check for the contents(value) of variables

  • FIM 2010 R2 - Error 3000: " Some or all identity References could not be translated"

    Hi Everyone, I installedFIMPassword Resetand RegistrationService, butwhen I try tologinto the portal.
    I getthe following error.
    I followed the steps in "TestLab"and alsofollowed the instructionson the requirements ofFIMself-servicePasswordReset. 
    Greetings
    and thank you very much
    for
    your help.
    Error:
    An error has occurred. Please try again, and if the problem persists, contact your help desk or system administrator. (Error 3000)
    Go to Self-Service Password Registration home page
    An error has occurred. Please try again, and if the problem persists, contact your help desk or system administrator. (Error 3000)
    Details: System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated. at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType,
    Boolean forceSuccess) at System.Security.Principal.SecurityIdentifier.Translate(Type targetType) at System.Security.Principal.WindowsIdentity.GetName() at System.Security.Principal.WindowsIdentity.get_Name() at Microsoft.IdentityManagement.CredentialManagement.Portal.Components.RegistrationDriver.GetDomainAndUserName(String&
    domain, String& userName) at Microsoft.IdentityManagement.CredentialManagement.Portal.Components.RegistrationDriver.InitiateRegistration() at Microsoft.IdentityManagement.CredentialManagement.Portal.Registration.Next() at System.Web.UI.WebControls.Button.OnClick(EventArgs
    e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)

    I saw the log and it has the following: what could be happening?
    thank you so much for your time and help again. The user used is utest10. I see that time is wrong, because here is 9:00 o'clock but log show me 11:41 
    #Software: Microsoft Internet Information Services 7.5
    #Version: 1.0
    #Date: 2014-09-18 11:41:44
    #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
    2014-09-18 11:41:44 10.0.0.8 GET / - 443 - 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    401 2 5 46
    2014-09-18 11:42:39 10.0.0.8 GET / - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    302 0 0 38093
    2014-09-18 11:42:39 10.0.0.8 GET /default.aspx CookiesEnabled=true 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    302 0 0 31
    2014-09-18 11:42:49 10.0.0.8 GET /default.aspx - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    200 0 0 10109
    2014-09-18 11:42:49 10.0.0.8 GET /css/core.css - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 15
    2014-09-18 11:42:49 10.0.0.8 GET /js/webkit.js - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 31
    2014-09-18 11:42:49 10.0.0.8 GET /js/Common.js - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 15
    2014-09-18 11:42:49 10.0.0.8 GET /ScriptResource.axd d=DhgbGNsDUTuISZAuj5YwF2bxQkEFxfOF-_jtkF_XsvkB-t51v01jftu5Ic-rAOU0i4QXvfJufGloBDNu0iH9xNVzZF7zsM5kwQiKgNA6SLmdT7RBdTHtFA3POY2lH5mDpuZacVugLTKgSH0dpWf06yy2LRQ1&t=ffffffff8dc250fc 443 LAB\utest10 10.0.0.15
    Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0) 200 0 0 15
    2014-09-18 11:42:49 10.0.0.8 GET /WebResource.axd d=SjOOqf6c3TZDDyM2Kgr6ykFHmew6stAqBAiKTyzeUwjxNX9Ub69YSe7iTN4RMBZZkeCqowFx_NF7PFeHmyyKusJLitg1&t=634605124860686371 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    200 0 0 15
    2014-09-18 11:42:49 10.0.0.8 GET /WebResource.axd d=h_nFu51-6JuBheHSoSNt4UAo_RSCKSB4UONIXu6fP0qij-WsPd8lhZo9XmgfpNWXHLOSIyvzVta7rfXGJkoOnwBaPVM1&t=634605124860686371 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    200 0 0 31
    2014-09-18 11:42:49 10.0.0.8 GET /css/customizable.css - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    404 0 2 15
    2014-09-18 11:42:49 10.0.0.8 GET /ScriptResource.axd d=EB3xsN3_OOC7dO7Is5VA_9RpzxmFLtDUT5ygJ5IV8nc_RAbqVnNxU1Md6FpX4PbdYTvG2G8uRfNIQ95EmhddZ1nGMFWEseAgPeUmfkbJ7bThY_221Pj8enNvYQ3xl86M5BKy8R_fXVyBg6E5KTwmu61Uzucdk3L87FFUJ7SFd_tBDoCV0&t=ffffffff8dc250fc 443
    LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    200 0 0 78
    2014-09-18 11:42:49 10.0.0.8 GET /css/Registration.css - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 218
    2014-09-18 11:42:49 10.0.0.8 GET /images/bg-top-slice.png - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 203
    2014-09-18 11:42:49 10.0.0.8 GET /images/fimlogo.png - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 203
    2014-09-18 11:42:49 10.0.0.8 GET /images/wait_animationa.gif - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 203
    2014-09-18 11:42:49 10.0.0.8 GET /images/bg-bottom-slice.png - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 203
    2014-09-18 11:43:19 10.0.0.8 POST /default.aspx - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    200 0 0 26781
    2014-09-18 11:43:19 10.0.0.8 GET /Error.aspx - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    200 0 0 31
    2014-09-18 11:43:19 10.0.0.8 GET /css/customizable.css - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    404 0 2 0
    2014-09-18 11:43:19 10.0.0.8 GET /CSS/troubleshooting.css - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 93
    2014-09-18 11:43:19 10.0.0.8 GET /css/error.css - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 62
    2014-09-18 11:43:19 10.0.0.8 GET /JS/troubleshooting.js - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 93
    2014-09-18 11:43:19 10.0.0.8 GET /images/copytoclipboard.gif - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 281
    2014-09-18 11:43:19 10.0.0.8 GET /images/sendemail.gif - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 265
    2014-09-18 11:43:19 10.0.0.8 GET /images/icon-error.png - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    304 0 0 265
    2014-09-18 11:43:24 10.0.0.8 GET /default.aspx - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    200 0 0 0
    2014-09-18 11:43:24 10.0.0.8 GET / - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    302 0 0 78
    2014-09-18 11:43:24 10.0.0.8 GET /css/customizable.css - 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    404 0 2 0
    2014-09-18 11:43:24 10.0.0.8 GET /default.aspx CookiesEnabled=true 443 LAB\utest10 10.0.0.15 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+6.1;+WOW64;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0)
    302 0 0 203

  • Access via NULL reference object not possible

    Hi friends,
      I have created an wda application which uses the table popin to display data.
      So that i have created a view with two of the  fields as link to action UI element.
      In the Events/Actions of the link to action element i implemented the following logic.
      data wd_table_cell_editor type ref to cl_Wd_view_element.
      data wd_table_column      type ref to cl_wd_table_column.
      data wd_popin             type ref to cl_wd_table_popin.
      data id type string.
    <b> wd_table_cell_editor ?= wd_this->m_view->get_element( id ).</b>
      wd_table_column ?= wd_table_cell_editor->get__parent( ).
      wd_popin = wd_table_column->get_popin( ).
      context_element->set_attribute( name = 'SELECTED_POPIN' value =
    wd_popin->id ).
    So when i click on the link to action in the table column of the field am getting the following error
    <b>Access via NULL reference object not possible.</b>
    While debugging i have noticed that this error was coming at the below step of the code.
    <b>wd_table_cell_editor ?= wd_this->m_view->get_element( id )</b>
    in the m_view->get_element( id ) does not contan any value , its showing as table , as null value cannnot be assigned may be its throwing the above error.
    But i didnt understand why the view is not getting UI element id ....
    Can one please suggest me where might be the wrong....
    Regards
    Sireesha.

    Hi nithya,
      Could you please calrify the doubts for the following q's.
    1. As u said in the above post, i have changed the code to the below.
         data: lr_table type ref to cl_wd_table,
    lr_table_col type ref to cl_wd_table_column.
    lr_table ?= wd_this->m_view->get_element( 'TABLE' ).
    lr_table_col = lr_table->get_column( ID = 'TABLE_CONNECTID' ).
      <b>wd_popin = lr_table_col->get_popin( ).</b>
    (At the above step which is in bold , eventhough there is value in lr_table_col->get_popin , its not assigning a value to the wd_popin, throwing same error NULL etc.,)
      context_element->set_attribute( name = 'SELECTED_POPIN' value =
    wd_popin->id ).
    2. Before changing the code suggested by u, the follwoing was the code from standard example.Its working fine in the application wdr_test_table.I have debugged the code.The value is getting assigned into wd_table_cell_editor.
    The same thing i have done but its failing to assign the value. thats y its throwing null reference error. Here i have a confusion how its assigning a value and y not in the z application.am giving the code below which is in standard and my application.Please clarify these.
    data wd_table_cell_editor type ref to cl_Wd_view_element.
      data wd_table_column      type ref to cl_wd_table_column.
      data wd_popin             type ref to cl_wd_table_popin.
      <b>wd_table_cell_editor ?= wd_this->m_view->get_element( id ).</b>
    ( Note :  wd_this->m_view->get_element contains value but not assigning it to the wd_table_cell_editor and same code in the standard behaving correctly like assigning the view value to the cell editor. Y this behavior, please advice me)
      wd_table_column ?= wd_table_cell_editor->get__parent( ).
      wd_popin = wd_table_column->get_popin( ).
      context_element->set_attribute( name = 'SELECTED_POPIN' value = wd_popin->id )
    Regards
    Sireesha.

  • Post with Reference

    Is there a way to configure the post with reference transaction FBR2 to automatically populate any of the header fields with the original referenced Document Number?  I am not referring to the reference key field which uses the new Document Number as part of its string but the actual originating Document used to create the new Document.

    Hello,
    There is possibility of automatic filling up of the original document.
    However, in a forceful way, you can make text and reference field and mandatory in OBA7 for document type and ask the user the enter the same in the reference field.
    Regards,
    Ravi

  • Any idea what this errorr means? the data type of the reference does not match the data type of the variable

    I am using Veristand 2014, Scan Engine and EtherCat Custom Device.  I have not had this error before, but I was trying to deploy my System Definition File (run) to the Target (cRio 9024 with 6 modules) and it failed. It wouldn't even try to communicate with the target. I get the 'connection refused' error.  
    I created a new Veristand project
    I added the Scan Engine and EtherCat custom device.
    I changed the IP address and auto-detected my modules
    i noticed tat Veristand didn't find one of my modules that was there earlier. (this week)
     So, i went to NiMax to make sure software was installed and even reinstalled Scan Engine and Veristand just to make sure.
    Now, it finds the module, but when i go to deploy it getsto the last step of deploying the code to the target, and then it fails.
    Any thoughts?
    Start Date: 4/10/2015 11:48 AM
    • Loading System Definition file: C:\Users\Public\Documents\National Instruments\NI VeriStand 2014\Projects\testChassis\testChassis.nivssdf
    • Initializing TCP subsystem...
    • Starting TCP Loops...
    • Connection established with target Controller.
    • Preparing to synchronize with targets...
    • Querying the active System Definition file from the targets...
    • Stopping TCP loops.
    Waiting for TCP loops to shut down...
    • TCP loops shut down successfully.
    • Unloading System Definition file...
    • Connection with target Controller has been lost.
    • Start Date: 4/10/2015 11:48 AM
    • Loading System Definition file: C:\Users\Public\Documents\National Instruments\NI VeriStand 2014\Projects\testChassis\testChassis.nivssdf
    • Preparing to deploy the System Definition to the targets...
    • Compiling the System Definition file...
    • Initializing TCP subsystem...
    • Starting TCP Loops...
    • Connection established with target Controller.
    • Sending reset command to all targets...
    • Preparing to deploy files to the targets...
    • Starting download for target Controller...
    • Opening FTP session to IP 10.12.0.48...
    • Processing Action on Deploy VIs...
    • Setting target scan rate to 10000 (uSec)... Done.
    • Gathering target dependency files...
    • Downloading testChassis.nivssdf [92 kB] (file 1 of 4)
    • Downloading testChassis_Controller.nivsdat [204 kB] (file 2 of 4)
    • Downloading CalibrationData.nivscal [0 kB] (file 3 of 4)
    • Downloading testChassis_Controller.nivsparam [0 kB] (file 4 of 4)
    • Closing FTP session...
    • Files successfully deployed to the targets.
    • Starting deployment group 1...
    The VeriStand Gateway encountered an error while deploying the System Definition file.
    Details:
    Error -66212 occurred at Project Window.lvlibroject Window.vi >> Project Window.lvlib:Command Loop.vi >> NI_VS Workspace ExecutionAPI.lvlib:NI VeriStand - Connect to System.vi
    Possible reason(s):
    LabVIEW: The data type of the reference does not match the data type of the variable.
    =========================
    NI VeriStand: NI VeriStand Engine.lvlib:VeriStand Engine Wrapper (RT).vi >> NI VeriStand Engine.lvlib:VeriStand Engine.vi >> NI VeriStand Engine.lvlib:VeriStand Engine State Machine.vi >> NI VeriStand Engine.lvlib:Initialize Inline Custom Devices.vi >> Custom Devices Storage.lvlib:Initialize Device (HW Interface).vi
    • Sending reset command to all targets...
    • Stopping TCP loops.
    Waiting for TCP loops to shut down...
    • TCP loops shut down successfully.
    • Unloading System Definition file...
    • Connection with target Controller has been lost.

    Can you deploy if you only have the two 9401 modules in the chassis (no other modules) and in the sysdef?  I meant to ask if you could attach your system definition file to the forum post so we can see it as well (sorry for the confusion).  
    Are you using any of the specialty configurations for the 9401 modules? (ex: counter, PWM, quadrature, etc)
    You will probably want to post this on the support page for the Scan Engine/EtherCAT Custom Device: https://decibel.ni.com/content/thread/8671  
    Custom devices aren't officially supported by NI, so technical questions and issues are handled on the above page.
    Kevin W.
    Applications Engineer
    National Instruments

  • Migo reference document not appearing in miro for frieght conditions

    Dear all,
    I ahve done migo for a po and i have checked GR based invoice in PO.When i am doing MIRO i am not getting the migo reference number for frieght condition where as the migo reference number is appearing for base price.How to get that migo reference number for frieght conditions also.
    thanks in advance
    regards
    vithal

    Sometimes the the MIGO creator might have reversed the same. In such cases the reversal document may be with different number in the same series and both posted & reversed documents will not appear in MIRO. Since you might checking with posted document number, you are seeing the blank in MIRO. In such cases, just enter the PO number in MIRO, give date & reference number press Show PO structure button in the left corner. You will find the following screen
    Expand the required once. The following screen appears. In this both positive & negative numbers with same reference & document type appearing are the reversed documents.
    Hope this is clear

  • Java.lang.NumberFormatException: For input string: "500.01 Not to Exceed"

    While running a BI Publisher 11g report i am getting this error
    oracle.xdo.XDOException: java.lang.NumberFormatException: For input string: "500.01 Not to Exceed"
    Any idea what could it be?
    To me it looks like that its related to some datatype mismatch.
    For some parameters report runs fine and for some it throws the above error.
    Thanks
    Ashish

    plz post sample for
    For some parameters report runs fine and for some it throws the above error.what are you using for
    datatype mismatch.?
    do you use some format-number or .... ?

  • "Posting with reference to pur. order only possible for integrated whse"

    When I try posting GR with mvmt type 101 wrt PO  I am receiving the error “Posting with reference to pur. order only possible for integrated whse”
    The scenario is  storage lcation is maintained  with the external warehouse management .
    Is there anything i need to maintain warehouse as decentralised one or should i need to maintain any moment types or is there anything else i should maintain in the customisation.
    Kindly guide me regarding this as I am new to WM ,Thanks in advance.

    Hi ,
    In my case i have not maintained as decentralised one.
    also the thing is  there is no warehouse house  data managed over here .the requirement is when connected to extended warehouse  the system has to create inspection lot after the GR has done ,
    whereas in normal scenario everything is normal,
    can you please suggest what should be done in this case.
    Also if possible can you please tell me what from the scratch so that it will be helpful to come through .

  • STO returns with EWM Error "Posting with reference to pur. order only possi

    Hi Experts,
    We are trying to STO returns GR (161 Movement) with transaction MIGO for a EWM managed plant.
    Plant A is a EWM managed plant and Plant B is IM managed plant.
    We created a stock transfer order with "B" as supplying plant for plant "A" but with "Returns" tick in the item. (Document type UB)
    In the first step, when we try to post 161 movement with MIGO transaction, we are getting the below error
    "Posting with reference to pur. order only possible for integrated whse"
    Message no. L9510
    But the same scenario works between two IM managed plants.
    Can you please help me in resolving the issue
    Gobinathan  G

    Hi All,
    I am interested in the tail end of this process. I have activated DWM. We have received an Idoc confirming the Inbound Delivery for a Purchase Order Receipt.
    The Goods Movement Status of the Inbound delivery has changed to C but there is only a Confirmation of Service in the document flow and the Purchase Order is not receipted.
    I am unable to MIGO the PO manually.
    I guess the Inbound delivery should have posted a receipt on the PO but not sure what is missing?
    Any ideas?
    Thanks
    Lee

  • Servermgrd[584]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "v\035\363d".

    All,
    I am having a very odd problem.
    I have recently setup a Mac OS X Mavericks Server for the purposes of NetRestore.
    Everything setup fine, no issues whatsoever and the server has been running non-stop for the past 78 days.
    I've already imaged about 100 MacBook pros off of this server without a problem.
    This morning I come in, start up an MBP that needs to be imaged and it sees the netrestore volumes and attemps to boot to it
    then stops and doesn't go anywhere.
    I've had my NBI's on an external firewire 800 drive (1TB Lacie Rugged) and its been working fine.
    I've checked my logs numerous times and the only error I can find is: servermgrd[584]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "v\035\363d".
    The exact same error keeps repeating every 10 seconds or so.
    I read in another forum that sometime Mavericks Server doesn't like NBI images on external volumes, so I moved them to the standard /Library/Netboot/NetBootSP0 folder on the boot volume and turned off the external drive.
    I'm able to NetRestore again now, but the process is far slower then it was previsously and the error above still persists.
    I've rebooted the server, stopped and restarted the services, made sure no changes have been made on the network, and fully updated the server via software update.
    Any ideas would be greatly appreciated!
    Thanks in advance.

    I post some other error.
    I don't understand why some times when I reboot I don't get any errors and why some Ive this:
    Mac OS X Versione 10.4.9 (Build 8P2137)
    2007-04-26 09:26:54 +0200
    At revision 7057.
    Apr 26 09:27:02 MacBook diskarbitrationd[49]: SystemUIServer [265]:15143 not responding.
    Apr 26 09:27:02 MacBook /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "ˆ®˜Ëî^?Ío".
    Can any help me to found the problem???????
    Thanks so much to all

  • Org.xml.sax.SAXParseException: Reference is not allowed in prolog

    Hi,
    I have been using DocumentBuilder to parse an xml string in our application but now came up with this exception:
    org.xml.sax.SAXParseException: Reference is not allowed in prolog
    When I looked at the xml data, I found that it does not have a prolog in it. I also found that the data contains end of line character ""&#xD;""
    " in it.
    This the xml to be parsed: (Qutoted them to view the unicodes in xml)
    "<dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/">
    <dc:title xml:lang="en">Test metadata</dc:title>
    <dc:language>en</dc:language>
    <dc:description xml:lang="en">Blah</dc:description>
    <dc:creator>BEGIN:vcard
    FN:Jan Austin
    ORG:IBalahblahLtd
    EMAIL:[email protected]
    END:vcard</dc:creator>
    <dc:format>text/html</dc:format>
    <dc:identifier>http://gg.com/</dc:identifier>
    <dc:subject>Medicine and Dentistry</dc:subject>
    </dc:dc>"
    And in the class, I used,
    DocumentBuilderFactory factory =  DocumentBuilderFactory.newInstance();
    factory.setNamespaceAware(true);
    DocumentBuilder builder = factory.newDocumentBuilder();
    Document document = builder.parse(file);I can not change the xml data to be parsed as the application gets this data from other targets through a web service.
    So, can anyone provide any suggestions to solve this issue please?
    Thanks,
    Shiv.

    I have tried various options by
    1. factory.setIgnoringElementContentWhitespace(true);
    2. factory.setValidation(false);
    But, none of them seems to work.
    Could anyone please giv me atleast a gist abt where to look about?
    Cheers,
    Shiv.

  • Movement type 311 is not planned in Back Ground Processing

    Hello,
      I have created a BDC to run the transaction "MIGO"  with movement type 311.
      Its working fine in foreground. But i execute in Background i am getting a error message "Movement type 311 is not planned for this operation".
      I think there should be some config settings. But i don know where to check configuration ?
    If anyone has any sugggestions or answers , Pls post here.

    Hi,
    Better you can use the BAPI "BAPI_GOODSMVT_CREATE".
    Check with your Functional Consultant for this issue......
    You may also look for an OSS note and in Last raise a ticket to SAP..but there is no surety that every txn will work with BDC in Background Mode.

Maybe you are looking for

  • Error 7 report generation

    Good Day, I seem to be having a little trouble with the report generation tool.  I'm running Labview 7.1, have the MS Report Toolkit.  I have a construct that creates and formats an Excel Report.  It works fine when running it from the developement e

  • How do I restore my iTunesU files on my iPhone to my PC?

    How do I restore my iTunesU files on my iPhone, to my PC without overwriting any iTunesU files already on my PC (rather than the default sync from PC to iPhone)? Thanks.

  • Dump for a select query

    Hi Gurus, I have a select query as follows:     SELECT                vbap~vbeln                vbap~posnr                vbap~matnr                vbap~arktx                vbap~pstyv                vbap~abgru                vbap~prodh              

  • My bookmarks have all gone!

    All my safari bookmarks have gone! I'm using Safari 3.0.4 on OS X 10.4.11 I've checked /Library/Safari and the Bookmarks.plist file is still there, I opened it in textedit and my bookmarks are in it but for some reason Safari is not displaying them.

  • Current Time Stamp  in  int format

    Hi I want the current time stamp in the following way: Say is 3:30 pm now then 15.5 or say its 4:00 pm then 16.0 or 10:00 am as 10...how can i get this..thank you