SSO portal to ITS service

Hello Experts,
I am trying to use SSO portal to  ITS service . I create a service DSU01 using transaction code and active it, it works normally in browser. the ITS is integrated in WAS640. when I create a IAC iview, I dont know IAC parameter, I'm pretty new to portal, could someone help me ?
BR.
msong

hi Debasish,
Thanks very much for your response. I have read the guide, but there's some error:
An exception occurred while processing a request for :
iView : pcd:portal_content/every_user/general/eu_role/com.sap.km.home_ws/sm36
Component Name : com.sap.portal.appintegrator.sap.IAC
Exception in SAP Application Integrator occured: Application URL ':///sap(ZT00NzdYT3NXTkUwUmdSZ2FTTWpPcDZ3JTNEJTNEOEhnZGNJZ2lqN015ZFdHd05ERkZ4dyUzRCUzRA==)/bc/gui/sap/its/sm36' is not valid! Please check the protocol and host entries for system 'msongtest0424'..
Exception id: 04:55_28/04/20_0009_14211850
See the details for the exception ID in the log file
I set the following parameters:
Web As Host Name: msongtest2.secude.local:1443
Web As path:/sap/bc/gui/sap/its/
Web As Protocol: https
SMICM>goto service>there is a line says "https, 1443 ...."
when I access https://msongtest2.secude.local:1443/sap/bc/gui/sap/its/sm36, "define backgroud job" can display normally.
BR.
msong

