Account name not showing in 'Partners' Block for sold to party and ship to

Hi Experts,
I created a return order by confirming the Account.
Under 'Partners' Sold-to-party, ship-to-party, activity partner showing the account name but when i clicked on any of these links it is not showing the BP name.
Please suggest why it is not showing the BP name inside the sold-to-party,ship-to-party, activity partner.
Thanks in Advance,
Kishore

Hi Experts,
I created a return order by confirming the Account.
Under 'Partners' Sold-to-party, ship-to-party, activity partner showing the account name but when i clicked on any of these links it is not showing the BP name.
Please suggest why it is not showing the BP name inside the sold-to-party,ship-to-party, activity partner.
Thanks in Advance,
Kishore

Similar Messages

  • Which is the  field for   Sold-to-party   and     ship-to-pary   in  BAPI

    i am using   BAPI_SALESORDER_CREATEFROMDAT1  This   BAPI  for sales order creation
    but i want to pass sold-to-party and  ship-to-party  in   Header Data
    but i can't find that field in BAPI
    so please suggest me

    Use  BAPI BAPI_SALESORDER_CREATEFROMDAT2, instead of the above BAPI.
    Check this sample. Replace all the values with your test data and check it.
    report  z_salesorder_create.
    data:
      order_header_in type bapisdhd1,
      return type table of bapiret2,
      order_partners type table of bapiparnr,
      order_part     type bapiparnr,
      order_items_in type table of bapisditm,
      order_items type bapisditm,
      order_items_inx type table of bapisditmx,
      order_items_x   type bapisditmx,
      salesdocument type bapivbeln-vbeln,
      order_header_inx type bapisdhd1x.
    order_header_inx-doc_type =   'X'.
    order_header_inx-sales_org =  'X'.
    order_header_inx-distr_chan = 'X'.
    order_header_inx-division =   'X'.
    order_header_inx-req_date_h = 'X'.
    order_header_inx-purch_date = 'X'.
    order_header_inx-doc_date  = 'X'.
    order_header_inx-currency = 'X'.
    order_header_inx-sd_doc_cat = 'X'.
    order_header_in-doc_type =   'TA'.
    order_header_in-sales_org =  '1000'.
    order_header_in-distr_chan = '12'.
    order_header_in-division =   '00'.
    order_header_in-req_date_h = sy-datum + 7.
    order_header_in-purch_date = sy-datum.
    order_header_in-doc_date  = sy-datum.
    order_header_in-currency = 'EUR'.
    order_header_in-sd_doc_cat = 'C'.
    order_items-itm_number = '000000'.
    order_items-material = 'C-1030'.        "replace with your material and plant
    order_items-plant = '1200'.
    order_items-target_qty = '10'.
    order_items-target_qu = 'M'.
    order_items-sales_unit = 'M'.
    append  order_items to order_items_in.
    order_items_x-itm_number = '000000'.
    order_items_x-material = 'X'.
    order_items_x-plant = 'X'.
    order_items_x-target_qty = 'X'.
    order_items_x-target_qu = 'X'.
    order_items_x-sales_unit = 'X'.
    append  order_items_x to order_items_inx.
    "Sold to party
    order_part-partn_role =  'AG'.
    order_part-partn_numb = '0000001033'.
    order_part-itm_number = '000000'.
    append order_part to order_partners.
    "Ship-to party
    order_part-partn_role =  'WE'.
    order_part-partn_numb = '0000001033'.
    order_part-itm_number = '000000'.  "<-----For header you need to mention the like this..
    append order_part to order_partners.
    call function 'BAPI_SALESORDER_CREATEFROMDAT2'
      exporting
        order_header_in               = order_header_in
        order_header_inx              = order_header_inx
    importing
       salesdocument                 = salesdocument
      tables
        return                        = return
        order_items_in                = order_items_in
        order_items_inx               = order_items_inx
        order_partners                = order_partners.
    "Read the return with type 'S' if success then commit.
    call function 'BAPI_TRANSACTION_COMMIT'

  • CRM orders with error "Do not enter a business agreement for sold-to party"

    Dear SDN'ler,
    after creating orders in SAP CRM via ISA (CRM 4.0) and uploading them to R/3 all orders are created successfully in R/3 but an error message is sent back to SAP CRM in case of ALL orders.
    Error message is the following:
    "Do not enter a business agreement for sold-to party xyz"
    Message no. CRM_BILLING011
    Diagnosis
    The field "FI-CA active" is not selected for the sold-to party 6000201 in the business master record. Since the business agreement is used in the component FI-CA, excluding the control of processes, it makes sense to enter a business agreement.
    Procedure
    Delete the entered business agreement.
    ==> Could someone please give me some more information about the mentioned "business agreement"? Where do I find field "FI-CA active" (in R/3 or CRM customer master data?)?
    ==> And how can I eliminate this error message for CRM orders in SAP CRM?
    Thanks a lot.
    Best Regards,
    Rainer Gryschka

    Please check the customising setting under following path:
    SPRO --> Customer Relationship Management --> Master Data --> Business Partner -- > Business Agreement --> Define Basic Settings
    Alternatively you may also check following customisation table using SM30 --> CRMC_BUAG_ACTV

  • Enhancement for validating SOLD TO PARTY and SHIP TO PARTY

    Hi All,
    Have written in the form routine USEREXIT_CHECK_VBAK to validate the sold to party and ship to party, but whenever error is encounted the  input fields comes in display mode but i need that in change mode so that user can enter the input again.
           Quick response will be appriciated..
    Thanks & Regards,
    Parvez..

    Hi,
    Since the userexit code is not called within the CHAIN...ENDCHAIN or using the FIELD statement...
    When you get the error message the entire screen will be blocked..
    Try giving a warning message..
    THanks,
    Naren

  • Default value for Sold to Party and Reported By with Support Message

    I have customized the service desk scenario and went through the entire service desk implementation guide part I blog that talks about the partner setup.
    When I create a support message through the service desk scenario (under help) in the satellite system it does default the sold-to-party and the reported by person in the resulting document.
    When I create a support message in Solution Manager out of DSWP or SOLAR02 it does as well.
    However when I create the support message out of Solution Manager under help it does NOT default the sold to party and reported by, and I always have to correct that in the document later on.
    Has anyone experienced this before and can tell me why this happened. Obviously has something to do with setting up the partner in Solution Manager, but I do not understand how it can work for the Satellite system but not in Solution Manager itself.
    Thanks
    Paul

    > Has anyone experienced this before and can tell me why this happened. Obviously has something to do with setting up the partner in Solution Manager, but I do not understand how it can work for the Satellite system but not in Solution Manager itself.
    Did you generate BP entries for the SolMan system itself?
    Markus

  • Hi - I've brought the new iphone 5 but can't download my music from my itunes account even though I have the latest version (10.7). All i can see is that my account is not showing the iphone 5 as a 'managed device' and i dont know how to get this added ?

    Hi - I've brought my iphone 5 but cant seem to download my music from my itunes account onto it. I've downloaded the latest version of itunes as i heard this could be a problem but still no joy. The phone tries to sync when i plug it all in to the pc and even has the capacity bar showing about 12gb of audio but there is still nothing downloaded onto the phone.
    The only thing i can see that might be causing the problem is that when i go into my itunes account it doesn't show that the iphone 5 is an option is the 'managed device' section but i dont know how i can add the new iphone 5 to this....
    Can anyone please advise me on what to do ?
    Many thanks !
    Razor

    You can only sync to one computer/iTunes library. To make this your syncing computer:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Vendor Ref No. does not show in Journal Entry for AP Credit

    AP Invoice journals show the vendor reference number in field Ref 2.  However, when creating an AP Credit memo, the vendor reference number does not show in the journal for the credit memo, instead the field Ref 2 is used for the base document number. 
    I have two clients who have pointed out that they would expect to see the vendor ref number in the Ref 2 field in the journal when an AP Credit is created, as this is the functionality for Goods Receipts and AP Invoices.   
    Both clients are currently manually updating the Ref 2 field in the journal for AP Credit, so that in the BP account transactions view they can sort field Ref2 by vendor reference number.
    Does anyone have any suggestions on a work around for this?
    Thanks,
    Lianne Plant

    Hi Lianne Plant,
    You may check: Journal Ref2 field : AP credit note
    Thanks,
    Gordon

  • I have iwork on two computers, but my account doesn't show record of it for my being able to reinstall on the new computer.  Is there a time limit?  I tried airdrop, but it won't let me use it.

    I have iwork on two computers, but my account doesn't show record of it for my being able to reinstall on the new computer.  Is there a time limit?  I tried airdrop, but it won't let me use it.

    Sounds like you installed iWork from before there was the Mac App Store.
    If you installed it from a Family DVD you are entitled to install that on 5 computers and can do that from the DVD.
    If not then you need to purchase it from the M.A.S. and will be able to install it on any of your computers using the same Apple I.D. However Apple is promising a new version before Christmas so it may not be a good time to buy now.
    Peter

  • TS1702 Already purchase applications through apple ID is not showing in apps store purchase history of apps and If I try to download the same application in apps store  its showing paid application in apps store with using same apple ID account. Please re

    Already purchase applications through apple ID is not showing in apps store purchase history of apps and If I try to download the same application in apps store  its showing paid application in apps store with using same apple ID account.

    Thanks King_Penguin for taking time to read and reply. 
    I just purchased this movie on Thursday, May 15, so just a few days ago.  I have never had any trouble whatsoever since I have been in Vietnam.  I have downloaded several movies and even music and they have all synced to my respected Apple products except for this purchase. 
    Sorry, I don't quite understand what you mean by studios and different versions.  Could you please explain? 
    I checked my purchased list in my purchase history under my account and there are no hidden items. 

  • My CC account does not show my subscription. How do I fix that?

    My CC account does not show my subscription that I have been paying for. It just says that I have a free account. So, now that I have a new computer (the old one died dramatically), I can't install Photoshop, Illustrator, bridge or indesign. I can't seem to get in touch with an actual adobe person who could fix this billing problem.

    telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • HT1451 Why do the song names and cd name not show up on the IPod Shuffle?

    Why do the song names and cd name not show up on the Shuffle?

    MysticChyk wrote:
    Why do the song names and cd name not show up on the Shuffle?
    Err this is no longer April 1st you know.
    The iPod Shuffle has never had a 'display' on which track names can be shown. See http://www.apple.com/ipod-shuffle/ if you want an iPod which does have a display on which you can see the tracks names and even the album cover art then look instead at the bigger and more expensive iPod Nano http://www.apple.com/ipod-nano/ or iPod Touch http://www.apple.com/ipod-touch/
    PS. The current iPod Shuffle even though it has no display on which it can show the track names can read them out loud to you using a voice-synthesiser this is the VoiceOver feature described on the iPod Shuffle product page I listed above.

  • Accounting document not showing

    Dear Guru's
         The Issue is  After posting miro document one miro document will show in the bottom of the screen, my client place along with miro document accouning document also showing with in the brackets,  it is showing  like this Invoice doucment posted  51057123 was posted (accounting document 441234),  but here the problem is it is showing some user login ID's only recently one user took the miro transaction authorisation in his login ID accounting document not showing. 
    Pls suggest me,
    Thanks & Regards
    Chandra Sekhar Reddy.P
    998673663

    Hi..
    This is regarding authorization ....
    when u save the document in MIRO....later u run transaction /NSU53 & forward the activity to Basis guy....
    Repeat this till u are able to see the accounting documents generated...
    Regards,
    Satpal

  • Accounting document not showing in G/L -fbl3n

    Dear All,
    We are facing a problem n accounting document not showing in G/L FBL3N. when i saw in FB03 then it showing with all details including GL account. but when i go in FBL3N it was not showing. The document posted from payroll hra component. fb03 screen shot attached.
    Thanks,
    Mukesh

    Hi .
    Did you enter the correct parameter in FBl3n . Its looks liek this is related to Fiscal year 2013 and posted on 31.05.2013. .
    Can you please neter below parameters in FBl3n
    company code 1000
    GL account  42001021
    All item
    Posting date  31.05.2013 to 31.05.2013
    I am little bit confused  that your header of document not showing any Ledger group as well . can you please run FBL3n with above parameters and if it doesn't display  letus know .

  • Planned depreciation not showing in the AW01n for current FY

    Hi Experts,
    I have an issue on Planned Depreciation and the issue as below.
    I have created an Asset with Dep.start date is 10.05.2011 and my Fiscal year is Jan- Dec with 445 posting periods. I have posted Acquisition with the value of 10,000 through F-90. When i check the Asset Explorer through AW01n its not showing Planned deprecation in the Posted Values tab and in Comparisons tab its showing the Dep. from 2012 onwards till useful life and here in 2012 its showing the dep.value from May to Dec only, and also its not showing Dep.value for 2011 year ( showing blank).
    If i post the acquistion in 2010, its showing the depreciation from 2011 onwards and also for 2010 year its not showing any planned deprecation.
    In Dep. calculation it means  % of dep. and every thing is ok. ( its showing the values as per the % stated in dep.key)
    I have posted the same scenario to another company code and its showing planned deprecation for 2011 year.
    May i know the missed config settings to view planned depreciation.
    kindly provide your valuable solution
    thanks,
    jagadish.P

    Hi,
    When i click the Dep. calculation its showing as below
    Type     To Period         Period Factor     Percentage     Curr.APC
    N                 164             0.45055                     0                 0
    N                 364             0.54945                 0.125               45,000
    thanks & regards,
    Gopi.P

  • HT1727 help how do i make a purchased song my ring tone, it;s not showing on my list for ringtones

    help how do i make a purchased song my ring tone, it's not showing on my list for ringtones

    This song was purchased from the iTunes Store?
    If so, you can't create a ringtone from music that was purchased from the iTunes store, but if there is a ringtone available for purchase and download at the iTunes Store with this song, you need to do that.
    For music in your iTunes library on your computer that was not purchased from the iTunes store, there are a number of ways to create a ringtone with such music. With a Mac, there is an inexpensive or free app avaiable via Apple's online App Store named Ringer. Ringer has access to all music and sound files in your iTunes library that was not downloaded from the iTunes Store for creating your chosen segment of the song to be used for the ringtone. The app places the created ringtone in your iTunes library under Tones for transfer to your iPhone when syncing.
    Creating ringtones on a Mac can also be done with GarageBand, and there is a manual way of doing this with iTunes.

