ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

Config to Open External URL from IC Webclient

Print This Post Email This Post Written by rajivsharma.sap on Mar 2nd, 2009 | Filed under: Customer Relationship Management (CRM)

Web URL inside CRM IC Web BSP view can be launched using transaction launcher. Follow the steps below:

  • First create URL ID using the path IMG->CRM->IC WebClient->Basic Functions->Transaction Launcher->Define URL’s and Parameters
  • Here by clicking on New Entries ,you need to create a URL ID, select 3rd radio button Non BSP URL and enter your web URL there. To keep it simple copy the existing URL ID SAP into your own with your web URL for ex ZSDN
  • Now go back to Transaction Launcher and start the “Configure Transaction Launcher” Wizard
  • In the Wizard when it prompts for Launch Transaction ID ,enter new transaction ID for ex ZTXID_SDN and click on ‘continue ‘ and enter transaction class name for ZCL_TX_SDN
  • In the next screen under ‘Transaction launcher Type’ select ‘URL Transaction’ ,and under details area select the URL ID you have created in step 1. i.e ZSDN.
  • Complete the wizard.
  • Now you need to map the URL transaction ID to Navigation Bar profile entries.
  • For this go to ‘Define Navigation Bar Profiles’ under Basic Functions.
  • Click on Define Entries ,enter the basic details and select ‘Launch Trans’ radio button and select the transaction id created in step 2 . i.e ZTXID_SDN
  • Add the above create entry to your Navigation Bar profile
  • Update IC Web Client profile with your Navigation bar profile
  • Launch IC web and you would see Web URL Navigation bar entry under Navigation Bar.
Share

If you like this post, you may as well like these too:

  1. ABAP Programs:External perform call This is the simple code which will show you as to how you can call the external routine from the current program. Program 1 REPORT ZSOURCE2307. * List of the...
  2. ABAP Programs: External flow of control (events) REPORT ZSOURCE0901. * Display a list of customersTABLES CUSTOMERS.SELECT * FROM CUSTOMERS. WRITE / CUSTOMERS-NAME.ENDSELECT. * Event for drill downAT LINE-SELECTION. WRITE: / ‘This line appears after drill-down’. ~~~~~ end...
  3. ABAP Program to Send External Mail from SAP Here is a ABAP program which would allow you to send mail to any external system from SAP. Ensure that you have all the required configurations done by the basis...
  4. ABAP Program: Dynamic external perform (call back form) Here the two programs which are calling dynamically. REPORT ZSOURCE2309. PERFORM EXTFORM IN PROGRAM ZSOURCE2310 USING 'CALL_BACK_FORM' SY-CPROG. FORM CALL_BACK_FORM. WRITE / 'I am the call back form in ZSOURCE2309.'....
  5. ABAP Open SQL Statements What are some of the OPEN SQL Statements used in ABAP?. Here it is : SELECT OPEN CURSOR, FETCH NEXT, CLOSE CURSOR INSERT UPDATE MODIFY DELETE COMMIT WORK ROLLBACK WORK...
  6. Open/Closing Posting Periods Postings in SAP are controlled by the ‘opening’ or ‘closing’ of posting periods. Normally, the current posting period is open for document posting and all other periods are closed. At...
  7. Open a New Fiscal Year in SAP System You do not need to open the new fiscal year as a separate activity. Once you make a posting into the new fiscal year, the new fiscal year is automatically...
  8. ABAP Programs:Dynamic Open SQL Commands: table name REPORT ZSOURCE2305. PARAMETERS TABLENAME(10) DEFAULT 'CUSTOMERS'. DATA COUNT_ROWS TYPE I. SELECT COUNT( * ) FROM (TABLENAME) INTO COUNT_ROWS. WRITE: TABLENAME, COUNT_ROWS. DATA WHERE_TAB(80) OCCURS 10 WITH HEADER LINE. APPEND 'name...



Leave a Reply