For Adding up New Line in existing PO

Hi,
I have created PO through Import Standard Purchase Order and now client requires to add more line into existing approved PO which has been migrated through interface table.So,I wanted to know what necessary steps I need to follow for adding lines into existing purachse order.I tried to update action column as 'ADD' in po_headers_interface table but everytime records is being rejectd.
Please help me if anybody knows the solution.
Regards
DS

hi,
you want to do change PO, if it is the case, oracle has provided public APIs to do the changes. for details you can refer manufacturing api's and po interface tables pdf docs.
sen

Similar Messages

  • Adding 2 new lines to existing plan with phones I already own.

    I have 2 droids on a family plan. 700 mins. 250 text each and unlimited data each. I want o add my elderly inlaws (70+) to my plan, sharing talk minutes only. I own 2 verizon flip phones and don't want to buy any new ones. Can I do this for $9.99 each?

    VanessaC_VZW wrote:
      However, if you do not want a contract on the new lines, (since you will have your own equipment), the activation fee will be $35.00 per line.  If you agree to a 2-year contract for the share lines, the activation fees will be $25.00 per line.   
    You can add the new lines by calling our Telesales Department at 800-256-4646.  
    Thank you,
    Really?!  I didn't know that made a difference...I thought secondary lines were $25 - well, ya learn something new every day!
    And a side note - we added a line for my 75+ yr old mother with one of our old flip phones and CS was extremely kind in waiving the activation fee (I could have sworn it was $25 charged and credited on the bill), PLUS they boxed up the flip phone after activating it (with an out of state number to boot) and shipped it to my Mom, all at no additional cost to me.  I'm not saying that will be everyone's experience, and I was amazed the service rep offered to ship it for me - but I smiled and said "THANK YOU!" and accepted it!

  • Cancelling a line and and adding new lines to existing PO using API

    Hi,
    Can any one please help me know how I can cancel a line and insert new lines into a existing PO using any API.
    Many Thanks,
    Srinivas.

    VanessaC_VZW wrote:
      However, if you do not want a contract on the new lines, (since you will have your own equipment), the activation fee will be $35.00 per line.  If you agree to a 2-year contract for the share lines, the activation fees will be $25.00 per line.   
    You can add the new lines by calling our Telesales Department at 800-256-4646.  
    Thank you,
    Really?!  I didn't know that made a difference...I thought secondary lines were $25 - well, ya learn something new every day!
    And a side note - we added a line for my 75+ yr old mother with one of our old flip phones and CS was extremely kind in waiving the activation fee (I could have sworn it was $25 charged and credited on the bill), PLUS they boxed up the flip phone after activating it (with an out of state number to boot) and shipped it to my Mom, all at no additional cost to me.  I'm not saying that will be everyone's experience, and I was amazed the service rep offered to ship it for me - but I smiled and said "THANK YOU!" and accepted it!

  • I Just Added A New Line For My Sister, new # isnt there?

    Well, my family had added another line to our plan. We have ordered her phone already, and completed the whole transaction. Then I went to my verizon account, and I checked all our phone numbers, and the new line we added isn't there? Is the number supposed to show up later on? I have just ordered this morning.

    The same thing just recently happened to me on my account, I received the phone and everything but I couldn't activate it via online or by phone so had to call customer service, they activated right then. Just keep checking your order status online to make sure everything processed fine because it may just be activation issue they are having.

  • Adding a new field to existing structure

    HI all
    I am adding a new field to the existing structure in BW ,shall I remove all the data in the cube to fill fill this field for the previous records and reload again or any other solution
    thanks in advance

    Hi,
    Yu need to delete the data to fill the new field again.
    Assign points if it helps
    Regards,
    Srinivas

  • Problem adding a new field to existing BPS planning layout

    Hi
    I am new to BPS and planning
    I have a requirement to add a new field which has values maintained as 0 and 1 to an existing planning cube.The user wants this new field in the existing planning layout where in he can enter the values for this field as 0 or 1.I have created a new field and maintained values for this field as 0 and 1.I have added this field to the existing planning area and have created variable with fixed value with range 0 to1.I have added the same in selections in existing planning level and package as well along with other existing selection conditions.
    In additional functions of adhoc package they have made setting as set to all possible char combination.
    In this planning area all the selections are locked in planning level and package.
    Now when i execute the planning layout to enter data,my new field is grayed out,it does not allow me to enter the values.need help  with this as to how can i make this field input enabled.This is an independent characteristic.
    Thanks
    Panchan

    Hi,
    Yu need to delete the data to fill the new field again.
    Assign points if it helps
    Regards,
    Srinivas

  • Doc flow linkage when  adding a new line in a  Billing order

    Hi,
    I am trying to add a new line in an existing billing order using CRM_ORDER_MAINTAIN function module.
    This billing order was initially created from a preceding document and hence the pricing conditions flowed from that document to the line item created at that time.
    In the doc flow for the line item did have reference to the previous document.
    Now I need to create a new line item in the billing order. I am able to establish a linkage with the previous document for the new line item. The pricing conditions do get copied. But the problem is the linkage with the previous document does not appear in the document flow for the new item.
    following is my code for the document flow for the new line item
    Input fields
    doc flow
    ls_input_field-ref_kind = 'B'.
    ls_input_field-ref_handle = '0000000001'.
    ls_input_field-objectname = 'DOC_FLOW'.
    ls_input_name-fieldname = 'QUANTITY'.
    insert ls_input_name into table ls_input_field-field_names.
    ls_input_name-fieldname = 'QUANTITY_UNIT'.
    insert ls_input_name into table ls_input_field-field_names.
    insert ls_input_field into table p_input_fields.
    data
    wa_doc_flow_extd-objkey_a = previous document line item guid
    wa_doc_flow_extd-vona_kind = 'A'.
    wa_doc_flow_extd-brel_kind = 'B'.
    wa_doc_flow_extd-brel_mode = 'A'.
    wa_doc_flow_extd-quantity = p_prevdoc-quantity.
    wa_doc_flow_extd-quantity_unit = p_prevdoc-quantity_unit.
    wa_doc_flow_extd-reltype = 'VONA'.
    wa_doc_flow_extd-relation_handle = '0000000002'.
    wa_doc_flow_extd-objtype_b = 'BUS2000131'.
    wa_doc_flow_extd-objtype_a = 'BUS2000131'.
    append wa_doc_flow_extd to wa_doc_flow-doc_link .
    wa_doc_flow-ref_handle = '0000000001'.
    wa_doc_flow-ref_kind = 'B'.
    insert wa_doc_flow into table p_doc_flow.
    Thanks,
    Chamu

    Hi,
    I was able to solve it.
    The relationid field in the document flow table had to be filled.
    I used the same relationid which was created for the previous item and it then worked.
    Regards,
    Chamu

  • Adding a new line - do I HAVE to buy a new phone?

    I am in the process of adding my wife to my calling plan. Unfortunately, it seems as if I can only do so if I purchase a new phone to go along with it. I have found phones online that are much cheaper, however, and would rather buy the phone seperately. Is there a possibility that you can add a new line without having to purchase the phone? If I can get my wish, I would add my wife to the plan and buy her new phone via amazon.

    When you add a new line, you can choose from one of 3 contract lengths - Month-to-Month, 1-year and 2-year.  If you sign a 1 or 2 year contract, you get a bonus, a discounted phone.  You can certainly add a line without buying a phone, but if you sign a contract there is no reason NOT to take the discounted phone.
    If you want to get a phone at the discounted price, you need to buy it at the same time as you sign the contract for your new line, or you will be asked to pay full price for the phone.  Some third-party resellers can add a line to your plan and sell you a discounted phone, others can't or don't, you will have to check with the specific vendor.
    Also, be sure to read the third-party contract, the reason they sell phones so cheaply is that they tie you into a contract of their own, with a separate ETF if you change your plan or de-activate the phone within a certain timeframe.

  • Copy the data from first line while dynamically adding a new line in table

    Hi,
    1. There is a table
    2. An add button adds a new line to the table using 'AddInstance'
    3. A record is entered in the first line
    4. When the add button is clicked it adds a new line and along with it copies the data entered in the first line
    My question is how to copy the data from the first line and show it in the new line added. This is required so that user can use most of the common values in the first line.
    Thanks,
    Nikhil

    You can use the following Java Script in the Click event of the button.
    // Get the number of rows in the table
    var nrows = xfa.resolveNodes("page.table.DATA[*]").length;
    // Add a new instance(row) to the table
    page.table.addInstance.instanceManager(1);
    xfa.form.recalculate(1);
    // Copy the values from the first line to the newly created row
    page.table.DATA\[ nrows \].field1.rawValue = page.table.DATA\[ 0 \].field1.rawValue;
    ..........field2
    ..........field3
    Thanks,
    Chandra Indukuri

  • Is it possible to add new line to existing Blanket Agreement through interface?

    Hi All,
    I need to add a new line to exisitng list of blanket agreements.
    I populated po_headers_interface and po_lines_interface and ran 'Import Price Catalogs' program.
    But this is only trying to update existing line instead of creating a new one.
    Please clarify whether it is possible to add just a line using the above process?
    tried multiple scenarios:
    action field in both tables - ORIGINAL - error, doc already exists.
    action field in both tables - UPDATE - updates existing line.
    action field - (UPDATE in hdr and ORIGINAL in line) - updates existing line.
    Thanks in advance.
    Girish

    Hi All,
    It's working now. populated action field as 'ADD' in po_lines_interface and it created a new line.

  • Adding a New Line in the Planning Workbook

    Hi,
    Consider this :
    I have Charateristics and Kpis
    CH1        CH2           CH3                   KPI
    A000      A010          A011                  100
    A000      A010          A012                  100
    A000      A010          A013                  100
    A100      A110          A111                  100
    A100      A110          A112                   100
    Now, I wish to add a new line, because I have a new master data A014
    A000    A010           A014
    My query has filter like this
    1. CH1 is assigned a Variable
    2. CH2 is given a value range from 1 to ZZZZZZZ ( because, I know, I can never have anything outside )
    3. CH3 is given a value range from 1 to ZZZZZZZ
    CH3, CH2, CH1 have characteristic relationships maintained with derivation.
    Now, I want to be able to maintain this new line as shown above for the new master data and plan on it. But I do not see any new line option.
    I am using Bex and Integrated Planning with Support pack 7.
    Maybe I am doing something wrong. Could you tell what are the pre-requisites to be able to this new line option ?
    Best wishes,
    Dheeraj

    hello Dheeraj,
    just try to input the values in the row under the last row of the layout.
    If you then save the data, IP will save this values too.
    With other words, IP saves all data in the layout till it meets the empty row ...
    The only thing you should do is to format the rows at the bottom of the layout (via VBA) in order to display them as input ready cells.
    Regards,
    Kirill

  • Steps for adding a new attribute

    Please let me know if the below steps are correct
    =================================================
    I have an Infoobject called 0XXXX in BW and want to add another attribute called XXX_TYPE.
    This infoobject is used in 2 Info Cubes and a Multiprovider. Also in 3 queries.
    In R/3 the info I need is stored in a Table(XYZ). Please let me know if the below steps are correct and all I need
    1) Create a generic extractor to pull the data from XYZ table (Like an ABAP program) .. This is the part which I am not clear !!!
    2) Modify 0XXXX in BW to add this new navigational attribute
    3) Load Master data using process chain
    4) Re activate all update rules
    5) Change Infoprovider's for the new attribute (How to do that ??)
    6) Change query (What changes will I need to make .. Just select this attribute field into the required query)
    Please help

    Hello,
    As you said, either enhance the extract structure by adding this new InfoObject and then write the code in the user-exit.
    Or if the SAP table has the Key fields of the InfoObject, then create a generic extractor. Create a view by including the key fields of the InfoObject and the new attribute InfoOBject for which data has to be derived from this. Use this view or the table itself for the extractor.
    Create new InfoSOurce for the InfoObject which will only update the new InfoObject. Keep only transfer rules for the Key InfoObjects and the new InfoObject.
    GSM.

  • Workflow Action: Trouble adding a new line in "Description" field.

    Hi folks. I'm really having a difficult time with this one and it seems so simple...
    I am struggling with how to get a field update action to enter a line break in a note field. I've tried "\n", "\n\r", "chr(13)", "chr(10)", "<br>" and so on.... it just puts the text of what I use into the Description.
    Here's the simplified workflow action...
    [<NextStep>] + "\ \n" + PRE('<Description>')
    What it's supposed to do.. is every time someone updates the field [<NextStep>], I want to replace the contents of the description field with the new value for nextstep (plus a new line) and then followed by everything that was in the description field previously. This way I have a running log in the description field.
    Idealy it should put:
    Today() + ": " + [<NextStep>] + <line break> + PRE('<Description>')
    but when I add the Today() it ignores everything that follows. I'm not as worried about that as I am about the inablity to put in the line beak. Please help!!!
    Thanks!
    Edited by: ThinkGadget on May 11, 2009 9:13 AM because the forum interpreted the "\\n"
    Edited by: ThinkGadget on May 11, 2009 9:15 AM (I put a space between the two back slashes so that the forum doesn't interpret it as a new line)

    I had used the "\\n" in my expressions to add a new line in the Description field. Only issue is also add a \ to the end of line but that was acceptable in my case. We are on OOD R16.

  • FCC For csv WITHOUT new lines

    Hello to everybody,
    I trying to do a file content conversion for the following file :
    a;b;c;d;a;b;c;d;a;b;c;d
    Problem :
    file has 4 fields meaning that there is not a nl after each line . The correct file for instance have to be
    a;b;c;d
    a;b;c;d
    a;b;c;d
    Target structure :
    line
    field a
    field b
    field c
    field d
    line
    field a
    field b
    field c
    field d
    etc...
    is this achievable ?
    just to be more clear :
    The incoming csv file has all it's lines continuoysly : no new line after each record ..
    Edited by: Laurent Fournier on Jan 20, 2011 2:13 PM

    Hi Laurent Fournier,
    As you said, if your given a flat file containing "a;b;c;d;a;b;c;d;a;b;c;d" you will replace every 4th ";" with "new line". Then you want it to be converted into XML.
    Now let's try to achieve the same using SAP PI. As Sender File FCC can not handle this situation, it should be handled in Adapter module or Mapping.
    Let's do it in simple Java Mapping (as Graphical and XSLT can not handle non XML input).
    package com.mapping;
    import java.io.*;
    import com.sap.aii.mapping.api.*;
    public class SimpleJavaMapping_PI71 extends AbstractTransformation
         public void transform(TransformationInput transformationInput, TransformationOutput transformationOutput) throws StreamTransformationException
              try
                   InputStream inputstream = transformationInput.getInputPayload().getInputStream();
                   OutputStream outputstream = transformationOutput.getOutputPayload().getOutputStream();
                   byte[] b = new byte[inputstream.available()];
                   inputstream.read(b);
                   String strContent = new String(b);
                   float fStrContent = strContent.length();
                   int iCountColon = 0;
                   StringBuilder strOutputContent = new StringBuilder();
                   for (int i = 0; i < fStrContent; i++)
                        char cTemp = strContent.charAt(i);
                        if (!";".equals(cTemp))
                             strOutputContent.append(cTemp);
                        } else
                             if (4 != iCountColon)
                                  strOutputContent.append(cTemp);
                                  iCountColon++;
                             } else
                                  strOutputContent.append(System.getProperty("line.separator"));
                                  iCountColon = 0;
                   outputstream.write(strOutputContent.toString().getBytes());
              } catch (Exception exception)
                   exception.printStackTrace();
    You can also implement this logic in adapter module in sender channel and then use FCC to convert it into XML. Or you can implement above Java Mapping, followed by another Java Mapping to convert output of above code into XML using DOM parser.
    Regards,
    Raghu_Vamsee

  • Adding a new line item using BAPI_OUTB_DELIVERY_CHANGE

    Hi,
    I have a requirement to add a new line item to outbound delivery to the existing line items using the FM BAPI_OUTB_DELIVERY_CHANGE.Pls suggest how to do it.
    Thanks in advance.
    Anand

    Hi,
    Did you Check IN SCN like [THIS|Re: BAPI_OUTB_DELIVERY_CHANGE Help - Add new line item].
    Regards,
    Rahul

Maybe you are looking for

  • Classes.nib

    Hia, After I updated all my apps with freshapp I encountered some problems within my mail app and quicksilver. When I click a link in my mail app he asks me if I want to open the app 'classes.nib' wich is not an app but a file deep down a printer fol

  • Import Error Message continually

    I recently updated with the Apple automatic updates. My Iphoto worked just fine until this update and this may simply be a coincidence but now when I try to import photos from my camera, I get an error message. Its the same camera, same hard drive sa

  • Speech addition to keynote-presentation

    I want to add speech to a keynote presentation. I found: Keynote 4.0 Help (iWork '08)    http://docs.info.apple.com/article.html?path=Keynote/4.0/en/c9kn36.html The first instructionset doesn't work.: To send your slideshow to GarageBand: In Keynote,

  • Could not complete the Check Spelling command because of a program error.

    I'm trying to spell check a flyer and I continue to get this message.

  • Functional location not link to equipment

    dear all, i create equipment save it but forgot to attch functional location in it. now i  try with IE02 to attach it system showing grey (non editable) field. please help me