Retrival of tel no. and mob. no for a Business Partner (SAP IS-U)

Hi,
There is a requirement in my report where-in i need to display the telephone number and the mobile number of a business partner contained in Address-Independent Communication.
Do you how we can retreive these number preferably from TABLES ?
Regards,
Imran

Irrespective of the module of SAP you can find the tables of any fields
goto se80
|
click on repository information system
|
expand ABAP Dictionary
|
expand fields
|
double click on table fields
on the right side of the screen enter the fieldname/description of the field and press execute to find the tables where the field is present. once you get into one table you can know the others by clicking on the where used list.
regards,
srinivas

Similar Messages

  • 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.

  • Error while changing the PO BOX value for a Business partner

    Hi Friends,
    We are getting an error when we try to change the PO Box value for a Business Partner.
    We have the dependency like when we give the value for the PO Box we also need to give the postal code value. And also we have a specific format for the Postal code. We gave both the values (a valid postal code) and try to save the details, then error message "The attribute GUID of Organization (a Contact Person is assigned to) of the Business Object contact person is not valid" is displayed. We have no clue why there is a conflict for the contact person details.
    Can any one suggest the reason for this?
    Thanks & regards,
    Swarna Seeta

    Hi Swarna,
    You are getting this message not because you have entered wrong Post code .It will come even if you try to change some other field and save it. This is because on saving a business object, the framework tries to validate all the associated objects depending on the relation.In this case the data in the mobile client is either not present or is no longer valid.
    Check if the field of the Business object which is being shown as invalid, has some data in the table. Check the combo associated to it and from where the combo is doing the validation. The table from where the combo is doing the validation does not have that data and so the value is invalid.
    Also compare the number of entries in smokna1sht table in ides and in CDB.
    Regards
    Vivek

  • Set order block for new business partner

    Hi experts,
    I have the requirement to set the order block for a business partner (based on some attributes) at the moment when it will be created or changed.
    I tried to use the BAdI BUPA_GENERAL_UPDATE where I am using the FM CRM_BUPA_FRG0050_READ/ CRM_BUPA_FRG0050_GET_DETAIL to retrieve the already existing status data and the FM CRM_BUPA_FRG0050_CREATE/ CRM_BUPA_FRG0050_CHANGE to add or change this data.
    In the SAPGUI at least the update scenario (CRM_BUPA_FRG0050_CHANGE) is working.
    In the WebUI application none of the both is working: In the create scenario the application is even dumping (SAPSQL_ARRAY_INSERT_DUPREC) but this dump happens in an other implementation of this BAdI!
    In the BP update scenario nothing happens though the UI will be refreshed by some coding like
    lr_bol_core = cl_crm_bol_core=>get_instance( ).
    lr_bol_core->modify( ).
    Is there something wrong or missing or is there a better BAdI to achieve this requirement?
    Thanks for any help!
    Regards,
    Wolfhard
    PS: I found another post which covers exactly my requirements but unfortunately without a solution...
    [Re: Update of BP General Data during creation of BP]

    Hi Bruce,
    I propose to select the right value programmatically and then hide the original combo box (use the FromPane / ToPane properties - better don't disable it or make it invisble) and display a disabled EditText item which displays the pricelist which should be applied to new customers when the Form is switched to - or launched in "Add" mode.
    When the form is switched to other modes than "Add" reactivate the original ComboBox...
    HTH,
    Frank

  • Count of number of campaigns executed for a business partner?

    Hi all
    I'm hoping someone can advise me on how to fulfil this requirement. Basically I need to find a way of ensuring that customers are only included in a maximum of five campaigns per month.
    My current idea centres around
    1) Creating an interaction object for each business partner every time they are included in an executed campaign
    2) To execute a custom-developed program (or a BW query?) that will count the number of interaction objects created per business partner in the past month and write the count value to a marketing attribute called "campaign count" assigned to each business partner
    3) Exclude any business partners with "campaign count" >=5 from the target group of future campaigns
    I'm sure there's a cleaner and better way of doing this. Can anyone point me in the right direction?
    Thanks
    Mike

    Greetings from ABAP General.
    Please do not leave meaningless comments when closing age old threads only to make room for new ones.
    The comment box can be left empty. Only fill it when you have something to say about the solution that might help the community.
    Thanks
    Thomas

  • Marketing attributes for a business partner

    Hi,
    how can I input marketing attributes for a business partner with a BAPI?
    Or can I use BATCH-INPUT (the transactions is "BP")?
    Thanks and best regards.

    Hi JoJo,
    I don't know about LSMW. But I have done something similar in a program by calling the following function module in a loop for each of the business partner:
    CALL FUNCTION 'CRM_MKTBP_CHANGE_BP'
          EXPORTING
            IV_PROFILE_TEMPLATE_ID = lv_attribute
            IV_PARTNER             = lv_partner
          TABLES
            IT_IMP_SELTAB          = lt_attr
            ET_RETURN              = et_return.
    Here you can provide the attribute set in lv_attribute
    and business partner in lv_partner. lt_attr contains all the attributes (name and value).
    Example:
        ls_attr-atname = 'Z_CUST_TEAM_ASSGN'.
        ls_attr-atwrt = 'Test Team'.
        APPEND ls_attr to lt_attr.
    Hope this helps.
    Regards,
    Chandrika

  • Designate multiple languages for a Business Partner

    In the province of Quebec (Canada), contacts for a Business Partner can either be French or English. When creating a Marketing Document, I would like to be able to use the Language setting found under the Logistics Tab to select either a French or English version of a PLD template that is marked as default for that client.
    This means that a BP can be associated to multiple language versions of the same PLD.

    Thanks for your reply.
    I need the have each LOS ( Location of sale or location of delivery) of Business Partner because we will deliver items for the LOS and not for BP.
    As we also need to control (serial numbers) items & services ( field management) I also need to have the LOS as BP.
    As example:
    BP name AAA have 30 LOS.
    BP AAA bought 2000 items.
    BP AAA ask us to old theses items in warehouse.
    BP AAA request to delivery a x quantity in LOS 1, 2,3,4,...
    The invoice went to BP AAA, but the deliveries will be to each LOS of BP AAA.
    As I said we need to have the field services working side-by-side with serials numbers and services for each LOS of our BP AAA.
    So, we have subcustomers from big customer BP AAA.
    Do we have any way of having all subcustomers(LOS) as BP, along with the real customer AAA?
    Thanks in advance,

  • Enter at least one number for the business partner

    Hi Experts,
    SRM 5
    Classic scenario
    R/3 4.6c
    I am trying to execute users_gen transaction for integrating the user with the org. structure. However upon doing so I get an error message "Enter at least one number for the business partner"
    Please provide pointers on the cause for this and how it can be rectified.
    Thanks.
    Regards,
    Amish

    Hi Muthu,
    I am integrating a single user at a time - through users_gen.
    Infact I am getting the same error message while moving the users within the org. structure.
    Steps -
    1. Execute users_gen
    2. Select the user to be integrated
    3. Click execute check mark
    Please provide any pointers.
    Regards,
    Amish

  • Days Sales Outstanding DSO for a Business Partner

    Hi ,
    Any idea how to use the Method of Least Squares (MLS), to compute Days Sales Outstanding DSO for a Business Partner?  suggestions?

    Hi,
    In  the BP go to Sales Area Data and select sales tab. In that select the sales Org,D.Channel,division for which you want to maintain and enter all the detail in all the tabs (shipping,Sales,Billing etc) and save the BP.
    Regards
    Vinod

  • Are there any bapi for create Business Partner

    Dear Sir,
    Do you know  are there any bapi for create Business Partner in CRM
    Please advise.
    Thank you and best ergards,
    Vimol

    Dear Vimol,
    BAPI_BUPA_CREATE_FROM_DATA     ......SAP BP, BAPI: Create Business Partner
    BAPI_BUPA_FS_CREATE_FROM_DATA  .......SAP BP, BAPI: Create Business Partner
    BAPI_BUPA_FS_CREATE_FROM_DATA2 .......SAP BP, BAPI: Create Business Partner
    Hope this will help.
    Regards,
    Naveen.

  • The visit frequency specified for the business partner

    Hi.
    Anybody knows how I can specificy the visit frequency specified for the business partner ?
    CRM  Mobile  5.0
    Thanks.
    Antonio.

    ok, in transaction FPP3, for a given business partner, you can see the standard address and connection object address.
    Is there any function module which can enable me to change the connection object address.

  • Extract Mobile Phone for CRM Business Partner

    Hi Experts
    I would like to extract the mobile phone number for a business partner from CRM. Transaction BP shows the number in the address tab, communication area together with the telephone number and the fax number.
    The business content DataSource 0BP_DEF_ADDRESS_ATTR delivers only the telephone number and the fax number. Does anyone know of a DataSource that also delivers the mobile phone? Otherwise, in which table is the mobile phone number stored?
    Thanks in advance
    Daniel

    Hi Daniel,
    I'm currently attempting to extend the 0BP_DEF_ADDRESS_ATTR for the same reason, and sending support call to SAP to see if standard extractor can be updated to include mobile number.
    Can you give more detail on how you extended?
    We have appended a field to the extract structure & are now trying to fill it from ADR2 where r3_user = 3
    In particular a copy of any code you added to EXIT_SAPLRSAP_002 would be helpful.
    Cheers
    Don

  • How can one see all printdocuments for a business Partner

    How can one see all printdocuments for a business Partner(only transaction, no table please)
    Thx

    Avajit,
    Use T-Code CORRHIST
    Hope this helps
    Rgds
    Rajendra

  • How to choose switches, ipphones and copy machine for small business?

    Hello,
    I'm designing a network system for Nextrio Company. Right now, I'm going to choose a copy machine which has fax function; a small switch which could connect this copy machine and several other computers; several ip phone for small business.
    Could you tell me the type and cost of these devices I should choose?
    Many thanks,

    Hi Hanhan,
    For the least amount of operational expernditure, and for great functionality at a small business price, I would suggest humbly that you look at the 300 series switch family.
    The tolly group comparative report on our switch can be seen at the following link.
    http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps10898/Cisco300SeriesLANSwitchComparison.pdf
    I would suggest you check out the following models and get pricing. the switches come in 10/100Mb/sec speed or Gigabit speeds depending on the switch port count  and your needs;
    Model Name
    Your ordering P/N
    Description
    Fast Ethernet - access port 10/100MB/sec
    SF300-08
    SRW208-K9
    • 8 10/100 ports
    SF302-08
    SRW208G-K9
    • 8 10/100 ports• 2 combo* mini-GBIC ports
    SF302-08P
    SRW208P-K9
    • 8/10/100 PoE ports• 2 combo mini-GBIC ports
    SF302-08MP
    SRW208MP-K9
    • 8 10/100 Maximum PoE ports
    • 2 combo mini-GBIC ports
    SF300-24
    SRW224G4-K9
    • 24 10/100 ports
    • 2 10/100/1000 ports
    • 2 combo mini-GBIC ports
    SF300-24P
    SRW224G4P-K9
    • 24 10/100 PoE ports
    • 2 10/100/1000 ports
    • 2 combo mini-GBIC ports
    SF300-48
    SRW248G4-K9
    • 48 10/100 ports
    • 2 10/100/1000 ports
    • 2 combo mini-GBIC
    SF300-48P
    SRW248G4P-K9
    • 48 10/100 PoE ports
    • 2 10/100/1000 ports
    • 2 combo mini-GBIC ports
    Gigabit Ethernet - access ports 10/100/1000Mb/sec
    SG300-10
    SRW2008-K9
    • 8 10/100/1000 ports
    • 2 combo mini-GBIC ports
    SG300-10P
    SRW2008P-K9
    • 8 10/100/1000 PoE ports
    • 2 Combo mini-GBIC ports
    SG300-10MP
    SRW2008MP-K9
    • 8 10/100/1000 Maximum PoE ports
    • 2 combo mini-GBIC ports
    SG300-20
    SRW2016-K9
    • 18 10/100/1000 ports
    • 2 combo mini-GBIC ports
    SG300-28
    SRW2024-K9
    • 26 10/100/1000 ports
    • 2 combo mini-GBIC ports
    SG300-28P
    SRW2024P-K9
    • 26 10/100/1000 PoE ports
    • 2 combo mini-GBIC ports
    SG300-52
    SRW2048-K9
    • 50 10/100/1000 ports
    • 2 combo mini-GBIC ports
    regards Dave

  • How to change both start and end dates for an business event (or any object

    Hi all.
    We are in the case to change the validity dates for several business events in training management.
    The special point is that both, start and end date, have to be changed.
    In example, business event 00000001 is valid from 2010.01.01 to 2010.01.31 and shoud be "moved" from 2010.05.01 to 2010.05.31.
    So if i run RHBEGDA0 report to change start date first, it doesn't work propperly because new start date is bigger than old enddate.
    Next thing we thought is to change end date first, using RHGRENZ1, and then change the start date, with the report RHBEGDA0. Problem with this solution is that a business event duration shoud be calculated taking care of free days (weekends and day ofs).
    Is there any better solution for this?
    Thanks in advance for your help.
    Best regards.

    Hi,
    I gueass the best solution is to use PV1A t-code.
    You can write an LSMW for this t-code if the number of business events to be maintained is huge.
    Regards,
    Dilek

Maybe you are looking for

  • How to add attachments to a mail

    Hi experts!! I've been looking for a solution of the problem that I have through this forum but I haven't found anything that I can use in order to add attachments documents to the e.m.a.i.l. I'm trying to add a file using the followings FM, LIST FRO

  • CR2 to DNG. Any loss of quality or funcionality?

    Hi. So, the same questions arise with me but I can't get a definitive answer... 1. Adobe Bridge CS3 (and I presume CS4 as well) will "Convert to DNG" upon importing from your card reader. It's a simple checkbox option. Will this function convert 5DMK

  • How can I get my iphone5s to show up in my mac finder

    How can I get my iphone to show up in my finder.

  • Comments Missing/Opaque Boxes

    After upgrading to 6, my comments are missing. This was my principle way of sorting by subject name. The idea of rewriting comments for 28,000 photos is daunting. Usually, Iphoto5 crashed while I was naming and when I got it back on, the comments wer

  • Starting new with something old

    my tenant just handed me his old g3 imac because i am in dire need of a computer after mine stopped turning on and i've never used a mac before and have no clue what im to do with it... all of his old junk and clutter is on it along with plenty of un