How to update equipment ship to party and sold party data

Hi all,
How to update equipment ship to party and sold party data? Is there any BAPI or FM?

Hi Suresh,
chech with the below
PM_PARTNER_UPDATE      "Parner update
ITOB_EQUIPMENT_READ_SINGLE   "read equmment data
ITOB_EQUIPMENT_MODIFY_SINGLE   "update the parner data for the same equimpmet
hope it helps you..
Thanks!
Edited by: Prasanth on Apr 14, 2009 6:30 PM

Similar Messages

  • 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

  • Create Ship to Party and Sold to Party for distr. channel 10 in VA01

    Hello all:
    When creating sales order for a material in VA01 with sales Org 1000,
    distribution channel 10, division 00, 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, for 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!!

    Hello Csaba:
    Thanks for your reply
    I agree that for a combination of sales order, dc and division one can have
    many customers. But the customer master data of sold to party in linked to the sales order,
    dc and division
    When sold to party is entered the system will copy the sales order, dc and division
    which is maintaiined in the customer master data
    Sold to party details and the material for which sales order is being created needs to
    be matched in terms of sales org, dc and division then system will process the sales order
    In my current client, there is NO SHIP TO PARTY customer master data maintained
    with a combination of sales order 1000, dc 01, division 00, thus it do not process
    further as material for which sales order is being created has the above combination
    Due points have been assigned

  • [svn] 3777: Bug fix SDK-17677 Update to include MPL license and third-party notices.

    Revision: 3777
    Author: [email protected]
    Date: 2008-10-21 10:20:27 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Bug fix SDK-17677 Update to include MPL license and third-party notices.
    QE Notes:
    Doc Notes:
    Bugs: SDK-17677
    Reviewer: Matt Chotin
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17677
    http://bugs.adobe.com/jira/browse/SDK-17677
    Modified Paths:
    flex/sdk/trunk/modules/webtier/readme.txt

    Step by step, how did you arrive at seeing this agreement?

  • Fetch Sales order number and PO number from ship to party and sold to party

    HI,
    I need to get Sales order number and PO number
    from ship to party and sold to party.
    I have only ______sold to party and ship to party and req del date_______ in selection screen as mandatory
    Please let me know
    Sreekanth

    Hi,
    You can do this:-
    SELECT VBELN FROM LIKP
    INTO TABLE T_DELIVERIES
    WHERE KUNNR = SHIP TO PARTY
    AND     KUNAG = SOLD TO PARTY
    AND LFDAT      = DEL DATE.
    You will get a table containing the list of deliveries.
    Use VBFA to get the sales orders from deliveries.
    SELECT VBELV FROM VBFA
    INTO TABLE T_SALESORDERS
    WHERE VBTYP_N = 'J'
    AND     VBELN  = T_DELIVERIES-VBELN.
    T_SALESORDERS WILL give you list of sales orders.
    From Sales Orders you can get Purchase orders through EKKN Table.
    Using EKKN pass T_SALESORDERS-VBELN and get corresponding EBELN.
    Regards,
    SUbhashini

  • Ship to party and sold to party changes to same value in VA01 while saving

    Hi Team,
    In VA01 transaction, i am trying to create an Order with oen Order Type.
    Now in the second screen, if i give the ship to party as 123 and the Sold to party as 456 and if i give an item number and material number with quantity something and if I press the Enter button
    The ship to party and sold to party changes to the same number 123, 123.
    Why is this happening? I have done a debug and found out it is because of the XVBPA internal table getting modified.....
    Is there any Custom table or settings that has to be tweaked?
    Thanks,
    S.Dakshna Nagaratnam.

    Check whether any user exit is being triggered while u save the data.....

  • Hi, i have to find name , postal code , street of ship to party and sold to

    Hi , based on delivery (likp).
    i have to populate the name, postal code , street of ship to party and sold to party.
    plz help me regarding this.
    Thanks
    Sursh.

    Hi Suresh,
    When you have the Customer numbers with you.. go to the customer master data table KNA1.
    KNA1-KUNNR is the Customer number field.
    Write : SELECT SINGLE ADRNR
               FROM KNA1
    WHERE KUNNR EQ "Your Sold-to or Ship-to Customer".
    Use this ADRNR to get the address details from the Address master data table ADRC.
    SELECT SINGLE name1 name2 name3 name4
    post_code1
    street
    city1
    FROM ADRC
    WHERE addrnumber EQ "The ADRNR you got from KNA1".
    In most cases you will get these details from KNA1 itself.. NAME1, PSTLZ, STRAS, ORT01 are the fields.. But in few cases you need to get the data from ADRC.
    Thanks and Best Regards,
    Vikas Bittera.
    **Points for Usefull answers **

  • Which table holds data for plant, soldto party and shipto party? Help!

    Hi Experts,
             Which table holds data for plant, soldto party and shipto party?
             Basically I want get palnt and associated soldto party and shipto party.
             Kindly help!
    Thanks
    Gopal

    Hi
    You have to link VBAK and VBAP tables.
    regards
    Srinivas

  • How can i delete my apple id and all related data?

    how can i delete my apple id and all related data? including this forum account...

    kweso wrote:
    i want my email adress to be deleted out of this system. do you know any email adress where i can point my request to?
    thx
    If you don't want ANY one at Apple knowing your email address you could try this:
    Go to http://myinfo.apple.com/ and where your email address is listed just replace it with a made-up one like "[email protected]"

  • How to assign a button for attachment and send the data through browser ?

    Hi friends,
    How to convert to browser ?
    how to assign a button for attachment and send the data through browser ?
    Thanking you.
    Regards
    Subash.

    Refer to
    How to create a text box in ascreen painter?
    where another user (venkateshwar reddy) has asked a very similar question...
    Jonathan

  • How to Update iCloud On My IPad and Iphone

    Hi,
    I recently changed my Apple ID e-mail and now I cannot figure out how to update it on my Ipad Mini or Iphone 5c. When I go to setting and then to ICloud it still shows my old apple ID e-mail. I am not able to delete my account from either device because it's asking for my password but I changed my e-mail and password. Is their anyone who can help me so I don't have to go into an Apple Store?
    Thank you
    Duskie

    If the old ID is an earlier version of your current ID, temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Customers - FI reports on basis ship to party and sold to party.

    Hello Experts,
    In my scenario, sold to party and ship to party are different.
    For ex: My customer (sold to party / payer / bill to party) is Mr. A (on whom bill is raised and accounting is done). Ship to Party is B (where goods are delivered).
    Now, I want to know if I can post transactions (in combination to sold to party / ship to party) and get FI standard reports (like FBL5N, ageing reports - where days wise buckets are given, etc) can be taken on Sold to Party and Ship to Party basis.
    Meena

    I thought so Mukhtar. This will be last option.
    But in this case, I will have create a Z Field in FI transaction and it will be standard field in SD Billing transactions. So when I will customize report (say customer open item), I will have to put both the logics. Hence it will be little complicated.
    So I was trying if I can get a common field in both the modules - FI and SD for customizing report.
    Meena

  • How to update Ztable from Excel file and how to check conditions ,

    HI this uday,
    pls help me how can i update Ztable from Excel file and how to check conditions .
    regards
    uday
    Moderator message: please (re)search yourself before asking.
    Edited by: Thomas Zloch on Jul 13, 2010 12:00 PM

    Hi
    Use Fm : ALSM_EXCEL_TO_INTERNAL_TABLE.
    L_INTERN : internal table with your fields .
    make sure that the fields in the Excel should be formatted (as numeric , characher ) depending upon the data types .
    LOOP AT L_INTERN INTO WA_LINTERN .
            MOVE WA_LINTERN-COL TO L_INDEX.
            ASSIGN COMPONENT  L_INDEX OF STRUCTURE WA_INREC TO <FS> .
            IF SY-SUBRC = 0.
              MOVE WA_LINTERN-VALUE TO <FS>.
            ENDIF.
            AT END OF  ROW .                                    "#EC *
              APPEND WA_INREC TO IT_DATA.  "
              CLEAR WA_INREC.
            ENDAT.
         ENDLOOP.
    Regards
    Swapnil

  • HT1338 how to update snow leopard to lion and where to download the os for lion

    im wondering is it possible to update my mac pro from 10.6.8 to 10.7 lion? i wanted to update to mountain lion but from the specs of my computer and from apple themselves that i can only go as far as Lion. Is there a site i can download the full lion OS or how to update it? i tried through software update but it says my system is up to date. any help i would appreciate it. thanks.

    As Mountain Lion is the current OS and therefore the only one showing in MAS, Lion can still be purchased but you need to call Apple and purchase it over the phone; they will then send you a redemption code which you can use in Mac App Store to download it. The cost is $19.99 (I believe).

  • Bill to party and Sold to party

    hai,
    when using the sold to party and bill to party concept, the accounting entries posted along with branch account. i.e bill to party is the main Customer and sold to party is the Branch. While checking the customer balance, we can change the layout to get the branch account detail.
    now my question is how do activate the branch option. because client will give the detail sold to party level and the same time the outstanding will be updated in bill to party also. Because while doing open item upload, i want to maintain both.
    can any give the suggestion.
    govind.
    Message was edited by:
            govindaraj s

    The branch, sold to can only come from SD even through a data migration.
    The field wont be there even if you want to use code.
    If you need the information to be shown, I would suggest the use of XREF1, XREF2 or XREF3 to house the sold to party number, branch.
    Please award points if this helps.

