Finding RFC's For WEBUI

Hi All,
User can create Quatation through WEBUI,backend CRM server will work,but CRM will pick the data from ERP system through RFC's.
Here i want to know that While creating or changing quatation through WEBUI,needs to find out waht program/FM triggered from ERP side.
I have information from the CRM system is Class CL_CRM_INTLAY_LORD2_ERPIL.
Is there anyway to dubug ERP system while craeting Quatation from WEBUI?
Please help me regarding the procedure ?
Thanks
Peddi reddy

Same programs for triggered SAPMV45A

Similar Messages

  • Finding RFC's for WEBGUI

    Hi All,
    User can create Quatation through WEBUI,backend CRM server will work,but CRM will pick the data from ERP system through RFC's.
    Here i want to know that While creating or changing quatation through WEBUI,needs to find out waht program/FM triggered from ERP side.
    I have information from the CRM system is Class CL_CRM_INTLAY_LORD2_ERPIL.
    Is there anyway to dubug ERP system while craeting Quatation from WEBUI?
    Please help me regarding the procedure ?
    Thanks
    Peddi reddy

    Same programs for triggered SAPMV45A

  • RFC metadata import error - Couldnu0092t find the branch for version with id

    Hi All,
    When re-importing RFC meta-data, system returned following error message   <i>Couldn’t find the branch for version with id = <version id></i>
    I am not able to delete the existing (already imported) RFC meta-data.  However, I am able to import the same RFC into a different Software Component.
    The error is described in SAP note – 710998, unfortunately, this note only references  XI 2.0
    Is there anyway other than these-
    1) Deleting a new SWCV and importing it and then import the RFC and make Release transfer from new SWCV to Old  SWCV. If so, is there any impact on my QA systems and Productions systems during transport.
    2) Deleting the existing SWC and Reimporting from SLD and trying to import the RFC again and redoing all the design
    3) Exporting the current SWC and deleting it and importing the same file and then trying out the RFC import.
    These options I just thought as an workaround solutions. Because i am not able to try these, as i don't have any test systems for this. Let me know any suggestions on these.
    Thanks in advance,
    Regards,
    Moorthy

    Yes, the used structures were imported from an old XI system. But I created the mapping new on the PI and put the used externel definitions manually to the mapping. That worked fine but now everytime when saving the mapping this error occurs. Btw both structures are used in other mappings, too, and they can be modified without any problems.
    Which jdk version do you mean? Client or server?
    Regards.
    Oliver.

  • Finding BAPI/RFC/FM For ME41(Create RFQ)

    Hi,
       Plz help me for finding Bapi/Rfc/Fm for t-code ME41(Create RFQ).
    Thanks,
    Sunil Sahoo

    hi
    we have BAPI'S for many requirements like
    BAPI_VENDOR_CREATE
    BAPI_REQUISITION_CREATE.
    BAPI_QUOTATION_CREATEFROMDATA
    you try this BAPI
    ME_CREATE_REQUISITION_EXT
    hope this helps
    regards
    Aakash

  • Finding BAPI/RFC/FM For inbound Delivery Display(VL33N)

    HI,
      PLZ HELP ME FOR FINDING BAPI/RFC/FM For inbound Delivery Display(VL33N).
    REGARDS,
    SUNIL SAHOO

    Hi,
    Check this link-
    http://www.sap-img.com/abap/how-to-find-bapi-for-particular-transaction-in-sap.htm
    Regards.
    Eshwar.

  • Finding FM/RFC/BAPI For PO list In Perticular Vendor

    Hi,
      Can u help for Finding PO list For a perpicular vendor.
      i.s i want to pass Vendor No as In put it will give list of PO as out put
    Regards,
    Sunil sahoo

    Hi
    Try the below code
    types : begin of ty_ekko,
               ebeln type ekko-ebeln,
               lifnr type ekko-ebeln,
              end of ty_ekko.
    data : it_ekko type table of ty_ekko,
             wa_ekko type ty_ekko.
    parameters : lifnr like ekko-lifnr.
    select ebeln lifnr into table it_ekko from ekko where lifnr = lifnr.
    loop at it_ekko into wa_ekko.
    write : / wa_ekko-lifnr,
                wa_ekko-ebeln.
    endloop.
    Regards
    Madhan
    Edited by: Madhan Doraikannan on Oct 8, 2008 12:23 PM

  • IDoc Status 02 ( Could not find code page for receiving system )

    Hi All,
    I am getting Idoc status 02 when I am trying to send IDocs from ECC to PI system ( Production ).
    Error description.
    Could not find code page for receiving system
    Message no. E0266
    Diagnosis
    For the logical destination PIP001, you want to determine the code page in which the data is sent with RFC. However, this is not currently possible, and the IDoc cannot yet be dispatched.
    Procedure for System Administration
    Possible causes are:
    1. The entry no longer exists in the table of logical destinations.
    2. The target system could not be accessed at runtime.
    3. The logon language is not installed in the target system.
    4. In the destination system, no logon language is maintained
    Please help.
    Thanks - Vinay.

    Hi Vinay,
    Status 02 occurs when data is not passed to port suceessfully. Check the RFC desination  is working fine and your able to connect to target system and also check correct port is assigned.
    Regards,
    Vinod.

  • Idoc Error: Could not find code page for receiving system

    hi,
    I am facing the following error while processing Idocs.
    ERROR: Could not find code page for receiving system
    Diagnosis
    For the logical destination BWFIN, you want to determine the code page in which the data is sent with RFC. However, this is not currently possible, and the IDoc cannot yet be dispatched.
    Can somebody suggest a solution for this. I have verified that the RFC destinations have been created both on the sender and receiver, ports (WE21) have been defined, and partner profiles (WE20) also created. How would I troubleshoot this problem?

    Hi,
    I did analyse on this issue.It is all because of the Langauge settings in the SM59.This can be done by the BASIS person.The Language field would be empty, but when ever we send the IDoc from the unicode to a non unicode system we have to mention the Langauage used.
    If this helps you really award me the points.
    ~Katty

  • Idoc failed in Bi system "Could not find code page for receiving system".

    Dear Experts,
    i am getting below error ,Idoc failed in Bi system "Could not find code page for receiving system".
    All the idocs have been successfully posted except one which is giving this error
    Idoc status 02 - could not find code page for receiver system.
    Please guide me
    thanks
    vamsi

    Hello Vamsi,
    check Note 647495 - RFC for Unicode ./. non-Unicode Connections
    If your ERP system sends e. g. chinese data to the SCM system, how should the system know which codepage to use? You have to set the MDMP flag in your ERP system in SM59 and configure in the MDMP extended settings which codepage should be used for what language.
    Please check this thread - IDoc error - Could not find code page for receiving system
    Hope it helps,
    Thanks & Regards,
    Amit Barnawal

  • RFC Adapters for EBP and SUS systems

    Hi!
    We have Extended Classic Scenario up and running and now configuring SUS integration. We have done SLD configuration already and via TR SLDCHECK (has been executed on SRM server) has seen that XI connection is fine.
    Now we have a question whether we need to configure RFC adapters for SUS and EBP systems? If yes, how can we do this?
    Best Regards,
    Siarhei

    you need to define RFC connections between SUS and EBP  , only if you want user synchronization between the systems....
    connection should be of type --> ABAP CONNECTIONS --> type 3
    and this is only optional and not mandatory .
    you can find more details at the following customizing entry..
    TRANSACTION SPRO
    --> Supplier Relationship Management --> Supplier Self-Services --> Master Data --->
    Maintain Systems for Synchronization of User Data

  • Could not find coding page for receiving system

    Hi,
    We have set up the configuration of RFC connections in SM59. We want to send an IDoc from a Unicode to a non-Unicode system. Message 'Could not find coding page for receiving system' appears. We activated some solutions described in OSS notes and added the required authorization to the communication user but it still doesn't work. What else can cause (solve) this problem?
    Regards, Jan

    Hello Jan,
    I had the following situation:
    After seup of an ALE/IDOC scenario with another SAP but Non unicode system sometimes the outbound PROJECT idocs failed with the error message "Could not find code page for receiving system". Status of Idoc was 02. When reprocessed some minutes later with report RBDAGAIN it worked.
    It turned out that for what'o'ever reason the connectivity was down for a very short time but long enough to get the Idocs failed.
    That's what I meant with the error text could be misleading.
    We solved this problem with a daily job with report RBDAGAIN for reprocessing.
    Regards
    Michael

  • Error "could not find code page for receiving system"

    Hello Everyone,
    We are trying to load data and receive the message:
    Could not find code page for receiving system
    We have searched notes and this forum and can't find anything.  We also checked WE20 and could not find anything wrong.
    Can someone please elaborate specifically what this error is and where to fix it?
    Thanks so much.
    Colleen

    I just upgraded to NW 2004 SR1, and when loading data from a non-unicoded R/3 system to our BW unicoded system I experienced the exact problem.  Here is the resolution that is stated in note #613389 (it's not very clear in the note).
    - Language “EN” must be specified in sm59
    - Under Special Options -> RFC Bit Options
    Make sure that “Use Found Communication Code Page” has a check mark.
    Once this was done, the data loads started completing successfully.

  • How to find RFC names in e-commerce application JSPs or in Java coding.

    Hi Experts.
    Please explain me ,how to find RFC names which were used in e-commerce b2b/b2c applications in Java coding using SAP NWDS IDE.
    Thanks in Advance!!!!
    Regards,
    Kiran

    There are two ways to do this.
    I. Create your own Session Log file
    1. Go to http://url:port/b2b/admin/index.jsp
    2. Login with Admin user id and password.
    3. Click on 'Logging' from the left hand navigation
    4. Click on 'Session Logging' tab
    Here you can start your e-commerce application using a URL and 'Start' session logging when you need it. When you 'Stop' the session logging, you will see a log file for download.
    II. View ISA Log files in the system
    The path varies based on how the log config was done. But usually, if you look in this folder structure on the Java Stack, you will see log files.
    .../JC00/j2ee/cluster/server0/log/applications/..
    I hope this helps.
    Pavan

  • SAP IDM 7.2: How to setup SSO functionality for WebUI of CRM and GRC?

    Hello IDM-experts,
    where can my customer find information about
    SAP IDM 7.2: How to setup SSO functionality for WebUI of CRM and GRC?
    Customer situation description:
    The situation is that we are using SAP IDM 7.2. We are using a functionality to allow our users to access a webpage from where they can gain
    SSO access to the Abap systems via the SAPGui. See screenshot as an example.
    Now what we want is to access the CRM and GRC WebUI also with the same SSO possibility. We cannot find any guide/best practice on how to do
    this or if it is possible via SAP IDM 7.2.
    You can see a weblink in the first screenshot but it does not work. It will ask you for a username and password, see second screenshot.
    Kind regards,
    Daniela

    Do you know how the SAP GUI SSO is setup ? Is it using SNC/Kerberos ?
    If it is (I suspect it is), then you will need to use similar method of authentication for the ICF Services. These cannot use SNC since they are accessed via browser, but what you want is possible.
    Thanks
    Tim

  • NetWeaver RFC SDK for AIX

    Hello!
    I'm looking for the new NetWeaver RFC SDK for AIX 5.3 (64bit) for compiling the sapnwrfc perl module.
    According the following note it should be available: https://service.sap.com/sap/support/notes/1025361
    However i can not find a downloadable file in the service marketplace.
    Is the AIX version not available right now?
    thanks in advance
    Willi

    Hi again,
    the Sap note I've mentioned in the original post is not the right one. The correct Sap note is 1025361 "Supported platforms for the NetWeaver RFC library and SDK".
    Sorry.

Maybe you are looking for

  • Service Purchase order Service PO

    In my Service PR, i maintain the price in Limits tab. When i create a PO referring this PR, the price will flow from the PR and it is not amendable. But i need to have the option of changing the price at the stage of PO. Any spro settings to be cone?

  • Backing Up Database Table and Records in Oracle 10g

    Hi All, I created database for my company with Oracle 10g Database Server and want to backup all my database tables and records within (i.e creating another username inside the data and transfer them) and outside (i.e transfering them in another dest

  • Object found is not an Iview error.

    Hi, There are few VC applicaitons in the Web Dynpro applciations repository. When I click on one of those applications and choose preview it is throwing an <b> Portal runtime error </b>. But while previewing other applications this is not showing the

  • Bring back the W700 series!!!

    I am a very happy owner of the Lenovo W701ds workstation laptop. So happy that it pains me that I should not be able to upgrade my machine with any similar model by Lenovo in the future. I need the large, at least 17 in screen and I need to be able t

  • Selecting services in Dynamic Navigation expands leaf folders in DTN

    Hi, I have a Detailed Navigation menu composed of 3 main folders displayed as leaf folders. To each leaf folder I have attached services by dynamic navigation. When I click on one of the services in dynamic navigation, the DTN menu is being expanded