List of Sales Orders wrt SHIP TO PARTY through T Code VA05.

Hi Experts,
Please let me know how can we extract list of Sales Orders wrt SHIP TO PARTY through T Code VA05. We can select Ship to Party option through Partner function tab in selection screen, but while executing transaction, we get list for SOLD TO PARTY.
Please advise.
Thanks,
Abhishek Agrawal

Hi,
In the VA05 report selection screen, you have the option of selecting the relevant partner function that needs to be considered. Click on the "Partner Function" button and change it to "SH"
Then given the ship to party number you want to analyze and execute the report.
In the report output screen, you will see the  Ship-to Party in the header.
In the detail level, you see the sold to party numbers. Since the report can be executed for one ship to or sold to at once, there is no requirement to see the ship to party in the line level.
If you double click on the line, you can go to the sales order and verify your sold to and ship to details.
Best regards,
Anupa

Similar Messages

  • List of sales orders by ship-to party

    Hi Lakshmipathi,
    I tried this option and could see SH in VA05 selection screen.
    However when i select this and execute the report i do not get any sales orders whereas if i select SP with the same customer i can see the order list.
    I tried this with several ship to parties but could not get the order list and it says:
    "Please check the entries. No work list selected
    Message no. VR420
    Diagnosis
    No entries were found for the specified selection criteria.
    Possible reasons for this:
    Indexes for materials and business partners have not been updated
    The organizational data or selection criteria are incorrect."
    I checked the org data and it is correct as it gives me the results with SP by keeping the org data same.
    Please advise.
    Thanks.
    -Dinesh
    Re: Extracting the list of sales orders based on the ship to party  
    Posted: Nov 12, 2009 3:12 PM    in response to: Dinesh Jagasia         Reply 
    No entries were found for the specified selection criteria.
    I would request not to continue any new question in the existing one which has been posted by some member.
    Coming to your issue, in VA05, select "Further selection criteria" and check whether any defaulted sales area is flowing in which those ship to party has not been created.
    thanks
    G. Lakshmipathi
    Hi G. Lakshmipathi,
    I checked this but there is no defaulted sales area flowing.
    -Dinesh
    Edited by: Dinesh Jagasia on Nov 12, 2009 9:32 PM

    Message no. VR420
    Check note 623803
    thanks
    G. Lakshmipathi

  • Sales order display - ship-to-party

    hi
       when VA03 transaction is run after providing the order value it displays header and item details. but in ship-to-party filed from which table the data is coming exactly how to find. and tell me the table name.
      I know the process.  pressing F1, in the technical information it is displaying the structure name.  after that we need to double click on data element and we have to use the where used list and there select table fields. it is displaying so many.  but i couldn't able to find the exact table.  is there any way to do this.

    Hi
    Ship-to-party is a partner function so you will find it in table VBPA.  The Key for this table is VBELN-POSNR-PARVW where PARVW is the partner function.  For ship-to-party (on our system anyway) the value you require is 'SH'.
    Hope this helps
    Andy
    There is also VAKPA which kind of does the reverse of VBPA in that it it is an index of sales orders for a given partner function.  The one you need will depend on your specific requireements.
    Message was edited by: Andrew Wright

  • BAPI Sales order create - Ship to party Error

    Dear All,
    I have an issue with BAPI_SALESDOCU_CREATEFROMDATA1.
    I need different ship to party's on the items , irresspective of the header ship to party. Currently the order is getting created with the same ship to party for all the items , same as the header ship to party. Please refer the code below and help.
    Sales document type
      IF zdemmast-doc_type = 'X'.
        header-doc_type = 'ZDMM'.
      ELSEIF zdemmast-doc_type = 'ZDME'.
        headerx-doc_type = 'X'.
      ENDIF.
    Sales organization
      header-sales_org = '1000'.
      headerx-sales_org = 'X'.
    Distribution channel
      header-distr_chan = '10'.
      headerx-distr_chan = 'X'.
    Division
      header-division = '10'.
      headerx-division = 'X'.
      headerx-updateflag = 'I'.
    Sold to
      partner-partn_role = 'AG'.
      partner-partn_numb = zdemmast-kunnr.
      APPEND partner.
    Ship to
      partner-partn_role = 'WE'.
      partner-partn_numb = zdemmast-kunnr.
      APPEND partner.
      LOOP AT it_zdem_item INTO wa_zdem_item.
        itemx-updateflag = 'I'.
        item-itm_number = wrk_item_number.
        itemx-itm_number = 'X'.
        item-material =  '000000000000000016'. "wa_zdem_item-matnr.
        itemx-material = 'X'.
        item-plant = '1000'.
        itemx-plant = 'X'.
        item-target_qty = wa_zdem_item-cret.
        itemx-target_qty = 'X'.
        lt_schedules_in-itm_number = wrk_item_number.
        lt_schedules_in-sched_line = '0001'.
        lt_schedules_in-req_qty = wa_zdem_item-cret.
        lt_schedules_inx-itm_number = wrk_item_number.
        lt_schedules_inx-sched_line = '0001'.
        lt_schedules_inx-updateflag = 'X'.
        lt_schedules_inx-req_qty = 'X'.
        partner-partn_role = 'WE'.
        partner-partn_numb = wa_zdem_item-kunnr.
        partner-itm_number = wrk_item_number.
        APPEND item.
        APPEND itemx.
        APPEND lt_schedules_in.
        APPEND lt_schedules_inx.
        APPEND partner.
        wrk_item_number =  wrk_item_number  + 10.
      ENDLOOP.
    CALL FUNCTION 'BAPI_SALESDOCU_CREATEFROMDATA1'
        EXPORTING
          sales_header_in     = header
          sales_header_inx    = headerx
        IMPORTING
          salesdocument_ex    = v_vbeln
        TABLES
          return              = return
          sales_items_in      = item
          sales_items_inx     = itemx
          sales_schedules_in  = lt_schedules_in
          sales_schedules_inx = lt_schedules_inx
          sales_partners      = partner.
    Please suggest.
    Thanks in advance

    Hi,
    try the following:
    Fill tables parameter SALES_PARTNERS (BAPIPARTNR).
    For header don't fill field ITM_NUMBER.
    For position fill field ITM_NUMBER.
    For example (BAPIPARTNR):
    SP | 0000010000 | 000000 | ...
    SP | 0000009034 | 000001 | ...
    At header the ship to will be "10000" and at item 1 it will be "9034".
    Regards

  • How to list incompleted sales order documents by plant or profit center

    Hi, Is it possible to to list incompleted sales order documents by plant or profit center? How?
    Thanks very much.

    Hi
    You can have list of open sales orders wrt to plant and probably it may be useful to you.
    This can be done with configuration so that you can add plant to the selection criteria in the T code VA05.
    Goto IMG - Sales & Distribution - Sales - Lists - Define Selection Criteria - Execute
    Click  New Entries and enter  the below fields  save the changes.
    Program Name - SAPMV75A
    TRG (Transaction Group) - 0
    Display Group - K
    Event - SELK
    It - 8
    Field Name - WERKS
    Goto VA05 and now you can see the field Plant in the Fur Sel Criteria.
    Regards,
    Phani Prasad
    Edited by: phani.prasad on Nov 8, 2011 9:36 AM

  • VA05 missing List of Sales Orders -

    VA05 is missing the "LIST of Sale Orders" information.  I can not see the Sold to Party  000012345
    customer name and doc date are missing.  I can see the PO information below that.  That space is
    just empty.  I have de-installed and re-installed my SAP with no luch.  I have also worked with my
    teams SAP person and she is baffled too.  Any suggestions or ideas are welcomed.  Thank you.

    TK,
    It is not clear from your description exactly how your screen looks.
    You mention that you cannot see the SoldTo.  SoldTo appears in two places, in the upper pane and in the lower pane.  Is your upper pane visible? Visible but empty?  If the upper pane is missing, but the list (lower pane) is visible, then it is possible that you have dragged the  dividing line all the way to the top of the visible screen.  Likewise, if the upper pane is visible, but the lower pane is missing, then it is possible that you have dragged the divider all the way to the bottom.  The solution would be to find the dividing line and drag it back to a useful place.
    You mention that you can see the PO information below that, but it seems like you really mean to say that you canNOT see the PO info.  Please confirm.  If this is the case, it is possible that the display variant you are using has been altered to exclude all fields.  On the first screen, select Display variants.  Select one of the SAP standard variants.  If this gives you different results than you were getting before, then it means that you need to rebuild your default personal display variant.
    Try the above, revert if no improvement.
    Rgds,
    DB49

  • TABLE/FIELD FOR SALES ORDER'S SHIP TO LOCATION

    Hi everyone,
    Does anyone tell me what is the related tables/fields for Sales Order's Ship To Location? Since I want to display the Ship To Location information in the Oracle Report in Oracle Apps R11i.
    I tried to use the following SQL select statement to retrieve the Ship to address:-
    -- SHIP TO LOCATION
    select a.address_id, c.customer_name, C.CUSTOMER_ID, A.SITE_USE_ID from ra_Site_uses_all a, ra_addresses_all b, ra_customers c
    where a.site_use_code = 'SHIP_TO' and
    a.status = 'A' and
         b.address_id = a.address_id and
         c.CUSTOMER_ID = b.CUSTOMER_ID and
         b.status = 'A' and
         c.customer_id in (select customer_id from ra_customers) and
         c.status = 'A' and
         c.customer_name like 'CLARION (H.K.)%'
    But I found that the data is BILL TO address. Can anyone help me? Thanks.

    Hi all, I managed to solve my problem. Here's the query in case someone need it. Thanks
    SELECT party.party_name "Send to" (SELECT party.party_name
    FROM hz_cust_site_uses_all bill_su,
    hz_cust_acct_sites_all bill_cas,
    hz_party_sites bill_ps,
    hz_locations bill_loc,
    hz_parties party,
    oe_order_headers_all h
    WHERE h.invoice_to_org_id = bill_su.site_use_id
    AND bill_su.cust_acct_site_id = bill_cas.cust_acct_site_id
    AND bill_cas.party_site_id = bill_ps.party_site_id
    AND bill_loc.location_id = bill_ps.location_id
    AND bill_cas.party_site_id = bill_ps.party_site_id
    AND bill_ps.party_id = party.party_id
    AND h.order_number = 'your_order_number') "Invoice to"
    FROM oe_order_headers_all h,
    hz_cust_site_uses_all ship_su,
    hz_cust_acct_sites_all ship_cas,
    hz_party_sites ship_ps,
    hz_locations ship_loc,
    hz_parties party
    WHERE h.ship_to_org_id = ship_su.site_use_id
    AND ship_cas.party_site_id = ship_ps.party_site_id
    AND ship_su.cust_acct_site_id = ship_cas.cust_acct_site_id
    AND ship_cas.party_site_id = ship_ps.party_site_id
    AND ship_ps.party_id = party.party_id
    AND ship_loc.location_id = ship_ps.location_id
    AND h.order_number = 'your_order_number';

  • Open status of Sales Order in 3-trd party proces

    Hello
    In finished process of third party processing, and I have still status of Sales Order as open.
    There is no delivery in the process, but "delivery status" is 'not delivered.' There is only copy control between Sales Order --> Invoice. Item category is not relevant for delivery. What can I check more?
    I know that normally on Item Category I have to change the completion rule on B or C.
    Normally You have to also change copy control, for the relevant Item category, Update document flow field has the X value, but there is no copy control for sales order, only for invoice.
    Edited by: Malgorzata Paraficz on Feb 9, 2011 11:04 AM
    Edited by: Malgorzata Paraficz on Feb 9, 2011 11:05 AM

    There waa already created Invoice! 'Invoice quantities' field change (in copy control), also didn't help.
    But I have noticed that Sales Order for 3-rd party have assigned scheduling line which is relevant for delivery. Is it correctly?
    It must be something with 'delivery' because, the status is 'not delivered'. But in this process shouldn't be any delivery!
    Edited by: Malgorzata Paraficz on Feb 15, 2011 11:59 AM
    Edited by: Malgorzata Paraficz on Feb 15, 2011 12:01 PM

  • Standard T Code to release list of sales orders in 'Delivery Block'

    Dear All,
    Is there any standard transaction code in SAP which provides the facility to release list of sales orders in 'Delivery Block'. (Additional information - List of sales orders in 'Delivery block' is available in V.14,however it does not have release facility).
    For example, VKM3 gives the list of sales orders in 'Credit block' with release facility.On the same lines, is there any standard T code or any other facility in standard SAP which provides the facility to release list of sales orders in 'Delivery Block'.
    Thanks and Regards,
    Zahid

    As already suggested, if you execute VA14L you can see all sale orders that are blocked at
    -  header level
    -  item level
    -  credit check
    Wherever you see "X" under the tab Header level, double click on the respective sale order, so that system will take you to sale order in change mode.  You can remove the header level delivery block and save.
    thanks
    G. Lakshmipathi

  • List of sales order with only open qty

    Hello sap gurus,I am working in a support project for a leading cement manufacturer,I am facing a issue related to list of sales order only with remaining open quantities.In va05 transaction it gives the list of open sales orders,but if none of the line items is delivered,but according to the clients reqiurement they want the list of open sales order ,means say if a sales order has 5 line items and 3 are delivered but 2 are remaining, the list should give the list in such a way that the sales order with only 2 open items should also appear.
    please guide me if there is any t-code for the same other than va05,else any developement work needs to be done.
    Regards,
    Anshuman

    Dear Anshuman,
    T. Code: VL10C
    This is the Best-suited Report, for your requirement.
    Best Regards,
    Amit

  • To Get the list of sales orders for a Business partner in CRM.

    Hi all
    Is there any Function module or BAPI to get the Sales orders for a Business partner in CRM. I know there is a BAPI to get the list of sales orders for a customer in ECC, but I donu2019t know how to get the list of sales orders for a Business Partner in CRM.
    Can anybody tell me if there is an inbuilt function module or BAPI available?
    If not how can I pick the sales orders of a business partner in CRM? Between which tables should I apply a join and write SELECT statement to get list of sales orders for a business partner in CRM.

    Hi Jessica,
    Try CRM function module CRM_BUPA_READ_ORDER_OBJECTS.
    You'll get a table with the documents associated to that partner, where you can work on.
    Kind regards.

  • How to change layout in List of Sales Orders (VA05)

    Hello,
    Does anybody knows how I can save layout changes or create new layout in transaction VA05 (List of Sales Orders)?
    Thanks for advance

    Hi,
    Goto VA05, enter values in selection screen press enter.
    In menu click on settings>layouts>Current  select the fields and save. Give layout name and description and press enter.
    You can choose your own layout  goto settings>layouts>Choose   click on layout from list of layouts.
    If you want to default your layout for VA05. settings>layouts>Administration. click on field default setting for your layout. Default you will get your own layout for VA05 transaction.
    Regards,
    Chandra

  • Creation of sales order wrt. scheduling agreement

    how to create a sales order wrt. a scheduling agreement?how to maintain copy control
    anubrota

    Hi
    As per my knowledge the subsequent process of scheduling agreement is delivery
    scheduling agreement contains fixed delivery dates and delivery quantities and the same are mentioned in the schedule lines of the SA
    scheduling agreement means the that itself is on order which is scheduled for delivery on certain fixed dates
    But in some scenarios i have read there is order prepared referring to SA and then delivery
    I havent worked on those scenarios
    For this i think you should take the similar settings of copy controls between Quantity contract QC to OR
    This qn i am also watching for some other friends who come out with better explanation
    Regards
    Raja

  • Display list of sales orders for one particular customer using BAPI in WD

    Friends,
    i want to display list of sales orders for one particular customer, the materials ordered, quantity ordered, goods issue date of that particular order and contact information about that particular customer, using Webdynpro.
    Please somebody send me related info,blogs,help links , to complete this task, this is very urgent.
    Please help
    Peter

    Find the WD tutorials here...
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/web%20dynpro%20sample%20applications%20and%20tutorials.htm">Tutorials</a>

  • Deleting list for sale order

    Hi Guru’s
    How can get the deleting list for sale order?   
    Useful answer duly rewarded back.
    Regards,
    Devendra

    Hi Devendra,
    General Sales order will be deleted form the database after archiving.
    Step for Archiving:
    Sales Order is archived and deleted by the Archiving object know as SD_VBAK.
    If you just want to delete the sales order with out thinking of saving to archive server then please follow the path:
    1.GOTO SARA ---> Click Customizing -> click Archiving Object specific customizing (Technical settings)> In delete jobs mention start automatic --> Leave other settings as per the standard save and close it.
    2. Click write --> Mention Variant name -->Click on Maintain --> Select all the sales orders that you want to archive and delete --> Mention sales organinsation under which you have created --> Select Production Mode --> Click on Attributes --> Mention meaning of that attribute it could be any text --> Enter and save.
    3. Click on Spool parameters --> mention the output type --> Enter now you can see green signal light
    4. Click on Start date --> Click on Immediate --> Save.
    5. Execute or click F8 and see the job.
    6. After some time you can see the data is archived and deleted form the database.
    Hope this will help you in deleting the sales order form the database.
    Please Note: It is bit complicated you should take help of SAP Archiving consultant.
    -Thanks,
    Ajay
    Message was edited by:
            Ajay Kumar
    Message was edited by:
            Ajay Kumar

