CRM WebIC rendering an ECC transaction

We have an ECC transaction that has a table control in it. If we run this transaction through ECC, we are able to copy a range of values from a spreadsheet and paste them into the table control.
But when the same transaction is called from CRM WebIC through transaction launcher, we are not able to copy and paste mulitple entries. What are we doing wrong?
We are on CRM 5.2 version.

Hi Raman,
The links talk about generic tranaction launcher. My requirementis to default some values in the ECC transaction.
I found this link with the steps to default values:
[Re: ITS VA01 or other ERP transaction]
It is said that "Redefine the method EXECUTE to read these parameters and perform the required action. In your case you could call the transaction using a BDC table, or set the SPA/GPA parameters before calling VA01".
I am not sure how to do this.Do you have an example of the EXECUTE method?
Thanks.
Razina

Similar Messages

  • How to Call SAP ECC transactions into CRM IC Webclient Profile Screen

    Dear all,
    We are implementing IC Webclient application for our Clientu2019s call center operations.
    All sales related activities are being created in back end SAP ECC system like, starting from Quotation to Sales Order, Deliveries and Billing.
    Client wants to see all relevant ECC reports of Sales transactions in IC Webclient Screen.
    Connectivity between SAP CRM and ECC has already been established and we did all basic configuration for IC Webclient, but donu2019t know how to and where to call ECC transaction in IC Webclient Screen.
    I am looking for suggestions from any of you to handle this requirement successfully. I would be grateful if you send me any documentation which addresses this requirement.
    Your suggestions and help will be highly appreciated.
    Thank you,
    Raghu ram.

    Hi,
    Step-by-step process for the same is as follows:
    1. Create a launch transaction to launch the relevant BOR object at the following
    IMG->CRM->IC WebClient->Basic Functions->Transaction launcher -> Configure Transaction Launcher (Wizard).
    This wizard is very useful and easy way to create a launch transaction and guides through each step and generates a handler class for you.
    2. This transaction now has to be incorporated in the Navigation bar. For this you have to create navigation bar entry and navigation bar profile.
    IMG-> CRM-> IC WebClient->Basic Functions -> Define Navigation Bar Profiles
    Here you have to first Define Entries where you would input Launch transaction ID created in step 1 and then Define the Navigation Bar Profile.
    3. Assign the Navigation bar profile to IC WebClient profile.
    Please note that you can you Transaction launcher for incorporating any web links, PCUI Transactions, CRM Transactions, ERP transactions etc.
    Regards,
    Deepak

  • How to use ale/idocs in sap crm to transfer master and transactional data

    hi all,
    I am working on sap crm7.0 ehp1. I want to transfer my master and transactional data from crm development system to crm quality system here through idocs. I am aware of basic ale settings and successfully transfe the ztable data through idocs. But i am not able to find any proper step by step procedure for maste and transactional data in sap crm. Also sap ecc tcode NACE is not available here.
    pls help..
    regards,
    kavita chaudhary

    Kavita,
    In CRM, Exchange Interface (XIF) ALE/IDOC is available to transfer master and transaction data. You can go through the following link for set up.
    Basic Data exchange set up for ALE IDocs - Wiki - SCN Wiki
    You can extend the standard XIF IDOCs using Transaction BDFg as well.
    Thanks,
    Ravi

  • Difference between SAP CRM Security and SAP ECC 6.0 security

    Hi
    I have extensively worked on SAP ECC security but haven't have chance to work on CRM Security.
    Can anyone please let me know the difference between CRM security compared to  ECC security.
    Thanks...

    I am sorry to say, but instead of giving the guy a decent answer you are starting a fight or discussion about stupid forum points...
    really sad.....
    The big  difference between SAP ECC and SAP CRM Security (up to release 5.0) was the following:
    1) For sure there are very different transaction codes in SAP CRM as compared to SAP ECC in the first place
    2)  If you are familiar with R/3 or ECC authorizations; then you know that already on transaction code level, the 'allowed activity' is controlled on tcode level , whereas in SAP CRM , in most cases the 'allowed activity is not controlled by the Transaction code, but on authorization object level....
    E.g. transaction code BP allows you to create/change/display  any type of Business Partner (e.g; sold-to/ship-to/contact person/employee/customer) which is based on the business partner ROLE concept.... anyway...you can control the allowed activity based on different authorization objects.....
    another example is business transaction processing...which can be launched by:
    a very generic transaction code: CRMD_ORDER
    transaction category related transaction codes :e.g.
          > CRMD_BUS2000126 for activity management
          > CRMD_BUS200115 for Sales processes
    Again...allowed activity is not controlled by the tcode, but on authorization object level...
    3) As of the new WEBCLIENT UI (which is valid as of release CRM2006s/CRM2007/CRM7.0) SAP also invented an extra authorization layer, which is UI COMPONENT LEVEL and logical links....  controlled by object UIU_COMP.
    However, they also introduced the BUSINESS ROLE Concept (e.g; SALESPRO/MARKETINGPRO/...) which defines actually the functionalities, navigation bar, screen configuration, logical links you can use/see within the new WEBclient UI.
    Another thing is that instead of using TRANSACTION CODES, as of these new releases, you are actually using 'external services'....so you do not authorize on tcodes basically....but the logic between tcodes and external services in relation to the authorization objects that are checked is more or less the same....
    STANDARD authorization setup in the new WEBUI client is therefore controlled by both backend authorizations (not UIU component related) and the UIU_COMP (restricting access to workcenters/logical links/...)
    4) Additionally SAP also provides a concept called ACE (which stand for ACCES CONTROL ENGINE)....
    This requires a bit of customizing...and the rest is more or less pure customer development, as you will create your own methods where you'll define a logic which dynamically will verify what kind of access you have for an object....
    You should now that ACE is actually implemented on top of your 'normal' sap crm security setup....
    cheers
    Davy Pelssers

  • Transaction Launcher to open an ECC transaction

    Hi Experts,
    My requirement is to launch an ECC transaction VA01 from CRM Interaction center.
    1. It should open the VA01 screen with the Order Type populated, say for example 'OR'.
    2. When I click on Continue, it should show the creation screen with the sold to party defaulted as the confirmed BP ID.
    I have done the folowing steps till now.
    1. I have created an ECC Object as a copy of Object TSTC. I have implemented the method Execute( Synchronous option checked). I have added two parameters to the execute method one called as SoldToParty with reference to KUAGV-KUNNR and the other SalesDocumentType with reference to VBAK-AUART.
    2. I generated, implemented and released this object.
    3. In the CRM system, I have configured a Transaction Launcher with reference to this BOR Object. I gave the parameter for Object Key as VA01 and the SoldToParty as the current customer and I have hard coded the value for the SalesDocumentType.
    4. I have configured the Logical Links and added it to the work center.
    Now when I click on the logical link, it opens up the ECC transaction but nothing is defaulted in the VA01 screen. I debugged the PREPARE DATA FLOW METHOD. The correct parameters are passed.
    Why am I not able to see the defaulted parameters in my transaction. Please help. Thanks in advance
    Regards,
    Razina

    Hi Raman,
    The links talk about generic tranaction launcher. My requirementis to default some values in the ECC transaction.
    I found this link with the steps to default values:
    [Re: ITS VA01 or other ERP transaction]
    It is said that "Redefine the method EXECUTE to read these parameters and perform the required action. In your case you could call the transaction using a BDC table, or set the SPA/GPA parameters before calling VA01".
    I am not sure how to do this.Do you have an example of the EXECUTE method?
    Thanks.
    Razina

  • CRM 3.1 to ECC 6.0 E-Commerce Upgrade

    Hello,
    We need some information regarding an upgrade from CRM 3.1 to ECC 6.0 E-Commerce module.
    In CRM 3.1, there is only webshop functionality available and since R/3 is going to be upgraded before CRM, the entire master data will be available in ECC 6.0.
    Let me know if this kind of arrangement is possible?
    Regards
    Edited by: Mahadevan Viswanathan on Jun 18, 2009 6:17 AM

    Hi Lalitkumar !
       Look, I think that of course is possible to do the load using XI/PI but, I think that this is not the correct tool for this task, XI/PI is an integration broker, used basicly for message exchange between applications, generally transaction originated messages(i.e. a new employee created on SAP HR need to be sent to a legacy system responsible to control access to the company, a change in a material need to be updated in a legacy system of shop floor, etc) not to do data migrations.
       Another question is, to use XI/PI to do that, you will probably construct interfaces that, after the migration, will not be used for anything, being discarted, this sound to me as work wastefulness, adding extra work to the migration proccess(the interfaces construction/configuration) that is not mandatory to do that.
       Finally, another question to keep in mind is, if I´m not wrong(if nothing has changed about this) the cost of XI/PI license is calculated by the message traffic ammount(in MB, if i´m not wrong again), so a data migration can increase the cost, because of large volume of data, a cost that doesn´t exist if you do the migration using another tools like suggested by another SDN members.
       Thank you in advance, and best regards.
       Wilson

  • CRM Contract replicate to ECC Debite memo

    HI expert team
    In standard replication from CRM Contract replicate to ECC Debite memo, I have some material in ECC with Material type KMAT Configurial product, same material code and description created in CRM with material type as service material, When i create service contract and release it is giving replication error with "Product Cannot be recorded in ECC", When i create debite memo with same material code system creating debet memo and item category determination in ecc as debet memo item category in debete memo even though material is configural product,
    in the same steps i have some service material in ECC as service material created with service material type, for these material i created in CRM with same code and description, when i create service contract system replicating as debit memo,
    Thanks in advance
    Regards
    Rachappa
    9448472121

    Hi,
    There are prerequisites to be maintained in CRM and ERP for CRM contract to be replicated in ERP as a debit memo.
    Please find the details in the below link:
    http://help.sap.com/saphelp_crm50/helpdata/en/65/9c4d3bcf95926ae10000000a114084/frameset.htm
    In your case I assume Debit memo is not being created for the Service product and giveing error "Product Cannot be recorded in ECC", because system is finding the same product in ECC as configurable material type (Service product in CRM, config material in ECC).
    As per the prerequisite Synchronization of master data (SAP CRM and SAP ERP) should be maintained
        All business partners used in SAP CRM transaction documents also exist in SAP ERP.
        Service products in SAP CRM exist as materials in SAP ERP.
    Hope this helps!
    Regards,
    Chethan
    Edited by: Chethan Kumar C M on Oct 8, 2009 6:12 AM
    Edited by: Chethan Kumar C M on Oct 8, 2009 6:29 AM

  • Passing Filed Values from CRM CIC Webclient into ECC thru Transctn Launcher

    Dear Experts,
    I am a CRM Consultant, working for IC Webclient implementation (Call Center Application from SAP). We are creating an Interaction record (a CRM transaction) after receiving a call from customer.
    in the same IC Webclient screen we are calling ECC transaction using a CRM concept scenario Transaction Launcher.
    Now the requirement is to pass the information like priority, reason, employee responsible and Text from Interaction record into the ECC transaction (IW51) which will be availabe in same screen but belongs to CRM and ECC systems respectively.
    there is no standard configuration available for this, and a development is strongly required.
    I dont know which functionality can be used to achieve this requirement. can we use RFC Function Module for this? what could be the best solution for this.
    kindly help me to resolve this issue. Your suggestions will be highly appreciated.
    Best regards
    Raghu ram

    Hello Raghu,
    Try see if the ITS link it is OK. For me, note 917302 was very useful to understand what service to use, and how to fill the link at 'crms_ic_cross_sys' transaction.
    A FAQ-style note is also available. Check note 990216.
    Kind regards.
    Bruno

  • Replicate Create CRM BP as an ECC BP

    Hi Gurus
    Is it possible to create a CRM BP as an ECC BP (Table BUT000) and not a Customer?
    I thought this would be possible but the configuration does not appear to cater for this scenario.
    Many Thanks in advance
    Regards
    Panduranga

    Hi Panduranga,
    If you want replicate a business partner in the good role from SAP CRM to SAP IS-U, try to create a BP (with CRM) by using transaction BUP1 and put "Sold-to Party" for BP role.
    Best regards,
    Rémi

  • How to hide title text while launching a ECC transaction thru ITS in ICWC

    Dear all,
    We are calling an ECC transaction into ICWC through Transaction Launcher.
    Our client doesn't want to see the Title of ECC transaction which appears top of the ECC transaction screen. (for ex: Create Sales Order).
    How can we hide it, kindly help me to resolve this issue.
    Your suggestions will be highly appreciated.
    Best regards
    Raghu ram

    Answer is in
    Note 1010519 - SAP GUI for HTML: Simplified title area w/o menu and OK code

  • ECC Transaction iView Error on Browser Resize

    Hello.
    I have created hundreds of SAP ECC Transaction iViews in the portal.  After doing some testing, I realized that any time a browser window is modified when an ECC transaction iView is within display, the resize causes the transaction iView to refresh.  Upon refreshing, the transaction throws error or works as if the user submitted the transaction on the backend, instead of just remaining in the same state.
    For instance, if you have an SAP Transaction iView to an ECC system for tcode QM01 and it is accessible through the Detailed Navigation, this iView can be opened either in its own browser window, or within the desktop inner page.  If configured to pop-up in a new browser window and you click or drag to resize the browser window, the transaction refreshes, and throws the error: "Fill in all required entry fields."  This is the same error that is thrown in ECC when a user submits the transaction with no data.  Similarly, if you have the iView configured to open within the portal framework and you click on the transaction it opens in the desktop inner page.  If you maximize/restore down the browser window displaying the portal, the transaction refreshes within the desktop inner page and throws this same error, like it was submitted.
    It happens with every ECC transaction iView that I have created, but does not happen with SRM IAC iViews, Web DynPro iViews, or SUS functionality iViews.  This leads me to believe it is a problem in ITS.  Does anyone know what is going wrong, or how to fix this?
    Thanks for any help!
    Alexa

    Hi,
       Super admin has permission for end user for all the iViews. So he will be able to view the iView. As mentioned, please check if the end user permission is given for the end user to access the iView. Also check if the permission is given for that particular system. To check permissions, go to System Administration -> Permissions -> Portal permissions -> Portal Content. Check for iView and system that you have created.
    Regards,
    Harinin S

  • Bex query; RSBBS: GOTO ECC transaction

    Hello experts,
    i have been looking SDN and google this afternoon, but i cannot find my specific problem.
    My customer wants to start an ECC transaction from a Bex query.
    I created a 'transaction'  RSBBS variant and am testing to see how it works.
    From Bex analyzer i use the GOTO and i see an URL which seems logical to me.
    http://xxxx.nl:8002/sap/bc/gui/sap/its/webgui?sap-language=NL&sap-client=100&transaction=rsrr_web&okcode=ENTR&G_S_WEB-DEST=BWDCLNT100&G_S_WEB-HANDLE=3OK0Z1JJ597ZBBRJPKKJQSY6M
    it gives me an error that mandant, name or ww are not correct.
    I'm sure i was able to give the right values for these three, so my guess now is that something on the ECC system is not right.
    My customer doesn't use portal/web server functionality in ECC; i think that is my problem.
    Do you agree with this or can you give me a clue what to check for?
    And can you give me clue where to activate the web server functionality?

    Hi,
    Check your configuration in RSBBS. This looks simple but sometimes we miss..
    Have you selected correct source system with client and transaction code? Once these details are saved. Log into Bex Analyzer and check the option of Goto on that particular object. It will takes you source system transaction.
    Please check the below link for more details.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607e63d5-b56f-2c10-718f-8e33a08baa89?QuickLink=index&overridelayout=true
    Hope it helps you.
    Thanks
    Riyez

  • ECC Transactions in NWBC Browser SRM 7.0

    Hi,
    I´m SRM 700 SP08.
    I dont have Portal Netweaver and now I´m using Netweaver Business Client. I would like to show ECC transactions in my NWBC too.
    I have created a role ZTEST with role menu:
    MM01
    MM02
    MM03
    In Target System i have my destination (Backend System).
    My user have this role, but I cant see the transactions MM01, MM02 and MM03 in NWBC.
    I need to do something more?
    Thanks,
    Pedro

    Hi Pedro, Iñaki
    I´m using Netweaver Business Client for SRM. I need to show BI reports also. These BI reports are in different system.
    The launchpad is configured such that it shows SRM reports in one section and BI reports in the other section. The problem is SRM reports get executed while BI reports do not. It states that the Query does not exist in the server.The queries exist in BI but I don't know how to change the reference, i.e. how to tell the system that the BI query is in the BI environment and not in the SRM.
    Any pointers regarding the issue will be of great help.
    You can also reply at http://scn.sap.com/thread/3297296
    Thanks,
    Vikash

  • CRM 2007 integration with ECC 6.0

    Hi Friends,
    I am currently working on the CRM 2007 Web UI
    I have created the copy of existing standalone CRM client which is already having products, organization, BP created in it.
    Now I am planning to connect the CRM client with the ECC client.
    Is there any special care i need to take while connecting both the systems?
    Also while doing replication any extra care do I need to take?
    Help will be definately rewarded?
    Cheers,
    Raj

    Hi!
    Check the SAP Best Practices documents
    http://help.sap.com/bp_crmv12007/CRM_DE/HTML/index.htm
    There have a look at
    C71: CRM Connectivity
    B09: CRM Customizing Replication
    regarding the connection and replication
    rollo

  • How to call particular ecc transaction directly into IC Webclient

    Dear all,
    We have called ECC Transaction into IC Webclient, but instead of showing the particular transaction like VA05N, system showing the ECC system Easy access screen.
    I want call directly the required transaction, and dont want to access though the sap main menu.
    Please help to solve this problem, your suggestions will be highly appreciated.
    Best wishes,
    Raghu ram

    Hi Raghu,
    Are you calling the execute method ?. I think you have to give the method name as execute ( in the wizard of TL )
    for confirming the same please go to SWO1 transaction, and give the BOR object name that you have created, now click execute / test button.
    it will ask for the T-code to be executed,, give the ECC t-code
    now ,, run the method execute ( one among the three methods TSTC have ).
    you should able to see the ECC transaction opened for you..
    if this happens I am sure that some all you need to do is some minor changes in TL wizard!.
    Tip: I think u missed the method name while configuring the TL.
    Hope it Helps..
    Regards, Sudeep..

Maybe you are looking for