How to find out Sales organization of a sold to party from tables

Hi all experts, I have the following questions:
1. How to find out Sales organization of a sold to party using tables?
2. Also please tell any function module which gives relationship between sold-to-party and sales organization to which it belongs.

Hi,
Check table CRMM_BUT_LNK0141 to obtain the sales area of a BP (by BP Guid).
If you need the sales office and sales group, read GuidSet of that table and check table CRMM_BUT_SET0140 to list the sales office and sales group by that Guid set.
There are some function modules too:
CMS_BUPA_ORGDATA_GET_BL among others.
Regards,
Susana Messias

Similar Messages

  • How to find the sales organization for the customer (VKORG)

    Hi all,
           I have the customer number(KUNNR) and company code(BUKRS),
           Now i want the sales organization for that customer(VKORG).
           Please give me logic to find the sales org for that customer.
    Thanks,
    Ravi

    REPORT ZTEST3.
    parameters:
    p_kunnr like knb1-kunnr,
    p_bukrs like knb1-bukrs.
    data:
    w_kunnr like knb1-kunnr,
    w_vkorg like knvv-vkorg.
    select kunnr from knb1
    into w_kunnr
    where
    kunnr eq p_kunnr and
    bukrs eq p_bukrs.
    select vkorg into w_vkorg
    from knvv
    where kunnr eq w_kunnr.
    write:/ w_kunnr,p_bukrs,w_vkorg.
    endselect.
    endselect.

  • How to find out a problem of sending an e-mail from a deployed application?

    Hi guys,
    I've deployed a web application which is in production mode on a weblogic server 10.3.2.0. The HTTP server is Apache.
    In this web application, we send e-mails using javamail library. The mail server is a remote server from this one, also an Apache one.
    At the beginning, all was working fine. Now it's impossible to receive e-mail but i've no exception launched, no trace of problem....
    I've tested the mail server with the same application in dev mode hosted on another server. It's OK, e-mails are received correctly.
    It seems the problem comes from the server which hosts the production web application.
    The problem is that i don't know how to test it to find out what is wrong. Is it possible to see what happen in the console portal of the weblogic server and how ?
    Any idea, please it's urgent !!!

    Hi Nick.
    If you open a free Apple Developer account you can use the bug reporter tool. However if you want to file a bug report you need to tightly identify a reproducible fault, detail the conditions in which it arises and ideally supply any workaround you have discovered.
    In other circumstances iTunes Feedback is probably the appropriate channel. Common problems should gain attention.
    Apple don't provide free technical support for iTunes. The inital point of entry for online assistance is iTunes Support. If none of the online resources help then depending on the nature of the problem, or whether you qualify through a recent purchase, or you are prepared to pay, you may be able to make use of the Contact iTunes Support service. Failing that Apple Support Communities (here) is where users share solutions with each other.
    tt2

  • How to find out why we don't receive e-mail from a deployed application?

    Hi guys,
    I've deployed a web application which is in production mode on a weblogic server 10.3.2.0, OS linux.
    In this web application, we send e-mails using javamail library. The mail server is a remote server from this one.
    At the beginning, all was working fine. Now it's impossible to receive e-mail but i've no exception launched, no trace of problem....
    I've tested manually the smtp connection between both servers. It's OK.
    It seems the problem comes from weblo.
    The problem is that i don't know how to test it to find out what is wrong. Is it possible to see what happen in the console portal of the weblogic server and how ?
    Any idea, please it's urgent !!!

    Yes - it is a bit frightening... Had other Macs before this MacBook (Pro), and never experienced such a problem. Don't know - of course I look into the Preference settings from time to time, and maybe I have changed that setting on the other computers... it never occurred to me...
    What an annoyance such a simple decision to make the auto-shutdown after one hour a default can be! Probably, Apple reconsiders :-D I'd rather prefer an auto-lock of the account (instead of an auto-log off)... but I believe it has been expressed often enough that, in this particular case, the - pardon me - Windows-solution (to offer a simple lock of the account, the Windows-L-key combination, IIRC) is much more practical... to copy that behaviour under Mac OS X, You'd have to go through lengths...
    Anyway! Pondind, thank You very much!!! Solved a kind of embarassing, but huge problem of mine!
    Best,
    Björn

  • How to find out what the latest update is for something from apple's site?

    i've never been able to do this, and has been a recurring problem for many years:
    how can you, using apple's web site -- presumably the support or downloads section -- find out what the latest update for/of a certain product is?
    without going into the details, the software update app is of no use to me.
    for example, i have a airport extreme base station 54 mbps. how do i go about finding out what it's latest software is? do such products not have a web page which has the latest update linked to from it?
    why is it so hard, impossible i find, to find out what the latest software is?
    any pointers much appreciated. (i'm not particularly looking for the answer to "what't the latest update for a airport extreme base station 54 mbps?" but a general method for finding out the latest update for anything using apple's web site)
    thanks very much.

    If you use the Advance Search function:
    http://search.info.apple.com/
    you can filter results to give downloads for the search words airport extreme base station. The return will be in date order from newest to oldest. Yo ucan also designate word pairs of groups to narrow the search.

  • How to find out the provider information of a cell phone (from deceased relative)

    Hello all!
    I have an odd sort of question that I am hoping for some help on.  My wife's uncle recently passed away and we are now in possession of his old cell phone.  He was slightly estranged from the family and didn't share a lot of information so we currently have no idea whether this phone is prepaid or if it uses a service provider.  We would like to find out who the provider is, if there is one, so that we can cancel service, but are not sure how to go about doing this.  We have been unable to find any information on his phone as of yet.  Is there any way that this information can be found?
    Thank you so much for the help!

    http://http://www.peoplesmart.com/phone
    Enter the number, the next screen will show the provider.
    Other option, just call *611 from the phone

  • How to find out when I am eligible for an upgrade from my phone?

    I am not the account primary account owner, my mom is. I live 300 miles from her and she doesn't know how to check it. I know there is a way to find out from my phone when I am eligible for an upgrade to a new phone. I have done it in the past, but can't figure it out anymore. Can someone please help me and tell me what to push to find this out. I know it is # or * and then 3 or 4 numbers.
    THANKS!!!!

    #UPG or # 874 to get your upgrade date.   You'll be sent a free text message with the date.

  • How to find out the failed sql command and its data from DEFERROR

    Hi,
    has anybody a procedure or some other possibilities to read the content of column USER_DATA of the advanced replication view DEFERROR in order to find out the failed sql command and its column values?
    Thanks in advance.

    Hi Vishwa,
                 The control would be something like this for navigation in Get_p_xxx method u mention as link and u mention a event name which gets triggered on the click of this hyperlink. So your GET_P_XXX method would have the following code:
    CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter=>fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_event_link.
        WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
          rv_value = 'EXAMPLE'.
    Now you have to create a method as EH_ONEXAMPLE at your IMPL class and within which you would give an outbound plug method. Within the outbound plug the target data would be filled in the collection and window outbound plug would be triggered.
    This is a huge topic and  i have just mentioned you basic things.
    Regards,
    Bharathy.

  • How to find out and locate the top 100 max elements from a 4D array

    I try to find out the 100 maximum elements in a 4D array and then I want to put the result in a 2D array, Which should show me the locations of the elements and the values of those elements
    ====================
    =Labview 7.0 & 8.0 & 8.5=
    =====================

    Hi,
    Don't know why you want a 2D array, this VI puts the results in a bundle.
    Just because it seems more practical to me (there's less room for
    mistakes)...
    The VI works as follows:
    The max value is returned, incl. it's index.
    Then it is replaced by the original minimum value, minus one.
    If the last found maximum is the (original) minimum, everything is skipped.
    If you really want a 2D array, instead of a bundle, replace the contant with
    an empty 2d array, the bundle with a build array, and the indicator with a
    2d array...
    Regards,
    Wiebe.
    "asd iyvjh" wrote in message
    news:50650000000800000017AC0000-1066448259000@exch​ange.ni.com...
    > I try to find out the 100 maximum elements in a 4D array and then I
    > want to put the result in a 2D ar
    ray, Which should show me the
    > locations of the elements and the values of those elements
    [Attachment Max 100 Values From 4D Array.vi, see below]
    Attachments:
    Max_100_Values_From_4D_Array.vi ‏45 KB

  • How to find out the memory status of RT PXI controller from host?

    I want to find/read the memory status of the RT controller from host programmatically. Can any one have any idea about it? If yes can please share your valuable suggestion.
    Regards
    Vijay

    Hello Vijay,
    Check out the attached example, it monitors the CPU usage as well as the memory usage. You will need to install our STM component that you can download here:
    http://zone.ni.com/devzone/cda/epd/p/id/2739
    Message Edited by Jimmie A. on 06-12-2008 03:08 AM
    Regards,
    Jimmie Adolph
    Systems Engineer Manager, National Instruments Northern Region
    Bring Me The Horizon - Sempiternal
    Attachments:
    CPU and Memory Tracker1.zip ‏150 KB

  • How to Find out What host is Sending Failed LDAP attemps from CUCM

    Hello,
    I have a strange issue.  I have a customer who has CUCM / UCCX / Presence and Unity Connection installation on a BE6k.  A couple times a week one of the users is reporting that her account is locked out.  When we take a look at the audit logs on the AD servers all the failed attempts are coming from the CUCM subscriber (usually about 10 failed attempts in a 3 minute time frame).  I've verified this in the CUCM tomcat security traces, however I can't find any logs that shows me the device that the attemps are comming from.
    This user is a Jabber / UCCX user so it could be one of these applications.  The strange part is sometimes she is locked out when her primary machine isn't even on.  Obviously it might be another device on the network she has logged into but i'm wondering anyone knows of any traces that may help me.  I've looked the regular tomcat logs but didn't find any detail there. 
    Thanks.

    We are having a similar issue.  We started using Cisco AnyConnect about a month ago full time (Not sure if this has any bearing on issue).  We have Cisco Jabber for Windows version 10.6 (Under advanced settings, Account type is set to Cisco IM and Presence with use following server checked and our Cisco Unified CM IM and Presence Administration Server IP entered), and when the user attempts to login to jabber, our CUCM Service Account (CUCMLDAP) locks out and nobody can login to Jabber, or any of our GUI interfaces for CUCM, Agent or Supervisor Software for UCCX.  We are having to unlock the service account many times a day.  Any assistance would be greatly appreciated.
    Thanks

  • HOW WE FIND OUT OPEN PURCHASE ORDER AND CLOSED PURCHASE IN THE TABLE?

    HI,
    PLZZ HELP ME.
    what are fields names for open purchase order and closed purchase order
    thanks

    Hi param,
    Go to mseg table, pass the purchase order number and purchase order item. if the mseg-menge = ekpo-menge for the corresponding purchase order then consider the purchase order is close, else it is still open. even check if the entries are not there for corresponding purchase order in mseg table then also it is open.
    select mblnr zeile matnr menge from mseg into it_mseg where ebeln = it_ekko-ebeln
    and    ebelp = it_ekpo-ebeln.
    if sy-subrc <> 0.
    then consider the purchase order is open.
    This is the first case.
    even u can consider like this
    if sy-subrc = 0.
    if it_ekpo-menge > it_mseg-menge.
    then also the purchase order is open.
    Regards,
    Santosh Kumar M.
    Award points if it is useful.

  • How to find out whether a particular changed by some user

    Hi gurus,
                I am just trying to figure it out how to find out whether a particular user has changed a particular table or not. In other words table changes history. If any of you know about it please let me know.
    Thankyou
    Jason

    Jason,
      Ajay mentioned changes to Table not for Data. If you are looking for Changes to Table Data... you need to check System Log SM21. check for that perticular period.
    Nagesh Ganisetti.
    Assign points if it helps.

  • How to find out the structure stored field  value in a standard program

    Hi Gurus,
    Please suggest me how to find out the structure field stores the value in which table.
    Exanple : i have a strutured field in T.code cj31 is BPDY-WERT1 and it is stotring value 10,000,000.00. know i need to find out in which table this value is storing .
    Please suggest me its urgent.
    Thanks in Adavance!!!
    Points will be rewarded.......
    Regards,
    Kranthi

    hi,
       Go to transaction ST05,Click activate trace with filter,Give the transactio name as cj31,Go to the transaction and navigate to the place where the particular field is present, then again go to st05 ,Deactivate the trace and display the trace.
    Now u can see how the data is fetched ,U can even go to display mode of the same transaction cj33
    Thanks
    San

  • How to find out whether Oracle database was upgraded ??

    Hi,
    I need to find out whether my Oracle database was upgraded, If yes how to find out by SQL query .I know their is database_properties table, but when I try to query that it didnt gave me the output which I required.
    Like in SAP we have uvers table which keep info about the upgrade history, whether such history is avaliable in oracle ?? . Iam looking out for output which is like old database Release 9.2.0.7 and new database release 10.2.0.2.
    Whether similar such history is maintained in Oracle database.
    Awaiting for your feedback.
    Kind Regards
    Neenad

    Hi all,
    After checking all the material,I dont think prior to 10g, oracle register its earlier version.
    The views of v$version show the current version for various components and also dba_registry displays info about catlog/catproc versions.
    In 10g, you can use the following query to know the version when the database was broughtup.
    select startup_time,version,db_name from dba_hist_database_instance.
    Anways thanks to all of you.
    Kind Regards
    Neenad

Maybe you are looking for

  • S_ALR_87012178 currency

    Hi, i need to display the report s_alr_87012178 with a currency different form the local courrency. I've choose the following values OI sorted list sorting (1,2) 2 Summarization Level (0-6) 6 OI list summarization (0-2) 1 but the system changes the O

  • "you must first sign in to iTunes Connect and sign the relevant contracts": how?

    I'm trying to get my iBook (made in iBooks Author) up on the iTunes store and am stuck. I now have an iTunes Connect account into which I can sign in.  When I try to use iTunes producer, and enter my login info (which works on the browser), it tells

  • If I 'Buy More Storage,' can I have more pics in Photo Stream?

    Right now, I have all of my pics and videos that are in my iPhoto (7000+) in my MobileMe Gallery so I can access them on my iPhone.  Photo Stream says it can only store 1000 pics but If I buy more storage, will I be able to store all 7000+ pics and v

  • Software Download

    I purchased a Software License for Photoshop CS6 from Dell.  How do I download the software?

  • How can I keep left- and right-aligned paragraphs together on the same line?

    I am currently trying to typeset a menu. Basically, I want the Dish Title to be left-aligned and the Price right-aligned - but on the same line. I can achieve the effect by typing in a shift+tab after the Dish Title text and then inserting the price,