Display ship to party in FBL5N

hi
i want to display ship to party in fbl5n tcoce. i copy the function module SAMPLE_INTERFACE_00001650 and add one field in rfpos and pfposx structure.
i can get the field in fbl5n tcode.
now i want to know from which table i can get the  ship to party  detail corresponding to rfpos structure and pass it to fbl5n.
Thanks.

Hi Madhu,
For a Customer you can get the partner function details like Sold-to Party, Bill to Party, Ship to Party etc... from the table KNVP. Using this you can get the Ship to Party and display the same in FBL1N TCODE as per your requirement.
Hope that this solves your issue.
Best Regards,
Maddineni Bharath.

Similar Messages

  • Not displaying ship to party for second line item

    Hi All,
    When I am creating Sales order, I entered sold to pary,PO number,PO date,material (first line item)and qty.In partner functions for first line item it is displaying ship to party.But whaen I entered second line item & qty,ship to party is not displaying .
    Please guide.
    Thanks,
    GTNR

    Couple of questions !!!!
    a)  Was system allowing you to save
    b)  has the data properly configured in Set Up Partner Determination for Sales Document Item
    c)  is the ship to party different for first line item
    d)  did you check in incompletion log
    G. Lakshmipathi

  • Displaying ship to party id in web ui

    Hi All,
    My query is that How to display Ship-to-party id in the bussiness role salespro?
    path:
    Select the business role -->salespro -->select the sales cycle in the navigation link  > in the create work center click on salesorder>then a dialog box appears then select salesquotation -->in that u have ship-to-party --> that it  is a F4 search help field --> if u select a id it will display name automically.
    My query is that we can display the name & id togeather in that field only ? it is possible like that?
    If not is there any other way to do it?   
    Regards,
    Venkatabharath Voona

    HI Gobi,
    This code is showing the errors.
    the errors are The type of "VALUE" cannot be converted to the type of "LV_PARTNER".
    i had written  the  code like this.
    METHOD get_shipto_name.
    *CALL METHOD SUPER->GET_SHIPTO_NAME
    EXPORTING
       ATTRIBUTE_PATH =
       iterator       =
    RECEIVING
       VALUE          =
      DATA :lr_current TYPE REF TO if_bol_bo_property_access,
            lv_partner TYPE REF TO cl_bsp_wd_collection_wrapper,
            lv_partnername TYPE REF TO if_bol_bo_property_access.
           value type string .
      lr_current ?= me->get_partner_entity( ir_iterator = iterator
      iv_pft = '0002' ).
      value = cl_crm_uiu_bt_partner=>get_partner2( lr_current ).
    in the method after
      value = cl_crm_uiu_bt_partner=>get_partner2( lr_current ).
      lv_partner = value.
      SELECT SINGLE name FROM but000 INTO lv_partnername
      WHERE partner_id = lv_partner.
      CONCATENATE lv_partner lv_partnername INTO value.
    ENDMETHOD.
    Edited by: venkatabharathv on Jun 13, 2011 3:11 PM

  • 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

  • Report displaying sold to party and ship to party

    Hi Gurus,
    My requirement is to display ship to party number and address for the sales orders for a particular customer. in VA05 there is no option to display ship to party address and we dont have abapers here, if there is any standard functionality in SAP please forward that information, or if  run a query what are the tables i can get information from.
    Also can i use structures in query to get the information.
    Thank you all in advance gurus,
    Regards

    Hi,
    You can use SAP Query (t-code SQ01) to getting the data.
    [SAP Query|http://www.sap-img.com/abap/step-for-using-query-sq01-sq02-sq03.htm]
    Cheers,

  • Sold to party, Ship to party in VA05 report

    Dear Experts,
    I have one requirement in which I am supposed to display Ship to party and Ship to address fields along with sold to party field in VA05.
    1. Document Date
    2.Delivery Date
    3.GI Date
    4.PO Number
    5.Name
    6.Sales Doc Type
    7.Sales Document
    8.Created By
    9.Sold-to-party
    10.Name 1
    11.City
    12.Region
    13.Material
    14.Description
    15.Sales Unit
    16.Order Qty
    17.Confirm Qty
    18.Shipping Point
    19.Status
    20.Net Value
    21 Ship-to-party
    22 Ship-to-address
    Now the problem is I am not able to find appropriate user exit for the above requirement since Ship to party and Ship to address fields are not available in VBAP or VBAK tables and the existing user exits are
      PERFORM move_userfields USING 'VBAP'.
      PERFORM move_userfields USING 'VBAK'.
    Thanks in advance!!!
    Vishal
    Vishal

    Hi,
    For the sold to party and ship to party, get the values from VBPA-ADRNR where VBPA-KUNNR = VBAK-KUNNR and VBPA-PARVW = SP (Sold to party)
    For ship to party get VBPA-ADRNR  where VBPA-VBELN = VBAK-VBELN, VBPA-PARVW = SH.
    Once VBPA-ADRNR is known for sold to and ship to , pass them in ADRC-ADDRNUMBER and then get ADRC-NAME1, ADRC-NAME2, ADRC-CITY, ADRC-REGIO etc for printing the address details.
    Hope this helps

  • In JITM Ship to party number is not displayed.

    Hi,
    Scenario 1
    There are 2 ship to parties having same partner description.
    When the JIT call against this sold-to-party, partnr description is displayed in JITM, the ship-to-party is not getting picked up
    Scenario 2
    We removed/deleted one of the ship-to-parties from sold-to-party assignment in customer master and then executed JITM.
    The ship-to-party is not getting picked up, even after deleting one of the ship-tos
    Please explain the cause for both the scenarios.
    Thanks

    Hi Rajagopal,
    First of all, is the ship to party maintained as a partner function in ECC. If yes, then its a sales area dependent PF. This will ensure that ship to party has the same sales area as the sold to party.
    Then you can maintain settings so that the ship to party flows as a relationship to CRM (with associated Sold to).
    And then Partner Determination procedure can be defined which will pick the Ship to partner from this relationship.
    This will avoid the error that you mentioned.
    Regards,
    Rahul

  • Ship-to-party field in display mode in TC va02 for some users.

    Hi Sap Gurus,
    My client requirement is this ,he wants the ship-to-party field in TC Va02 to be in display mode for some lower level user and at the same time she wants the ship-to-party field for higher level users to be editable.
    Can anybody tell me how to do this .Va02 TC will be given to lower level users where they will be able to edit other fields except ship-to-party.
    Thanks N Regards,
    Siddhartha

    Hello Siddhartha ji,
    I think you can proceed in this way:-
    Create TCode zva02 by copying from VA02 .
    Then Create Screen Variant and assign that screen variant to transaction variant .
    Then Create Variant Group for that Tcode and then assign this variant group to those particular users.
    Even you can proceed with out creating the ZVA02 Tcode.
    All Will be done in SHD0 TCode.
    @ others :- i am basicaly into ABAP...so I may be wrong...pls Help him out ..
    Regards,
    jeevan kumar Medimi.

  • Ship-to party wise Bill to party display any standard report?

    Any one know
    Ship-to party wise Bill to party display any standard report?
    Thanks in Advance.
    Shailendra

    hi
    can you please let us know your requirment??
    if you want to get BILL TO PARTY assgined to SHIP TO PARTY then use table KNVP where you can pass Ship to party and select Partner Functn = WE (SH)
    you will get all the RE(BP) for that customer
    or you can develop Z report also

  • Ship to party account assignment display

    Hi Gurus,
    My Client have a requirement like, one customer has different ship to party, now the user while viewing the accounting document after billing, he needs to which corresponding ship-to, the billing document is raised.
    To be precise, in customer ledger sold-to he needs the corresponding ship-to to be displayed, in accounting document.
    If we post a/c doc manually we can fill it in f-02, we can give reference, or header text. but FI document is posted automatically after billing.
    Please advice... thanks in advance

    Hi, Hrishikesh
    I agree with your point that ship-to- has no relevance to billing, but the concern is,
    For example C001 - Sold-to-party, have C002,C003,004 ship-to's.
    1. Now the delivery is done to C002- who plays only ship-to party role.
    2. Bill & payer to is C001 [Ship-to-party] as he plays all roll.
    3. Now the user has delivered to C002. and billed to C001. So now the user has no reference to which
        ship to that particular consighment has done, while checking the accounting document.
    4. So now the requirement is that, After doing VF01, the A/c doc gets posted which we can view in F-03
        right. When viewing ac doc in VF02, the FI user wants the reference to Which corresponding ship-to,
        this account is posted to C001's account. He wants to view it in same C001's Customer ledger.
    I hope my question is clear.....

  • Ship to party search help address not display

    Hi,
    Using 'Edit internal address' We added one plant address, and the address no also generated. plant having several address.
    But when we creating shopping cart, trying to select the ship to address from the search help, address not displaying in the list.
    even we tried adding this address in the attributes as delivary address also .but the address not displaying in ship to party search help.
    If any one faced this problem let us know how to proceed.
    Thanks in advance,
    prasad.s

    it is strange .
    whatever you have defaulted ship to adress has to come.
    did you maintain at position level and make ensure that you have really inherited.
    FM bbp_read_attributes
    for your user execute and make ensure that you have inheited ship to address
    when you create ship to address . did you check this box Ship-to Address  in Use Address as:
    muthu

  • Any exits to change the ship-to-party in VA01 before its display

    Hi All,
    I'm having a situation here that i would need your help.
    From IW51 i'll create a sales order VA01 and just before creation i would need to do some validation on the plant and service center and then change the Ship-to-party value to another.
    I am not sure on which exit or badi offers that functions. the ones that i've found is EXIT_SAPLV46H_002 and EXIT_SAPLV09A_004. Both of this doesn't work.
    If any one of you has encountered this problem and manage to resolve it please help me resolve mine as well.
    Thank you.
    Vinod

    Hi,
    here u will find complete example:
    http://sap.niraj.tripod.com/id21.html
    Jogdand M B

  • Equipment master data display of "ship to party"

    Hi experts!
    I got following problem:
    Delivering an equipment to a partner only the "sold-to-partner" number is filled by using the "BAPI_EQUI_CHANGE". The "ship-to-party" field remains grey. Therefore also the asset is updated the the "ship-to-party"-partner.
    Changing the equipment manually the "ship-to-party" field is then filled automatically.
    I already did the customizing, described in thread Partner Data in Equipment Master and thread Synchronisation between asset and equipment
    Many thanks and best regards,
    Nikolaus
    Edited by: Nikolaus Aigner on Aug 12, 2009 2:46 PM

    Dear Pete,
    I got the answer
    1.In Ih01 Valid date i was taking in past so it was showing the past history of equipment.
    2.whenever I m dismantling any functional location it is showing multiple changes at a single time.
    RC
    Edited by: Raju chauhan on Oct 12, 2008 3:31 PM

  • Output type is not getting triggered for ship to party in shippment output

    Hi,
    we have maintained output determination procedure for shipments. It was working fine.
    We have just added new condition table to access sequence, and maintained the condition records also for condition type ZABC. I have checked in NACE, Application V7, I am able to find the condition type. checked in VV73, condition records displayed. But in VT02N/VT03N, we are unable to get print for  the output type.
    Why this is happening? we are able to see the procedure, condition type, access sequence, condition records in place ...why condition type ZABC is not getting triggered in the shipment output.
    Please advise and let me know if you need more details....thanks in advance.
    Thanks,
    SS

    Hi Noel,
    Thanks for your time and reply.
    We have output determination procedure for shipments, condition type ZABC, Access sequence ZABC, Condition tables 550,600,650,700 already maintained. output is working fine.we have a new requirement and created new condition table 700 with the fields" Ship to party and transportation planing point "(Condition table 700 ). we assigned the condition table 700 to access sequence ZABC. Condition type  ZABC already placed in Output determination procedure.
    We test the output, new condition record is not triggering in the output, even in output determination analysis also, we are unable to see the record 700 for the condition type ZABC. we are not sure what is the reason for the condition table that  is not picking up ? Why condition type ZABC with condition record 700 not visible in output determination analysis.
    I have checked condition records, output determination procedure. Please advise and let me know you need more details.
    Thanks,
    SS

  • Changing ship to party address in sales order

    Hi All,
    We have a scenario herein in sales order, the ship to party  address is copied from some other ship to party address. Put simply if the ship to party in sales order 1 is A, the address of A will be copied from ship to party B. The ship to party B is in sales order 2.  The ship to party in sales order 1 will remain A only but the address is copied from B ship to address
    i just need to know where this kind of development must have been done. i.e the include program, exit etc.
    i am trying to see exit  EXIT_SAPLV09A_001, but i could not see it in se38?
    regards
    sachin

    Hi,
    In first place why you want to have such a requirement. Why can't you have the correct address in the Ship to Party master record in the XD01 and assign correct ship to party at the sales order line item, so that correct address flows to the sales order line item.
    Eg:
    Sold to Party A
    Ship to Party A & Ship to Party B (Both are assigned in the Partner tab of Sold to Party A)
    Ship to Party A has Address A & Ship to Party B  has Address B (Ship to Party B was created with Account Group SHIP TO)
    On the sales order line item, change the ship to party to Ship to Party B
    So that you have correct address in the relevant line item.
    As per your requirement, you have to have a Z table to keep the logic between hip to Party & relevant address.
    If not, check below link for all User Exits in SD>
    https://wiki.sdn.sap.com/wiki/display/ERPLO/SDUserexits
    Find a correct one for your requirement.
    Best regards,
    Anupa

Maybe you are looking for