How to find the backend systems from the CRM?

Hi!
I just get a CRM system. I wonder whether there is any backend
system connected to it.
Could you tell how to do that? SM59?
Thanks!

Hi Jennifer,
Go to:
Customizing /SPRO/
SAP Implementation Guide\Integration with Other mySAP Components\Strategic Enterprise Management\Define Target System (SAP R/3, SAP BW)
Allot points, if helps.
Martin Kuma

Similar Messages

  • Error when reading the ID of the business system from the SLD

    Hi,
    I am working on a scenario JDBC - XI - BW (ABAP Proxies). I configured all the steps required to connect XI & BW systems. The SLDCHECK transaction is all green. I was able to connect to SLD from BW using SXMB_IFR tcode too. I was able to look at all the XI Repository interfaces from SPROXY tcode in BW. Created a new ABAP proxy (class interface and method) for the message interface in XI from BW (SPROXY Tcode). Created all required config in XI Directory. Got the message from JDBC adapter, mapping done successfully, and the message failed in the CALL Adapter Step.
    The error is "Error when reading the ID of the business system from the SLD for system BWS and client 100."
    What could have gone wrong. Thanks in advance.
    Srini

    Hi,
    :::::::One Should Have the Following Roles AS A XI Developer With Out Admin Rights ::::::
    1) SAP_XI_Developer_ABAP +
    2) SAP_XI_Developer_J2EE  +
    3) SAP_XI_MONITOR_ABAP   +
    4) SAP_XI_MONITOR_J2EE    +
    5) SAP_SLD_ADMINISTRATOR +
    6) SAP_XI_BPE_MONITOR_ABAP +
    7) SAP_XI_DEMOAPP
    8) SAP_XI_DISPLAY_USER_ABAP +
    9) SAP_XI_DISPLAY_USER_J2EE +
    Regards
    Sesh

  • Sending an opportunity or an offer to the ERP-system from the C4C-platform

    Hi Colleagues,
    We have been configuring and customizing the C4C platform during the last few weeks. Everything looks good so far and we are able to replicate materials, customers and address data, but we have a question considering offers and opportunities: So far we have not been able to find out how to send an offer or an opportunity from the cloud platform to the ERP-system in order to create a follow-up document there.
    For example:
    - we create an offer on the cloud platform
    - we send this offer to the erp-system
    - within the ERP-system an order is created using this offer.
    There used to be the button "Create SAP ERP order" under "actions" in the cloud platform but unfortunately that button does not seem to exist
    anymore.
    Do you happen to know how we can now startup said exchange between the cloud platform and the ERP-system? Is there any reference for it?
    Thank you in advance.
    Leonardo

    Hello Leonardo
    Did you use the integration guide for the other scenarios?  The integration guide also includes how to create inquiry from opportunity on ERP. You will need to scope this before you see the option from the Actions in the Opportunity.  the opportunity may also have to be set to in process before you can see this as well - I'm not sure about that.
    Have you seen this in the integration guide on https://service.sap.com/cloud4customer ?
    Regards
    Ginger

  • How to find open line items from the BSID table

    Hello Guru's
    I need some fever from you......... please any one tell me that How to find the open line items from the BSID table .
    please replay ASAP..
    Regards,
    Raghunath.S

    Hi Raghunath
    BSID and BSAD are Secondary Index tables for Customer line items. All customer open items are stored in BSID table and Cleared items are stored in BSAD table.
    Regards,
    Venkat

  • How to find top n data from the alv report

    hi abapers
    i have alv report is displaying  2 columns material and rate.
    i want to get only top 50 rate along with material  on the same screen  as we do similar thing in Tcode MC.5 pressing top n.
    i m trying to find the solution for this for last 2 months
    can u provide me the code how to do this as i m not able to understand mc.5 code for top n function.

    Hi Deepika,
    if you want the top 50 in the same screen, you can try the below logic.
    Here assume that it_tab is the tbale displayed through ALV and user command
    TOP_50 is to get the top 50 rate.
    FORM user_command USING
         r_ucomm LIKE sy-ucomm.
      DATA lit_grid TYPE REF TO cl_gui_alv_grid.
      CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
        IMPORTING
          e_grid = lit_grid.
      CASE r_ucomm.
         WHEN 'TOP_50'.
          it_tab1 = it_tab. "Copy to another tab
          REFRESH it_tab. "Clear the original
          SORT  it_tab1 BY rate. "Sort by rate
          DO 50 TIMES. "Only for top 50
            READ TABLE it_tab INTO wa_tab INDEX sy-index.
            APPEND wa_tab TO it_tab. "Fill the original tab
          ENDDO.
    "Refresh the ALV
          CALL METHOD lit_grid->refresh_table_display.
    ENDCASE.
    ENDFORM.
    Regards,
    Manoj Kumar P
    Edited by: Manoj Kumar on Mar 3, 2009 9:36 AM
    Edited by: Manoj Kumar on Mar 3, 2009 9:39 AM

  • Urgent how to find transaction & exit name from the name of include program

    hai
    i want to know the transaction that is executing
    the exit which includes the include name
    as "LVKMPFZ2"
    can anyone tell me the procedure (dont forget steps )
    to know the transaction
    (but this program is include SAP automatic credit control configuration)

    Hi Kiran,
    I think this is related to credit management,
    See,
    FD24    Credit Limit Changes
    FD32    Change Customer Credit Management
    FD33    Display Customer Credit Management
    FD37    Credit Management Mass Change
    Hope this help
    Juan
    Please reward with points if helpful

  • How to find switch crash information from the syslog? wil there be any keywords found in syslog

    We have syslog collecting application server, I would like to find a key word that will help me to identify and alert me incase of any switch in the environment get crashed.

    Thanks Leo. I have identified a keyword "%PLATFORM-1-CRASHED" in the stack member switches. 
    I'm not sure why this message is not appearing on the master switch.
    Do you know ,is there any configuration we have do to see the critical logs of stack members in the master switch???

  • Connect to a backend system with the BI connector via Visual Composer

    Hi all,
    I set up a system landscape on my notebook with the NW2004s ABAP as NSP and with the NW2004s JAVA SP7 as J2E. Both systems are integrated in the SLD, this is set up. Furthermore I installed a BI system alias as NSP_XMLA in the portal with the URL for the backend system: http://localhost:8000/sap/bw/xml/soap/xmla.
    I have the same user on portal and backend system NSP. Both have admin previleges.
    When I try to logon to the backend system with this URL I get this error:
    "No switch to HTTPS occurred, so it is not secure to send a password"
    " Choose "Logon" to continue A dialog box appears in which you can enter your user and password"
    Then I can logon to the server and get a lot of XML.
    But I have to manually logon to the system.
    From the portal I cannot logon to the backend system with the test function. I get the error:
    Alias is found, but connection failed.
    I guess there must be an automatic logon preconfigured.
    How can I do this?
    Is SSO necessary?
    thanks for any help

    Hi Gregor,
    thanks for your answer, which was intersting but could not solve the problem. In the meantime I discoverd the reason for it.
    You have to insert the connection URL to the BW system at 2 points in the system.
    1. You have to configure the XMLA connector with the Visual Administrator.
    2. You must implement a system in the portal where you configure all necessary information, also the URL to the BW system.
    This seems somewhat strange to me because you will then not be able to connect with two or more BW systems to the portal and VC what is centainly necessary in a real world scenario. Anyway I can now see all Infoproviders of the BW system in the VC, and SSO isn't necessary because you configure the information to login to the BW system directly in the configuration of the XMLA connector in Visual Administrator.

  • Need to find the backend system used by HCM P&F

    we have a dedicated e-Recruiting system installed separately from ERP (HR).
    we are using MSS iview "create requisition request" (this is used in the eRecruiting process).
    I need to find (and confirm) that this process is using the correct backend SAP system.
    where in the HCM process and forms is the backend system specified?
    as per
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/5c/ae73e177294f31b40e13039951a119/content.htm
    in the process configuration, there is an object "Generic Service":
    Generic Service
    Filter: S_REQUI_REQUEST
    HRMSSRCF_REQUISITION and
    HRMSSRCF_REQUISITION_ADVANCED
    Back-end system access via RCF to SAP E-Recruiting system
    but I was not able to find the e-Recruiting system defined in there.
    any idea where I can find the e-Recruiting system? I just need to make sure we are using the correct system.
    thanks,
    Tiberiu

    Hello Tiberiu,
    the HCM P&F scenario does not need to identify a HR Core backend system. It is already processed there. The complete MSS requisition request process is running on the system which has PA, OM and so on installed. Once the process is done the requisition is created on the e-recruiting system via a RFC call. The RFC is also used to populate the dropdowns in the adobe form.
    So the HCM P&F scenario needs to know where to find the E-Recruiting system. This is defined in T77S0 under ERMSS LOGSY. This can be either maintained via SM30 or in IMG under path Integration with Other mySAP.com Components -> Business Packages / Functional Packages -> Manager Self-Service (mySAP ERP) -> Recruitment -> Assign E-Recruiting System Name on the HR server.
    Best Regards
    Roman

  • How to mount a sharepoint server from the finder

    Can anyone help me with how to mount a microsoft sharepoint services server from the finder. I need to do this because I want to use the collaboration features in Acrobat 8. In order to create a shared review I need to be able to open the document from the sharepoint site with the full version of acrobat and I cannot do that from the web browser. From a PC I would choose to add a network location and the wizard creates a network location in the explorer, then I can access the sharepoint site (across the internet) like another file folder on my local network. I cannot seem to figure out how to accomplish the same thing on the mac. When I put in the URL for the share point site in the connect dialog from the finder it opens a webdave dialog box asking for a domain name and I have no idea what that is and it tells me the password or user name is not correct. Any help would be appreciated

    You might want to pose this question in the networking forum too.

  • How do I transfer live video from the iPad to my Apple TV.  Seems there is a key stroke but I find no reference anywhere

    How do I transfer live video from the iPad to my Apple TV.  Seems there is a key stroke but I find no reference anywhere!

    http://support.apple.com/kb/HT4437
    Regards.

  • How to replicate customer fields in the  backend system.

    Hi All,
    I need to transfer PO customer fields that were created in the SRM system to backend SAP system.
    I am using Extended Classic Scenario in SRM and SRM Version is 5.0.
    I am able to replicate the data created in SRM system to the backend.
    How ever, I found the following BADI while debugging.
    1. BBP_DOC_SAVE_BADI
    2. BBP_CTR_RELVAL_ICC
    3. BBP_DOC_SAVE_ICC
    4. BBP_F4_SAVE_DB
    5. HRSYNC_P
    Hence, please tell me which BADI, I need to use to send my customer fields to the backend system.
    Regards,
    Venky.

    Hi
    As Disha told, <u>You need to create a customer Implementation of any othe BADIs using SE19 Transaction.
    Say, you create an active customer Implementation of BBP_ECS_PO_OUT_BADI...</u>
    <u><b>See links given in earlier reply for detailed sample code.</b></u>
    <u>Write the following sample code (pls change it as per your business requirement)</u>
    METHOD if_ex_bbp_ecs_po_out_badi~bbp_b46b_po_outbound.
    ** Customer fields
    MOVE 'POHEADER' TO w_customer_fields-refobject.
    *PO approver
    MOVE 'ZZAPPROVER' TO w_customer_fields-fieldname.
    MOVE is_header-zzlastapprover TO w_customer_fields-container.
    APPEND w_customer_fields TO ct_bapi_customer_fields.
    *SC Date
    MOVE 'ZZSCDATE' TO w_customer_fields-fieldname.
    MOVE lv_scheader-created_at TO w_customer_fields-container(15).
    APPEND w_customer_fields TO ct_bapi_customer_fields.
    *Requester Org
    MOVE 'ZZORGA' TO w_customer_fields-fieldname.
    MOVE w_requester_orgunit TO w_customer_fields-container.
    APPEND w_customer_fields TO ct_bapi_customer_fields.
    endmethod.
    <u>BBP_PO_INBOUND_BADI in R/3.</u>
    method IF_EX_BBP_PO_INBOUND_BADI~BBP_MAP_BEFORE_BAPI.
    data wa_customer_fields TYPE BBPS_IF_CUSTOMER_FIELDS.
    data : WA_BAPI_TE_MEPOHEADER type BAPI_TE_MEPOHEADER,
    WA_BAPI_TE_MEPOHEADERX type BAPI_TE_MEPOHEADERX.
    data WA_EXTENSIONIN TYPE BAPIPAREX.
    data txt_960(960) type c.
    *** EKKO Customer fields.
    *PO Number
    move BBP_POHEADER-PO_NUMBER to WA_BAPI_TE_MEPOHEADER-PO_NUMBER.
    move BBP_POHEADER-PO_NUMBER to WA_BAPI_TE_MEPOHEADERX-PO_NUMBER.
    *ZZAPPROVER
    READ TABLE BBP_CUSTOMER_FIELDS INTO wa_customer_fields
    WITH KEY refobject = 'POHEADER'
    fieldname = 'ZZAPPROVER'.
    IF SY-SUBRC EQ 0.
    MOVE wa_customer_fields-container TO WA_BAPI_TE_MEPOHEADER-ZZAPPROVER.
    WA_BAPI_TE_MEPOHEADERX-ZZAPPROVER = 'X'.
    endif.
    *ZZSCDATE
    READ TABLE BBP_CUSTOMER_FIELDS INTO wa_customer_fields
    WITH KEY refobject = 'POHEADER'
    fieldname = 'ZZSCDATE'.
    IF SY-SUBRC EQ 0.
    MOVE wa_customer_fields-container TO WA_BAPI_TE_MEPOHEADER-ZZSCDATE.
    WA_BAPI_TE_MEPOHEADERX-ZZSCDATE = 'X'.
    endif.
    *ZZORGA
    READ TABLE BBP_CUSTOMER_FIELDS INTO wa_customer_fields
    WITH KEY refobject = 'POHEADER'
    fieldname = 'ZZORGA'.
    IF SY-SUBRC EQ 0.
    MOVE wa_customer_fields-container TO WA_BAPI_TE_MEPOHEADER-ZZORGA.
    WA_BAPI_TE_MEPOHEADERX-ZZORGA = 'X'.
    endif.
    CLEAR txt_960.
    CLEAR WA_EXTENSIONIN.
    write WA_BAPI_TE_MEPOHEADER to txt_960 left-justified.
    WA_EXTENSIONIN-STRUCTURE = 'BAPI_TE_MEPOHEADER'.
    WA_EXTENSIONIN-VALUEPART1 = txt_960(240).
    WA_EXTENSIONIN-VALUEPART2 = txt_960+240(240).
    WA_EXTENSIONIN-VALUEPART3 = txt_960+480(240).
    WA_EXTENSIONIN-VALUEPART4 = txt_960+720(240).
    append WA_EXTENSIONIN to BAPI_EXTENSIONIN.
    CLEAR txt_960.
    CLEAR WA_EXTENSIONIN.
    write WA_BAPI_TE_MEPOHEADERX to txt_960 left-justified.
    WA_EXTENSIONIN-STRUCTURE = 'BAPI_TE_MEPOHEADERX'.
    WA_EXTENSIONIN-VALUEPART1 = txt_960(240).
    WA_EXTENSIONIN-VALUEPART2 = txt_960+240(240).
    WA_EXTENSIONIN-VALUEPART3 = txt_960+480(240).
    WA_EXTENSIONIN-VALUEPART4 = txt_960+720(240).
    append WA_EXTENSIONIN to BAPI_EXTENSIONIN.
    endmethod.
    Hope this will help.
    Regards
    - Atul

  • Wherre can I find how to backup my recent purchases from the I tunes store?

    Where can I find how to backup my recent purchases from the I tunes store?

    I suspect you're looking for a replacement for the backup to disc option.
    Try this thread...
    tt2

  • How to find the costliest course from the below table.

    dear experts,
    please help me to find the costliest course from the below data
    COURSE         CCOST
    pgdca           4500
    dca             7200
    mca            22000
    dcp             5000
    pgdca           4500
    dap             6200
    dcap            5200
    hdcp           14000
    pgdca           4500
    dca&p          11000

    Then read the FAQ for how to post a question on the forum.
    1. You didn't say anything about using an Oracle database or what your 4 digit version of Oracle is.
    2. You didn't provide a table name, the table DDL or insert statements to create the table and data
    3. You didn't post the queries that you tried to write and tell us whether they work or not.
    4. You didn't tell us when this homework assignment is due or that you needed a query.
    This isn't a coding service. The forum is to help you with questions or issues you are having with YOUR queries.
    No one can write a query without having a table. If you want help post the info requested above.

  • How does the production system take the benefit from user-exits.

    How does the production system take the benefit from user-exits.

    and it is not the production system that benefits. its the company and the people working with SAP that benefits from the user exits which allow SAP to be altered for the company specific situations.

Maybe you are looking for

  • MacBook Pro freezes randomly and stops audio then continues in a few seconds sometimes minutes.

    My Mac has been acting up for the past 2 days. It freezes at random times and cuts off audio as well. I've repaired disk permissions and that kind of seem to help a bit in term of how often the problem happens. Still freezes at random times. I know C

  • Auto Closure of the PR once the PO is made

    Hi !Friends , My requirement is such that once the PO is made reference to that  PR it should get closed (tick mark on the closed box in Item detail) Do we have any user exit or Badi for this , if so kindly share them. Thanks in advance

  • Reading Structured XML the Repeater gives an error

    Hi I have seen some good answers on this forum and I am looking for some assistance please. I have read in xml documents fine from a iDoc Listener and now I want to update the Production orders with a BAPI. the xml that I get from the Production syst

  • My pen tool won't work

    my pen tool won't work when i click on it, is there a way to get it working again?

  • Reports 6, SRW.SET_CUSTOM_SPACING(spacing) - VGS Units

    Hello everybody. I'm using Reports 6. I've been wondering for a while, how exactly VGS-Units work. I've used them in Format triggers of text-fields to set custom spacings like this: function YT_FormatTrigger return boolean is begin SRW.SET_CUSTOM_SPA