Changing Sold-to party on an open sales order deletes item text

Hi,
When changing the sold-to party on an open sales order document, all of the item text is deleted.  Is there a way to prevent this from happening, or is this standard?
Thanks,
Craig

If u r wishing to change the sold to party for a particular item it means u r not selling that item to him. U cant have 2 different sold to parties  in a single sales order.. U can change other partner functions at sales order level but not sold to party partner function....
U can assign reason for rejection to close this particular order and raise a fresh order in favor of the sold to party u wish to for that particular item...
Message was edited by:
        srinivas rao

Similar Messages

  • How to send an e-mail to sold to party on creating a sales order?

    Hi
    Please tell me the procedure of configuration so that an email will be sent out to the sold-to party on creating the sales order.
    I've created the action profile by using order_messages. Also the transaction type: ISBB have been used.
    Still the mail is not going to the sold to party id.
    Thanks & Regards
    Neetu Makhloga

    or you can use ORDER_SAVE BADI . you can create new implementation for it. when sales order gets saved this implementation will be triggered. here you can get the guid of the transaction so you can use it if you want to read any details of transaction. you can place email code also here.  this is the sample code for sending email.
    send_request = cl_bcs=>create_persistent( ).
              document = cl_document_bcs=>create_document(
                                  i_type    = c_raw
                                  i_text    = l_mailtext
                                  i_subject = l_subject ).
              TRY.
                  lt_text = it_send1.
                  CALL METHOD document->add_attachment
                    EXPORTING
                      i_attachment_type    = c_attch_type
                      i_attachment_subject = c_attch_subject1
                      i_att_content_text   = lt_text.
                CATCH cx_document_bcs .
              ENDTRY.
    Add document to send request
              CALL METHOD send_request->set_document( document ).
    Get Recipient Object
              CLEAR l_recipient.
              l_recipient = wa_log-mes.
              recipient = cl_cam_address_bcs=>create_internet_address( l_recipient ).
              CALL METHOD send_request->add_recipient
                EXPORTING
                  i_recipient = recipient.
    Set that you don't need a Return Status E-mail
              CALL METHOD send_request->set_status_attributes
                EXPORTING
                  i_requested_status = c_status1
                  i_status_mail      = c_status1.
              CALL METHOD send_request->set_send_immediately( c_flagx ).
              CALL METHOD send_request->send( ).
              COMMIT WORK.

  • How to create ship to party and sold to party for DC10 during sales order ?

    Hello all:
    When creating sales order for a material in VA01 with sales Org 1000,
    distribution channel 10, division 00
    The system does not give me any Ship to Party and Sold to Party with the above combination
    How to create ship to party and sold to party with the above combination (Plant 1000,
    sales org 1000, distribution channel 10, during creation of a sales order
    Ironically, when creating material master for a material with a material type KMAT, plant 1000
    sales org 1000, the only distribution channel is populating in the input help (F4) is 10
    For which no ship to party neither sold to party is maintained in sales order creation
    Thanks in Advance!!

    Dear Eshwer
    It is bcoz, the said account groups (Sold To Party and Ship To Party) are not created in the sales area 1000 / 10 / 00.
    To create a customer master, you have to go to XD01, select the Account Group, Company Code and the respective Sales Area and execute.  In the Customer Master, you have three tabs, viz.General Data where you have give address details of the customer, then in Control Data, you have to assign the respective Recon Account and in Sales Area Data, you have to maintain the customer's sales related details.  Once you give all these datas and save the data, a customer code will be displayed at the bottom.
    Now go to VA01, input the sale order type and the sales area and execute.
    thanks
    G. Lakshmipathi

  • Finding open sales order line items

    Hello,
    First time poster and new to SAP so here goes:
    I am trying to find a better method for finding our open sales order line items.
    So far I am joining VBAK-VBUP-VBAP in that order and my scan logic is for sales document type (vbak-auart) of ZOR and ZDEW with an overall status (vbup-gbsta) of A or B.
    This logic use to work but now all it does is timeout after 60 minutes.
    VBAK has 6,766,828 total records in it
    VBUP has 16,431,117 total records in it
    VBAP has 12.9 million total records
    Thanks,
    Randy

    Hi Randy,
    For your requirement VBAK&VBUPtables are enough.
    Firstly you can read the table VBAK where AUART = 'ZOR' or 'ZDEW'.
    After this you will get all the sales orders with the order types ZOR or ZDEW.
    For these sales orders you can read VBUP tables.
    In this table there is a field <i><b>delivery status</b></i>.
    If this filed value is <i><b>C</b></i> then that line item delivery is completed.
    if it is not equal to <i><b>C</b></i> then those line items are open sales order line
    items.
    Thanks,
    shyla

  • Replicate the Sales order Line Item Text to Production Order

    I want to replicate the Sales Order Line Item Text to Production Order? Please tell me if this is Functional job or a Developers Job?
    I believe this can be achieved by customization and doesnot need any programming and I am trying hard to gather relevant posts for this, but didnt find any.
    Please help me with some information if some body encountered this earlier.
    Regards,
    Jessica Sam.

    Hey Jay, thanks for your reply.
    Please confirm me if this is a developers job or a functional job?
    Do i need to do some programming to achive this?
    I checked with couple of my collegues and friends and 90% people say it can be achieved throug functional configuration.
    can thorugh some light on this as i had been researching on this seriously and still have mixed opinions .
    Thanks,
    Jessica

  • Can sales order line item text be replicated into production order

    Hi
    Can sales order line item text be replicated to production order through standard PP configuration? If so how can it be done?
    If that is not possible through standard configuration then can it be possible to read both sales order line item information and production order information using a BAPI or a program?
    Please help me, i have been trying hard for this and also searches sdn for relevant posts but could not find any, I thank all people who can help me with some information on this.
    Regards,
    Jessica

    Sample code:
    DATA:
      wa_order_objects    TYPE bapi_pp_order_objects.
    DATA:
      it_order_header     TYPE STANDARD TABLE OF bapi_order_header1.
    *--Setting Flag to get details of BAPI
      wa_order_objects-header         = c_x.
      CALL FUNCTION 'BAPI_PRODORD_GET_DETAIL'
        EXPORTING
          number           =  "Order number"
          order_objects    = wa_order_objects
        TABLES
          header           = it_order_header.

  • Changing  Sold-to/Ship-to of a sales order  causing delivery priority 0.

    Hi Epts,
    While Changing the sales order (VA02)'s sold-to /ship-to party then delivery priority changing from 6 to 0.(Delivery priority changes to initail value).
    Analyzed the standard program SAPMV45A and found the subroutine (FV45PFAP_VBAP_FUELLEN_KUAGV) in which the delivery priority is getting changed. But i am unable to find the user exit which will causing  the problem.
    Regards,
    Beeru.

    If u r wishing to change the sold to party for a particular item it means u r not selling that item to him. U cant have 2 different sold to parties  in a single sales order.. U can change other partner functions at sales order level but not sold to party partner function....
    U can assign reason for rejection to close this particular order and raise a fresh order in favor of the sold to party u wish to for that particular item...
    Message was edited by:
            srinivas rao

  • Change in Account Assignment group in Open Sales orders

    Dear All
    In SAP 4.7 there are 100 nos of Sale order item having Account Assignment Group .
    I need to change the account assigment group field from open sale orders, but the field is grey.
    Is it possible to change the subject field.? Please help
    Regards
    BGLimaye

    If I am correct, even in creation mode, this field (Account Assignment Group) will be in grey mode and cannot be maintained manually in sale order. 
    Whatever you maintain in material master, that only will flow.  Due to some reasons, if the same is not flowing in sale order and you want to rectify this,  if you ask me, the only option is close those line items, maintain the account assignment group in material master, create LSMW for VA02 and include as new line items.
    thanks
    G. Lakshmipathi

  • SD report for the open sales orders with items

    Hi,
    Is there any standard SAP report which display open sales order togeather with the open items. I want to have columns target quantity, delivered quantity and open quantity.
    Any tip?
    BR
    Saso

    Dear Saso,
    I think, instead using Report: VA05/ VA05N; its better to use Report: VL10C
    In this report, you will get all the Sales Orders along with Materials - relevant for open delivery, along with Open Qty. and various other options can be selected from "Change Layout - (Ctrlt+F8)".
    Best Regards,
    Amit
    Note: Don't maintain any Field-Entry (while executing the Report: VL10N; in order to list all Sales Orders. But, if you want to list Sales Orders based upon some criterias, maintain the Field-entries, as reqd.

  • Getting Message no. TD600 while reading sales order line item text

    Dear Experts,
    I want to read  text from sales order line item through ABAP, but unable to fetch the text data in the program & getting the below message: Text 0020001169 ID Z003 language EN not found.
    But in the same program I can fetch Header text data, that means the text read program is correct. If anybody faced the same issue & already solved the same then please let me know the solution so that I can get out of that problem.
    Thanks in Advance,
    Vishal.

    As per the message no. you have posted. it is clear that respective text record doesnt exist in the database.
    Maintain Text record in Tcode:SO10
    Text  Name: 0020001169
    Text ID: Z003
    language EN
    Now try & revert.

  • Trigger delta on sales order header/item text change

    Hi,
    I need to create an trigger delta when header or item text on sales order is changed.
    Any pointers to this will be helpful.
    <REMOVED BY MODERATOR>
    Thanks a lot.
    Edited by: Alvaro Tejada Galindo on Feb 6, 2008 4:03 PM

    In Mv45afzz u will find save document prepare ..once the document is saved it will trigger if executed from VA02 Transaction create your delta.

  • Sale order deleted item - Table

    Dear Friends,
    I would like to know if in a Sale order I have 4 items out of which am deleting 1 line item form the list and 1 line item stock is getting changed.
    in the document changes i cannot see the material code which is getting deleted.
    Is there any table where i can see the deleted material code or the quantity changed material code.
    CDPOS or CDHDR does not give full information.
    throw some light as i need to prepare a report.
    Thanks,
    Satish

    I seriously doubt such information is available anywhere in SAP. In the change documents (the above mentioned FM just reads the above mentioned tables) you'll find only that line # so-and-so was deleted, when and by whom. There won't be any details and, in fact, this kind of makes sense.
    If it is important to track the items that, say, were cancelled by the customer, use Rejection Reason instead of deleting the line. You can prevent the lines from being deleted through a user exit, however, it would be better to address this via business process and user training.

  • While saving sales order, deleted item resulting in error

    Dear All
    I am facing an issue while changing Sales Orders.
    I have set a check in a user exit that if batch is empty, display an error message. I add try to add a new line item which doesnt have batch. When i try to save, i get a message which is fine.
    But when I delete this line item and try to save again, I am still getting message. I am not sure how this is happening.
    Kindly advice.
    Regards
    Dinesh

    There's a field EKPO-LOEKZ (Deletion Indicator in Purchasing Document) for PO, but there's no such field for an SO as per my knowledge. So the only option left to you is to debug the your user-exit while saving the SO and check why its still triggering the error message. May be you can add another condition stating that the line item should have atleast material number filled, in that case if the material number is there and batch is missing, it will show an error msg.
    Regards,
    Raman.

  • How to change sold to party in sales order

    Hi
    We have the below requirment of changing sold to party after creation of sales order...
    Below is the scenario
    Once sales order is created,purchase requisition is created autamatically and purchase order is created with reference to the purchase requisition..So when Goods receipt is done,the respective stock is getting reserved for that sales order...
    We wanted to change the sold to party option.
    After creation of purchase order,sold to party option in sales order is display only..
    Can u tell us how to make it changeable...
    Regards
    Sudha

    Hi,
    Why don't you try to make the Partner Function for Sold to Party as Modifible (Don't select Non Modifible) for the Sales Order Header in partner determination determintaion setting in customizing.
    You have to check with the partner determination procedure assigned to your sales order type and check accordingly.
    Reward points if it helps.
    Regards,
    Harsh

  • Close Open sale order items

    Hi,
    We have a business scenario of one sales order --> one delivery document. Any items which have not been confirmed for delivery need to be closed out so that they do not show up as open requirements.
    One way is to reject the open line items. However, rejection reduces the original customer sales order value.
    Is there any other way that the open sales order line items can be changed in status so that the pricing is intact, but the item is closed out ?
    Would appreciate inputs from the forum
    Thanks

    Hi
    In standard itself this can be achieved
    In t code OVAG itself for your reason of rejection if you maintain BLANK in the statistical column
    Then those rejected values will not be reflected in sales order
    Suppose  a sales order contains three materials say
    Material A  qty 3 units
    Material B  qty 3 units
    Material C  qty 2 units
    Each and everything is priced as 10 US dollars
    then the nett value of this order will be 80 US dollars
    Suppose if you reject Material C  qty 2 units with a reason of rejection by maintaining the settings that i mentioned above the sales order value still Will  be  80 US dollars and will not become  60 US dollars
    This is what you are looking for (i hope so)
    Please try this
    Regards
    Raja

Maybe you are looking for

  • Error in creating index on text BFILE

    Hi, I have put data into a table using SQL* Loader. The BFILE exist (I've tested it with a procedure). I've no errors during text indexing but when a look into the view ctx_user_index_errors, I have the following : DRG-11101: failed to open file \drg

  • Help needed to up-convert my file 5.1.1 to labview 2011

    I can't find any resource to download labview 8.2. I have labview 11 which can not open this VIs. Can anyone convert them? Very appriciate your help! Solved! Go to Solution. Attachments: lvmonos.zip ‏781 KB

  • How to preserve size when dragging image into another image?

    When dragging a 5x4in photo into a blank 11x8.5in image, the 5x4 is shrunk more than 50 percent.  Any fix for this?

  • How to Create Always on Top Window OR Frame

    hi i m hasan, i m using windows 98, and i want to know that how to create a Window OR Frame, which should remain always on top. In windows 98 by pressing windows+D key hides all windows and dailog boxes. But I want it should remain always on top even

  • Strange problem when syncing events with Google Ca...

    I'm trying to sync all my calendar events with Google Calendar. Everything works perfectly if I add or update events with my N9. All the changes and new events are synced to Google Calendar so that they are visible in web browser. But if I make chang