UWL - Records not getting into LeaveRequestApproval web dynpro screen

Hi,
We are on EP7 sp9 and ECC 6.0. We are working with UWL. In UWL, we downloaded the standard XML file and done changes for removing the other tabs except the 'Tasks' tab and also placed the refresh button on main screen. It looks fine. Now, the problem is the web dynpro screen is not pulling data from backend. Previously, when we click on 'LeaveRequestApproval' work item, we use to get ITS screen. at backend we did changes in SWFVISU transaction to get web dynpro popup screen when user clicks on 'LeaveRequestApproval' work item. We could able to get the popup web dynpro screen, but it is not pulling any records from backend.
Now, let us know where we are doing mistake? do we need any more configuration at backend? If so, let us know the work around for it.
Thanks in advance.
Kind regards,
Raj.

Hi,
But are you able to see the labels, buttons etc ? Or is it that the entire page itself is not visible ?
Please check the log file and see what is the error you get there ? Or probably check on the backend side if there is a dump.
You can also check with the debugger on the backend side...see what exactly happens on the backend when the page is getting loaded.
Cheers,
Sunil
PS: Reward points for helpful answers.

Similar Messages

  • 2LIS_06_INV -  Records not getting into the setup table ..Please help..

    Hello Gurus,
    I am trying to setup 2lis_06_inv but i am not able to understand why i am not able to get any records in the setup table.The job shows finished in few seconds.
    What can be the possible reason for this?
    I activated the datasource using RSA5. I setup the Update Mode to 'Direct Delta' in LBWE ( Extraction Cockpit). I deleted the data in the setup table and then ran the OLI6BW tcode and gave tomorrow's date for finishing the job and then ran the job. The job shows finished in a few seconds but no data gets into the setup tables.
    Error message in log says:
    Recompilation has not selected anything -> Refer to error log
    Message no. MRBW015
    Diagnosis
    This error message was issued for one of the following reasons:
    No documents exist
    No selection criteria were entered
    BW updating has not been activated
    Any help is deeply appreciated.

    Hi,
    Check table RBEX on R/3 side whether any entries exists in that or not.
    if it does not contain any entry it will not bring any data.
    Check the link.
    2LIS_06_INV   Extractor problem
    Regards
    SH

  • Adobe Form not getting interactive in Web Dynpro

    Hello Experts,
    I am facing a strange sort of behaviour, which has drawn my plenty of time, while making use of Interactive Adobe Form in Web Dynpro component.
    In my scenario, I have one existing Adobe Form with interface of type "ABAP Dictionary-based interface". While using this form in Interactive Form element in Web Dynpro and making it enabled, it is not giving me the expected output, that is - Interactive Form in browser window. Instead, it is showing me read only Adobe Form. Has it to do with type of interface?
    Looking forward to active replies.
    Regards,
    Harsh

    Hello Harsh,
    In webdynro adobe integration we use webdynpro native controls and the form must be in the
        ZCI layout. In SFP >layout you have to insert the webdynpro script .After going to the layout
              go to utilites and insert webdynpro script.Then you can find a variable containerfoundation_js.
    If you have changed the layout from standard layout to ZCI layout in form builder (SFP), the update the layout using program FP_ZCI_UPDATE.
    Refer to link below
    Call Adobe Form through ABAP Web Dynpro - Web Dynpro ABAP - SCN Wiki
    Regards
    Sandy

  • Barcode not getting printed from web dynpro

    Hi,
    We have a smnart form with bar code. When we test it from GUI, it is diplaying the bar code and also printing the bar code successfully.
    However when we show the same smart form in webd ynpro as PDF,  Bar code is getting displayed but when we print the form, bar code is not getting printed.
    Are there some settings for this?
    Regards,
    Madhu

    https://discussions.apple.com/message/23759716?ac_cid=tw123456#23759716

  • How to hide Interactive form in Web dynpro screen

    Hi all,
    I am working on an application where a user will enter the vendor number and based on that vendor the information of the vendor such as his name, address should get filled in the interactive form that we have created. I am able to get the vendor information at the back end and I have created a print button and hitting on that print button will actually fill the form. But now my problem is when I run the application the form is already displayed on the web dynpro screen (without any vlaues) and when I hit print button the form gets filled with correct values but I don;t want form to be pre displayed until and unless user hits print button. Can you please tell me how can I do this.
    Thanks,
    Rajat

    Hi Thomas,
    Thanks for quick reply.
    Let me explain you what I want... I am very new to webdynpro so my questions may sound very basic or may be weird.
    I have an application where the user will enter the vendor number on the web dynpro screen and then will hit the button PRINT and when he hits print  button the PDF form should be displayed on the web dynpro screen. So far when I run my application the vendor number (input field) is there and a print button is also there but beneath there is the whole interactive form is showing up (a balnk) and when I enter the vendor number and hit print the same form will get filled up with the required data.
    What I want is when I execute my application and on the web dynpro screen only the vendor number field and the print button should be visible and not the PDF form, the PDF form should only be displayed once user hit print button. I tried to change the value of the property from visible to none and what it did was the PDF form was not visible on the web dynpro screen on both the occassion i.e. when I execute the the web dynpro applkication and after when user hits print button.
    Thanks,
    Rajat

  • Trigerring BPM from Web Dynpro screen not working

    Hi Guys,
    I am trying to trigger a BPM process from a Web Dynpro screen so I created a BPM process and created a WSDL and consuming the WSDL in the Web Dynpro app but getting an exception "Exception on creation of service metadata for web service mass config parameters service reference ID '28af57ab-9212-4ffd-90c6-0779c78a8da3' and application name 'demo.sap.com/testwd'. Check mass configuration has been done properly."
    Please assist with what I am missing.
    Thanks,
    -Ash

    I ran into the same error when attempting to consume a Process as a web service from my Web Dynpro component.  I found that it is actually succeeding in kicking off my process, but it looks like it fails from my calling component.  It seems to be related to calling a service meant to be asynchronous as a synchronous service.  In my case, it throws a SOAP fault "com.sap.engine.services.webservices.jaxrpc.exceptions.SOAPFaultException: Process start has been triggered" when I run it from the WS Navigator manually.  It turns out that the same error is getting wrapped by the exception you were experiencing.  Try using the getCause method to see if the same is true for you.  This environment is still new to me so I don't have good solution on how to make it not throw that error in the first place.
    [addendum] I ran across [this|Start BPM Process Trigger - Read timed out] thread that explains exactly what I had guessed.  You can remove the response part of your WSDL and it will get called successfully in an asynchronous manor.  Note that you must manually remove some of the entries in the WSDL since the visual editor with the 7.1 environment doesn't clean up after itself as well as it should.
    Edited by: Joseph Robertson on Jan 12, 2011 11:04 PM

  • Converting Web Dynpro project into a Web Dynpro DC

    Hi
    I have a Web Dynpro project created.
    Now I want to convert it into a Web Dynpro DC (Development Component).
    Could anyone tell me if there is a standard procedure to do this?
    Right now, I am following the below procedure:
    Copy all the folders under root folder->src-> packages of Web Dynpro project into root folder->src-> packages of Web Dynpro DC.
    Rebuild the DC.
    But in this procedure I am getting errors (in view code) as the required interfaces (example, IPrivate<<component-name>>.java) are not getting generated when I re-build the DC.
    Could anyone help me with this issue?

    Hi Aditya,
    I have used two way for this and both worked fine for me.
    1. While creating DC project at the end there eill be a check box, which when you tick will show your local dynpro project and you can then import that.
    2. Create DC project after that copy the component of your local dynpro project and paste it on the option where you can create the component of DC project.
    After pasting click next - next so that everything remain in sync.
    After that check if you have any compilation error, check them if they are because of some jar files.. you have to add the library files by using the option -> DC Metadata ->DC Definition ->Used DC.
    If you got no compliation error, then just rename the component ( again click next) and then deploy.
    otherwise you may get deployment error.
    Hope this helps,
    Thanks,
    Namrta

  • Eclipse environment does not appear the options "Web Dynpro Project"

    Hi all,
    I installed the SAP NetWeaver 7.1 Composition Environment SP03
    But in my eclipse environment does not appear the options "Web Dynpro Project" and not "Development Component Project".
    That is, I can not do a Web Dynpro project
    I have to do some more configuration in eclipse, for example, carry some plugin?
    How to do this, please help me
    Thanks,
    Vivian

    Hi,
             I think you are suffering from the problem below.
    Problem Statement:
    No Webdynpro Perspective is Visible
    only perspectives available are
        Debug
        Resource(default)
        Team Synchronizing
    How to Solve:
    There are many ways that this kind of error can occur.
    1.   It may occur due to "improper installation of NWDS"                                        
    How to Check and Resolve :    Is NWDS is displayed in intalled list in Control panel? If 'yes' then it is properly installed. If 'No' then reinstallation is needed.
    2.  It may occur due to "installation of Skeleton alone"
    How to Check:
                                      you can check if your installation includes Web Dynpro by selecting
    Help->Software Updates->Manage Configurations.
    When installing Developer studio 7.1 you only get the bare eclipse installation (Skeleton). You have to add web dynpro and all, after the initial install is complete.
    The installer installs the kernel of the Developer Studio. The kernel contains Eclipse and a few SAP additions, but is not equipped with the SAP features necessary for the Composition Environment. In order to install the required SAP features you have to install the SAP features.
               How to Resolve:
    Updating the NWDS software will resolve the problem.
    Go to Help->Software Updates->Find and Install. This will install the default SAP plugins that came with your NWDS CE 7.1 setup source and also the additional updates that are needed.

  • Exception not caught while executing web dynpro application

    Hello all,
    I'm getting run time error exception CX_WDR_RR_EXCEPTION not caught when running web dynpro application
    The error analysis shows the custom component is locked by the user and cannot be regenerated. But I checked in SM12 for locked entries and component was not listed there.
    The program terminated in the include LWDR_RUNTIME_REPOSITORYF12
    Please suggest how to resolve the isse?
    Regards,
    anil

    sorry...posted in wrong forum...

  • Data from SOAP response not getting into Flex object

    I'm trying to get data from an ALM application we use(Collabnet TeamForge) using a SOAP webservice, and am running into a problem.  I should mention that I am new to both Flex, and webservices.
    I used the "Import Web Services" option in Flex Builder 3, and had it generate code for all operations in the WSDL.  Some of them work just fine.  However, there are several where the data from the SOAP response does not get into the Flex object. The senario that doesn't work is when the response contains a data type that extends another datatype.  In TeamForge, they have a type called TrackerSoapRow.  It extends FolderSoapRow, adding 3 fields.  The problem seems to be that in the response from TeamForge, the 3 fields defined in TrackerSoapRow are in the middle of the fields defined in FolderSoapRow.  I've debugged into it, and the problem occures in mx.rpc.xml.XMLDecoder.getApplicableValues( starting at line 2204 of XMLDecoded.as).  As I read the code, the only way a match can be found is if the fields in the response are in the exact same order as in the definintion.  When its processing the extended data type(  by a call to XMLDecoder.decodeComplexExtension ) at some point, one of the derived type's fields is encountered, and the process stops.
    I have called the service using soapui and verified that all the data I expect is in the response.
    As I mentioned, I'm new to web services.  So, I suppose its possible that the format of the data being returned from TeamForge is incorrect.  That they are not supposed to intermingle base and derived fields.  If thats the case, then I need to report this as a bug to Collabnet.
    All help is appreciated.
    Marc Robertson

    Not knowing any of the details about how you call a web service from OAF myself - I'd suggest you post on the proper forum for OA Framework questions: {forum:id=210}
    John

  • HT201413 hi i can not get into the istore i get a network error but i can get to other websites and i checked my ie settings

    I am running 64bit version - can not get into istore but can get to other web sites. i have checked my settings i nIE

    Hello trobrie
    Start with the article below, it will provide multiple troubleshooting options as well as a link with more advanced troubleshooting steps.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    -Norm G.

  • Mail account cannot update because home directory is full. But I can not get into mail without freezing. Is there a back door entry?

    mail account cannot update because home directory is full. But I can not get into mail without freezing. Is there a back door entry?

    Do you mean that your startup disk is full?

  • HT4759 Please I need a help I cannot backup my ipad and can not get into the icloud storage.  What would I do to get into my ipad?  please I need your help

    Please I need a help.  I cannot backup my ipad and can not get into the iclous storage to delet them, because its read icloud storage is full.  Please do you have a knowledge of how I can get rid of the message and get into the ipad?

    Welcome to the Apple Community.
    You might try a forced shutdown to begin with, hold down the top and home buttons together until the device shuts down, then restart it.

  • Hi...m using a mac pro quad core.....its not booting up...i can only  see the apple logo and a circle loading...could not get into the login screen

    hi...m using a mac pro quad core.....its not booting up...i can only  see the apple logo and a circle loading...could not get into the login screen...any suggestions please.....m in the middle of a project and now i have got this one
    regards,
    v.s.bharan

    Welcome to Apple Discussions!
    Do you keep your data backed up?
    If not, you should always do so*:
    http://www.macmaps.com/backup.html
    You never know when a hard drive or a directory might go bad.  Having a bootable clone is a must.
    That link also shows you some tools you can use to recover data.
    If you aren't backed up, try buying those tools first, before attempting to repair the directory.
    Directory issues can be fixed with these tools*:
    http://www.macmaps.com/directoryfaq.html

  • I updated from windows xp to windows 7 and can not get into my itunes account.  I get the notice that I am only allowed 5 devices and this isn't a new device just an updated one.  How do I get to my itunes?

    I updated from windows xp to windows 7 and can not get into my itunes account.  I get the notice that I am only allowed 5 devices and this isn't a new device just an updated one.  How do I get to my itunes?

    Take a look at Apple's document for authorizations -> iTunes Store: About authorization and deauthorization.
    You can deauthorize all computers from iTunes. All you have to do is click iTunes Store, click your account name in the upper right corner of iTunes, then deauthorize all.

Maybe you are looking for

  • UPK buttons not working in OLM

    Anyone ever used Oracle Learning Management and UPK? I imported SCORM compliant content into OLM and tried to play it. I can only see the TRY IT mode and not the see it mode. The buttons are not working either. I published the content in an LMS packa

  • Photoshop is not showing up in my app folder

    but when I go to download it, it confirms as up to date.  The other aps are in my app folder. Any ideas? i have a mac mini os 10.8.5 used firefox to download the other apps it worked fine

  • Filtering a set of collections using JSTL

    Hi, i am currently facing a problem where i tried to query a set of collections in JSTL. My 1st query is using date for example, <sql:setDataSource var="ds" driver="com.microsoft.sqlserver.jdbc.SQLServerDriver" url="jdbc:sqlserver://192.168.250.86:12

  • SQL Loader - CSV Data file with carraige returns and line fields

    Hi, I have a CSV data file with occasional carraige returns and line feeds in between, which throws my SQL loader script off. Sql loader, takes the characters following the carraige return as a new record and gives me error. Is there a way I could ha

  • How to restart J2EE in Netweaver System

    how to restart J2EE in Netweaver System