Maybe you are looking for

  • Compile error (newbie)

    Hi, I am new to JDeveloper and when I came to compilling some code I received this error: Project: C:\JDeveloper\jdev\mywork\WebServiceOBE\Project\FindWebService.jpr C:\JDeveloper\jdev\mywork\WebServiceOBE\Project\src\mypackage\SimpleTestsStub.java E

  • Who is/are the artist(s) behind the ringtone, "Com...

    ...that comes with the Nokia 2330c? It's doing my head in. The song must have a start and a finish and not just the aac file we are blessed with on the phone. The lyrics, as far as I can make out are: take my hand walk with me on a bright summer's da

  • Does iOS 7 not support playback of .amr files anymore?

    I used to be able to playback .amr files a friend would text me with iOS 6. Is this file extention not supported for playback with the new operating system?

  • Can I use Flex to push data to other PCs?

    My problem: I have a touchscreen(with PC) and 4 different screens (with PCs), all connected to a server. When you click on a button on the touchscreen, you load a new image on the touchscreen and 4 different contents (images/pps/movies/...) on the fo

  • Apply Xml Button in Oracle 11g

    Hi All, Can someone tell me how to use the Apply Xml Button available in Oracle 11g's Advanced Tab. Generally the xml for our analysis report is generated in this Advanced tab. But my question Can i apply my own xml here and by applying my own xml I