ERROR : Already got a ':' in name

Hi,
anybody found this kind of error while packaging a webArchive with ANT in the wsgen section ?
wsgen:
Error at line:4 col:12 ':' Already got a ':' in name
at weblogic.xml.babel.baseparser.SAXElementFactory.createSAXParseExcepti
on(SAXElementFactory.java:60)
at weblogic.xml.babel.parsers.StreamParser.<init>(StreamParser.java:45)
at weblogic.xml.babel.parsers.BabelXMLEventStream.startDocument(BabelXML
EventStream.java:28)
at weblogic.soap.WebServiceProxy.getXMLStream(WebServiceProxy.java:600)
at weblogic.soap.WebServiceProxy.getXMLStream(WebServiceProxy.java:577)
at weblogic.soap.WebServiceProxy.getServiceFrom(WebServiceProxy.java:225
thanks in advance for any solution.
Francois
[att1.html]

Hi,
anybody found this kind of error while packaging a webArchive with ANT in the wsgen section ?
wsgen:
Error at line:4 col:12 ':' Already got a ':' in name
at weblogic.xml.babel.baseparser.SAXElementFactory.createSAXParseExcepti
on(SAXElementFactory.java:60)
at weblogic.xml.babel.parsers.StreamParser.<init>(StreamParser.java:45)
at weblogic.xml.babel.parsers.BabelXMLEventStream.startDocument(BabelXML
EventStream.java:28)
at weblogic.soap.WebServiceProxy.getXMLStream(WebServiceProxy.java:600)
at weblogic.soap.WebServiceProxy.getXMLStream(WebServiceProxy.java:577)
at weblogic.soap.WebServiceProxy.getServiceFrom(WebServiceProxy.java:225
thanks in advance for any solution.
Francois
[att1.html]

Similar Messages

  • [wsgen] Error at line:9 col:12  ':' Already got a ':' in name

    Getting the following error trying to generate a web service.
    Any ideas? Thanks
    WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716
    WebLogic XML Module 6.1 SP1 09/18/2001 14:43:02 #138716
    <taskdef name="wsgen" classname="weblogic.ant.taskdefs.ejb.WSGen" classpath="${prj.classpath.javac};${wls.home.dir}/lib/xmlx.jar;"
    />
    <target name="create_ws" depends="create_ear">
    <wsgen basepath="${build.home.dir}/${Name}.ear" destpath="${build.home.dir}/${Name}WS.ear"
    port="80" context="/websrv" protocol="http"
    classpath="${build.app.dir}/Test.jar" >
    <rpcservices module="${Name}Ejb.jar">
    <rpcservice bean="ejb/TestHome" uri="/Test"/>
    </rpcservices>
    </wsgen>
    </target>
    create_ws:
    [wsgen] Error at line:9 col:12 ':' Already got a ':' in name
    [wsgen] at weblogic.xml.babel.baseparser.SAXElementFactory.createSAXParseException(SAXElementFactory.java:60)
    [wsgen] at weblogic.xml.babel.parsers.StreamParser.<init>(StreamParser.java:45)
    [wsgen] at weblogic.xml.babel.parsers.BabelXMLEventStream.startDocument(BabelXMLEventStream.java:28)
    [wsgen] at weblogic.soap.WebServiceProxy.getXMLStream(WebServiceProxy.java:600)
    [wsgen] at weblogic.soap.WebServiceProxy.getXMLStream(WebServiceProxy.java:577)
    [wsgen] at weblogic.soap.WebServiceProxy.getServiceFrom(WebServiceProxy.java:225)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGenHelper.writeClientJar(WSGenHelper.java:1125)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGenHelper.writeWSDL(WSGenHelper.java:1285)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGenHelper.saveDescriptors(WSGenHelper.java:1418)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGenHelper.output(WSGenHelper.java:1486)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGenHelper.doit(WSGenHelper.java:1520)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGen.execute(WSGen.java:93)
    [wsgen] at org.apache.tools.ant.Task.perform(Task.java:217)
    [wsgen] at org.apache.tools.ant.Target.execute(Target.java:184)
    [wsgen] at org.apache.tools.ant.Target.performTasks(Target.java:202)
    [wsgen] at org.apache.tools.ant.Project.executeTarget(Project.java:601)
    [wsgen] at org.apache.tools.ant.Project.executeTargets(Project.java:560)
    [wsgen] at org.apache.tools.ant.Main.runBuild(Main.java:454)
    [wsgen] at org.apache.tools.ant.Main.start(Main.java:153)
    [wsgen] at org.apache.tools.ant.Main.main(Main.java:176)

    Getting the following error trying to generate a web service.
    Any ideas? Thanks
    WebLogic Server 6.1 SP1 09/18/2001 14:28:44 #138716
    WebLogic XML Module 6.1 SP1 09/18/2001 14:43:02 #138716
    <taskdef name="wsgen" classname="weblogic.ant.taskdefs.ejb.WSGen" classpath="${prj.classpath.javac};${wls.home.dir}/lib/xmlx.jar;"
    />
    <target name="create_ws" depends="create_ear">
    <wsgen basepath="${build.home.dir}/${Name}.ear" destpath="${build.home.dir}/${Name}WS.ear"
    port="80" context="/websrv" protocol="http"
    classpath="${build.app.dir}/Test.jar" >
    <rpcservices module="${Name}Ejb.jar">
    <rpcservice bean="ejb/TestHome" uri="/Test"/>
    </rpcservices>
    </wsgen>
    </target>
    create_ws:
    [wsgen] Error at line:9 col:12 ':' Already got a ':' in name
    [wsgen] at weblogic.xml.babel.baseparser.SAXElementFactory.createSAXParseException(SAXElementFactory.java:60)
    [wsgen] at weblogic.xml.babel.parsers.StreamParser.<init>(StreamParser.java:45)
    [wsgen] at weblogic.xml.babel.parsers.BabelXMLEventStream.startDocument(BabelXMLEventStream.java:28)
    [wsgen] at weblogic.soap.WebServiceProxy.getXMLStream(WebServiceProxy.java:600)
    [wsgen] at weblogic.soap.WebServiceProxy.getXMLStream(WebServiceProxy.java:577)
    [wsgen] at weblogic.soap.WebServiceProxy.getServiceFrom(WebServiceProxy.java:225)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGenHelper.writeClientJar(WSGenHelper.java:1125)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGenHelper.writeWSDL(WSGenHelper.java:1285)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGenHelper.saveDescriptors(WSGenHelper.java:1418)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGenHelper.output(WSGenHelper.java:1486)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGenHelper.doit(WSGenHelper.java:1520)
    [wsgen] at weblogic.ant.taskdefs.ejb.WSGen.execute(WSGen.java:93)
    [wsgen] at org.apache.tools.ant.Task.perform(Task.java:217)
    [wsgen] at org.apache.tools.ant.Target.execute(Target.java:184)
    [wsgen] at org.apache.tools.ant.Target.performTasks(Target.java:202)
    [wsgen] at org.apache.tools.ant.Project.executeTarget(Project.java:601)
    [wsgen] at org.apache.tools.ant.Project.executeTargets(Project.java:560)
    [wsgen] at org.apache.tools.ant.Main.runBuild(Main.java:454)
    [wsgen] at org.apache.tools.ant.Main.start(Main.java:153)
    [wsgen] at org.apache.tools.ant.Main.main(Main.java:176)

  • File Error: A file of this name already exists

    im using Final Cut Pro 5.1.4 and whenever I tried to export a sequence using compressor, I get that error message "File Error: A file of this name already exists". I tried reinstalling the program, nothing. What can I do to fix that?

    Sounds like you already have a file by that name located in the place you want to export to. Try changing the name of your new file.
    b

  • Planning 9.3 Duplicate member error: An object with the name 0000 already e

    Hi All
    I have 5 dimensions in my Planning applications namesly, Company, State, Product, Entity and Account
    Company hase members called 0000(default) and 1000, 1001 etc
    I also want add my Entity default member as 0000, but when I tried to add the memeber in my entity dimension I'm getting the Error : An object with the name 0000 already exists: Please help me to fix this
    Thanks in Advance

    U won`t be able to add the duplicate item name to planning application untill it would be the 9.5 version.
    By the way, NotPlanning App`s nothing like as scanty - they has already an option "Allow duplicate item names" in 9.3 version..

  • Error loading C:\Users\User Name\AppData\Local\HpWebNotifier\SyncNetOffice.dll

    Everytime I start up my computer I get a pop-up that states:  'Error loading C:\Users\User Name\AppData\Local\HpWebNotifier\SyncNetOffice.dll'
    My computer and printer work fine but this message is annoying.  I can't figure out what the problem is.  I am wondering if it is an issue from an old printer that I used to be connected to that I've already uninstalled.  Does anyone have any ideas how I can resolve this issue?
    Thanks!
    This question was solved.
    View Solution.

    Hello lisabar90,
    What operating system is the computer?
    What model computer are you using?
    Try this click on start and then run and type msconfig and hit enter.
    (if your computer doesn't have a run type msconfig in the search box and click on the application)
    Go to the startup tab and see if you can see a reference to that location. Uncheck it and reboot your computer.
    Post back your results.
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • How to resolve unresolved column error when we change column name in BMM Layer and removed alias in presentation layer

    how to resolve unresolved column error when we change column name in BMM Layer and removed alias in presentation layer

    Looks like the presentation column got Alias before your BMM changes, so in your case renaming logical column and deleting alias is not good to go.
    Keep Alias

  • Renamed secondary site accidentally,communication error-set back to old name. try to retry secondary site install Error:

    Renamed secondary site accidentally,communication error-set back to old name. try to retry secondary site install Error: site system role or site server role already installed.
    However i have removed SQL express and also deleted registry entery from HKLM/MICROSOFT/SOFTWARE/SMS. I am trying to remove system center configuration secondary site setup from control panel and its not letting me to do so.
    Please advice. Your help will be appreciated.
    Reagrds,
    Amit singh

    It sounds like you've broke everything you could find.... Not sure how you can accidently rename a server, or why you would remove all settings manually first without using the setup (from the control panel).
    If that specific server is only used for ConfigMgr I wouldn't spend to much time on it anymore and simply reinstall the server and than reinstall the site.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Each time I try to synch photos from my Windows 7 PC to my iPad2, iTunes stops working, and the error report says Problem Event Name:     APPCRASH   Application Name:     iTunes.exe   Application Version:     10.3.1.55   Application Timestamp:     4deec35

    Each time I try to synch photos from my Windows7 PC to my iPad2, iTunes stops working and the error message is:
    Problem Event Name:                          APPCRASH
      Application Name:                             iTunes.exe
      Application Version:                           10.3.1.55
      Application Timestamp:                    4deec351
      Fault Module Name:                          ntdll.dll
      Fault Module Version:                        6.1.7601.17514
      Fault Module Timestamp:                 4ce7ba58
      Exception Code:                                  c0000005
      Exception Offset:                                0002e3fb
      OS Version:                                          6.1.7601.2.1.0.768.3
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    I reloaded iTunes 10 (64 bit) successfully, but the problem remains the same.
    Any suggestions?

    I looked in the folder from which I want to synch photos, but there is no such thing as an "ipod photo cache" in that folder, or sub-folders, as suggested in the link which you were nice enough to provide.
    I have also tried removing photos from my iPad2 Photos App, and "iTunes has stopped working" shows up  again as soon as I click on the "Synch photos from" button.

  • Web-Disk on OSX 10.9 Give me this error: "Finder got an error: Network file permission error."

    Previously I was using OSX 10.8 and Web Disk was working great.
    Since I upgraded to OSX 10.9 Web Disk Dont Attach to my compputer and give me this ERROR:
    FInder got an error: Network file permission error.
    When I got this ERROR first time I searched GOOGLE and found this link: http://cammodude.blogspot.no/
    And I did:
    To force all connections to be SMB1:
    Open A terminal window
    paste in the following line followed by the return key(should be all on one line): 
    echo "[default]" >> ~/Library/Preferences/nsmb.conf; echo "smb_neg=smb1_only" >> ~/Library/Preferences/nsmb.conf
    What the command does:
    Creates a file called nsmb.conf  in your  home directory at the path ~/Library/Preferences/nsmb.conf.
    Adds directives to force SMB connections to use the SMB1 protocol.  This is slower but stable.
    Then I could use Web Disk on OSX 10.9 after executing this command in Terminal.
    But now I restarted my Macbook and now Im NOT able to connect to Web Disk and get the same ERROR.
    FInder got an error: Network file permission error
    After trying 100 times it attaches 1 time but then show this ERROR:
    Can't get <<class cdis>> "my.server.com/2078" of application "Finder".
    If this happen then I can see the files in Finder and see the Contents and Size of files but if I open a PHP file in BBEdit then it shows BLANK.. But actually it is NOT blank.
    Now Im stuck How can I solve this? All help is highly appericated..
    Thank you so much...

    Hi,
    Make sure to chmod the app, something like this :
    chmod -Rf 777  secure_site_WebDisk.app
    (in my case the CPanel provided the app for my OSx version.)

  • Purchased ipad already got apple id through itunes and iphone but it is not an email address ipad setup process will not allow me to use current id or change id to primary email address - do i have to have different id for ipad

    Purchased an ipad but already got apple id through itunes and iphone but is not an email address, ipad setup process will not allow me to use current id or change id to primary email address - do I have to have different id for ipad

    It does have to be a verifiable email address though, you can change it here:
    Apple ID support
    http://www.apple.com/support/appleid/

  • HT204053 I have just bought an ipad. I have already got an ipod My wife has got an iphone.  We use the same itunes account, I was perturbed to find when I turned on my ipad this morning a text someone had sent my wife was showing. How can I turn this faci

    I have just bought an iPad. I have already got an iPod and my wife has an iPhone 3. We use the same iTunes account. I am receiving text messages which people are sending to my wife's phone on my iPad. Could you please advise how I can stop that happening. Thank you.

    Welcome to the Apple Community.
    To begin with, I would like to try to explain Apple's confusing nomenclature in regard to iCloud.
    Apple have called the whole cloud thing iCloud, there are a number of features under the iCloud umbrella, some of which require their own login. iTunes is one of these, another is what Apple have unfortunately also called iCloud too.
    You can use the same Apple ID (account) to login to both iCloud and iTunes, but you don't need to and often users will login to each service using a different ID.
    The part that you need to remember is that the services available when you log into iCloud are completely different and unrelated to those when you log in to iTunes. Your iCloud login enables mail, contacts, calendars, find my phone, Back to My Mac, Documents & Data sharing and photostream, it does not affect any of your iTunes services.
    To avoid confusion when discussing your problem, when I mention iCloud, I am referring to the services under the iCloud login, Whereas I will refer to the whole cloud thing as The Cloud.
    You need to create a new account for either yourself or your wife, you can choose whether to use this account for iCloud and therefore keep your personal data such as the contacts etc separate, you can continue to use the account you are both using for iTunes so that you may share the content you have already purchased, but each use your own account for iMessage which will stop you receiving each other's messages.

  • My iphone was stolen and then returned months later after I already got a new iphone the old iphone is disabled I sold it on eBay and don't have a computer to enable it will Genius Bar fix my phone and at what cost

    My iphone was returned to me and its disabled because I reported it stolen months ago. Will Genius Bar enable it so I can sell it on eBay seeing as I already got a new one?? I don't have a computer to connect to iTunes. Will they charge me?

    Genius bar appointments are free. To remove the passcode on a disabled iPhone requires forcing the phone into recovery mode & restoring it, using iTunes on a computer. Whether the genius bart will do this for you is a good question. I suspect if you can prove the phone is yours, there shouldn't be any issues. Only one way to find out, & that's to make an appointment.
    Good luck.

  • Error message in WAD: "No name is specified for modification type 'Module'"

    Hi All,
    We have created a WAD template with one analysis item and a button and have single module of type generic module in it.
    While executing it  following error message is displayed "No name is specified for modification type 'Module'"
    Please Can anyone help with this error.
    Regards,
    Shweta.

    Hello,
    I am currently facing same issue and I have no idea how to get rid of this message on top of the page.
    I'm pretty sure that this error message comes from the ANALYSIS_ITEM define in my Web Template but I have defined alias name for the different modules I created:
    Who is able to help ?

  • Error in getting the BAPIWrapper name from the ini file or SAP mobile configuration: Agentry Error

    Hello Experts,
    I follow the flightbooking tutorial to create a Material application to get material list. I  can start the agentry server but when I connect to SAP server and get data, I face below issue
    Error in getting the BAPIWrapper name from the ini file or SAP mobile configuration. Please check the ini file or the mobile configuration for the bapi key (com.syclo.sap.material.bapi.materialbapi) either in sections BAPI_WRAPPER or REQUIRED_BAPI_WRAPPER
    I check the parameters name in SAP Agentry Config panel, all are correct. Why cannt it get the data. Do I have to add anything in javaBE.ini? Please help me. Thank you very much.
    My javaBE
    [HOST]
    server=be1.vdc.csc.com
    APPNAME=ZCH_MATERIALLIST
    [CLIENT_NUM]
    CLIENT=800
    [SYSTEM_NUM]
    SYSNUM=01
    [LOGON_METHOD]
    ; USER_AUTH if standard UID/Password authentication is used
    ; USER_AUTH_GLOBAL if pooled connections using single UID/Password is used
    ; USER_AUTH_GROUP if UID/Password authentication with SAP Message Server
    ;   (load balancing) is used
    LOGON_METHOD=USER_AUTH
    [GLOBAL_LOGON]
    ; referenced when LOGON_METHOD=USER_AUTH_GLOBAL
    ; uses a pool of connections to the SAP backend all utilizing a single
    ;    UID/password
    UID=
    UPASSWORD=
    SHAREDCONNECTION=0
    GET_PERSONNEL_INFO=
    [SERVICE_LOGON]
    ENABLED=true
    UID=hngu3
    UPASSWORD=xxxxxxx
    UPASSWORDENCODED=false
    [GROUP_LOGON]
    ; referenced when LOGON_METHOD=USER_AUTH_GROUP
    ; individual user authentication using an SAP Message Server which distributes
    ; client connections among a "group" of SAP application servers based on load
    ; balancing criteria
    ; host name or IP address of SAP Message Server
    MESSAGE_SERVER=
    GROUP_NAME=
    SYSTEM_ID=
    CLIENT=
    [LANGUAGE]
    LANG=EN
    [LOGGING]
    Level=4
    [REQUIRED_BAPI_WRAPPER]
    com.syclo.sap.bapi.LoginCheckBAPI=/SYCLO/CORE_SUSR_LOGIN_CHECK
    com.syclo.sap.bapi.RemoteUserCreateBAPI=/SYCLO/CORE_MDW_SESSION1_CRT
    com.syclo.sap.bapi.RemoteParameterGetBAPI=/SYCLO/CORE_MDW_PARAMETER_GET
    com.syclo.sap.bapi.SystemInfoBAPI=/SYCLO/CORE_SYSTINFO_GET
    com.syclo.sap.bapi.ChangePasswordBAPI=/SYCLO/CORE_SUSR_CHANGE_PASSWD
    com.syclo.sap.bapi.CTConfirmationBAPI=/SYCLO/CORE_OUTB_MSG_STAT_UPD
    com.syclo.sap.bapi.DTBAPI=/SYCLO/CORE_DT_GET
    com.syclo.sap.bapi.GetEmployeeDataBAPI=/SYCLO/HR_EMPLOYEE_DATA_GET
    com.syclo.sap.bapi.GetUserDetailBAPI=/SYCLO/CORE_USER_GET_DETAIL
    com.syclo.sap.bapi.GetUserProfileDataBAPI=/SYCLO/CORE_USER_PROFILE_GET
    com.syclo.sap.bapi.PushStatusUpdateBAPI=/SYCLO/CORE_PUSH_STAT_UPD
    com.syclo.sap.bapi.RemoteObjectCreateBAPI=/SYCLO/CORE_MDW_USR_OBJ_CRT
    com.syclo.sap.bapi.RemoteObjectDeleteBAPI=/SYCLO/CORE_MDW_USR_OBJ_DEL
    com.syclo.sap.bapi.RemoteObjectGetBAPI=/SYCLO/CORE_MDW_SESSION_GET
    com.syclo.sap.bapi.RemoteObjectUpdateBAPI=/SYCLO/CORE_MDW_SESSION_UPD
    com.syclo.sap.bapi.RemoteReferenceCreateBAPI=/SYCLO/CORE_MDW_USR_KEYMAP_CRT
    com.syclo.sap.bapi.RemoteReferenceDeleteBAPI=/SYCLO/CORE_MDW_USR_KEYMAP_DEL
    com.syclo.sap.bapi.RemoteReferenceGetBAPI=/SYCLO/CORE_MDW_SESSION_GET
    com.syclo.sap.bapi.RemoteReferenceUpdateBAPI=/SYCLO/CORE_MDW_SESSION_UPD
    com.syclo.sap.bapi.RemoteSessionDeleteBAPI=/SYCLO/CORE_MDW_SESSION1_DEL
    com.syclo.sap.bapi.RemoteUserDeleteBAPI=/SYCLO/CORE_MDW_SESSION1_DEL
    com.syclo.sap.bapi.RemoteUserUpdateBAPI=/SYCLO/CORE_MDW_SESSION_UPD
    com.syclo.sap.bapi.TransactionCommitBAPI=WFD_TRANSACTION_COMMIT
    com.syclo.sap.bapi.SignatureCaptureBAPI=/SYCLO/CS_DOBDSDOCUMENT_CRT

    Hi Tahir, please help me check the log below
    Agentry Runtime Worker Thread###throwExceptionToClient::begin |
    Agentry Runtime Worker Thread###throwExceptionToClient::com.syclo.sap.material.steplet.MaterialSteplet::throwExceptionToClient::397::MaterialSteplet - Error in getting the BAPIWrapper name from the ini file or SAP mobile configuration. Please check the ini file or the mobile configuration for the bapi key (com.syclo.sap.material.bapi.materialbapi) either in sections BAPI_WRAPPER or REQUIRED_BAPI_WRAPPER |
    Agentry Runtime Worker Thread###Exception: 17:15:35 06/17/2014 : 20 (Agentry3), Java Business Logic Error (com.syclo.agentry.BusinessLogicException: MaterialSteplet - Error in getting the BAPIWrapper name from the ini file or SAP mobile configuration. Please check the ini file or the mobile configuration for the bapi key (com.syclo.sap.material.bapi.materialbapi) either in sections BAPI_WRAPPER or REQUIRED_BAPI_WRAPPER),  |
    Agentry Runtime Worker Thread###loggedOut::begin |
    Agentry Runtime Worker Thread###HNGU3: SESSION END |
    Agentry Runtime Worker Thread###BAPI::begin |
    Agentry Runtime Worker Thread###create::nulled repository::created new repository |
    Agentry Runtime Worker Thread###create::/SYCLO/CORE_MDW_SESSION1_DEL Connection ID: com.sap.mw.jco.JCO$Client@2656ed99 |
    Agentry Runtime Worker Thread###create::Function /SYCLO/CORE_MDW_SESSION1_DEL created |

  • How to fetch the data & display the data if fields got the same name in alv

    hi frnds, i need ur help.
    how to fetch the data & display the data if fields got the same name in alv grid format.
    thanks in advance,
    Regards,
    mahesh
    9321043028

    Refer the url :
    http://abapexpert.blogspot.com/2007/07/sap-list-viewer-alv.html
    Go thru the guide for OOPs based ALV.
    Use SET_TABLE_FOR_FIRST_DISPLAY to display the table:
    CALL METHOD grid->set_table_for_first_display
     EXPORTING
    I_STRUCTURE_NAME = 'SFLIGHT'     “Structure data
    CHANGING
    IT_OUTTAB = gt_sflight.          “ Output table
    You can also implement
    Full Screen ALV, its quite easy. Just pass the output table to FM REUSE_ALV_GRID_DISPLAY. 
    For controlling and implementing the FS-ALV we have to concentrate on few of the components as follows :
    1. Selection of data.
    2. Prepare Layout of display list.
    3. Event handling.
    4. Export all the prepared data to REUSE_ALV_GRID_DISPLAY.
    Regd,
    Vishal

Maybe you are looking for

  • Some Voice Memos do not sync from iPhone to Mac?

    I recorded a number of meetings to my iPhone using the Voice Memo app. When I sync with my Mac, most of these transfer to iTunes, but a handful don't, for no reason I can see. I did not record them any differently from the ones that made it across. I

  • Oracle 9i Sql tunning

    HI all, Is there any command line method in oracle 9i which suggest optimizations for a sql query like tunning advisor in 10g. I want to know a command line method not the oracle management Server Thanks Lbn

  • Oracle content services...and workspaces.

    I want to create a Oracle Content Services application. When I log into the Content Services and do the necessary configurations like policy based versioning, workflow, virus settings etc...all this are applied to the workspaces or where are they ref

  • Required permissions for Photoshop (7.0.x and CS on Windows)

    See: Knowledge Base Article 328409 http://www.adobe.com/support/techdocs/328409.html Required permissions for Photoshop (CS2 on Windows XP) See: Knowledge Base Article 331309 http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=331309

  • Using http and url

    I am trying to build a basic browser. I have established a jeditorpane that will display an html file. I have viewed the java.net package but I would still like to know where I could find an example or tutorial on this package. Anybody have any ideas