How to add new line in message on my S890

My stock keyboard in Lenovo S890 doesn't have enter key, is this normal ? How to add new line ?
However this happened only in messages, while using whatsapp the enter key present.

Hi,
the fact that your question is posted in Order Management section, does the move order automatically generated by OM?
nevertheless, i don't think you should (or allowed, in this case) to add a new line in transact move order. Transact move order only queries (not create records) the move order lines eligible to allocate and transact.
So, I don't see why you need to add a new line in transact move order.
You can, however, add a new line in the allocation of the lines, where for instance, you need to have half of the line allocated to one locator, and the other half to another locator
Thanks

Similar Messages

  • How to add new line item using BAPI BAPI_CONTRACT_CHANGE for contract-ME32K

    HI Experts,
    how to add new line item using BAPI: BAPI_CONTRACT_CHANGE for existing contract.
    Requirement:
    Already the contract having two line items using ME31K.
    Custom program has to add new line items in existing contract.
    Thanks,
    Sendil

    I got the solution:
    We can do like this:
    1. Get all details using details, BAPI_CONTRACT_GETDETAIL.
    2. After getting results, append new line item. Then use your BAPI.
    Check this posting program.. where this bapi is used, use the same coding technique.
    IDOC_INPUT_PURCONTRACT_CHANGE

  • How to add new lines

    hai Friends , i've some problems, i really don't know how to add new line when typing
    Thanks

    Sorry you feel that way. It is still a new platform and is improving with every update. Hopefully the next update will make things better for you then.
    If you want to thank someone for their comment, do so by clicking the Thumbs Up icon.
    If your issue is resolved, don't forget to click the Solution button on the resolution!

  • How to add new line in transact move order line

    Hi,
    i am able to update locaotr in Transact move order.
    But i want to add two locators for the same line.
    I tried to insert one more record in data base, but getting error unique index error.
    so how can we add new line in transact move order line .
    please help to slove this isse.
    Thanks In Advance
    Venu.

    Hi,
    the fact that your question is posted in Order Management section, does the move order automatically generated by OM?
    nevertheless, i don't think you should (or allowed, in this case) to add a new line in transact move order. Transact move order only queries (not create records) the move order lines eligible to allocate and transact.
    So, I don't see why you need to add a new line in transact move order.
    You can, however, add a new line in the allocation of the lines, where for instance, you need to have half of the line allocated to one locator, and the other half to another locator
    Thanks

  • How to add new line item to PO using BAPI_PO_CREATE1

    Hi,
    I have a purchase order with 2 line items, now i want to add new line item to the same PO using BAPI_PO_CREATE1.
    Here new line item should be created with reference PR line item.But this PR line item is Dynamic it get generated once the Sales order line item get changed.
    Please let me know how can i pass the PR doc no, PR line item no as reference to create the new PO line item.
    Thanks
    Bhuvana

    Hi,
    I think you need to use BAPI: BAPI_PO_GETDETAIL, then BAPI:BAPI_PO_CHANGE.
    BAPI_PO_CREATE1 equals ME21N, but adding new line item needs to be done in ME22N.
    Cheers,

  • How to add new line item to SO using BAPI_SALESORDER_CREATEFROMDAT2

    Hi,
    I have sales order A with 1 line item, now i want to add new line item with material x and quantity y to the existing sales order A
    using BAPI_SALESORDER_CREATEFROMDAT2.
    Line item no for new line item should be generated by SAP internally.Please let me know the mandatory parameters to be passed to the BAPI to fulfill the requirement.
    DATA: order_header TYPE bapisdhd1,
               order_inx TYPE bapisdhd1x,
               partners TYPE TABLE OF bapiparnr,
               wa_partners TYPE bapiparnr.
    CLEAR: salesdocument,order_header_inx,wa_in, wa_inx.
    REFRESH: item_in, item_inx.
      salesdocument = wa_vbup-vbeln.
      order_header_inx-updateflag = 'X'.
      wa_in-itm_number = ' '.
      wa_in-material = p_nmatnr.
      wa_in-target_qty = gv_menge - gv_wemng.
      APPEND wa_in TO item_in.
      wa_inx-itm_number = ' '.
      wa_inx-updateflag = 'U'.
      wa_inx-target_qty = 'X'.
      APPEND wa_inx TO item_inx.
          CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
          EXPORTING
           salesdocumentin               = salesdocument
           order_header_in               = order_header
           order_header_inx              = order_inx
          IMPORTING
           salesdocument                 = salesdocument
          TABLES
           return                              = return
           order_items_in                = item_in
           order_items_inx               = item_inx
           order_partners                = partners.
    Thanks
    Bhuvana

    Hello,
    You can use FM: BAPI_SALESORDER_CHANGE with update indicator I (insert)
      call function 'BAPI_SALESORDER_CHANGE'
        exporting
          salesdocument    = l_vbeln
          order_header_inx = l_wa_order_header_inx
          simulation       = l_simulation
        tables
          return           = l_i_return
          order_item_in    = l_i_order_item
          order_item_inx   = l_i_order_item_inx
          partners         = l_i_partners
          schedule_lines   = l_i_schedule_lines
          schedule_linesx  = l_i_schedule_linesx
          extensionin      = l_i_extensionin.
    Thanks
    Subhankar

  • How to add new line in OMCN

    Hi all,
    i want to add one new line in OMCN tcode.I copied the program of MICN to another program & now i want to assign the new program with the session in OMCN but it's not allowing me to create new line. How can i achieve this?
    Thanks
    pabi

    SM30
    enter V_159B and click maintain
    here you get the button for NEW Entries

  • How to add new line wrapping rule?

    Hi all,
    I have a question about line wrapping condition of Java editor of JDeveloper.
    JDev has some predefined rules for it and I can change them from preference.
    But can I add a new rule?
    I'd like to place conditional operators such as "&&" or "||" at head of line.
    For example, as below.
    if (values[0].length() > 2
    && values[1].length() == 3
    || values[2].length() < 10
    && values[3].length() == 0) {
    JDev doesn't seem to have the predefined rule about conditional operators.
    So I'd like to know if I can add new one.
    My Jdeveloper is 11.1.1.6.0.
    Thanks,
    Atsushi

    Atsushi,
    I don't think you can add a new rule there.
    However, how about setting Line Wrapping->Binary Operators and Assignments to Always? Your code would then look like
           if (values[0].length() >
                2 &&
                values [1].length() ==
                3 ||
                values [2].length() <
                10 &&
                values [3].length() ==
                0 ) {
            }-Arun

  • How to add new line to the file?

    Hello,
    I will like to print 2 line of string in the following format to the
    file:- file.txt
    String1
    String2
    How to print a new line after String1 so that String2 can be written after String1?
    - Eugene -

    Do you mean...
    PrintWriter pw=new PrintWriter(new FileOutputStream("file"));
    pw.println(string1);
    pw.println(string2);
    pw.close();
    the println puts a new line after string1.

  • How to, add new lines under 'Phrase' in keyboard shortcuts

    Hi, new owner of a 4s and need to be able to add several lines such as an address to the 'phrase' box in keyboard shortcuts.  If i hit return it takes me to the 'Shortcut' box. I need to create many of these shortcuts so using signature is not going to help.
    Any help appreciated
    Cjrolls

    Is there any possibility this will change?  I have seen other posts asking for this too (i.e. want to use a shortcut to define a multi-line signature block).  I wanted to do this so I could have a work signature and a personal signature, and chose between them with a shortcut.
    Now wouldn't that be spiffy and make millions of untold iPhone users giddy with joy?
    Thanks!
    PS Wouldn't using the \n convention make sense?  That is what I tried before attempting to look it up. I also understand \r has some history with apple. Either would be dandy.

  • How to add new line items to FI document

    Hi,
    When doing a Post Goods Issue From VL02N I need to add a new line item to the posted FI document.  BADI AC_DOCUMENT allows you to change the FI document, but it doesn't appear to allow you to add any new lines.  In fact the Exporting parameter EX_DOCUMENT-item doesn't even have all of the line item fields like the GL account(hkont).  Can the item component be extended to add the other item fields?
    Or is it best to use a Business Transaction Event such as Process 1120??
    Thanks for any and all advice!
    Doug Crabtree

    Hi Chris,
    The $20 difference represents a variance between what is the Material Master standard price and and another price that is maintained because of the current rapidly escalating commodity prices.  This amount and cost center to post it to has to be determined dynamically at posting time from VL02N.  Finance wants to be able to post this variance to account 40100 to be able to track this.  Our FI analyst has determined that this isn't possible using config. 
    A possible solution is to create a custom program to post an additional FI doc using a BAPI with the additional line item and run it as a periodic job, however a real-time solution would be preferred.
    There are BADI's and substitutions to substitute values, but I haven't found any great way to add additional line items.  Even several BTE's I have looked at such as PROCESS_00001120 say not to change bseg lines. 
    Any help or advice would be greatly appreciated.  Thanks.
    Doug

  • How to add new line to order already inserted

    Hi people
    I'm trying to insert a row in an application already exists, but I get the error "Attempted to write protected memory."
    I have done the following steps:
    1 - Reinstall the DIAP
    2 - I cleared the folder SMB_OBS_DLL
    Below is my code:
    oOrder.GetByKey(1000);
    oOrder.Lines.Add();
    oOrder.Lines.ItemCode = ItemCode;
    oOrder.Lines.Quantity = Quant;
    oOrder.Lines.WarehouseCode = WhsCode;
    oOrder.Lines.UnitPrice = UnitPrice;
    oOrder.Lines.DiscountPercent = Discount;
    oOrder.Lines.Usage = Usage;
    oOrder.Lines.TaxCode = TaxCode;
    oOrder.Lines.CFOPCode = CFOPCode;
    oOrder.Lines.CSTCode = CSTCode;
    The error occurs when I try to insert two or more items
    SAP 2007B

    Hi Francisco,
    You need to call the SetCurrentLine method of the Lines object so that you set focus to the new line you've created.
    if (oOrder.GetByKey(1000))
         oOrder.Lines.Add();
         oOrder.Lines.SetCurrentLine(oOrder.Lines.Count - 1);
         oOrder.Lines.ItemCode = ItemCode;
         oOrder.Lines.Quantity = Quant;
         oOrder.Lines.WarehouseCode = WhsCode;
         oOrder.Lines.UnitPrice = UnitPrice;
         oOrder.Lines.DiscountPercent = Discount;
         oOrder.Lines.Usage = Usage;
         oOrder.Lines.TaxCode = TaxCode;
         oOrder.Lines.CFOPCode = CFOPCode;
        oOrder.Lines.CSTCode = CSTCode;
    Kind Regards,
    Owen

  • How to add new line functionality to nested advace table?

    Hi ,
    I want to create a new line in nested advance table.
    Please help.
    Thanks

    Hi,
    Use below code for add line in Nested Table.
    if(pageContext.getParameter("addRows") != null){
            OAAdvancedTableBean sectionsTable = (OAAdvancedTableBean)webBean.findChildRecursive("AdvTblRN");
            OAInnerDataObjectEnumerator sectionsEnum = new OAInnerDataObjectEnumerator(pageContext, sectionsTable);
            while(sectionsEnum.hasMoreElements()){
                RowSet sectionsRowSet = (RowSet) sectionsEnum.nextElement();
                for(int i = 0; i < 1; i++){
                    OARow newRow = (OARow) sectionsRowSet.createRow();
                    sectionsRowSet.insertRowAtRangeIndex(sectionsRowSet.getRowCount(), newRow);
    Thanks,
    Dilip

  • How to add new line item based on main item using crm_order_maintain

    Hi All,
    can you please provide a way to create a new line item based on main line item and save in crm transaction( in house repair order) by using crm_order_maintain(from SAP GUI).
    Thanks,
    vinod.

    Hi Vinod,
    The relationship with main item is stored with CRMD_ORDERADM_I- Parent.
    You need to pass the guid of main item to orderadm_i-parent. This will keep the relationship with main item.
    Thanks
    Ajay

  • How to add new fields in message creation screen

    Hi All,
        My requirement is to add another 2 fields in the message creation screen.
        Also I found this link is bit useful.
    Add custom fields to Support Message
    Can anyone share the detailed procedure to add a field in the message screen.
    Thanks in Advance.
    Regards
    Narasingam. B

    Hello,
    I think of something like:
    First, you create extension, with transaction WE30.
    Then, reduce your idoc, your extension should also be proposed.
    Do not forget to add this extension in outbound we82, and/or we57 in inbound, and WE20, and find BTE or exit to populate extension.
    regards.
    F.S.

Maybe you are looking for

  • How to pass a structure in PL/SQL external proc.

    This is for educational purpose only. I am trying to implement kernel32.dll and shell32.dll in PL/SQL using external proc. Everything is working fine, except When there is a structure in OUT parameter. My database version. SQL> SELECT * FROM v$versio

  • Directory listing for a directory within the webapplication

    Hi, I have a the code which does the directory listing of a given directory using its absolute path. eg new File("c:/webapp/tempdir");). I want to do the directory listing by giving a path relative to the context path of the webapp like(new File("/te

  • Do i need an audio interface? HELP!!!

    Do i need an audio interface for logic to connect m audio speakers, a novation launchpad, and an akai mpk 25 keyboard?, Do i need an audio interface for logic to connect m audio speakers, a novation launchpad, and an akai mpk 25 keyboard?

  • Two purchase orders from one purchase requisition

    Hi experts, i'm getting this strange behavior. How is possible to create 2 purchase orders from one purchase requisition ?? If i look to sales order flow i see two purchase orders. Thank you.

  • Query to find parent & al children customer based on child Party_number

    Hi All, I am working analyzing some TCA hierarchy data for a new customer dimension table design for a project and also for better understanding of the TCA. I need a query which can help me in listing all the PARTY IDs of all the customers that come