ALL_CAPITAL is not working RSKC T -CODE

Hi Experts,
Iam facing an error which says INVALID CHARACTERS for one of the field.
the field data type is CHAR(60) in both R/3 & BW.
There is no error  in data packets when this field contains only numeric.
for example of values -  021,  035, 458634,  ....
The data packets are showing error when the value of this field is a combination of numeric(0,1,2..) & Character (a,b,c...).
We tried RSKC also with value ALL_CAPITAL also but its not working.
Can anybody help .

Hi Paolo,
Thanks for the reply iam loading inthe quality instance, i think the invalid character contains "^" and "@" as well.
How to allow or remove this?
The volume of record is high..
Regards
Ganesh

Similar Messages

  • Layout Mode not working in T-Code SQVI for some GUI

    Dear Experts,
    It has been found that the Layout mode is not working in T-code SQVI in some of our users Systems . The Layout Mode is working perfectly fine in some system though. If we select Layout mode in some system it is showing screens the same as in Basis Mode.
    The GUI version is same in both the machines and both are having the same OS.
    GUI Version : 710
    OS : XP
    Kindly suggest if any settings needs to be done in System or GUI so that all the systems get the same interface of Layout Mode as required.
    - Jitesh

    Hi experts,
    Just wished to post the solution of the Issue raised by me...
    I just needed to update my GUI Patch level available at market Place.
    Thanks.
    Jitesh

  • Touchscreen not working: error message code 45, says "device is not connected to the computer"

    My subject message basically says it all.  My touchschreen is not working at all.  I went into device manager and found error message code 45, which states that the "device is not connected to the computer."
    I have tried updating drivers, uninstalling and reinstalling the device, and other things, but nothing working.
    All advice appreciated.

    Hi @Jim9 ,
    Welcome to the HP Forums!
    I saw your post regarding the error code 45. From what you have described this sounds like it is a hardware issue. The only real troubleshooting I can recommend (that you haven't already done), is going a full System Recovery to restore it back to factory defaults. If the issue still occurs then we know it is a hardware problem.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • LSMW Recording method is not working for transaction code FBL5N

    Hi Experts,
    I am trying to prepare LSMW to create dispute cases for customer line items through LSMW Recording method. When i was trying to do through SHDB Recording its working properly through Program. But its not working through LSMW Recording method means its not executing to next screen, immediately its displaying session completed screen.
    Please do let me know any soution for this.
    thanks,
    Sriram.

    Hi Sriram,
    If my memory serves me correctly, a BDC will not work correctly with a list. This is mentioned somewhere in the SAP help pages.
    Now I am not familiar on how to create dispute cases but using FBL5N does not sound to me the way to go.  I assume that you use FBL5N in order to determine to which documents to link the dispute to, however you should be able to get the requested info from the BSID/BSAD tables.
    Also in case you want to change the customer line item in the accounting document, check the data transfer workbench (SXDA) as SAP delivers a standard program for this.
    Kind regards,
    Robert
    Edited by: RJ. Schamhart on Jan 14, 2011 12:35 AM
    Edited by: RJ. Schamhart on Jan 14, 2011 12:43 AM

  • Logging Not Working in Java Code

    Hi everyone,
    I'm looking into the Java code for the Portal app, and I'm trying to do some debugging as to what's going on.  I see a lot of the Adobe classes use the log4j Logger to output general logging information as well as errors, but there never seems to be any output in the log files.  The files I'm checking for activity are:
    Adobe LiveCycle ES2\jboss\server\lc_turnkey\log\server.log
    Adobe LiveCycle ES2\jboss\bin\correspondencemanagement.log
    When I build and deploy the application onto the LC server, just before my application starts I get the following line in the server.log:
    2011-04-29 14:30:49,055 INFO  [STDOUT] **** No servlet context set in ServletLogTarget - logging disabled.
    followed by a message saying that my application has started.  The line above happens everytime I re-deploy the application (without actually running the app), right before it starts, so I'm assuming that it is directly related to my application.
    The only 'com.adobe' related logging lines that happen in the correspondencemanagement.log file are written when I physically run the app, and I get the following line:
    2011-04-29 14:31:34,298 69729 INFO  [com.adobe.dct.service.impl.DataDictionaryRegistryServiceImpl] Fetching Complete Data Dictionary object graph.
    Looking into the code for the com.adobe.dct.service.impl.DataDictionaryRegistryServiceImpl class, I see it uses a completely different logging system (ie not log4j).
    *sigh*
    I've changed the services-config.xml file and tried setting the logging target to both flex.messaging.log.ServletLogTarget and flex.messaging.log.ConsoleTarget, but neither seem to make a difference.
    I must be missing some kind of configuration to get the logging to work correctly, but Google has been little help as well.
    Hopefully someone has crossed this issue before, and has a solution?  Any help / pointers / advice etc welcome and appreciated!!!
    Thanks,
    Kristian

    Thanks for the reply Saket.
    It turns out that the logging was working correctly all along.  The messages I could not find were all related to bootstrap code.  I was assuming that the bootstrapper would run each time the application was deployed, or at the very least each time the server was started.  It turns out that you manually need to run the bootstrapper.  So I was looking for log lines that would never appear by themselves.  Once I manually ran the bootstrap process, the log lines ran as expected.
    Cheers,
    K.

  • Links not working when clicking (code included)

    Ok im totally new to AS so i will do best to describe issue i am running into.....
    Have a cover photo created in PS,and on photo, there is text, which when click should open pdf file specified.....well when i hover over, and click....it doesnt go anywhere....(example below)  THX for any responses and assistance.
        EX:        this would be the cover photo
                      REPORT
      Analysis  (this should have a sub menu of PDF's which it does, but when click on the pdf's refrenced, it doesnt go anywhere)
      Link 2     (PDF)
      Link 3     (PDF)
      Link 4     (PDF)
      Link 5     (same as Analysis)
      Link 6     (PDF)
       ect ect...
    CODE BELOW....
    import flash.net.URLRequest;
    import flash.events.MouseEvent;
    import flash.events.Event;
    //init menu links
    var link_1:Object = this.getChildByName( 'MenuLinkMC_1' );
    var link_2:Object = this.getChildByName( 'MenuLinkMC_2' );
    var link_3:Object = this.getChildByName( 'MenuLinkMC_3' );
    var link_4:Object = this.getChildByName( 'MenuLinkMC_4' );
    var link_5:Object = this.getChildByName( 'MenuLinkMC_5' );
    var link_6:Object = this.getChildByName( 'MenuLinkMC_6' );
    var link_7:Object = this.getChildByName( 'MenuLinkMC_7' );
    var link_8:Object = this.getChildByName( 'MenuLinkMC_8' );
    var link_9:Object = this.getChildByName( 'MenuLinkMC_9' );
    var _close:Object = this.getChildByName( 'closeMC' );
    this._close.addEventListener( MouseEvent.CLICK, quit );
    var sub_menu_notes_slide:Object = this.getChildByName( 'SubMenu_NotesSlideMC' );
    var sub_menu_discussion_slide:Object = this.getChildByName( 'SubMenu_DiscussionSlideMC' );
    //set url addresses
    var url_link_1:URLRequest = new URLRequest( 'PDF_FILES/1.  MD&A Introduction.pdf' );
    var url_link_2:URLRequest = new URLRequest( 'PDF_FILES/9.  Independent Auditors\' Report.pdf' );
    var url_link_3:URLRequest = new URLRequest( 'PDF_FILES/10.  Balance Sheets.pdf' );
    var url_link_4:URLRequest = new URLRequest( 'PDF_FILES/11.  Statements of Revenues, Expenses and Changes in Fund Net Assets.pdf' );
    var url_link_5:URLRequest = new URLRequest( 'PDF_FILES/12.  Statements of Cash Flows.pdf' );
    var url_link_6:URLRequest = new URLRequest( 'PDF_FILES/13.  Note 1 - Summary of Significant Accounting Policies.pdf' );
    var url_link_7:URLRequest = new URLRequest( 'PDF_FILES/31.  Glossary of Terms.pdf' );
    var url_link_8:URLRequest = new URLRequest( 'PDF_FILES/EOY Audited Financials - FY2011 with blue links.pdf' );
    var url_link_9:URLRequest = new URLRequest( 'http://www.cpsenergy.com' );
    //run subroutines
    noMenu();
    set_link( link_1, url_link_1, sub_menu_discussion_slide );
    set_link( link_2, url_link_2, null );
    set_link( link_3, url_link_3, null );
    set_link( link_4, url_link_4, null );
    set_link( link_5, url_link_5, null );
    set_link( link_6, url_link_6, sub_menu_notes_slide );
    set_link( link_7, url_link_7, null );
    set_link( link_8, url_link_8, null );
    set_link( link_9, url_link_9, null );
    //subroutines
    function set_link( linkObject:Object, linkURL:URLRequest, optMenu:Object ):void {
        linkObject.addEventListener( MouseEvent.CLICK, click_link );
        linkObject.addEventListener( MouseEvent.MOUSE_OVER, mouse_over_link );
        if ( optMenu != null ){
            this.setChildIndex( MovieClip( optMenu ), 9 );
            linkObject.addEventListener( Event.ENTER_FRAME, slide_sub_menu );
        function click_link( evt:MouseEvent):void {
            navigateToURL( linkURL, 'File.browseForOpen()' );    <-----(note: should this be set to "_blank"  ?)
        function mouse_over_link( evt:MouseEvent ):void {
            linkObject.mouseChildren = false;
            linkObject.buttonMode = true;
            linkObject.useHandCursor = true;
        function slide_sub_menu( evt:Event ):void {
            if ( optMenu.hitTestPoint( mouseX, mouseY, true )) {
                optMenu.nextFrame();
            } else {
                optMenu.prevFrame();
    function quit( evt:MouseEvent ):void {
        fscommand("quit", "");
    function noMenu():void {
        var NoMenu:ContextMenu = new ContextMenu();
        NoMenu.hideBuiltInItems();
        this.contextMenu = NoMenu;
    ------------------------------------------------------------------------------------------ -------------------------------AND
    import flash.events.MouseEvent;
    //init sublinks
    var sublink_1:Object = this.getChildByName( 'SublinkMC_1' );
    var sublink_2:Object = this.getChildByName( 'SublinkMC_2' );
    var sublink_3:Object = this.getChildByName( 'SublinkMC_3' );
    var sublink_4:Object = this.getChildByName( 'SublinkMC_4' );
    var sublink_5:Object = this.getChildByName( 'SublinkMC_5' );
    var sublink_6:Object = this.getChildByName( 'SublinkMC_6' );
    var sublink_7:Object = this.getChildByName( 'SublinkMC_7' );
    var sublink_8:Object = this.getChildByName( 'SublinkMC_8' );
    var sublink_9:Object = this.getChildByName( 'SublinkMC_9' );
    var sublink_10:Object = this.getChildByName( 'SublinkMC_10' );
    var sublink_11:Object = this.getChildByName( 'SublinkMC_11' );
    var sublink_12:Object = this.getChildByName( 'SublinkMC_12' );
    var sublink_13:Object = this.getChildByName( 'SublinkMC_13' );
    var sublink_14:Object = this.getChildByName( 'SublinkMC_14' );
    var sublink_15:Object = this.getChildByName( 'SublinkMC_15' );
    var sublink_16:Object = this.getChildByName( 'SublinkMC_16' );
    var sublink_17:Object = this.getChildByName( 'SublinkMC_17' );
    var sublink_18:Object = this.getChildByName( 'SublinkMC_18' );
    //set link names dynamic text
    sublink_1.SublinkNameDT.text = 'Note 1 - Summary of Significant Accounting Policies';
    sublink_2.SublinkNameDT.text = 'Note 2 - Cash, Cash Equivalents and Investments';
    sublink_3.SublinkNameDT.text = 'Note 3 - Disaggregation of Current Receivables and Payables';
    sublink_4.SublinkNameDT.text = 'Note 4 - Capital Assets';
    sublink_5.SublinkNameDT.text = 'Note 5 - Revenue Bond and Commercial Paper Ordinances Requirements';
    sublink_6.SublinkNameDT.text = 'Note 6 - Revenue Bonds';
    sublink_7.SublinkNameDT.text = 'Note 7 - Commercial Paper and Related Revolving Credit Agreement';
    sublink_8.SublinkNameDT.text = 'Note 8 - Flexible Rate Revolving Note';
    sublink_9.SublinkNameDT.text = 'Note 9 - Employee Pension Plan';
    sublink_10.SublinkNameDT.text = 'Note 10 - Other Postemployment Benefits';
    sublink_11.SublinkNameDT.text = 'Note 11 - Other Obligations and Risk Management';
    sublink_12.SublinkNameDT.text = 'Note 12 - Other Financial Instruments';
    sublink_13.SublinkNameDT.text = 'Note 13 - Lease-Leaseback';
    sublink_14.SublinkNameDT.text = 'Note 14 - South Texas Project';
    sublink_15.SublinkNameDT.text = 'Note 15 - Commitments and Contingencies';
    sublink_16.SublinkNameDT.text = 'Note 16 - Leases';
    sublink_17.SublinkNameDT.text = 'Note 17 - Pollution Remediation Obligation';
    sublink_18.SublinkNameDT.text = 'Note 18 - Subsequent Events';
    //set url addresses
    var url_sublink_1:URLRequest = new URLRequest( 'PDF_FILES/13.  Note 1 - Summary of Significant Accounting Policies.pdf' );
    var url_sublink_2:URLRequest = new URLRequest( 'PDF_FILES/14.  Note 2 - Cash, Cash Equivalents and Investments.pdf' );
    var url_sublink_3:URLRequest = new URLRequest( 'PDF_FILES/15.  Note 3 - Disaggregation of Current Receivables and Payables.pdf' );
    var url_sublink_4:URLRequest = new URLRequest( 'PDF_FILES/16.  Note 4 - Capital Assets.pdf' );
    var url_sublink_5:URLRequest = new URLRequest( 'PDF_FILES/17.  Note 5 - Revenue Bond and Commercial Paper Ordinances Requirements.pdf' );
    var url_sublink_6:URLRequest = new URLRequest( 'PDF_FILES/18.  Note 6 - Revenue Bonds.pdf' );
    var url_sublink_7:URLRequest = new URLRequest( 'PDF_FILES/19.  Note 7 - Commercial Paper.pdf' );
    var url_sublink_8:URLRequest = new URLRequest( 'PDF_FILES/20.  Note 8 - Flexible Rate Revolving Note.pdf' );
    var url_sublink_9:URLRequest = new URLRequest( 'PDF_FILES/21.  Note 9 - Employee Pension Plan.pdf' );
    var url_sublink_10:URLRequest = new URLRequest( 'PDF_FILES/22.  Note 10 - Other Postemployment Benefits.pdf' );
    var url_sublink_11:URLRequest = new URLRequest( 'PDF_FILES/23.  Note 11 - Other Obligations and Risk Management.pdf' );
    var url_sublink_12:URLRequest = new URLRequest( 'PDF_FILES/24.  Note 12 - Other Financial Instruments.pdf' );
    var url_sublink_13:URLRequest = new URLRequest( 'PDF_FILES/25.  Note 13 - Lease-Leaseback.pdf' );
    var url_sublink_14:URLRequest = new URLRequest( 'PDF_FILES/26.  Note 14 - South Texas Project.pdf' );
    var url_sublink_15:URLRequest = new URLRequest( 'PDF_FILES/27.  Note 15 - Commitments and Contingencies.pdf' );
    var url_sublink_16:URLRequest = new URLRequest( 'PDF_FILES/28.  Note 16 - Leases.pdf' );
    var url_sublink_17:URLRequest = new URLRequest( 'PDF_FILES/29.  Note 17 - Pollution Remediation Obligation.pdf' );
    var url_sublink_18:URLRequest = new URLRequest( 'PDF_FILES/30.  Note 18 - Subsequent Events.pdf' );
    //run subroutines
    set_sublink( sublink_1, url_sublink_1 );
    set_sublink( sublink_2, url_sublink_2 );
    set_sublink( sublink_3, url_sublink_3 );
    set_sublink( sublink_4, url_sublink_4 );
    set_sublink( sublink_5, url_sublink_5 );
    set_sublink( sublink_6, url_sublink_6 );
    set_sublink( sublink_7, url_sublink_7 );
    set_sublink( sublink_8, url_sublink_8 );
    set_sublink( sublink_9, url_sublink_9 );
    set_sublink( sublink_10, url_sublink_10 );
    set_sublink( sublink_11, url_sublink_11 );
    set_sublink( sublink_12, url_sublink_12 );
    set_sublink( sublink_13, url_sublink_13 );
    set_sublink( sublink_14, url_sublink_14 );
    set_sublink( sublink_15, url_sublink_15 );
    set_sublink( sublink_16, url_sublink_16 );
    set_sublink( sublink_17, url_sublink_17 );
    set_sublink( sublink_18, url_sublink_18 );
    //subroutines
    function set_sublink( sublinkObject:Object, sublinkURL ):void {
        sublinkObject.addEventListener( MouseEvent.CLICK, click_sublink );
        sublinkObject.addEventListener( MouseEvent.MOUSE_OVER, mouse_over_sublink );
        sublinkObject.addEventListener( MouseEvent.MOUSE_OUT, mouse_out_sublink );
        function click_sublink( evt:MouseEvent):void {
            navigateToURL( sublinkURL, '_blank' );
        function mouse_over_sublink( evt:MouseEvent ):void {
            sublinkObject.mouseChildren = false;
            sublinkObject.buttonMode = true;
            sublinkObject.useHandCursor = true;
            sublinkObject.gotoAndStop( 'On' );
        function mouse_out_sublink( evt:MouseEvent ):void {
            sublinkObject.gotoAndStop( 'Off' );

    I think you need double quotes rather than single.. as in
    new URLRequest( 'PDF_FILES/1.  MD&A Introduction.pdf' );
    try
    new URLRequest( "PDF_FILES/1.  MD&A Introduction.pdf" );
    also the file names are a little odd.... there is a space after the period 1. (space here) MD...this will present problems once on server.
    And then you have an ampersand in the file name..... while that may work, sometimes servers are much more particular.... things like spaces and special characters in file names can cause problems.
    One recommended method of naming files and folders is:
    All lower case (no caps)
    No_spaces_use_underscore_instead
    No special characters
    Best wishes,
    Adninjastrator

  • Target=_blank is not working in XML code

    Hi Experts,
    I have very basic question I am passing an extenal URL in XML code but target=_blank is getting ignored.
    <a href="http://localhost:8080/VikasSSO/Test.jsp" target="_blank">Click vikas</a>
    I done some research on it and found we can achieve it with java script only as target=_blank wont work directly in XML.
    Regards
    Vikas

    See the Data which is coming from AD and validate the type of your fields.
    Did you check connector logs ?

  • Not working across managed code - PDPageDrawContentsToWindow - HDC

    PageDLL - a Com Dll contains the following:
    struct GRect_tag
        long lLeft;
        long lBottom;
        long lTop;
        long lRight;
        }  GRect;
    BOOL CMyDrawMC::SetDrawPageToWindow(int hdc, GRect WinRect)
    PDDoc objPDDoc;
    PDPage objPDPage;
    objPDDoc = PDDocOpen("D:\temp\firstfile.pdf", objASFileSys, NULL, true);
    objPDPage = PDDocAcquirePage(objPDDoc, 2);
    ASFixedMatrix matrix;
    ASFixedRect WindowRect;
    WindowRect.left    = WinRect.lLeft;
    WindowRect.right   = WinRect.lRight;
    WindowRect.top     = WinRect.lTop;
    WindowRect.bottom  = WinRect.lBottom;
    PDPageGetFlippedMatrix(objPDPage, &matrix);
    PDPageDrawContentsToWindow(objPDPage, NULL, (void*) hdc, FALSE,
      &matrix,
      &WindowRect, NULL, NULL);
    return TRUE;
    Managed code written in C# has the following:
    protected IntPtr DrawToOffScreenWnd(IntPtr hWnd, int iMsg, IntPtr wParam,
                IntPtr lParam, ref bool bHandled)
                bHandled = false;
                switch (iMsg)
                    case WM_PAINT:
                        if (_cobj.GetTotalPagesInDoc() >= 1)
                            // Use Win32 to get a Graphics object.
                            PAINTSTRUCT objPaintStruct = new PAINTSTRUCT();
                            IntPtr hSrcDC = BeginPaint(hWnd, ref objPaintStruct);
                             DrawPage(hwnd, hsrcDC);
                            EndPaint(hWnd, ref objPaintStruct);
                            bHandled = true;
                        break;
                return IntPtr.Zero;
    Class MainPanel
    public void DrawPage((IntPtr hWnd, IntPtr hSrcDC)
      GRect objWindowRect;
      IntPtr memDC = CreateCompatibleDC(hSrcDC);
      IntPtr memBM = CreateCompatibleBitmap(memDC, objWindowRect.right, objWindowRect.bottom); /* objWindowRect.right is width and objWindowRect.bottom is height values */
      SelectObject(memDC, memBM);
      PageDLL.SetDrawPageToWindow(memDC.ToInt32(), objWindowRect); /* PageDLL is the COM DLL stated in start of this discussion */
      const int SRCCOPY = 13369376;
      bool x = BitBlt(hSrcDC, 0, 0, objWindowRect.right, objWindowRect.bottom, memDC, 0, 0, SRCCOPY);
    Question: The window is not getting refreshed with the Page Content of the PDF file.  So, whether the HDC can be passed from Managed code (C#) to Un-managed code (VC++ COM DLL) and return back the HDC content (including HBITMAP of the HDC) to the window created in C#?

    thanks for reply.
    Jdeveloper version is 11.1.1.4.0.
    Actually the vo on which I am trying to set set where is used as source to act as cursor  to get values from filtered rows using set where and copy the this cursor values to another target vo. I am not showing these source values just getting values.
    DCIteratorBinding dcIter2 =
    ADFUtils.findIterator("PlotDtl2Iterator");     
    ViewObject dvo = dcIter2.getViewObject();
    // colors to copy 
    DCIteratorBinding dcIter3 =
    ADFUtils.findIterator("PlanColorsIterator");    
    ViewObject cvo = dcIter3.getViewObject();
    cvo.setNamedWhereClauseParam("Plno","4000");
    cvo.applyViewCriteria(cvo.getViewCriteriaManager().getViewCriteria("PlanColorsCriteria"));
    cvo.ensureVariableManager().setVariableValue("Plno", "4000");
    cvo.executeQuery();
    cvo.setWhereClause("plan_no = :ThePlanType");
    cvo.defineNamedWhereClauseParam("ThePlanType", null, null);
    cvo.setNamedWhereClauseParam("ThePlanType", "4000");
    cvo.executeQuery();
    int totalCount=cvo.getRowCount();
    cvo.setRangeSize(totalCount);
    Row[] rArray=cvo.getAllRowsInRange();
    for (Row r:rArray){
    NameValuePairs nvp = new NameValuePairs();      
    nvp.setAttribute("Description",r.getAttribute("Description"));
    nvp.setAttribute("PlanNo",r.getAttribute("PlanNo"));
    nvp.setAttribute("MainAcc",r.getAttribute("MainAcc"));
    nvp.setAttribute("Plqty",r.getAttribute("Qty"));
    nvp.setAttribute("Cdkid",r.getAttribute("CdkId"));
    nvp.setAttribute("FabricCode",r.getAttribute("FabricCode"));
    nvp.setAttribute("DyeWash",r.getAttribute("DyeWash"));
    //  nvp.setAttribute("Description","test");
    Row drow = dvo.createAndInitRow(nvp);      
    dvo.insertRow(drow); 

  • System Recovery does not work. Error Code: 0xe0ef003

    I have a Touchsmart 310 1125y - Upon bootup was getting a BOOTMGR is missing. I tried the system recover on the hard drive and that failed with the error code: 0xe0ef003. I went ahead and purchased the cd revovery discs from HP Site ( 4 plus the supplimental reovery disc) and ran all of them and got down to disc 4 and then that same error came up. When I tried to reboot, it comes up to a blank screen with the flashing cursor in the top left corner. I hit ctrl/alt/del and the HP Blue screen comes up, when I hit the F11 now it just goes to a blank screen again with the cursor in the top left corner. Any other suggestions on how I can fix this?

    Hi
     Once unit is powered on keep tapping F10 Key go to Diagnostics run the Hard drive test if failed you need to replace the Hard drive if test passes kindly let me know.
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Acrobat 9 console shift enter / command enter does not work to run code.

    I am sure I am going to feel really stupid when someone answers this but I cannot get the console to run anything. All is turned on in preferences but ShiftEnter doesn't do anything highlighted or not and CmdEnter same thing. This is on a mac osx maverick. The stupid thing is that I just want to find the path to the javascript folder to install flatten.js and then I started going down the rabbit hole. Even Google held no hope. Would appreciate any assistance. Thx.

    Here's a link that explains how to do this on a Mac without the numeric keypad with Acrobat 9: http://khkonsulting.com/2010/03/javascript-console/
    Acrobat 11 is different and it works with cmd+Enter.

  • GRAPHIC TAB not working in t-code SOLAR01

    Hi All,
    Am trying to a create a notification in transaction SOLAR01. Am trying to access the GRAPHIC tab. But the page wont come up. Is there are settings that i need to be changing or are there any need of any additional authorization required?
    Please suggest.
    Regards,
    Imran

    Hi Imran,
    Did you check with your BASIS team as to whether latest ActiveX controls are implemented and allowed for ?
    Also, please ask them to check for settings to be enabled in Transaction SICF.
    Last but not least, could you please ensure that latest SAP GUI is in place.
    One of these should most likely fix your problem.
    Cheers,
    Srini

  • Ion Channel not working for Zip Code 32162. Frozen Screen!

    About 2-3 days ago, the Ion Channel #15 for Zip Code 32162 is a frozen screen.  What's the deal.  Same on all 3 TVs which have different Boxes.

    TomHosken wrote:
    About 2-3 days ago, the Ion Channel #15 for Zip Code 32162 is a frozen screen.  What's the deal.  Same on all 3 TVs which have different Boxes.
    Apologies for the issue and the experience that you described above. Are you still having this issue? 
    I have asked a colleague to review your account and reach out to you so that we can get any underlying issues identified and resolved.
    Thanks for your patience.

  • Reader.skip() not work in my code?

    I am writing a program to try to let reader to skip a line if some certain condition happened, But skip() seems doesn't work as I assumed.
    import java.io.*;
    public class WriteHostData {
    public static void main(String args[]) throws IOException{
    // write to a file
    String aString[]={"monkey","fish","dog","happy","horse"};
    File file = new File("testFileForWriter");
    FileWriter fileWriter = new FileWriter(file);
    BufferedWriter writer =new BufferedWriter(fileWriter);
    for( int i=0; i<aString.length; i++){
    writer.write(aString);
    writer.newLine();
    writer.close();
    // read the file
    if( file.exists()){
    String value;
    FileReader fileReader = new FileReader(file);
    BufferedReader bufferedReader= new BufferedReader(fileReader);
    value = bufferedReader.readLine();
    while( value!=null){
    try{
    for( int i=0; i<value.length();i++)
    if( value.charAt(i)=='d'){
    System.out.println(value.charAt(i));
    bufferedReader.skip(value.charAt(i));
    }catch(StringIndexOutOfBoundsException e){
    e.printStackTrace();
    System.out.println(value);
    value = bufferedReader.readLine();
    fileReader.close();
    }// end of main
    }// end of class
    output:
    monkey
    fish
    d
    dog
    But what the output I want is:
    monkey
    fish
    horse
    what is wrong here?

    J-Star:
    You just caught the point. readLine() could do the job.
    public static void main(String args[]) throws IOException{
       // read the file
          if( file.exists()){
          String value;
          FileReader fileReader = new FileReader(file);
          BufferedReader bufferedReader= new BufferedReader(fileReader);
          value = bufferedReader.readLine();
          while( value!=null){
               if(value.charAt(0)=='!'  ){
                value = bufferedReader.readLine();
               else if( value.charAt(0)=='d'){
                value = bufferedReader.readLine();
            System.out.println(value);
            value = bufferedReader.readLine();
          }// end of while loop
          fileReader.close();
      }// end of main Now it works.

  • Square root is not working...

    I wrote a simple program to derermine the square root of a number, but its not working: Heres the code:
    class root{
         static public void main(String[] args){
              int square = Math.sqrt[4];
              System.out.println("the square root is " + square);
    }I get this error mesage when running:
    C:\java_apps>javac root.java
    root.java:3: cannot find symbol
    symbol : variable sqrt
    location: class java.lang.Math
    int square = Math.sqrt[4];
    ^ (arrow points to dot after "Math")
    1 error
    Thanks!
    Jake

    Math.sqrt() is a method, so you have to invoke it with parentheses:int square = Math.sqrt(4);
    > root.java:3: cannot find symbol
    symbol : variable sqrt
    location: class java.lang.Math
    int square = Math.sqrt[4];
    ^ (arrow points to dot after "Math")Because of the square bracket the compiler is looking for an array sqrt inthe Math class. It can't find one and so you get the message.
    (Note that the Math static methods tend to return double not int, so you will have to
    deal with that as well.)

  • Problem with combo in js IE - new Option(t,v) not working

    hello! Did somene had experience some problems with
    adding new options in select object (combo box) in javascript? I can change text or value property, delete option by setting it to null, but when I want to add new, there is a problem!?
    why this code doesn't work?
    <script>
    ref = window.document.frmExample["cbo1"];
    alert(ref.length);
    ref.options[ref.length] = new Option("text'","value1");
    alert(ref.length);
    </script>
    interesting thing is that this works in Netscape (6), but it is not working in IE(5.5), and this is my first and last example where Netscape is 'better'...
    Can someone help, please?
    regards...
    Vlada

    you are right, it works in the 'mother' page, but if I want to add some options from popup window (window.open...), and when I accessing combo throught opener propery, than I have problem, because it is not working!?
    code sample...
    ... 'mother' page function ...
    function fAdd(){
    var popupW;
    popupW = window.open("page.html","name",attr);
    if (!popupW.opener)
    popupW.opener = window;
    ... popup window function...
    function fClick(){
    var opt;
    var ref = window.opener.document.frmExample1["cbo1"];
    alert(ref.length);
    opt = "new";
    ref.options[ref.length] = new Option(opt,opt);
    window.close();
    I get alert with the number ofoptions in combo, so ref is OK. I can delete some of them, change, but not to add new! Then I get Error message.
    any sugestion!? Strange, but it works in Netscape ...

Maybe you are looking for

  • Link between XLA_AE_LINES and AP_INVOICES_ALL in R12

    Good day, Table AP_AE_LINES_ALL was replaced with XLA_AE_LINES in R12. There used to be a direct link in R11 between AP_AE_LINES_ALL and AP_INVOICES_ALL. Does anybody know what the link is between XLA_AE_LINES and AP_INVOICES_ALL in R12? Thanks for y

  • Malfunctioning Java Applet

    Hello there, I am a New To Java Technology user of java.sun.com. I have browsed over the tutorials online. After following the instructions on appleting, my applet does not display the text it's suppost to, i.e the string inputed during programming d

  • Exposing services with transactional interface

    Hi. I'm researching the capability of offering a transactional service in the world of ESBs. I'm talking about exposing a service on the bus to the outside world with transactional capabilities, not about using transactions inside the bus. I didn't f

  • Is there any best practice about by-products

    Dear all, Is there any best practice about handleing by-products in production order? Thanks!

  • How can I keep iphoto 08 from freezing?

    Every time I open iPhoto 09, I get the rainbow wheel of death and "Application Not Responding." I can't access any of the photos in iPhoto. Are they accessible without opening the program? If so, where?