Facing problemin user_command.

I am getting an error as :  Field "u2018ZDOCNUMu2019" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement . . . . . . . . . .
FORM user_command USING v_ucomm LIKE sy-ucomm
                        wa_selrow TYPE slis_selfield.
  CASE v_ucomm.
    WHEN '&IC1'.
      READ TABLE t_all assigning <f_all>  WITH KEY flag = c_b .
      CASE wa_selrow-fieldname.
        WHEN u2018ZDOCNUMu2019.
          SET PARAMETER ID u2018vfu2019 FIELD t_all-zdocnum.
          CALL TRANSACTION u2018vf03u2019.
        WHEN u2018ZBILLDTu2019.
          SET PARAMETER ID u2018vfu2019 FIELD outputtab-zbilldt.
          CALL TRANSACTION u2018vf03u2019.
      ENDCASE.
*reading table for billing details
      READ TABLE t_all WITH KEY flag = c_r INDEX  wa_selrow-tabindex.
    CASE wa_selrow-fieldname.
    WHEN u2018ZCONTNUMu2019.
      SET PARAMETER ID u2018aunu2019 FIELD outputtab-vbeln.
      CALL TRANSACTION u2018va43u2019.
    WHEN u2018ZDOCNUMu2019.
      SET PARAMETER ID u2018blnu2019 FIELD outputtab-belnr.
      CALL TRANSACTION u2018fb03u2019.
    WHEN u2018ZBILLDT'.
      SET PARAMETER ID u2018blnu2019 FIELD outputtab-cbelnr.
      CALL TRANSACTION u2018fb03u2019.
    WHEN u2018ZICOBILLu2019.
      SET PARAMETER ID u2018blnu2019 FIELD outputtab-ebelnr.
      CALL TRANSACTION u2018fb03u2019.
  ENDCASE.
ENDCASE.
ENDFORM                    "user_command
Please let me know wats wrong

As rightly stated above, the message tells you what needs to be done.
Have a look below:
CASE wa_selrow-fieldname.
WHEN u2018ZDOCNUMu2019.
SET PARAMETER ID u2018VF' FIELD F_ALL-ZDOCNUM.
CALL TRANSACTION u2018VF03u2019.
instead of
CASE wa_selrow-fieldname.
WHEN u2018ZDOCNUMu2019.
SET PARAMETER ID u2018vfu2019 FIELD t_all-zdocnum.
CALL TRANSACTION u2018vf03u2019.
Try analysing before posting.