Maybe you are looking for

  • Summation

    Hi I have a cube which holds the records. I am loading from this cube to DSO. Cube has example fields: Record 1 is f1=10, f2=20, f3=30, f4=50 and key figure k1= 0.5 Record 2 is f1=10, f2=20, f3=30, f4=50 and key figure k1= 0.5 All f1 to f5 are in key

  • How to keep epub at original folder

    Dear all If I want to user iBook on Mac to read EPUB, but I just want to use it as PDF Reader (read directly and keep the file at original folder, instead of copying them to a directory I do not know). Is there any way to do it on Mac OS 10.10? Thank

  • FCP Viewer Problems

    when watching my clips in the viewer clip play for a few then the picture pauses but the play head keeps moving then it starts up again then pauses... what settings in the preferences am i missing? also i was getting dropped frames alot [even when on

  • Kernel panic on CD insertion?

    here's one. i'm a very experienced and advanced mac user but this is a first for me. a co-worked said she was having problems with her macbook pro. she put in a cd and a kernel panic came up. i put it into my blackbook and the same thing happened. th

  • Trying to use the 'Usage' function on My EE online

    I've been trying to find out what out of bundle usage I've made of my PAYG credit. That is for such things as MMS and non inclusive calls.  There is a link on the My EE acount pages that says 'View usage', but I constantly get the error message: Some