The "Without Qty Posting" check box appears disabled in A/P and A/R credit Memo Rows

Dear All,
The "Without Qty Posting" check box appears disabled in A/P and A/R credit Memo Rows even when set visible and active in the form settings. Please advice. SAP Business One version 8.82 PL 13
regards
Deb

Hi,
Please check:
The field is available only in the following
cases:
1. A/R credit memos not based on other documents or
2. A/R credit memos based on an A/R invoice or
3. A/R credit memos based on an A/R reserve invoice, for which items have been delivered, and
4. if non-drop-ship warehouses are used
Thanks & Regards,
Nagarajan

Similar Messages

  • How to make a check box appear to the user when he does a specific action

    hi all
    i have created a check box and i want if the user does not do a specific action the check box appears ?

    so sorry i ment a frame with an error message
    remember my last program about randomization
    i want if the user did not enter the first name
    a message appear to warn
    and if he did not enter the second name
    a message appear to warn
    here i created a created a second frame to appear as
    awarning message
    and the action to allow the error frame to appear
    else
    c2.setVisible();
    but the compiler didnot recognized c2
    is that not legal to create two objects from
    container c2=getcontentpane();
    i want to understand this problem
    and making my code right
    and making my code right
    Code:
    import java.awt.*;
    import javax.swing.*;
    import java.io.*;
    import java.awt.event.*;
    class MyMatching extends JFrame
         final JTextField txt1=new JTextField("Name1",10);
         JLabel lbl3=new JLabel("Love");
         final JTextField txt2=new JTextField("Name2",10);
         JButton btn=new JButton("Result");
         JTextField txt3=new JTextField("%",5);
         JTextArea ta=new JTextArea(10,40);
         ImageIcon img=new ImageIcon("D:\\Mastering Java\\Java Projects\\Icons\\alert_lrg.gif ");
         JLabel lbl=new      JLabel(" Do You Love Computer Science?",img,JLabel.LEFT);
         JPanel pnl1=new JPanel();
         JPanel pnl2=new JPanel();
    JPanel pnl3=new JPanel();
         MyInner inner;
         MyMatching()
              setupGUI();
         private void setupGUI()
              setSize(500,300);
              setTitle("Love Matching v1");
              Container c=getContentPane();
         Container c2=getContentPane();
              c.setLayout(new BorderLayout());
              pnl3.setLayout(new BorderLayout());
              pnl1.setLayout(new FlowLayout());
    pnl1.add(txt1);
    pnl1.add(lbl3);
    pnl1.add(txt2);
    pnl1.add(btn);
    pnl1.add(txt3);
    pnl2.add(ta);
    c.add("North",pnl1);
    c.add("Center",pnl2);
    lbl.setIcon(img);
         pnl3.add("Center",lbl);
         c2.add(pnl3);
    setVisible(true);
    inner=new MyInner ();     
    btn.addActionListener( inner);
    // txt1.addActionListener( inner);
    // txt2.addActionListener( inner);
    class MyInner implements ActionListener
    public void actionPerformed(ActionEvent e)
    if(!txt1.getText().equals("Name1") && !txt2.getText().equals("Name2"))
         if (e.getActionCommand().equals("Result"))
    //First process
    int random= ((int)(50*Math.random()))+50;
    txt3.setText(random+"%");
    //second process
    String msg[ ]={"Love Can Touch Us One Time And Last For The Life Time\nYou Are A True Lovers.","Your Feelings Are Different \nYou Should Forget it."
    ,"Love Is A Passion\nYou Must Be More Romantic.","You Are An Angel\n But Your Lover Is A Liar."
    ,"You Must Think Deeply Before That Choice\nLove Is Not An Entertainment.","Do Not Lie To Your Hart\nYou Still Love Your First Lover."
    ,"You Cannot Love Again\nYour First Lover is So Lovely And Cannot Be Forotten."};
    ta.setText( msg[((int)( msg.length*Math.random()))] );
    /* breaking up the code
    double random = Math.random();
    int index = (int) (msg.length*random);
    String message = msg[index];
    ta.setText(message);*/
    ta.setForeground(Color.RED);
    else
    c2.setVisible();
         public static void main(String[]args)
              MyMatching mtch=new MyMatching();
    }

  • J1iex duty rate tab calculate excise base rate check box is disable in impo

    Hi,
    We have done Import PO and wrt we have done the GRN as part 1 and we try to complete the part 2 as J1iex, but in j1iex duty rate tab calculate excise base rate check box is disable, we required is activate.
    its working in domestic scenario.
    Thanks
    shital

    Go to J1IEX- Change (Instead of Post). Try & change the rate.
    But why do you want to change it in J1IEX? as duties are flowing from PO-MIRO.

  • Allow the user to control the width of the edit forum post input box

    I would like to control the width of of the edit-forum post input box.  This could be:
    automatically adjust the width of the box so that the box doesn't run off the right edge of the window.
    have a user global preference to set the preferred width
    at least, allow the user to change the width via the change size icon.  The three horizontal bars at the lower left of the input box. You can adjust the vertical dimension, but not the horizontal. TenFourFox 4.0.1. This is probably being blocked for some obscure reason.
    Here is an example of an over extended right margin:
    Curiously enough, the "software" let's me adjust the width & height of the add reason to edit text, but not adjust the width of the more important edit text box.
    Robert

    Testing
    Standard Reply box can be height adjusted but not width.
    Same with Advanced Editor
    No Adjustment at all in HTL Editor
    Edit.
    The Edit uses the Advanced Editor
    Only Height Adjustment again.
    I do seem to remember someone posting about the width and saying they could drag it over the edge of the right hand edge (Into the grey surround)
    This may have been a post in the lounge.
    It didn't actually try it at the time but have played with it since and have not seen it.
    Maybe it is something they "Fixed" in both senses of the word.
    Second edit.
    I can't alter the box that currently reads "Message Edited by:- ..."
    I also can't get this box to accept New lines  (they appear in the box but don't post that way)
    Corrected Spelling
    9:51 PM      Wednesday; May 11, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously
    Message was edited by: Ralph Johns (UK)
    Message was edited by: Ralph Johns (UK)
    and new line with a line space as well

  • Page protction check box is disabled in smartform

    Hi Everybody.
          I need to have pageprotection for a table node in smartform.
    The issue is the pageprotection check box is disabled in outputoptions of table node.I tried to create a folder & put this table node inside the folder. Then also the pageprotection check box is diabled in outputoptions of my folder. Pls guide me in resolving this issue. Do we have any other go to have page protection for the table node.Table node is must in my requirement.
    Thanks in advance.

    Hi Mohammed,
                       I think Page protection is not possible inside the table node it wont work.
                              Better create seperate templates for header data and  main area,footer .you can create  loop  for main area and try page protection command inside the loop.
         Hope you can get your result..
    Thanks
    Anil.D

  • Every time I touch my Iphone 4s a box appears around whatever I touch and Siri talks to me and tells me what I am touching.  I have to double click everything for it to work and restarting it won't fix the problem

    Every time I touch my Iphone 4s a box appears around whatever I touch and Siri tells me what I am touching and I have to double tap it to bring the app up.  It also won't let me scroll up or down and scrolling sideways is difficult.

    Check accessability options under settings > general > Accessibility

  • Getting the value of a check box - annoying error

    Hi guys,
    Ive got a web page with sets of hidden variables and check boxes which relate to different courses, but when I try and itterate through the value of the check box to see if it is checked or not im getting an outofIndexArray error because im using
    for(int i=0; i<paramValues.length;i++)
    { which relates to the number of courses which does agree with the number of check boxes, but not when they are unchecked.
    i.e. when some of the boxes are not checked then it gives this error, however when all are checked it is fine.
    How do I get it to not give this error, i.e. how do I set the value of a check box when it is not checked as on several web pages it shows how to set the value when they are checked.
    thanks
    tzaf

    i don't see the error, can you post some more code?
    what is paramValues?
    you iterate over the number of checkboxes?
    every checkbox can be selected or deselected (boolean isSelected())
    how can there are an exception?
    what is the array where the exception occur

  • What the "use JSP presentation" check box does?

    Can someone tell me what the "use JSP presentation" check box does? (can't find any documentation)
    When I set "Implementation type" to "BPM Object Interactive Call' if a check "use JSP presentation" instead of "Use BPM Object Presentation" and I enter a JSP name can I cause the process to start a JSP ?

    Hello,
    The option is intended to use a JSP instead of a form for a BPM Object interactive call. This means that you have to prepare your custom JSP, add a special tag library provided by Fuego and "mark" your html tags deciding which of them will become the attributes for the instance of your BPM Object.
    Whitin the page you can also call some methods of your objects.
    Finally you can post back the data and automatically update your object in the process. There is no much documentation and it's even quite old. Take a look here: [http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/taglib/index.html]
    The JSP will be shown as a normal interactive activity popup window. You can customize it as you like, even adding some client side script.
    HTH
    G

  • When I attempt to send a text from the new iPad, a dialog box appears with the option to either sign in with Apple ID Password or Create New Account. I try signing in using my Apple ID password but IMessage informs me that email address cannot be verified

    When I attempt to send a text from the new iPad, a dialog box appears with the option to either sign in with Apple ID Password or Create New Account. I try signing in using my Apple ID password but IMessage informs me that email address cannot be verified because it is already in use ??? What am I doing wrong?

    settings -> iTunes & App Store
    click on apple ID listed there
    select Sign Out
    sign in with the proper account
    from then on, when the store ask for your password it should be with the correct ID

  • I have version 3.6.16 and when I login to my hotmail account, and type the first letter of the email address, a drop down box appears with my hotmail address and I can choose it from that box with a click. How do I get version 4 to do this? Thanks.

    I have version 3.6.16 and when I login to my hotmail account, and type the first letter of the email address, a drop down box appears with my hotmail address and I can choose it from that box with a click.
    How do I get version 4 to do this?
    Thanks.

    The new but not-ready-for-prime-time autocomplete method searches for matches that contain the entered text, not just ones that begin with the string. Your options are:
    1) type in longer strings that narrow the search
    2) use an add-on to search just the beginnings:
    https://support.mozilla.org/en-US/questions/1037469
    3) install an older version of TB:
    http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/

  • What is the use of AFFILIATE check box in Business partner?

    Dear Experts,
    There is a check box named AFFILIATE in the accounting tab of the business partner master data. Can any one please tell me the usage of that check box.
    The SAP Business one version is 8.8 and PL is 10. India localization.
    thanks and regards,
    Yeshwanth

    Hi Yeshwanth,
    I believe it comes into play when a small subsidiary running SAP Business One is integrated into the parent company NetWeaver system.
    Please check the B1iSN landing page, there should be more info there.
    All the best,
    Kerstin

  • When I used mountain lion in a preview of a picture I could just press the icon that was a box with an arrow pointing up and that would allow me to share (message, email, Facebook, etc) the image.  Now in Yosemite in preview if I click the box-arrow

    When I used mavericks in a preview of a picture I could just press the icon that was a box with an arrow pointing up and that would allow me to share (message, email, Facebook, etc) the image. Now in Yosemite in preview if I click the box-arrow

    Found my answer in another thread-  this is what I did
    GO to System Preferences > Users > Right Click on your Name > Advanced Options > and refresh your UUID
    Restart your System and the widgets are all back
    This solution worked fine for me!

  • Since I upgraded to IOS 7.0.2, many times I am unable to answer the calls. Then I have to switch off and on to answer the calls. I checked with my three friends who updated and they are also facing same problem. Kindly let me know the solution.

    Since I upgraded to IOS 7.0.2, many times I am unable to answer the calls. Then I have to switch off and on to answer the calls. I checked with my three friends who updated and they are also facing same problem. Kindly let me know the solution.

    Since other millions of people updated and do not have that problem - it means one of two.
    1.Your friends lied to you and do not have that problem and in that case only your installation of ios7 got corrupted and you need to restore your phone.
    2.Your friends didn't lie to you and all 4 of you need to restore phones (that way reinstalling ios 7 properly)
    here are instructions for restore and you may have to backup before restore.
    iTunes: Restoring iOS software - Support - Apple

  • Unable to Check ADD Attachment Check Box. Thereby getting only email and not the attachment (which will contain the output of BO report , in Excel Format)

    Post Author: hteoh
    CA Forum: Publishing
    I have an BO related issue. I tried to schedule a smtp event in BO to email the report output as Excel. Since this report will go to different users, I unchecked the Use the Job Server's defaults (CHECK BOX). For some reason, I can't check the Add Attachment(CHECK BOX). I received the email but without attachement. Do you know why I can't use attachment. The SMTP event works perfectly if I check Use the Job Server's defaults.

    Hi!
    Use the below code to populate the Sender and receiver mail ids:
    DATA GV_SENDER    TYPE SWC_OBJECT.    
    DATA GV_SENDER_ID LIKE SWOTOBJID.      
    SWC_CONTAINER LT_CONTAINER.
    reset data for CTCV
    CALL FUNCTION 'CTCV_INIT_USER_DATA'.
      Create sender using sender mail address from new table
        SWC_CLEAR_CONTAINER LT_CONTAINER.
        SWC_CREATE_OBJECT GV_SENDER    'RECIPIENT' SPACE.
        SWC_SET_ELEMENT LT_CONTAINER 'AddressString'
                                         ZMAIL-SENDER.
        SWC_SET_ELEMENT LT_CONTAINER 'TypeID' 'B'.
        SWC_CALL_METHOD GV_SENDER    'CreateAddress' LT_CONTAINER.
        IF SY-SUBRC NE 0.
             MESSAGE ID SY-MSGID TYPE 'E' NUMBER SY-MSGNO
                     WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4
                     RAISING SENDER_CREATION_FAILED.
        ENDIF.
        SWC_OBJECT_TO_PERSISTENT GV_SENDER GV_SENDER_ID.
    Similarly you can create the recipient mail id. Pass the GV_SENDER_ID to OPEN_FORM.
    Cheers!

  • Using check boxes appear as a "tick" and I want a "X"

    Hi guys - new user to Adobe Forms (MAC Adobe Acrobat XI) - I have used check boxes in my first form however when I check them they appear as a "tick" and I want a "X" - I went to the properties section and tried all the options (circle, etc) but it always came back as a tick - any suggestions?

    Thanks George - whilst I've used Dropbox for a couple of years now this is the first time I have shared a file (which you should have received directly to your email - I'm sorry to say I wasn't sure how to post the link in this forum! (once again a bit clueless on my part)
    Interesting however since I tested the process by sending to my work PC (WIN7) and the boxs have crosses in them! so the problem appears to be with my set up on my home mac (OSX 10.9.4). Really I should have thought to do this first before asking!
    Any thoughts?
    Cheers

Maybe you are looking for