Similar Messages

  • Tomcat installation

    hi all
    well i'm facing problemin configuring tomcat please if anyone can help me out on this on i will be greatful well i have set all TOMCAT_HOME and JAVA_HOME variables plus the jdk path and classpath is correct i'm using jdk1.2.2 and tomcat 3.2.4
    when i say startup at console new window for tomcat starts up but it shuts down this is the error message i get in the tomcat window
    Exception in thread "main" java.lang.NoClassDefFoundError: org/xml/sax/HandlerBa
    se
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:471)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:10
    3)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:242)
    at java.net.URLClassLoader.access$1(URLClassLoader.java:210)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:191)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:185)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:279)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:249)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:308)
    at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:168)
    at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240)
    i will be really obliged if anyone canhelp me out on this i have to submit my project after 2 days and my works is stopped due to this problem or if anyone can suggest me anyother web server that i can download from the web
    i will be highly obliged and please any advice will be welcome
    see to it if u can send me the url of the web site on which there is a web server available for free which can run servlets pls friends this is very very important.
    thanx in advance
    vijay

    i do'nt wanna test my servlet over the network not that i mind doin that but
    that will make me to and fro the server room I am sorry, I didn't get you. What do you have in your machine (pc). You don't require centralized server to run Tomcat. You can as well run this in your local machine. Just have a look at,
    http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html,
    it will run on windows nt/workstation/2000/95/98 etc. I hope you are using one among them.
    Sudha

  • Create a public Internet facing site with SharePoint Foundation

    Hi,
    Would I be able to use SharePoint Foundation to create a public Internet facing site? In addition, where can I find tutorial on how to create public Internet facing sites?
    Thanks a lot!
    Eduardo

    Hi Eduardo,
    You can create public Internet facing site using SharePoint Foundation, e.g. www.wssdemo.com
    Regards,
    Vladimir
    MCTS, SharePoint tips blog: http://buyevich.blogspot.com

  • I am facing error while running Quickpay in Fusion payroll that "The input value Periodicity is missing for element type KGOC_Unpaid_Absence_Amount. Enter a valid input value". Any idea?

    I am facing error while running Quickpay in Fusion payroll that "The input value Periodicity is missing for element type KGOC_Unpaid_Absence_Amount. Enter a valid input value". Any idea?

    This is most probably because the Periodicity input value has been configured as "Required" and no value has been input for it.
    Please enter a value and try to re-run Quick Pay.

  • Interesting scenario- user facing error while deleting a sales order

    Hello All,
    I have one interesting scenario and want feedback from your side as soon as possible
    Scenario-
    One of my clients is facing a problem while deleting a sales order.
    the sales order he is trying to delete is the old order created in 2007.
    when i see the document flow the user has created the export order, then delivered it, invoiced and sent it to accounting, accounting document is also cleared. then he cancelled the invoice, reverse PGI and deleted the delivery. the status of the sales order system is showing is being processed. but please note in this case after reversing PGI and deleting a delivery the delivery document disappears from the document flow.
    document flow looks like this
    Order - 200004715                     Being processed
    invoice- 700005310                    completed
    accounting 700005311                 cleared
    Cancel Invoice 700005315            completed
    Accounting 700005316                 cleared
    Now, in 2008 user is trying to delete the sales order but he is unable to do the same. system is giving him message "unable to delete sales order because of subsequent document 70005310 (which is invoice number)"
    Can somebody please throw some light on this problem.
    Thanks in advance.

    Hi,
    As fas as I know, this is standard system behaviour. The reason - you have done PGI (which has created a material document as well as accounting doc) and invoiced & reversed (which again has created accounting documents & rversal documents). All these documents are referencing the sales order.
    If you delete sales order, sales order number gets deleted from VBAK /VBAP tables.
    Hence, in relational data base scenario (meanin SAP in this context), deletion of sales order after creation of subsequent documents is not feasible.
    Hope it clarifies the issue.
    Regards
    Murali

  • I am facing 'How do you want to use this disc' whenever I read/open any lightscribe discs having data.

    Hi,
    When I insert a lightscribe DVD/CD into a lightscribe optical drive, then when I click to open the DVD, I faced this error 'How  do you want to use this disc', although the DVD was full of data. When opening these 
    lightscribe DVD/CD via NON lightscribe optical drive, I noticed that the DVD/CD  opened well without any problems at all.
    Also, how can the System show to me 'How  do you want to use this disc' , in particular when  a DVD is non rewritable(DVD-R) and also contains data)?
    Bear in mind, not all DVDs/CDs were not detected. However, only full lightscribe discs' (having data)
    However, even blank lightscribe discs were detected without problems. When insert a lightscribe disc having data, then I faced that error. However, when inserting  blank lightscribe discs I found that the disc were opened.  Also,
    non lightscribe discs were opened well.
    When checking the device manager, I didn't see any issue with DVD/CD drive. If there were a problem unrecongnising, then I would have seen 'a remarkable mark' in front of it.
    Note: I have faced this problem after trying formating a rewritable CD inserted onto the drive. Althouthg the format failed, all data on the disc was deleted. Anyway, after that, then inserting full-lightscribe  discs are unregonised
    Do you think the problem wth my optical drive. IF so, I would be saying why it wasn't happened with all other non lightscribe discs. If my lightscrib discs were corrupted, then why would they have opened well on another laptop.
    I have done:
    Press the Windows logo key+R to open the Run dialog box.
    Type devmgmt.msc in the Run dialog box, then press Enter. If you are prompted for an administrator password or for a confirmation, type the password, or click Allow
    In Device Manager, expand DVD/CD-ROM drives, right-click the CD and DVD devices, and then clickUninstall.
    When you are prompted to confirm that you want to remove the device, click OK.
    Restart the computer.
    But the same prolbem is existing.
    yes there is a virtual CloneDrive program installed on my PC, however, there is no any CD mounted into it. Even if a CD was mounted into Virtual Clondrive, there would be no problem at all, because the virtual CloneDrive is used to only
      mount ISO disc images into it, and not physical discs.
    Any I have do what you have said, when inserting a light-scribe disc having data, then I open it, I found this
    NOTE: in the above screen shot there is a lightscribe DVD having data inserted. However, in the screen shot below, there  a ightsrbe DVD not having data inserted. In the first screen shot, the disc is not reconginsed by Windows, however, in
    the second is recognised. 
    Even when I have inserted a lightscribe disc not having data(empty), it opened well regardless of  what virutal CloneDrive is enabled or disabled.
    But when cliced on my problem didn't solve,
    A man should convert his anger and sadness into strength to continue living in this life.

    Hi,
    The product Name of my computer is: HP Pavilion dv6-6093ex Entertainment
    Notebook PC support
    The number of my computer is : LM610EA#A2N.
    Could anyone please at this splendid forum take some of their precious time
    out to really reply my questions and solve my problems?
    FIRST OF ALL:
    My HP Pavilion Laptop is about 3 years old.
    My
    sister's Dell Inspiron laptop is 3 years old.
    My HP lapotp is well-cared, as opposed to my sister's Inspiron Dell laptop,
    which is always thrown in dust without caring at all. Also, its battery is
    always inserted even when it is fully charged while the laptop is plugged in to
    the main power supply.
    However, my laptop is either used on only battery, or on plugin. Also, it is
    kept from the dust.
    But, I really found that the battery of the Dell laptop
    still lasts about three and half hours, and there is no problem cooling fan is
    not oproperly preporly.
    I only remember one thing differently done on my laptop battery which is I
    charged it fully, then I stored it without using it for about four months, then
    when I reused it, I found it got worse over time. I.e. first time of using it
    after storing,I found it empty, then I charged it again fully, however, then it
    lasted about 2 hours, then 1 and half hours, next an hour, now it is only
    lasting about 20 minutes without performance. If there is high performance, then
    the computer shuts down suddenly.
    My problem is follows:::
    First: Whenever I inserted any Containing Data OR Data
    CD/DVD-R LightScribe discs, I found that HP optical driver was
    unable to read them. When clicking on the optical disc drive
    'duble-click', then I find that disc opens as this way(NOT: With a CD/DVD player
    is grayed out)
    Blank Or Used CD, DVD±R,RW lightscirbe is unable to be
    read:(clicking on it let it Open like a USB FlashDrive or With a CD,DVD player:
    NOTE: with CD/DVD Player is grayed out)
    Used CD/DVD±R/RW Non-LightScribe disc opens normal:
    Blank CD,DVD±R,RW Non-LightScribe opens normal(Opens like a USB FlashDrive or
    With a CD,DVD)::
    My HP CD/DVD DVD±R/RW specis are::
    Optical Drives
    hp CDDVDW TS-L633R
    Media Type DVD Writer
    Name hp
    CDDVDW TS-L633R
    Availability Running/Full Power
    Capabilities Random
    Access, Supports Writing, Supports Removable Media
    Read capabilities CD-R,
    CD-RW, CD-ROM, DVD-RAM, DVD-ROM, DVD-R, DVD-RW, DVD+R, DVD+RW, DVD-R DL, DVD-RW
    DL, DVD+R DL
    Write capabilities CD-R, CD-RW, DVD-RAM, DVD-R, DVD-RW, DVD+R,
    DVD+RW, DVD-R DL, DVD+R DL
    Config Manager Error Code Device is working
    properly
    Config Manager User Config FALSE
    Drive E:
    Media Loaded
    FALSE
    SCSI Bus 0
    SCSI Logical Unit 0
    SCSI Port 0
    SCSI Target Id
    1
    Status OK
    Trying to solve the problem,
    I have done these steps in order::
    I tried checking with dignostic ulitiy:
    I have tried Advanced View , this is the file of output data
    diagnostic utility
    LightScribe System Software Settings:
    SOFTWARE\LightScribe\MessageDir
    C:\Program Files (x86)\Common
    Files\LightScribe\
    SOFTWARE\LightScribe\LSPrintDialog C:\Program Files
    (x86)\Common
    Files\LightScribe\LSPrintDialog.exe
    SOFTWARE\LightScribe\LSPrintingDialog
    C:\Program Files (x86)\Common
    Files\LightScribe\LSPrintingDialog.exe
    SOFTWARE\LightScribe\LsPrintLauncher
    C:\Program Files (x86)\Common
    Files\LightScribe\LSPrintLauncher.dll
    SOFTWARE\LightScribe\ResourceDir
    C:\Program Files (x86)\Common
    Files\LightScribe\res
    SOFTWARE\LightScribe\LSPrintAPI C:\Program Files
    (x86)\Common
    Files\LightScribe\LSPrintAPI.dll
    SOFTWARE\LightScribe\Update\UpdateShellCommand
    http://www.lightscribe.com/go/downloads/windows
    SOFTWARE\LightScribe\Update\PreviousVersion
    1.18.20.1
    SOFTWARE\LightScribe\Update\CurrentVersion
    1.18.27.10
    SOFTWARE\LightScribe\Update\TrailingVersion
    SYSTEM\CurrentControlSet\Services\LightScribeService\Type
    16
    SYSTEM\CurrentControlSet\Services\LightScribeService\Start
    2
    SYSTEM\CurrentControlSet\Services\LightScribeService\ErrorControl
    0
    SYSTEM\CurrentControlSet\Services\LightScribeService\
    SYSTEM\CurrentControlSet\Services\LightScribeService\DisplayName
    LightScribeService Direct Disc Labeling
    Service
    SYSTEM\CurrentControlSet\Services\LightScribeService\ObjectName
    LocalSystem
    SYSTEM\CurrentControlSet\Services\LightScribeService\Description
    Used by the LightScribe software components to support 3rd party disc labeling
    applications using the LightScribe COM Application Programming Interface
    (LSCAPI). This service needs to run for LightScribe direct disc labeling to
    work.
    SYSTEM\CurrentControlSet\Services\Eventlog\Application\LightScribeService\
    SYSTEM\CurrentControlSet\Services\Eventlog\Application\LightScribeService\
    SYSTEM\CurrentControlSet\Services\Eventlog\Application\LightScribeService\TypesSupported
    7
    SYSTEM\CurrentControlSet\Services\Cdrom\Enum\0
    IDE\CdRomhp_CDDVDW_TS-L633R______________________0300____\4&334f7860&0&0.1.0
    SYSTEM\CurrentControlSet\Services\Cdrom\Enum\Count
    2
    SYSTEM\CurrentControlSet\Services\Cdrom\Enum\NextInstance
    2
    SYSTEM\CurrentControlSet\Services\Cdrom\Enum\1
    SCSI\CdRom&Ven_ELBY&Prod_CLONEDRIVE&Rev_1.4\1&2afd7d61&0&000000
    SOFTWARE\Microsoft\Windows
    NT\CurrentVersion\Winlogon\allocatecdroms
    0
    SYSTEM\CurrentControlSet\Services\CDRom\autorun 1
    SOFTWARE\INTEL\Intel
    Application Accelerator Not detected
    Drives and Media:
    Drive 0 : hp CDDVDW TS-L633R 0300 219 (E, Media
    Imaging Parameter : 114
    I tried running the below command line to fix potential disk issue 'Chkdsk
    /r /f'
    I cleaned the drive, discs, and so on.
    I have uninstalled the all third-party data recording software.
    I have uninstalled the Cyber DVD suite, lightscribe system software which
    came pre-installed with my HP pavilion Notebook.
    I have recovered my system from the Factory Recovery discs.
    I have tried opening all those LightScibe discs not opening on my HP optical
    drive, on a Dell optical drive, and all of them were opened well, although Dell
    optical drive did not have a lightscribe feature at all., nor third party disc
    recording software
    However, the problem is still with opening the discs LIGHT-SCRIBE
    Thus, my questions are:
    How to determine if the drive is corrupted and needs to be replaced with
    another one.
    I think there something needed to be done on the BIOS Of my HP
    laptop[[[A similar problems happened on my Desktop computer's optical
    drive which is as follows:::(ALL discs are opened as empty by Optical Drive of
    My Desktop Computer) ---while my optical drive of my desktop was connected to
    the primary slave IDE, and the HDD was connected to the
    primary master IDE, the optical drive and hard disk are functioning
    well. However, I remember that while burning an image with Nero essential V: 5,
    something went wrong, and then the Optical Drive of My Desktop Computer
    (HL-DT-ST DVD-RAM GH22NP20) became NOT recognised/Installed on
    BIOS, although it was still shown on the device manager as a
    recognised device. Also, it was listed on my computer, however, when entering a
    disc(blank or with data) into the drive, I found it was not recognised, and it
    opened empty(no files at it), although it contains data. Thus, I decided to boot
    to BIOS, and clicked on 'Autodetection for IDE', then I found that only HDD was
    still shown as installed on BIOS. However, the optical drive was not. Th I tried
    clicking on it on BIOS and then clicking on 'enter' to try to let the device be
    re-recognized. However, that made no difference. I had to take part my computer
    ,and then reconnected the optical drive onto the secondary slave
    IDE , and let HDD connected to the same primary master IDE.
    Then, I found that the problem solved and all discs became being read
    normally. Aslo, optical drive became installed on BIOS]]]
    What is meant with with double Layer Support.
    How much does it cost?
    A man should convert his anger and sadness into strength to continue living in this life.

  • Facing a series of problems in production server

    Dear All,
    I am facing a series of problems.
    We are using ecc5 on windows with oracle 9i.
    Two nodes on cluster.
    1. I am getting error in log file 
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    2. dev_disp getting error *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3893]
    MtxInit: -2 0 0
    3. Suddenly shutdown of server.
    4.E error in nmiconf.log
    I am unable to find the Listener problem because at present it listener is up.
    Please help to find the root cause because there 3 Listener.ora
    1     LISTENER1.log current date.
          2     LISTENER. Log with old date
    And which file and what change I have to do.
    2.What settings have to change in DNS settings?
    3.What is suddenly caused of server shutdown?
    Log file of LISTENER2.log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener2.log
    Trace information written to E:\oracle\ora92\network\trace\listener2.trc
    Trace level is currently 0
    Started with pid=1332
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    Log file of LISTENER1.log
    Started with pid=1180
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener1.log
    Trace information written to E:\oracle\ora92\network\trace\listener1.trc
    Trace level is currently 0
    Started with pid=1304
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    Log file of LISTENER. log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 11-AUG-2008 17:10:07
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener.log
    Trace information written to E:\oracle\ora92\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=7440
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1527)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    11AUG-2008 17:10:08 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=#####1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 17:59:26 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11AUG-2008 18:14:17 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 18:17:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    LISTENER.ORA
    LISTENER.ORA Network Configuration File: E:\oracle\ora92\network\admin\listener.ora
    Generated by Oracle configuration tools.
    STARTUP_WAIT_TIME_FSL@@@@-SAP-ORAV = 0
    LISTENER1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1528))
    ADMIN_RESTRICTIONS_FSL@@@@-SAP-ORAV = on
    FSL@@@@-SAP-ORAV =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1))
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1.WORLD))
        (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(Host = #####)(Port = 1527))
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:04 2005
    TRACE_LEVEL_FSL@@@@-SAP-ORAV = OFF
    CONNECT_TIMEOUT_LISTENER = 10
    STARTUP_WAIT_TIME_LISTENER = 0
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1527))
    SID_LIST_FSL@@@@-SAP-ORAV =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    LISTENER_000.ORA
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:02 2005
    LISTENER =
      (ADDRESS_LIST=
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1.WORLD)
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1)
        (ADDRESS=
          (COMMUNITY=SAP.WORLD)
          (PROTOCOL=TCP)
          (HOST=########)
          (PORT=1527)
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER_001.ORA
    Filename......: listener.ora
    Created.......: created by SAP AG, R/3 Rel. >= 6.10
    Name..........:
    Date..........:
    @(#) $Id: //bc/640-2/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = IPC)
              (KEY = PRD1.WORLD)
            (ADDRESS=
              (PROTOCOL = IPC)
              (KEY = PRD1)
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = @@@@-@@@@)
              (PORT = 1527)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    nmiconf.log
    DBSNMP for 32-bit Windows: release 9.2.0.7.0 - Production on 22-SEP-08 11:33:50
    Discovering services on @@@@-@@@@ configured on host addresses {@@@@-@@@@.@@@@.COM 192.168.10.5 @@@@-@@@@}
    Warning : Skipping OracleOraHome92TNSListenerFsl@@@@-sap-orav : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerLISTENER2 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1.world : Could not find corresponding listener definition in
    Warning : LISTENER1 defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : LISTENER defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : No Listener found for SID PRD1. PRD1 will be skipped
    Could not determine location of emtab.
    Regards,
    Shiva

    Dear All,
    I am facing a series of problems.
    We are using ecc5 on windows with oracle 9i.
    Two nodes on cluster.
    1. I am getting error in log file 
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    2. dev_disp getting error *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 4 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3893]
    MtxInit: -2 0 0
    3. Suddenly shutdown of server.
    4.E error in nmiconf.log
    I am unable to find the Listener problem because at present it listener is up.
    Please help to find the root cause because there 3 Listener.ora
    1     LISTENER1.log current date.
          2     LISTENER. Log with old date
    And which file and what change I have to do.
    2.What settings have to change in DNS settings?
    3.What is suddenly caused of server shutdown?
    Log file of LISTENER2.log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener2.log
    Trace information written to E:\oracle\ora92\network\trace\listener2.trc
    Trace level is currently 0
    Started with pid=1332
    TNS-01151: Missing listener name, LISTENER2, in LISTENER.ORA
    Log file of LISTENER1.log
    Started with pid=1180
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 22-SEP-2008 11:33:50
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener1.log
    Trace information written to E:\oracle\ora92\network\trace\listener1.trc
    Trace level is currently 0
    Started with pid=1304
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1528)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    Log file of LISTENER. log
    TNSLSNR for 64-bit Windows: Version 9.2.0.7.0 - Production on 11-AUG-2008 17:10:07
    Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
    System parameter file is E:\oracle\ora92\network\admin\listener.ora
    Log messages written to E:\oracle\ora92\network\log\listener.log
    Trace information written to E:\oracle\ora92\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=7440
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=@@@@-@@@@.@@@@.COM)(PORT=1527)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    11AUG-2008 17:10:08 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=#####1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 17:59:26 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11AUG-2008 18:14:17 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    11-AUG-2008 18:17:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=prd1adm))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=153093888)) * status * 0
    LISTENER.ORA
    LISTENER.ORA Network Configuration File: E:\oracle\ora92\network\admin\listener.ora
    Generated by Oracle configuration tools.
    STARTUP_WAIT_TIME_FSL@@@@-SAP-ORAV = 0
    LISTENER1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1528))
    ADMIN_RESTRICTIONS_FSL@@@@-SAP-ORAV = on
    FSL@@@@-SAP-ORAV =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1))
        (ADDRESS = (PROTOCOL = IPC)(KEY = PRD1.WORLD))
        (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(Host = #####)(Port = 1527))
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:04 2005
    TRACE_LEVEL_FSL@@@@-SAP-ORAV = OFF
    CONNECT_TIMEOUT_LISTENER = 10
    STARTUP_WAIT_TIME_LISTENER = 0
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = @@@@-@@@@)(PORT = 1527))
    SID_LIST_FSL@@@@-SAP-ORAV =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    LISTENER_000.ORA
    This file is written by Oracle Services For MSCS
    on Tue May 16 21:20:02 2005
    LISTENER =
      (ADDRESS_LIST=
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1.WORLD)
        (ADDRESS=
          (PROTOCOL=IPC)
          (KEY=PRD1)
        (ADDRESS=
          (COMMUNITY=SAP.WORLD)
          (PROTOCOL=TCP)
          (HOST=########)
          (PORT=1527)
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER_001.ORA
    Filename......: listener.ora
    Created.......: created by SAP AG, R/3 Rel. >= 6.10
    Name..........:
    Date..........:
    @(#) $Id: //bc/640-2/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = IPC)
              (KEY = PRD1.WORLD)
            (ADDRESS=
              (PROTOCOL = IPC)
              (KEY = PRD1)
            (ADDRESS =
              (COMMUNITY = SAP.WORLD)
              (PROTOCOL = TCP)
              (HOST = @@@@-@@@@)
              (PORT = 1527)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SDU = 32768)
          (SID_NAME = PRD1)
          (ORACLE_HOME = E:\oracle\ora92)
    nmiconf.log
    DBSNMP for 32-bit Windows: release 9.2.0.7.0 - Production on 22-SEP-08 11:33:50
    Discovering services on @@@@-@@@@ configured on host addresses {@@@@-@@@@.@@@@.COM 192.168.10.5 @@@@-@@@@}
    Warning : Skipping OracleOraHome92TNSListenerFsl@@@@-sap-orav : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerLISTENER2 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1 : Could not find corresponding listener definition in
    Warning : Skipping OracleOraHome92TNSListenerprd1.world : Could not find corresponding listener definition in
    Warning : LISTENER1 defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : LISTENER defined in E:\oracle\ora92\network\admin\listener.ora will be skipped, because it does not monitor any of the valid SIDs
    Warning : No Listener found for SID PRD1. PRD1 will be skipped
    Could not determine location of emtab.
    Regards,
    Shiva

  • Problem facing in sender file adapter

    Hi XI gurus,
    I am facing a problem in sender file adapter communcation channel
    Is there any restriction in XI that XI picks max of 100 at a time .
    Actaully probolem here is My XI sender file adapter need to pick 2800 file from ftp.
    adapter need to file pick files ranging SAP_OUT_066581_280_INV.xml to SAP_OUT_SZ22TXN066581_2800_INV.xml
    to pick these we have given file name as u201CSAP_OUT_*_INV.xmlu201D when ever given this XI is coming with no messges.
    when ever file name is given as SAP_OUT_SZ22TXN066581_3*_INV.xml it XI has picked file from 300 to 399
    when eve tried with the options to pick all the message
    SAP_OUT_SZ22TXN066581_*_INV.xml  Failed with no messaege
    even atleast tried to pick 1000 mesaanges from 1000 to 1999
    i have given like this
    SAP_OUT_SZ22TXN066581_1*_INV.xml failed with no messages
    while trying with option xi picking file max 100 at a time
    SAP_OUT_SZ22TXN066581_1*_INV.xml
    SAP_OUT_SZ22TXN066581_11*_INV.xml
    SAP_OUT_SZ22TXN066581_12*_INV.xml
    like this I am increaing the number and picking maximum of 100 messages only
    Is there any way to auto mate this or nny file names need to be required
    waiting for your reply

    Check SAP Note 821267 - FAQ: XI 3.0 / PI 7.0/ PI 7.1 File Adapter.
    I guess point 8 might relate to your problem if the FTP adapter timeout occurs.
    check the note 849089 as well.
    Also check point 13 and 26.
    Gaurav Jain
    Points if answer is useful
    Edited by: Gaurav Jain on Jun 6, 2008 4:20 PM

  • I am facing a strange problem on new iphone 5 that I bought last week. The maps app and the places in photo gallery shows the pin and my location, however there is no information of locations. Tried to close the apps, phone restart, reset etc. Please help

    I am facing a strange problem on new iphone 5 that I bought last week. The maps app and the places in photo gallery shows the pin and my location, however there is no information of locations. Tried to close the apps, phone restart, reset etc. I am accessing it via strong wireless connection and it works fine on other devices. Please help.

    zapgrap wrote:
    there is no information of locations.
    Then no information exists.  Use the Report a Problem button within the app to report it.

  • Facing problem while going to  catch return result from web-services.

    Hi everybody,
    I am new to BPEL. I am facing problem while going to catch the attributes of resultsets returning from web-services(QAS). As far as my knowledge, two types of results it should return - XML entities and another is attributes which is coming as the part of XML entitites. I am able to catch the XML entities, but can't catch the attributes under it. Even, I am not able to see whether web-services returning something within that field.
    When, I tried to catch the attribute and store to a temporary varilable using the following code:
    *<assign name="AssignQASDoGetAddress1">*
    *<copy>*
    *<from variable="InvokeQAS_DoSearch_OutputVariable"*
    part="body"
    query="/ns6:QASearchResult/ns6:QAPicklist/ns6:PicklistEntry/@PostcodeRecoded"/>
    *<to variable="temp"/>*
    *</copy>*
    *</assign>*
    but, I am facing the following selectionFailure errors after running it:
    *"{http://schemasxmlsoap.org/ws/2003/03/business-process/}selectionFailure" has been thrown.*
    -<selectionFailure xmlns="http://schemasxmlsoap.org/ws/2003/03/business-process/">
    -<part name="summary">
    *<summary>*
    empty variable/expression result.
    xpath variable/expression expression "bpws:getVariableData('InvokeQAS_DoSearch_OutputVariable', 'body', '/ns6:QASearchResult/ns6:QAPicklist/ns6:PicklistEntry/@PostcodeRecoded')" is empty at line 269, when attempting reading/copying it.
    Please make sure the variable/expression result "bpws:getVariableData('InvokeQAS_DoSearch_OutputVariable', 'body', '/ns6:QASearchResult/ns6:QAPicklist/ns6:PicklistEntry/@PostcodeRecoded')"is not empty.
    *</summary>*
    *</part>*
    *</selectionFailure>*
    Getting this error it seems to me that web-service is returning nothing, but, it returns something as it has been catched using a method called isPostcodeRecoded() Java Code in Oracle ADF. This method has been used as it should return boolean whereas for catching the xml entities using java code we used the method like getPostcode(), getMoniker().
    For your information, we are using Jdeveloper as the development tool for building the BPEL process.
    Am I doing any syntax error. Please consider it as urgent and provide me asolution.
    Thanks in advance.
    Chandrachur.

    Thanks Dave and Marc, for your suggestions. Actually what I found is QAS web-service is returning nothing as attributes when the attributes are set to the default value. For example, following is the part of the wsdl of the result which QAS webservice returns.
    <xs:element name="QASearchResult">
    - <xs:complexType>
    - <xs:sequence>
    <xs:element name="QAPicklist" type="qas:QAPicklistType" minOccurs="0" />
    <xs:element name="QAAddress" type="qas:QAAddressType" minOccurs="0" />
    </xs:sequence>
    <xs:attribute name="VerifyLevel" type="qas:VerifyLevelType" default="None" />
    </xs:complexType>
    </xs:element>
    <xs:complexType name="QAPicklistType">
    - <xs:sequence>
    <xs:element name="FullPicklistMoniker" type="xs:string" />
    <xs:element name="PicklistEntry" type="qas:PicklistEntryType" minOccurs="0" maxOccurs="unbounded" />
    <xs:element name="Prompt" type="xs:string" />
    <xs:element name="Total" type="xs:nonNegativeInteger" />
    </xs:sequence>
    <xs:attribute name="AutoFormatSafe" type="xs:boolean" default="false" />
    <xs:attribute name="AutoFormatPastClose" type="xs:boolean" default="false" />
    <xs:attribute name="AutoStepinSafe" type="xs:boolean" default="false" />
    <xs:attribute name="AutoStepinPastClose" type="xs:boolean" default="false" />
    <xs:attribute name="LargePotential" type="xs:boolean" default="false" />
    <xs:attribute name="MaxMatches" type="xs:boolean" default="false" />
    <xs:attribute name="MoreOtherMatches" type="xs:boolean" default="false" />
    <xs:attribute name="OverThreshold" type="xs:boolean" default="false" />
    <xs:attribute name="Timeout" type="xs:boolean" default="false" />
    </xs:complexType>
    <xs:complexType name="PicklistEntryType">
    - <xs:sequence>
    <xs:element name="Moniker" type="xs:string" />
    <xs:element name="PartialAddress" type="xs:string" />
    <xs:element name="Picklist" type="xs:string" />
    <xs:element name="Postcode" type="xs:string" />
    <xs:element name="Score" type="xs:nonNegativeInteger" />
    </xs:sequence>
    <xs:attribute name="FullAddress" type="xs:boolean" default="false" />
    <xs:attribute name="Multiples" type="xs:boolean" default="false" />
    <xs:attribute name="CanStep" type="xs:boolean" default="false" />
    <xs:attribute name="AliasMatch" type="xs:boolean" default="false" />
    <xs:attribute name="PostcodeRecoded" type="xs:boolean" default="false" />
    <xs:attribute name="CrossBorderMatch" type="xs:boolean" default="false" />
    <xs:attribute name="DummyPOBox" type="xs:boolean" default="false" />
    <xs:attribute name="Name" type="xs:boolean" default="false" />
    <xs:attribute name="Information" type="xs:boolean" default="false" />
    <xs:attribute name="WarnInformation" type="xs:boolean" default="false" />
    <xs:attribute name="IncompleteAddr" type="xs:boolean" default="false" />
    <xs:attribute name="UnresolvableRange" type="xs:boolean" default="false" />
    <xs:attribute name="PhantomPrimaryPoint" type="xs:boolean" default="false" />
    </xs:complexType>
    here the attributes like FullAddress, PostcodeRecodedare , etc. are not being return by the web-service when it is getting the default value false. But, if it gets true then , it is being displayed at the BPEL console.
    Do you have any idea how can I catch the attributes and its value even when it gets the default value which is already set. Previously, it was returning(it was not being displayed at the console).
    Thanks once again for your valuable suggestions...!!!
    Chandrachur.

  • Hi support team, I'm using iphone4, After i upgraded my ios7 i'm facing issues.Need ur help

    Hi support team, I'm using iphone4, After i upgraded my ios7.0.2 i'm facing issues.
    - Unable to view the incoming calls.
    - mobile hanging

    This is not the "support team".  These are user to user forums.  You are not addresssing Apple's "support team" by posting here.
    Which of the troubhleshooting steps listed in the iOS 7 user guide have you tried?  Have you tried a reset?

  • User_command is not triggering in Multiple ALV_LIST_DISPLAY

    Hi,
    My requirement is to display multiple alv list into a single continuous list. (Like In a page there might be multiple lists)
    I have to display the report like below example.
    Example: In a header table there are multiple header information say,
    Office | Supplier |  Purchase order  | Storage Location  | Warehouse .
    W001  | S001    | P0001                   | ws01                      | f06
    W001  | S001    | P0002                   | ws01                      | f06
    W001  | S001    | P0003                   | ws01                      | f06
    Fora above header information there will be detail report:
    Example:
    Header
    Office | Supplier |  Purchase order  | Storage Location  | Warehouse .
    W001  | S001    | P0001                   | ws01                      | f06
    Detail report:
    Process type     | Order number     | Start date     | End date  | Quantity ordered
    Z001               | 3000000116            | 8/15/2011     | 9/30/2011| 0.005
    Z001               |3000000120            |8/29/2011      |9/16/2011 | 0.015
    Z002               |3000000117            |8/16/2011      |9/5/2011  | 0.030
    Similarly:
    Header
    Office | Supplier |  Purchase order  | Storage Location  | Warehouse .
    W001  | S001    | P0002                   | ws01                      | f06
    Detail report:
    Process type     | Order number      | Start date             | End date  | Quantity ordered
    Z001               | 3000000119            |8/15/2011             |9/30/2011 | 0.005
    Z001               |3000000121            |8/29/2011      |9/16/2011 | 0.015
    Z002               |3000000130            |8/16/2011      |9/5/2011   | 0.030
    etc.
    I have displayed it into a single list by calling, REUSE_ALV_LIST_LAYOUT_INFO_GET & REUSE_ALV_LIST_DISPLAY within a loop . For that I have to build the layout by giving
    layout-list_append = 'X'.
    I have done hot spot in order number. (To display a report based on order number)
    I have called the user_command. also.
    Now my problem is that when I'm clicking on order number it is not executing the user_command. (Nothing is happening) , even if you put /H it is not going to debugging mode. The message is "Please chose valid function".
    My assumption is that due to multiple list display SAP can't identifying the particular list. I though If i pass the PF_STATUS it will solve the problem but not working.
    If I display it without LIST_APPEND ( It is displaying in different page) then USER_COMMAND is working.
    I have tried with REUSE_ALV_GRID_LAYOUT_INFO_GET & REUSE_ALV_GRID_DISPLAY  but here I can't display multiple grid into a List but if I click on Order_Number it is displaying the report ie. USER_COMMAND is executing.
    Can anybody help me in this so that either I can execute USER_COMMAND by clicking on Order Number in the List display..
    Or I can display multiple grid into a list . Please don't hesitate to ask me if you required any information.
    Thanks in advance,
    Abhijit

    Hi Sandra,
    I have tried with  I_callback_pf_status as well as pass the form name of pf_status in Events table also. But nothing take me to the User_command. Is there any restriction with User_command execution if layout-List_append = 'X'  ?
    Now what will be the solution?
    Thanks,
    Abhijit

  • I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    Has your carrier been having issues with Call Display? Do the telephone numbers come up when people call, or does it just show 'Unknown Number' or 'Blocked' ?

  • External Facing Portal with access to ITS via Transaction Iview

    Hi Experts,
    We have a requirement to make the portal available externally for third party vendors to access ECC transactions.  We have configured a URL with a reverse proxy to the portal server.  Portal loads fine from outside the network, but when launching a transaction I-view, a page cannot be displayed error comes up in IE-8 and Chrome says it cannot access the ECC server. 
    I've searched the forums and come up with a couple of tips, but that brings on a couple more questions. 
    It seems you can direct traffic from external URL to portal server:port, but when launching an transaction I-view, it needs to be redirected again to the ECC server:port/sap/bc/gui* (or something like that for SICF GUI service).  Question here is, once this redirect happens, technically the ECC box is now available externally vs. only the portal?  Is this recommended?
    Other option I've found is to try and use IAC I-views instead.  Is this really much different than a transaction i-view in how portal handles the opening Iframe?  Does it allow backend connectios without rerouting internet traffic to the backend server?
    Are they any other options to make this type of setup work for external facing portals using transaction iviews to access ITS?
    Thanks for the help!

    Hi
    Did you able to resolve the issue. We have installed Web Dispatcher through we are able to call the EP but when calling the transaction iViews page not found error pops up, since from EP server request to ECC goes via the URL http://<ecchost.domain>.:8000/sap/bc/gui/sap/its/webgui?sap-client=100.
    Thanks
    Murthy

  • Anybody facing issues on vodafone in bangalore for iphone 5s. horrible voice breaking occurs.

    anybody facing issues on vodafone in bangalore for iphone 5s. horrible voice breaking occurs. Really frustrting as voice calls break and automaticcaly gets disconnected.

    My current phone is not working. The iOS 8 update has made my phone go from a joy to have to something I want to throw away. I would like to uninstall my update and go back to loving my Iphone again. Can you please help? I've sent numerous messages with no response. I'm trying to stay loyal to Apple however if your only suggestion is to purchase another phone it might not be an Apple product anymore. I'm offering an opportunity to save a client who has multiple Apple products.

Maybe you are looking for

  • Transportation lane KEY not getting generated in the table

    Transportation lane KEY not getting generated in the table Hi folks, The issue is like this : We have a weekly workorders upload program from legacy systems to SAP-APO. The legacy planners send a .CSV file containing material-wise workroders. A custo

  • Update rows in Database reading field in rows of selectoneListBox

    JDev 11.1.1.4, application JSF. I have a .jspx that contain a af:table with 20 rows. These rows are read from database. I have (in the same .jspx) a af:selectoneListBox with f:selectItems. I use drag and drop from table to selectoneListBox. I save in

  • T43 Freezes only on New Battery Power

    HI Gurus, I have a T43 1871 FU1 Model which is working fine so far. Recently my Original Battery is seems to be very weak, i thought to purchase a new battery. First tried with Lenovo, i heard that there are no battery replacements available for thes

  • Unable to move scrollbar due to forms bug

    We use Headstart for Designer 6.i. I have spreadtable in the form with verticall an horizontall scrollbars. In PRE-FORM trigger I used procedure qms$config.set_spreadtables_resizable('TRUE'). In the running form when the window is resized the error m

  • 10.6.2 upgrade killed software RAID 0 for my Mac Pro - can it be recovered?

    I have 4 internal SATA drives in my Mac Pro, one is the boot device, one is the time machine device, the remaining two drives are set up as striped disks (RAID0). When upgrading from 10.6.1 to 10.6.2, my RAID set was killed by the upgrade process. I