ESS Bank I view problem

Hi All,
I am trying to change name of view and New bank buttons in ess/bank iview.
I didn't find the view which got these buttons. I even checked in used dc like ess/pss but this dc got previous and next button which are common for all applications. But my problem is to change view and New bank buttons. Can anyone tell me from where these button are coming.
Thanks
Keerthi

Hello!
In the CreateOverview method of class: OverviewHelper you will find the following code for the buttons:
//Create Edit Button -
IWDButton editButton = (IWDButton) view.createElement(
                         IWDButton.class,
                         "editButton_" + i);
editButton.setText(view.getComponent().getTextAccessor().getText("Edit"));
You will also find the code to create Delete button and also to create new button.
If you look at the code then you will see that the label for the button is provided via message pool entries available in the provided view.
If all you want is to change the text of the button then you can simply change the text in the message pool.
In release ECC5.0/Netweaver 2004 you have to change the button name in the DC. In the latest release you might be able to use portal personalization to change the button label but I am not sure.
If you change the DC then you have use NWDI to move the transports along.
Harald

Similar Messages

  • ESS salary statement view problem

    Hi All ,
    I created a custom form from using PE51 and configured IMG setting Personnel Management >Employee Self-Service > Service-Specific Settings > Benefits and Payment > Salary Statement
    The form is visible fine when i am giving authorization to the user SAP_ALL and SAP_NEW  but when i am removing the authorization SAP_ALL and SAP_NEW its giving following me the error.
    Can anybody help me on this.
    com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Form ZAP_PAYSLIP does not exist
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:111)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:121)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.reportBapiRet2Error(FcRepFramework.java:495)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcGetForm(FcRepFramework.java:366)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.processFollowingActions(FcRepFramework.java:454)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcExecAction(FcRepFramework.java:350)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.initModel(FcRepFramework.java:264)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFramework.initModel(InternalFcRepFramework.java:243)
         at com.sap.xss.hr.rep.fcrfw.FcRepFrameworkInterface.initModel(FcRepFrameworkInterface.java:136)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface.initModel(InternalFcRepFrameworkInterface.java:196)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFrameworkInterface$External.initModel(InternalFcRepFrameworkInterface.java:256)
         at com.sap.xss.hr.rem2.selection.VcRem2Selection.onInit(VcRem2Selection.java:217)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2Selection.onInit(InternalVcRem2Selection.java:238)
         at com.sap.xss.hr.rem2.selection.VcRem2SelectionInterface.onInit(VcRem2SelectionInterface.java:161)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2SelectionInterface.onInit(InternalVcRem2SelectionInterface.java:144)
         at com.sap.xss.hr.rem2.selection.wdp.InternalVcRem2SelectionInterface$External.onInit(InternalVcRem2SelectionInterface.java:220)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:466)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:354)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:179)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:95)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:347)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:382)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:618)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Thanks in Advance.
    Edited by: BI Consultant BI Consultant on May 10, 2009 12:20 PM

    Hi,
    Request you to debug the object associated with payslip  with SAP_ALL. Basis folks can help you to debug and find the objects for proper authorization.
    Regards,
    Sanjeev mourya

  • ESS bank iview problem

    Hi All,
    I am trying to change name of view and New bank buttons in ess/bank iview.
    I didn't find the view which got these buttons. I even checked in used dc like ess/pss but this dc got previous and next button which are common for all applications. But my problem is to change view and New bank buttons. Can anyone tell me from where these button are coming.
    Thanks
    Keerthi

    Hi Soumya garu,
    How do u do? I'm learning SAP Portals. I dont have adequate material to prpare for interviews. Can you give some material to me if you have??????
    I stay in HYD. My email id is [email protected] My no. is 9885386867.
    Thanks in advance,
    Bhushan Reddy

  • ESS - Bank - Payment method  showing blank line

    Hi All,
    I have two specific problem  for ESS - Bank.
    1. In the ESS - Bank Information, we have a requirement to restrict Payment Method for a specific condition.
       If employee's current Payment method (in IT09-ZLSCH) is 'E' (BAC Transfer), then he can not choose any other Payment method  in the Edit section. In order to accomplish that. we have used Badi HRPAD00INFTYUI and in the method FILL_HELP_VALUE, we have put the code to restrict Payment method to current payment method for above condition.
         Sample Code:
                     READ TABLE help_values INTO help_values_wa   WITH KEY fieldname = 'ZLSCH'.
                     ASSIGN help_values_wa-data->* TO <tabs>.
                    if pa_0009-zlsch = c_pay.
                    Loop at <tabs> ASSIGNING <wa_tab>.
                    assign COMPONENT 1 of structure <wa_tab> to <comp>.
                    if <comp> NE  c_pay.
                   delete <tabs>.
                   endif.
                  endloop.
                  endif.
    As a result, we are getting 2 drop down values. One is Bank Transfer (As desired) and one Blank Line. In debug mode we saw help_values table only contains Bank Transfer. Thus I think this Blnak line is getting added by other SAP code.
    Please help me for this issue and I would like to know how I can get rid of this Blank Line.
    2.  In Bank, We have created two Iviews. one for Edit. and Another for New Bank Account. Both of these hit BAdi HRPAD00INFTYUI in the Back end. For new Bank Account, BAdi implementation should be skipped so that user can have all Payment methods available even if his current Payment Mehtod is Bank Transfer. We have used Decoupled Framework also.
    Please let me know how can I deactivate /filter above  Badi implementation for New Bank Account.

    Guys,
    I feel, there is a SAP bug for the blank line in the web dynpro drop drown. In bank application, payment method will have a blank line entry by default. After doing a system debugging, I am sure that, this is not a back end bug. While system is binding  values  to frond end pick list (Dropdown box) element, it includes a blank line for unknown (to me at least) reason.
    Thus, the only option to get rid of this issue is to make the field mandatory.
    Can anybody reply for my second question that I have posted.
    2. In Bank, We have created two Iviews. one for Edit. and Another for New Bank Account. Both of these hit BAdi HRPAD00INFTYUI in the Back end. For new Bank Account, BAdi implementation should be skipped so that user can have all Payment methods available even if his current Payment Mehtod is Bank Transfer. We have used Decoupled Framework also.
    Please let me know how can I deactivate /filter above Badi implementation for New Bank Account.
    Regards,
    Kalikinkar

  • Remote Control and Remote View Problem

    Hi,
    I work at a High School running Netware 6.0 SP5 and Zen works 4.01 ir7.
    Remote Control and Remote View works great but I noticed one problem.
    We have a logo of the school that is forced down on to the desktop when a
    user logs in through group policies. This logo works perfect for the
    desktop wall paper and loads every time a user logs in.
    When I Remote Control or Remote View a computer the users desktop wall
    paper turns from the logo being forced down through group policies to the
    desktop to a blue desktop wall paper.
    I would prefer the desktop wall paper staying the schools logo when I
    Remote Control or Remote View because if the desktop wall paper changes to
    the blue color I mentioned above when I Remote Control or Remote View the
    users computer, they will know that someone is taking over their computer
    which sometimes we dont want them knowing.
    We have Windows 98SE computer running Novell Client 3.4 and we have some
    computers running Windows XP Professional SP1 and Windows XP Professional
    SP2 both running Novell Client 4.91 SP2.
    The Remote Control and Remote View problem of the desktop wall paper
    changing on the users computer occurs on all operating systems mentioned
    above.
    Is there a solution to my above problem? When Remote Controlling and
    Remote Viewing someone's computer I don't want the desktop wall paper to
    change.
    Thanks!

    Bpilon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Maintenance view problem "No data maintenance Authorization; Display only"

    Maintenance view problem
    <b>Question 1>>>></b>
    > I have created a table with Display/maintenance allowed and technical setting Data class - APPL0 (master data, transparent tables).
    >> Then I have created a maintenance view thought utilities->table maintenance generator where i have specified the Authorization group as &NC& (w/o auth. group)
    ->and also created a function group and specified in the maintenance screen-> I have selected maintenance type as one step-> i have given the overview screen number->and in Recording routine i have selected - no, or user ,recording routine.
    >>> Now when i go to transaction SM30  and put the table name and press on maintain button I get a information box saying "<b>No data maintenance Authorization; Display only"....</b> and it only displays the data.
    my problem is I want to enter data through maintenance view (SM30).
    <b>2nd Question >>>></b> once i create a function group for maintenance view how can i assign a transaction for this. <i>(as if i do it as we do for a module pool program it gives me error)</i>Thank you.
    kailash

    SE93.  Enter a transaction name.  Create.  In the pop up enter a title and select 'Transaction with parameters'.
    Next screen fill the following;
    Transaction 'SM30'
    Check 'Skip first screen'
    In the table control at the bottom of the screen
    Name of screen field 'VIEWNAME'
    Value <your table name>
    Name of screen field 'SHOW'
    Value 'X'
    Save.
    Job done.

  • Custom field in ESS Bank Information Screen in wrong location

    We created two custom fields for WD-ESS Bank Information (1.41).  These were added to the iView using Personalization.
    Now it is apparent that the Statement text field needs to be above the Checkbox field in order for these to work correctly.
    I have tried moving or deleting the fields in the Personalization screen from the iView with no success.  Is this possible and if so, how is it done.
    If not where on the backend would this be changed.
    Thanks,
    D. Maupin
    University of Kentucky

    check here how it is done
    http://wiki.sdn.sap.com/wiki/display/profile/ESSPersonalInformationUIenhancementwithoutmodification
    and
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?spaceKey=profile&title=ESSPersonalInformationUIenhancementwithoutmodification&decorator=printable

  • Adobe Content Viewer problem. Please Help me...

    Hi after updating online. Folio, I tried to update the trial version of the publication on my iPad but I get this message: "the issue isavailable for dowload, but new signing for an application version. Update the application from the App Store. "I went to the AppStore and was not any update of the Content Viewer ... I deleted the version on my iPad I downloaded again ... but without success gives me the same problem ... Please help me ... how can I do??
    thanks

    Hello Bob and thank you for responding so quickly ... Would you be kind enough to send me the link where I can download older versions of Folio Builder and Folio Producers Panel tools for InDesign 5.5. I'm looking for them but I can not find them.
    Thank you for your patience.
    Il giorno 21/gen/2012, alle ore 16:18, Bob Levine ha scritto:
    Re: Adobe Content Viewer problem. Please Help me...
    created by Bob Levine in Digital Publishing Suite - View the full discussion
    As discussed in numerous threads already, the new viewer has not been approved by Apple yet.
    If you’re a pro or enterprise customer you can create your own viewer app. If not, you’ll have to wait or roll back to the older tools.
    Bob
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4155907#4155907
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4155907#4155907. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Flash Player viewing problems

    I'm having full screen video viewing problems on facebook which I hope to get resolved.When selecting a video to view on Facebook the video goes to about a 2" high strip across the bottom of the player. When this happens I have to click the full screen icon on the bottom right corner of player to view the video, so far this problem is only happening on FB. I would like to know what's causing this problem and how to get it resolved. I've got the current player version and all my Computer Software and Drivers are up to date
    My System Info
    Gateway Laptop
    Windows 7 HP w/SP1
    IE11
    Flash player current 15.0.0.233
    Norton 360

    Yes, it says it is enabled:
    Name:              
    Shockwave Flash Object
    Publisher:         
    Adobe Systems Incorporated
    Type:              
    ActiveX Control
    Version:           
    10.1.82.76
    File date:         
    Date last accessed:
    Today, March 08, 2012, 20 minutes ago
    Class ID:          
    {D27CDB6E-AE6D-11CF-96B8-444553540000}
    Use count:         
    24711
    Block count:       
    0
    File:              
    Flash11e.ocx
    Folder:            
    C:\WINDOWS\system32\Macromed\Flash

  • My illustrator CS6 is having screen viewing problems. Everything is blurry

    My illustrator CS6 is having screen viewing problems. Everything is blurry

    All files look almost as if they are in a draft mode. Doesn't matter witch file I open they all look the same. but very thing is printing out fine. Also I tried creating a test user and down loaded the trial version and it works fine.

  • Cover Flow view problems

    Hello Everyone and congratulations for the Support Forum!
    I am experiencing Cover Flow view problems since I installed iTunes 10 on my windows based laptop.
    I here enclose address of a picture to let you better understand which the problem is.
    http://img684.imageshack.us/i/itunescoverflow.jpg/
    I kindly ask you for providing a solution on the issue.
    Thanks and Regards,
    Antonio

    Hi,
    I found the solution here : http://discussions.apple.com/thread.jspa?messageID=12623727&#12623727
    I rebuilt my library...
    Enjoy :-D

  • E 63 Youtube viewing problem

    E 63 Youtube viewing problem.
    When i click on the youtube movie clips first Real Player opens for a second and then it shows
    First tries to connect.
    "Unable to connect"  after that it shows
    "Rtsp Temp" not saved. Save now? and gives a Yes and No option.
    If you press Yes , it shows saves to Galary
    If you open the Galary u will find the file is saved in Galary Stream links.
    When u try to open it, it says Define defaulat access point and stops.
    Please let me know how to solve this.
    Regards,
    Chritopher

    i had this on my phone
    try this
    go to menu > media > real player > options > settings > streaming > network > default access point
    change it to the access point u would use to connect to the internet
    u will have to keep changing this option if u plan to use different wlan connections
    if my post helped u out, please click the Star next to it to add some KUDOS to my name

  • ESS - Bank Details - Payment method field

    In the ESS --> Bank Details --> Payment method field , we would like to restrict the drop down values that are shown. In R/3 we (IT 0009) we have different values such as Direct deposit, Check , Cash etc.. but on the ESS we want only direct deposit to appear in the drop down value.
    How can this be achieved? We are on ERP 2005 , ESS 1.0 , EP 7.0

    The table "help_values" that is referred to in the code has an "Associated Type" of HRPAD_HELP_VALUE_DATA_TAB which has a "Line Type" of HRPAD_HELP_VALUE_DATA which looks like this:
    Component          RType       Component Typ   Data Type    Length    Decimal Pl    Short Desc
    FIELDNAME                      TYPENAME        CHAR         30        0             Name of Dictionary Type
    KEYCOLUMNNAME                  CHAR30          CHAR         30        0             30 Characters
    VALUECOLUMNNAME                CHAR30          CHAR         30        0             30 Characters
    DATA               <checked>   DATA                          0        0
    When I debug, before my code executes, <tabs> has three rows and two columns:
    1:   <blank>  Cash Payment
    2:   B        Bank Transfer
    3:   Q        Payroll Checks
    My code executes, deletes the "Cash Payment" line and then <tabs> has two rows and two columns:
    1:   B        Bank Transfer
    2:   Q        Payroll Checks
    And as I said, the dropdown on the screen in the portal still has three lines.  The first is blank and the second and third are "Bank Transfer" and "Payroll Checks" respectively.
    Just for fun (argh!), I experimented with an additional scenario in debug mode just to see what would happen.
    First, I commented out the line of code that deleted the "Cash Payment" line from <tabs> and then from within debug I manually altered the first line in <tabs> from <blank>   "Cash Payment" to "X"   "Test". 
    Result:  The portal screen now displayed 4 values in the dropdown box.  The first is still a blank line, followed by "test", "Bank Transfer" and "Payroll Checks"
    So it seems that there's code somewhere down-stream that is adding the blank line if there is no record anywhere in tabs where the first field is blank. (I actually ran a couple of other tests to definitively arrive at that conclusion)  Now I just have to find it.

  • Design View - problems, but does it matter?

    Another design view question - I've looked through other
    posts but not seen anything that's similar.
    (Firstly, can't give a URL as I'm sensibly(?) doing a site
    redesign offline...)
    I've got a page that consists of three columns - each floated
    left, each with nested divs (the nested divs are fixed width).
    In design view, everything was fine with this structure - as
    was preview in browser, and the page validates with DWCS3's
    checker. But adding content to the first of the columns (within a
    nested div) made the next two columns drop below the first in
    design view - although DWCS3 validation and previewing is still
    fine.
    Through judicious deleting etc., I've found that it was a
    floated element in a nested div within the first column, that
    caused the subsequent elements to drop below the first column.
    So my main question is - should I be worried by the design
    view problems, or is It just an inconvenience?
    (And if there's any other obvious problems I'm inviting by
    structuring the page this way, please feel free to (gently) point
    it out...!).
    Thanks, Matt.

    > So my main question is - should I be worried by the
    design view problems
    Yes. I'd say more, but I cannot see your page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "theboyfromthefens" <[email protected]>
    wrote in message
    news:fgaou7$hgv$[email protected]..
    > Another design view question - I've looked through other
    posts but not
    > seen
    > anything that's similar.
    >
    > (Firstly, can't give a URL as I'm sensibly(?) doing a
    site redesign
    > offline...)
    >
    > I've got a page that consists of three columns - each
    floated left, each
    > with
    > nested divs (the nested divs are fixed width).
    >
    > In design view, everything was fine with this structure
    - as was preview
    > in
    > browser, and the page validates with DWCS3's checker.
    But adding content
    > to
    > the first of the columns (within a nested div) made the
    next two columns
    > drop
    > below the first in design view - although DWCS3
    validation and previewing
    > is
    > still fine.
    >
    > Through judicious deleting etc., I've found that it was
    a floated element
    > in a
    > nested div within the first column, that caused the
    subsequent elements to
    > drop
    > below the first column.
    >
    > So my main question is - should I be worried by the
    design view problems,
    > or
    > is It just an inconvenience?
    >
    > (And if there's any other obvious problems I'm inviting
    by structuring the
    > page this way, please feel free to (gently) point it
    out...!).
    >
    > Thanks, Matt.
    >

  • Aperture 2 black viewer problem

    Are there still other users out there having the black viewer problem??
    I'll first describe my problem as follows:
    On one image when making the basic exposure, brightness and saturation adjustments there were no problems with the viewer. Also when adjusting with highlights and shadows again no problem. But as soon as I started making adjustments in Levels using luminance the viewer went completely black. If I unchecked the box in Levels the picture would come back, but as soon as it was checked again the dreaded black viewer. The adjustments were done in the browser/viewer mode. Too my surprise when I switched to full screen mode the full viewed image with the the adjustments was perfectly fine. But when going back to the browser/viewer the viewer was black again. One more curious note is that after leaving this image for about a half an hour and coming back to it there was no black viewer to be found. Usually I would quit Aperture to get rid of the black viewer, but in this case I did not have to.
    By the way I have an ATI Radeon X800 XT graphics card in my dual 2.0 Power Mac G5 and 4.5 Gigs Ram

    I very rarely have this problem on my old Powerbook 1.33 GHz 17". Since 2.1 I haven't encountered it. However, the simplest way to overcome it is to go into Full Screen (press F), do 1 simple adjustment (such as increase brightness by .1), go back to Window View (press F again), undo the adjustment (decrease brightness by .1) - et voilà. Takes around 20 secs on my Mac.
    For me, it's annoying but no deal-breaker.
    Cheers,
    k.

Maybe you are looking for

  • Problem with some apps after upgrade to 5.1 (can I downgrade it to 5.0 ??)

    Dear all, I'm experiencing some problems with apps after upgrading to 5.1, some of them just got stucked or not even start up. Is there a way of fixing this or downgrade to 5.0 ?? Thanks

  • 11i  valuation of foreign currency expenses

    Hi everyone, The Polish Legal requirement of valuation of foreign currency expenses is to value of these expenses and exchange rate differences at currency cost layers (by historical rates), not at current exchange rate! It works exactly the same as

  • How to use Jinitiator for linux???

    I want to run oracle apps 11i on mandrake 8 using netscape 4.7

  • 1 source file on external drive - but duplicates of files in iTunes - help!

    I recently moved all my music to an external HD and followed mac's intructions for the transfer w/o any probs. However, the HD died (dropped it) and everything was lost on the HD. To solve this, I used a program called "Pod to Mac" in an effort to re

  • Smartforms.generating fm

    Hi experts, I am getting error when fm SSF_FUNCTION_MODULE_NAME is executing.....i am getting error as "Error during generation of form ZQM_HANDSLIP".....it is working properly in devlopment,but in production i am getting this error. the code is as f