Similar Messages

  • SSO and ABAP Web Services

    I am opening this thread on behalf of my colleague Bala regarding SSO and ABAP Web Services.
    We have gone through single sign on options and found several options are available within 5.0.
    We would like to know the options available for SAP ABAP web services access from a Non-SAP system with user authorization but without Portal/ITS installation.
    Also I would like to avoid any hard coding of user id in Non-SAP system .
    Could you provide any information.
    Thanks,
    Bala

    We have gone through single sign on options and found several options are available within 5.0.
    Tell me what are the several options and what is your Non-SAP system?
    without Portal/ITS installation.
    ITS is now an integral part of ECC 5.0 system. So would not need a seperate installation, unlike earlier versions.
    AB

  • How to add ITS Service into ESS HomePage?

    Hi All,
    I have a requirement to add an ITS Service(say BWSP) to the existing ESS HomePage.
    I know how to create a new homepage and would like to know what to provide in the resources or services section for creating a new service.
    Can anyone let me step by step on how to integrate a ITS Service into the HomePage.
    Any help will be appreciated and suitably rewarded.
    regards
    Justin

    (1) create ITS service iView in the portal
    (2) add iView to your role (either first to a page and then a workset or what not, but so that it is in your role).
    (3) Viewing the ROLE in the PCD content editor, choose your iView/Page that you add and note it's PCD path (again THROUGH THE ROLE)
    (4) on the backend, create a resource and assign it's PCD path to the path your noted above (look at other homepage resources for example of the syntax "ROLE://portal content/...."
    (5) create a homepage service and assign your resource to your service.
    (6) create a new subarea or assign your service to an existing subarea.
    (7) if you created a new subarea, you will need to assign this to an Area. Likewise, if the Area is new, you will need to assign it to a Area Group.
    That should do it! Make sure you changes are in the correct client, refresh the portal cache, and viola....you should see your new ITS service. Easy peezy. (haha)

  • ESS - ITS Services integration with XSS Framework

    Hi,
    I have created an Z* scenario for the ESS. All Webdynpro standard iViews that I have customized it is working. Now, I have a ITS service PZ28 (Previous Employers) that was not converted to WebDynpro techonology. I am trying to insert the service into the framework technology but I am having some problems. When I go see the service in the Portals nothing appears, just the tray with the name: XssMenuArea.
    Here are the tables that I have customized in the backend:
    Table V_T7XSSSERSDB
    Server: EBSGERD01
    Protocol: http
    Name and Port: ebsgerd01:8090
    Directory Path: scripts/wgate
    V_T7XSSSERRES
    Resource Key: ZESSPREVIOUS_EMPLOYERS
    Server: EBSGERD01
    Object name: ITS-Application
    URL Parameter: PZ28
    URL of PCD: ROLES://portal_content/Gerdau-Ameristeel/GNAFPeople/People1/GNAWSSelf-Service/GNAESSPGMyInformation
    V_T7XSSSERSRV
    Service Key: ZESSPREVIOUS_EMPLOYERS
    Service type: ITS based service
    Link resource: ZESSPREVIOUS_EMPLOYERS
    Does someone had this kind of necessity?
    Thanks!
    Kiel

    Just from a quick look here....your server points to ITS but that is not needed since your ITS service will be referenced to the iView which will tell it that information...also....for your resource...
    (1) you do not need the URL parameter set to PZ28....this should be done in the iView...that is, you should have created a SAP IAC iview for service PZ28 and then assigned that iview to a page and that page to a role (possibly direct...not good...or through a workset...better).
    (2) the URL of the PCD page should be the path when viewing the role down to the page from step #1....so, you will have your role displayed in the content admin/PCD. Then you click the page object to bring up it's properties. Then, copy-and-paste the information for the PCD location over into your config for the resource.
    so you should have....
    IMG:
    area group -> area page -> subarea -> service -> that uses the resource -> that points to portal (ie. the PCD location of the page in the role)
    PORTAL:
    role -> contains page as referenced above -> contains ITS iview (for PZ28 with system alias to system with ITS defined)
    Soooo in all that cumbersome work, you are basically telling your Area page to display the service which is linked to the resource that actually just gives a specific location in the role. When clicked, the URL will "jump" the user over to that part of the role (which of course assumes they will have that role) which will take them right to that specified page. That page has the iView on it that will then display PZ28 (or whatever else).
    Yep...a lot of hoops to jump through for something so simple. haha
    Hope this helps.

  • Call ITS Service from Webdynpro

    Hello all,
    Could somebody tell me how can I call an ITS Service from within a webdynpro? I've the following available with me.
    System
    Transction cocde
    Parameters
    Basically, I need to do something similar to the following (code snippet from a Portal Component)
    IUrlGeneratorService urlGen = (IUrlGeneratorService)
                  request.getService("urlgenerator");
    com.sapportals.portal.prt.service.urlgenerator.specialized.ISpecializedUrlGenerator
                        specUrlGen = urlGen.getSpecializedUrlGenerator("UrlGenerator_SAP_Class");
    if(specUrlGen instanceof ISAPUrlGenerator)     {
              ISAPUrlGenerator portalGen = (ISAPUrlGenerator)specUrlGen;
              issURL = portalGen.generateIACUrl(request, system, iac, queryString);
    The background is, I've to call a transaction passing a few parameters to it from the webdynrpo. I cannot create a transaction/ITS iview because a)the parameters are dynamic b)I cannot use Portal Navigation service.
    Any help is greatly appreciated.
    Regards,
    Rajit

    Hi,
    thank you for the previous answer, but I have another web service that works fine into the WebDynpro project and the wsdl file is equal to the other. Do you know if there are any activity to do from Visual Administrator about web service?
    Thanks and best regards,
    Matteo

  • ITS services SRM latest Vesrion ??

    Hello,
    We are curretly using the old SRM system which is basically built on ITS screen. We are planning to go for upgrade. Current SRM portal is ITS based. I just want to know wether all this ITS based services are still there in new vesrion or services based on BSP or Webdynpro ABAP??
    Regards,
    Sagar

    The exisiting ITS services will obsolete when you upgrade the system to SRM7.0. SRM7.0 has to be on portal which has inbuilt content based on Webdynpro Java and  ABAP. If you have any customised screens based on ITS, you need to re constrcut them with Webdynpro.
    Thanks
    Kiran

  • REG: Creating iviews using ITS Services

    Hi Experts,
    We have ECC 4.7
    Is there any possibility of using the ITS services and creating any types of iviews and get into the portal without ESS/MSS.
    Please give your valuable suggestions.
    Thanks.
    Regards,
    Eswari.

    Hi,
    I'm not so sure if I understood you correctly but you can create iViews using the iViews wizard in the portal.
    For creating ITS (Web based access to transactions) iViews you can use the transaction (WEBGUI) iView:
    http://help.sap.com/saphelp_nw04/helpdata/en/88/266a3e54a2e946e10000000a114084/content.htm
    And for customized pages on ITS you can use the  IAC iViews:
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/6898dddb7afd44b07ca4e3bb15f676/content.htm
    For that you will need to create and configure a 'System' object via the portal system landscape ( System administration -> System configuration) The major parts to be configured are:
    Transaction & IAC iViews: (The parameters that should be configured)
    Connector section u2013 SAP Client, SAP System ID (SID), Server Port.
    ITS section (for WebGUI) u2013 ITS Host Name, ITS Path, ITS Protocol
    User Management section - Logon Method (SAPLOGONTICKET, UIDPW, X509CERT) , User Mapping Type (for user mapping personalization)
    Let me know if you need anything else.
    Ehud.

  • How to disable change option in ITS services ?

    Dear Friends,
    We have a very unique request from our clients who do not want to allow the ESS end users to be able to change their own data using ESS services.
    I've tried copying the role SAP_ESSUSER and made changes to it to make sure all the permissions on it are for read only to all infotypes, but still when I associate this modified role to a user on the R/3 system who is in turn mapped to a portal id that has ESS access, the change button in all the services still remain. I've posted a OSS note for this too, and am awating response.
    If any of the gurus here have a idea, please feel free to share the same.
    Regards,
    Neeraj

    You have to change/customize the underlying ITS service to hide (comment out) the particular button from the template. In several I can recall right off, there is no logic for checking access (typically on first screen/page, though most all will check a "modus" (mode) flag once on additional "screens"/pages to determine if the view is read-only or edittable.
    For info on editting/customizing ITS service, search the forums here.
    Good luck!
    CSolomon

  • Crystal Report 9 merge Module and its service pack 7.

    Hello, My application is using Crystal report 9 and have its merge modules which are integrated in Installer. It has packages: rdcdesigntime.msm, rdcruntime.msm, reportengine.msm and Database_Access.msm which are already integrated in my application Installer. There are few issues which are fixed in its service pack 7 for CR 9(File: cr90win_en_sp7.exe).
    Now my Q is:
    1. Are there latest merge modules for CR 9 which has changes for SP 7 also incorporated? So that I can change modules in installer itself to have changes for SP7 also.
    2. I couldn't get merge modules for CR 9 even from the site. From where I can get this?

    Hi Neha,
    Click [here|http://resources.businessobjects.com/support/additional_downloads/runtime.asp#01] to download the availabe merge modules of CR 9.
    Or
    Click [here|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm] to get all the CR9 documents, mergemodules, fix packs etc. just you need to provide the "CR" as S/W product and "9" as a roduct version.
    Also the Wiki [here|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] is currently the best resource for CR.NET Runtime information.
    Sincerely,
    Amit

  • The email I've been using for years has terminated all its services.  I was using it for my icloud id.  Now my ipad keeps popping up asking for its password.  How do I delete this icloud id and change to a new one?

    The email which I used for my icloud id has stopped all its services.  I cannot gain access to this email anymore.  I am able to change my Apple ID but unable to change iCloud ID. My ipad 2 keeps popping up asking for the icloud password.  Can anyone help me on this issue?  Thanks...

    Hello, luciawong. 
    Thank you for visiting Apple Support Communities. 
    You may find this article helpful with the issue you are experiencing.
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/TS5223
    Regards,
    Jason H.

  • The ITS service "bbpsc01" had to be terminated

    Hi All,
    While accessing any of shopping cart transaction bbpsc01/02/03 from web bowers it gives error as-
    *****************************web error************************************************
    Note
    The following error text was processed in the system SR5 : Error message occurred.
    The error occurred on the application server SAPSRM_SR5_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPMSYST
    ****************************SRM ST22 log************************************************
    What happened?
        The ITS service "bbpsc01" had to be terminated because the Web AS has sent
        the following error message:
        Error message: "Status profile CMECHR is not allowed for "ShoppingCard Header    (BBP)" "   Message type: "-"
    Error analysis
        An error message had been received from the Web AS. No template was
        found for the basic screen of the error message (program: "SAPMSYST" screen
        number: 40), and therefore the ITS service had to be terminated.
        If you can, fix the cause of the error. Only then is the
        error message no longer sent from the Web AS, and the ITS service can
        then run again.
    Can you suggest the correction of this? We have two client in SRM and in one its working fine.
    Thanks
    Yogesh

    Hi
    Goto Tx BS02 - Get into the details of CMECHR - Click on the <b>object types</b> button on the application tool bar - scroll down and <b>deflag the check box</b> against <b>shopping card header</b>.
    Rgds
    Reddy

  • Portal via browser 'Service temporarily unavailable' URGENT!

    Hi
    I've installed portal and its running OK, working through the tutorials when i can find the sample data. but now I can't connect to pls/portal30, or pls/portal30_sso, or pls/admin_/. i think its to do with the gateway settings or mod_plsql, but I can't find anything else, and this is becoming extremely urgent now. any help at all please?
    Also, where exactly are the sample hands on exercise files kept? and are there any better tutorials than the ones in the documentation as they are a bit vague to say the least!
    Many thanks
    Michael [email protected]

    On the webserver where 9iAS is installed, go to $ORACLE_HOME/Apache/Apache/logs and view the file called "error_log". It should give you a detailed reason as to why you are receiving that error message.
    You may see an error message that says something about a username and/or password being wrong for the DAD. If that is the case, that means that the gateway Database Access Descriptor is not set up with the correct password for the PORTAL30 user (that's the default user). If you changed the default passwords after installation and did not reflect them in the DADs, then you would see this error in error_log.
    Adrian Klingel

  • Facing problems in ITS service PZ80

    Hi All,
    I am facing problems in ITS service PZ80.When i execute PZ80 in transaction SE93, it is showing the layout perfectly. But when i create the same service PZ80 in SE80, the layout is somewhat distorted..ie scroll bar and a few buttons are not in place. Do i need to make some changes in Parameters value?If so, can anyone please tell me how to go about it?
    Thanks,
    Aditi.

    Hi Aditi,
    Check the theme you are using. It can be 99 or 2002.
    I think based on the theme the layout changes.
    Regards
    Arun

  • Can I buy an Apple care for a second hand machine which has recently expired its service coverage

    can I buy an Apple care for a second hand machine which has recently expired its service coverage

    While I don't know about the second hand machine consideration, Applecare needs to be bought during the first year while standard warranty coverage is in effect. Once that expires, you can't buy Applecare for a system.

  • How to call standard ITS service from custom ITS service

    Hi,
    I have a requierement in ITS where I need to call standard ITS service(CATW) from custom service upon clicking on Accept button. how to achieve this?
    Thanks in advance.

    Hi  Sarada Nukala,
    You can call the service url from first service button. To get this url, from SICF transaction, test service and a browser is opened.
    Hope this helps,
    Iván.

Maybe you are looking for

  • GR IR indocator check box not flagged in the PR created from Shopping cart

    Hello All, The PR created in R3 from the shopping cart is not flagged with GR IR indicator in the Valuation tab. We are usign SRM 4.0 . This issues has happened since last two days. Please advice how to track this and how to resolve this issue. Thank

  • All text I do on PSE 13 is stuck on caps lock. Any solutions?

    Hey guys, as the title says, my PSE13 has all of its text stuck on caps lock. I'm on a licensed version for a Mac, which I got just the other day. And yes, I'm a noob, so please bear with me. Thanks!

  • Possible to put in harddrive from a macbook pro?

    Hi, I'm selling my macbook pro. I upgraded the harddrive in it to a 320 gb harddrive, and I was wondering if it would be possible to simply take that harddrive, as is, and place it into a macbook. Would it have the drivers, etc? Thanks!

  • Reserved Words not Highlighted in Oracle SQL Developer

    Hi believe that issue has already been raised however this is more widespread (i.e. %FOUND, %NOTFOUND and %ISOPEN to name a few)

  • Calendaring Page Challenge

    Can someone help me with this problem. I want to place two items (lastName and firstName) on a page from one (parent)table and one item (attended) from another (child)table in a one-to-Many relationship. The parent table is not updateable while the c