Maybe you are looking for

  • Bind variables limit and overhead in single query

    HI, I've got query with 348 bind variables used in a way like : select * from table where col1 = :1 and col2 = :2 AND apl_id in (:3, :4 ... , :348) is there any overhead related to such high bv number ? The session with that query is using about 160M

  • Comparison with a float field

    Hi, I have to compare two float fields, one fetched from database and one passed as importing parameter. Now, i get "0.1" as a value in importing parameter for comparison. and the same is stored in the database, i.e. "0.1". But when I put a select qu

  • F4 help in BSP

    Hi ,      How do we create F4 help in BSP? Can we create F4 help in BSP just by giving data element/domain refrence like ABAP and it will populate all the values. Say , I have a Plant field on my screen. So i want to display all the plants from T001w

  • Started to download 3.6.7 download has paused and will not restart. What do I do now?

    While downloading the 3.6.7 of firefox the download was paused. Now when I go to the help tab and select Resume Downloading Firefox 3.6.7 it opens a dialog box and says connecting to the update server and does nothing. What do I do to resolve this is

  • Pixelixed photos when edited.. where do I set quality?

    I have a Minolta 7-D camera ($900) and now a new Macbook just a few days old. I'm sad to say my first photo project has not turned out as good as I can do on my PC. I know there must be a setting, or perhaps I am expecting too much out of i-Photo? I