How to create SAP iviews in Netweaver 7.0

Hi,
Please assist in how to create SAP URL & SAP transaction iViews in Netweaver EP 7.0
Thanks
Suri.

Hi,
Please find the link as requested.
[https://www.sdn.sap.com/irj/scn/wiki?path=/display/ep/creationofDifferentTypesofiViewsinEP7.0]
[https://www.sdn.sap.com/irj/scn/wiki?path=/display/ep/creating+iviews]
Manoj Chintawar
Edited by: Manoj Chintawar on Mar 10, 2009 9:50 PM

Similar Messages

  • How to create SAP System

    Hi all,
    Is this possible to assign the role, based on the organization structure?
    In which SAP system stores organization structure in it.
    How to create the SAP system to store my organization structure through EP.
    Helpful answers will appreciate.
    Thanks.
    Regards,
    Kathiresan R

    Hii
    How to create sap system:
    Steps:
    Go to System Administration
    2) Go to System Configuration
    3) Go to Portal Content (Right Side Panel), open that folder.
    4) Right Click on Portal Content, a Panel is displayed select "System (from Template)".
    5) That will display a new view on right side, now select "SAP system using dedicated application server" from
    the existing templates. (Other templates are possible - for example, load balanced or through a SAProuter connection string).
    For this exercise, we'll use the simplest type.
    6) Choose next
    7) Give the System Name and System Id (which are mandatory fields) incase you want to give any brief notes
    about the system then give them in the "Description" field.
    8) Open the Newly Created System.
    9) Now when you want to create a New System, you have to fill four Properties they are:
    "Connector" - contains basic connectivty details
    "Internet transaction Server (ITS) - if you wish to use SAPGUI for HTML and/or IACs",
    "Web Application Server" - if you wish to access BSPs and/or Web Dynpro for ABAP and
    "User Management".
    You also need at least one "System Alias" has to be defined from the Display drop down menu.
    Make sure you have set end user access in the Permissions drop down menu to all users who need to access the system
    10) Select "Connector" property, now fill the required fields such as:
    a) Application Host (should be fully qualified hostname) - Give the R/3 "Application Name",
    which can be obtained from the SAP Logon Pad (check what R/3 system you are using, right click on it , go to the properties,
    it will open a window which has the Application Server Name.
    b) Logical System Name - Give the logical name as defined in the backend system
    c) SAP Client - Check the Client in the backend system and give the appropriate number (3 digits)
    d) SAP System ID(SID)* - Check the R/3 properties and give the check for System ID
    e) System Type* - Since we are connecting to R/3, select SAP_R3 system.
    f) System Number - This is a two digit number that you can find in the SAP Logon Pad
    11) Select "Internet transaction Server (ITS)" property, now fill the required fields like
    a) ITS Description à Give some Description
    b) ITS Host Name - Same as "Application Host" of R/3 (when integrated ITS) and should be attached with the
    port number of ITS Server (to get port number detailed description is given below). ex: hostname : port number
    c) ITS Path - To get the path along with the port number you have to Log on to R/3 system. Use the
    Transaction Code "SICF", it opens a new window go to:
    default_host -> sap -> bc -> gui -> sap -> its -> webgui -> SAP GUI for HTML -> right click on
    that and click "Test Service'. This will open a new window, on the address bar you will find the "port number", and
    the path something like (/sap/bc/gui/sap/its/webgui). Use the path after the port number.
    d) ITS Protocol - There are two protocols "http" & "https", select the appropriate protocol which is
    visible when you opened "Test Service" window.
    12) Select "Web Application Server" property , now fill the required fields like
    a) Web AS Description -> Give some Description
    b) Web AS Host Name - same as ITS Host Name
    c) Web AS Path - usually /sap/bc/bsp/sapd)*
    Web AS Protocol - should be same as the ITS Protocol.
    13) Select "User Management" property, now fill the required fields like
    a) Authentication Ticket Type - Since we are not using SSO leave the field
    empty i.e. put in select mode. (Please note that longer term you will probably want to use SSO)
    b) Logon Method - Select UIDPW.
    c) User Mapping Type - In case you have administration rights then you choose "admin" or in case you
    just have user rights then choose "user", better go for "admin/user".
    14) Since all the required fields are filled appropriately now create a System Alias name, this can be done by following steps:
    a) go to Display -> Select "System Aliases" give some Alias Name, let's call it "SAP_R/3"
    15) Now that System is created we have to create a iView which will display the given Transaction Code.
    16) Go To "Content Administration".
    17) Go To "Portal Content".
    18) Go to Portal Content (Right Side Panel), open that folder
    19) Right Click on Portal Content, a Panel is displayed select "New" -> iView
    20) Select iView template, click next
    21) Select "SAP Transaction iView" from the list of templates available. Click next.
    22) Give the iView name and iView ID. Incase you want to give any brief notes about the iView then give it in "Description" field. Click next
    23) Select "SAP GUI for HTML" radio button. Click next
    24) Now select the system which you have create "SAP_R/3", give some Transaction Code, say SE12 (Dictionary Display). Click next and Finish.
    25) Now Preview the iView
    26) You will see a new Window where in SE12 Dictionary Display window is displayed.
    Thanks :
    Dont forget to give rewards if usefull.

  • How to Create an iView under Home in Standard User Role

    Hi,
    Can anybody guide me how to create an iView under Home which access the content available from Windows Share folders on a non SAP system.
    Its not URL iView , I wanna create an iView to access the content from a windows system (
    share)
    Thanks

    You have to create a File System Repository Manager under System Admin -> KM Admin. You can access any Windows Shared drive through that File System Repository manager. The shared folder would be displayed in your portal like a KM folder. You can easily create a KM Navigation iView (from template) over that folder and achieve your goal.
    Please see <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/92322ab24e11d5993800508b6b8b11/content.htm">THIS</a> for the complete documentation on how to do this step by step.
    Regards,
    Shubhadip

  • How to create sap query with "or" relationship

    dear experts,
    I need a report to display the employee whoese WSR is
    changed in the month for infotype 0007.
    that is ,we want to search with selection
    begda OR endda between 2008-01-01 and 2008-01-31.
    how to create sap query with "or" relationship?

    hi use like this,
    CALL FUNCTION 'HR_READ_INFOTYPE'
      EXPORTING
        pernr                 =  p_pernr
        infty                   =  '0007'
       BEGDA                =  p_date1
       ENDDA                 = p_date2
      TABLES
        infty_tab             = itab .
    hi use this by passing the pernr to fm and giving the dates low and high in the p_date1 and p_date2.
    loop at itab where condition.
    endloop.
    may it helps u,
    regards,
    venkat.

  • How to create sap study platform(include BW,EP,ABAP develop IDE).

    How to create sap study platform(include BW,EP,ABAP develop IDE).Thanks!

    How can I get the bw IDES for free?
    Edited by: Andy Y.L. Zheng on Apr 28, 2009 4:46 AM

  • How to create sap scripts?  script is a language  how to create script ?

    how to create sap scripts?
    script is a language  how to create script ?

    hi ,
    step by step procedure.
    SAP Scripts
    http://www.sap-img.com/sapscripts.htm
    http://sappoint.com/abap/
    http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
    http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm
    http://www.sap-basis-abap.com/sapabap01.htm
    http://www.sap-img.com/sapscripts.htm
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html
    http://sap.ittoolbox.com/topics/t.asp?t=303&p=452&h2=452&h1=303
    http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&sid=09eec5147a0dbeee1b5edd21af8ebc6a
    Other Links
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    http://www.thespot4sap.com/Articles/Code_CostCentreReport.asp
    http://www.allsaplinks.com/dialog_programming.html
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/frameset.htm
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://www.geocities.com/ZSAPcHAT
      http://www.sappoint.com/abap/ssintro.pdf
    http://www.sappoint.com/abap/sscript.pdf
    http://www.sappoint.com/abap/sscript.pdf
    http://www.sappoint.com/abap/lsetssap.pdf
    http://www.sappoint.com/abap/sscrtpex1.pdf
    http://www.sap-img.com/sapscripts.htm
    http://www.thespot4sap.com/Articles/SAPscript_Introduction.asp
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/SAPSCRIPTS_tutorial.html
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRRDI/BCSRVSCRRDI.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCREDIT/BCSRVSCREDIT.pdf
    http://www.sappoint.com/abap/sscrtpex1.pdf
    http://www.sap-img.com/sapscripts.htm
    http://www.esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
    sri

  • How to create sap query

    how to create sap query if any one has the documentation pls foward to this mail id [email protected]
    thanks
    avinash

    check these links...
    http://www.sap-basis-abap.com/sapquery.htm
    http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Introduction.asp
    http://help.sap.com/saphelp_nw04/helpdata/en/25/8f4dd72b0f9f4fa6712fcf2f65f505/frameset.htm

  • How to create SAP transaction iView

    Hello,
    Can any body tell me indetail how to crate SAP transaction iView for "SE38" transaction.
    Regards,
    Amey Potale

    Hi Amey
    For creating Transaction iview you have to create a system first
    goto system administration-System configuration-System Landscape-Portal content. right click and create new system. create dedicated r3 system.
    Following are the system properties.
    Application host-sap r/3 system
    Login method-UIDPW
    System id-R/3 system id
    System number-R/3 system number
    Port- 32+R/3 system number
    System type-SAP_R#
    User mapping type -admin,user
    Then create a system alias
    DO user mapping by going to User administration-User Mapping
    Type Administrator and user.then click "edit"
    DO the user mapping by selecting your system alias from the drop down
    Then create an iview by going to content administration-portal content. right click new iview-Select SAP transaction iview. and give the necessary parameters(i.e:SE38).
    FOr further doubts check Create SAP Transaction iView using SAPGUI for Windows
    REgards
    Rajeev.

  • How to create an Iview in BI 7.0?

    Hi Experts,
    i want to create iviews in Bi 7.0 but can not find how to do that.
    I n the older version i could create a query and said save als Iview.
    Could you please explain the steps.
    1. how to create
    2. where to store
    3. How to open
    4  How to publish in portal or to open als URL?
    Many Thanky for the Informations
    Cheers
    Gilo

    Hi Gilo,
    In iView defines the integrated view,which is going to give all integrated sourcesystems information to portal.
    The Portal Content Studio provides a framework for creating iViews in 3 ways.
    1.iView wizards
    2.Copy&Paste actions
    3.Content mirroring tools.
    Creating iView Instances Using Copy-Paste
    Use
    You can instantaneously create new iViews without a wizard (see Object Creation Wizards) by copying existing iView instances using the portal's Copy, Paste, and Paste as Delta Link actions.
    Both paste actions (Paste and Paste as Delta Link) create new iViews that are delta links instances; however, the relation of the new object to the one being copied differs. This difference is illustrated in the figure below.
    &#9632;       The Content Mirroring tool can also be used to duplicate content. Delta links are generated between the original and copied objects. See Content Mirroring.
    &#9632;       To view the delta link source objects and dependents of an object, use the delta link tracer. See Tracing Delta Link Dependencies.
    Procedure
    You use the Copy with the Paste and Paste as Delta Link actions with iViews just as you would other object types in the Portal Catalog.
    For general usage instructions and a description of the commands, see Copying an Object or Folder (Copy & Paste).
    As the first step you have to navigate to the right Portal Content folder, where you want to add the BI report as Portal iView.
    Then you have to create a new iView using the context menu: New -> iView
    Now you see the iView Wizard. In the first step you have to choose “iView template – create an iView from an existing iView template” as source type.
    In the next step you have to choose the iView template “BEx Web Application iView”.
    Then you have to provide an ID (technical name of the Portal Content iView), a description, the iView ID Prefix and the master language of the iView.
    Then you have to choose the version of the BEx Web Application. If you created the Web Template using the Web Application Designer based on SAP BW 2.x/3.x, you have to choose the appropriate option. If you have created the Web Template using the new Web Application Designer based on SAP NetWeaver 2004s, you have to choose the option SAP NetWeaver BI 7.x
    In the next step you have to type in a prefix (depending on the version of the BEx Web Application) and the technical name of the Web Template. If you have used the SAP BW 2.x/3.x Web Application Designer version you have to use the prefix “TEMPLATE_ID=”. If you have used the Web Application Designer based on SAP NetWeaver BI 7.x, you have to use the prefix “TEMPLATE=” (e.g. TEMPLATE=MYTEMPLATE_ID).
    In the last wizard step you can check your entries, you have made before. You can also set the flag “Open for editing, when wizard completes”. Then you can directly work on the BI iView to do some further adjustments.
    After pressing the “Finish”-button in the iView wizard the iView properties show up. There you can select the property category “Appearance – Size”. For the property “Height Type” you should select “Automatic” in order to avoid scroll bars on the portal page later on. Save your settings and close your BI iView
    In the next step you want to add your newly created BI iView to a page. Therefore you have to first navigate to the page you want to add the new iView (or you can create a new page). Then you have to open the page via the context menu &#56256;&#56518; Open &#56256;&#56518; Object
    To add the iView to the page you have to navigate again to the newly created iView. Via context menu you can add now the iView to the page: Right-mouse click on the iView &#56256;&#56518; Add iView to page &#56256;&#56518; Deltalink. Afterwards you save the page.
    Finally you can do a preview to have a look at your new BI iView that is integrated into the portal page. Depending on the result you can adjust the page layout.
    As a result you will see the BI iView on your portal page.
    Before you can create a BI iView in the Enterprise Portal, the system connection and the alias of the BI system has to be defined. This can be done in the System Administration of the Portal &#56256;&#56518; System Configuration &#56256;&#56518; System Landscape
    Also the user mapping to the BI system has to be maintained (in order to use single-sign on). This can be done in the user administration &#56256;&#56518; Identity Management

  • How to create web service in netweaver 7.0?

    Dear sir.
    Firstly I'm new in sap product, and needs your help.
    I downloaded netweaver 7.0 vmware on the sap site.
    1. I want to create webservice on netweaver 7.0, and call this web service from other application.
    2. If I create webservice on the another system, how can I call this web service in the netweaver?
    Any guides or references appreciate.
    Thanks.

    Hi,
       SAP NetWeaver has different modules like PI,MDM,BI,EP....... Whic product are you using.??
    Suppose if you want to integrate two SAP Systems,if both System supports Webservice call then you cal it from one SAP Application without SAP Middleware SAP PI.
    elase you have to use SAP PI.
    What do you mean by How to create webservice.?? explain your req bit clearly.
    regards,
    Raj

  • How to create EP-iView (SPS19) that shows BI planning template (NW2004s)

    Hi,
    we have an EP6 SPS19 with many reports coming from a BW system. Now we migrate the BW from 3.5 to NW2004s (7.0) to use integrated planning. We also implemented the BI Java which is required for planning. Now I wonder how to create iViews on our  EP6 system which points to these kind of reports. Which kind of iView do I need? Do I have to create a system object for the BI Java instance? A system object that points to the ABAP instance is already there, because we already have many iViews to reports from the ABAP stack.
    I would appreciate if one points me to a good documentation.
    Thanks in advance,
    Uwe

    Hi Uwe,
    If you have designed the templates in Web Application Designer then you can publish the template to the portal. You would get an url pointing to the template in the portal. You can then create an "URL iView" in the portal pointing to the url.
    You can also create Bex Application iViews from the published templates.
    You would not need to create a new "System" object if there is already one  pointing to the BI ABAP system.
    This link points to publishing BI Content to Portal
    http://help.sap.com/saphelp_nw70/helpdata/en/43/6ee85d99506fcfe10000000a1553f6/frameset.htm
    Thanks,
    Abhishek

  • How to create Customized Iview in MSS

    Hi Gurus ,
    we are currently using MSS, as per requirement we need to create a custmized IVIEW in MSS using JavaWEBDYNPRO .
    Please let me know .
    1) where i can create javawebdynpro,is anywhere i can sample programs of JavaWebdynpro to check how SAP tables and FM being used in the Java code ...?
    2) How to create Iview in the MSS ?
    3) How do i Call Javawebdynpro in the MSS?
    ViswaRani

    1. the simplest solution to your requirement is create a webdynpro(abap) application using following function modules.
    HRMSS_RFC_STRUCTURE_GET
    PT_ARQ_ACCOUNTS_GET
    BAPI_ABSENCE_CREATE
    The effort of above will be 2-3 days
    2. If you want to develop an applicaiton that can be integrated to the team viewer then its simple,
    build an application with above RFCs either in abap or java and just integrate the iview to the team viewer as per note 1112733.
    with new release all the team viewer iviews throw portal event that passes a string and your application can catch that string. so if you select an employee as a manager then that is passed from the team viewers to all the iview that are covered under the page. read note 1112733 its really good.
    these approches are already implemented for various customers and working absolutely fine. Discuss with your customer before you decide on the approach.
    Edited by: Barin Desai on May 8, 2009 1:41 PM

  • How to create sap directories in application server by coding.

    Hi Experts,
    Please tell me how to create a sap directory via coding in application server.
    Please tell me step by step n send the code also.I have tried alot using FM  'SXPG_COMMAND_EXECUTE' but i dont know how to use it n wht are d parameters i need to pass.
    Also, i found that we need to create a external command in SM69 to pass in this FM...i dont know how to create this.
    Please help me out.

    Hi friend,
    1. Goto to Transaction SM69.
    2. Click on F5.
    3. Click on F6.
    4. Enter a name in Command Name box          ex: z_com
    5. Enter a os command in Operating system command box.     ex: mkdir (creating a directory)
    6. Give location in application server in Parameters for operating system command box   ex: /C dir
    7. Click Save.
    Goto SE 38 and develop a report using FM 'SXPG_COMMAND_EXECUTE' .
    Ex:
    REPORT  zawi_demodownload                       .
    data: g_out like BTCXPM occurs 0,
            z_com type SXPGCOLIST-NAME  value 'mkdir'.
    CALL FUNCTION 'SXPG_COMMAND_EXECUTE'
      EXPORTING
        commandname                         = z_com
      TABLES
        exec_protocol                       = g_out
      EXCEPTIONS
       NO_PERMISSION                       = 1
       COMMAND_NOT_FOUND                   = 2
       PARAMETERS_TOO_LONG                 = 3
       SECURITY_RISK                       = 4
       WRONG_CHECK_CALL_INTERFACE          = 5
       PROGRAM_START_ERROR                 = 6
       PROGRAM_TERMINATION_ERROR           = 7
       X_ERROR                             = 8
       PARAMETER_EXPECTED                  = 9
       TOO_MANY_PARAMETERS                 = 10
       ILLEGAL_COMMAND                     = 11
       WRONG_ASYNCHRONOUS_PARAMETERS       = 12
       CANT_ENQ_TBTCO_ENTRY                = 13
       JOBCOUNT_GENERATION_ERROR           = 14
       OTHERS                              = 15.
    IF sy-subrc = 0.
    ENDIF.
    Thanks.......

  • How to create a iview in eclipse for connecting  R/3 using JCA?

    Hi everybody,
           I want to create a iview in eclipse for connecting  R/3 using JCA. Can any body send me java code for this purpose. i tried one example from sdn in eclipse but i did't get any code for the same.
    thanking you
    Rajendra

    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/sap connector examples download.htm

  • How to create an iview for ABAP Webdynpro Application in Portal?

    HI,
    I am Webdynpro Java webdynpro developer.
    I want to create an IVIEW for an ABAP Webdynpro application in the enterprise portal.

    The process is almost exactly the same as creating a Web Dynpro Java iView. You simply chose the ABAP instead of the Java radio button when you reach that step in the Web Dynpro iView creation process.  There is a video on the topic here:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/eae111e7-0b01-0010-6cb7-e0dd2bfbfa7a
    You can also read about the process in the online help:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/1d/e4a34273f60b31e10000000a1550b0/frameset.htm

Maybe you are looking for