Data Invisible

Dear All / Anyone
I have a PDF file, filled with alot of data.
When i open the file with XPDF or Document Viewer, all data is viewed perfectly.
But when I open it with Acrobat Reader 9, the data is there, I mean you can select
it without seeing it and paste it in another document, but its not visible.
Can anyone help please ?

Christophe latinne,
1.
For the Justification Right, Left or Middle, That need to be set while building fieldcatalog.
  w_fieldcat-fieldname = 'VALUE_NEW '.
  w_fieldcat-tabname   = 'I_TAB'.
  w_fieldcat-seltext_m = 'New Value'.
  w_fieldcat-just     = 'R'. " Right justify 
  append w_fieldcat to i_fieldcat.
  clear w_fieldcat.
  w_fieldcat-fieldname = 'VALUE_OLD '.
  w_fieldcat-tabname   = 'I_TAB'.
  w_fieldcat-seltext_m = 'Old Value'.
  w_fieldcat-just          = 'R'. " Left justify 
  append w_fieldcat to i_fieldcat.
  clear w_fieldcat.
2.
Try to build layout structure
data:
      w_layout type slis_alv_layout.
set the below one
w_layout-colwidth_optimize = 'X'.
pass this structure through REUSE_ALV_GRID_DISPLAY function module.
I hope that it helps you .
Regards,
Venkat.O

Similar Messages

  • Reverse geocoding suggestions data invisible for filename templates and plugins

    Hi,
    Reverse geocoding are amazing, saves me a lot of work, but filename template I use seems don't work well with that feature.
    With file naming scheme like this: "Country-City-Sequence # (001)" the result is "--001.jpg" instead of "France-Paris-001.jpg" and I have to confirm address for hundreds photos manually to see country and city information in filename.
    Same situation in jf PicasaWeb plugin, when using caption scheme like this: "{Country}. {City}. {YYYY}. {Caption}." the result is ". . 2012. Example caption." instead of "France. Paris. 2012. Example caption."
    It is possible for Lightroom to use address suggestions in this situations whenever address fields are empty?
    Most important for me is to plugins see the address suggestions like normal (hard) data if address fields are empty.

    Reverse geocoding are amazing, saves me a lot of work, but filename template I use seems don't work well with that feature.
    With file naming scheme like this: "Country-City-Sequence # (001)" the result is "--001.jpg" instead of "France-Paris-001.jpg" and I have to confirm address for hundreds photos manually to see country and city information in filename.
    On the face of it, Lr4's implementation of reverse geocoding is excellent, and it is when dealing with images taken at the same location. However, its handling of mixed locations is painful. In my case I use Jeffrey Friedl's plugin. It fully integrates with the Map module and allows you to reverse geocode without the limitations your currently experiencing. Very likely not what you wnated to read, but it does provided a painless solution to the problem you've identified.
    Jeffrey's plugin can be downloaed from http://regex.info/blog/lightroom-goodies/gps

  • Report parameter default value do not default correctly

    Hello Experts, I have a cascading parameters in my report.
    The first parameter called "Project" will allow to select a single Project Name from the list and based on the Project Name, the second parameters which is a "Date" parameter will give out list Months and Year in the Format 'Nov-14'. 
    For this Second parameter I defaulted the parameter to show First Month in the retrieved list of Months. But the problem is it will display the default Date correctly only certain times (there is a refresh problem). If i select a different project and it
    has a month that was retrieved in the first project it will still show the that Month but not the actual default month (Start Month) for that particular Project.
    Example: If I select Brisk from Project parameter, It will give me 18 months of Dates in the Date parameter. In that 18 month range first month is Sep-13 it will default to Sep-13 correctly. Then if I select a different project like "Creek" (example)
    as Project , the Date parameter retrieves some dates corresponding to Creek Project and in the retrieved months if  Date parameter has Sep-13 it will still show Sep-13 even though the
    Start Date for Creek project is Jun-12.
    1. Project Brisk: Defaulted correctly to Sep-13
    2. Creek Project : Should default to Jul-12 but still shows Sep-13
    Just for default value I created a separate dataset and used it to populate the default value and the SQL I used just for default value is as below:
    SELECT DISTINCT TRUNC(DATE_KY, 'MM') AS DEFUALT_DATE
    FROM            DATE_D D
    WHERE        (DATE_KY = ADD_MONTHS(:PROJECT_DT, - 6))
    Date parameter datatype is Date/Time,
    Available Values Tab: label field is a String but the Value field and the default field (Default Values tab) are Dates 
    Thanks in advance

    Thanks Vicky for reply.
    Yes you are right but I did not use First function as the query above retrieves only one date.
    I used your suggestion but it did not fix it.
    In this report I have three parameters.
    1. Project Code (Visible)
    SELECT DISTINCT PROJECT_CODE
    FROM      DIM.PROJECT     
    ORDER BY PROJECT_CODE
    2. Project Date (Invisible)
    SELECT
    MAX(CASENA.MILESTONE
    WHEN'ABCD'THENTRUNC(PROJECT_DATE,'MM')ELSENULLEND)PROJECT_DATE
    FROM
    DIM.PROJECTNA
    WHERE(NA.PROJECT_CODE
    =:PROJECT_CODE
    or'ALL'=:PROJECT_CODE)
    3. Start Date (Visible):
    Available Values Query:
    SELECT DISTINCT
    --DER_DATE is "Value Field"
    TRUNC(D.DATE_KY, 'MM') DER_DATE 
    --Display_date is "Label Field"
    , TO_CHAR(D.DATE_KY, 'Mon-YY')   Display_Date
    FROM DATE_D D
    WHERE DATE_KY BETWEEN ADD_MONTHS(:PROJECT_DATE, -6)  AND ADD_MONTHS(:PROJECT_DATE, 6)
    ORDER BY 1
    Default Values Query:
    SELECT DISTINCT TRUNC(DATE_KY, 'MM') AS DEFUALT_DATE
    FROM            DATE_D D
    WHERE        (DATE_KY = ADD_MONTHS(:PROJECT_DATE, - 6))
    When you select a Project from "Project Code", it will give a "Project Date" and based on the "Project Date" it will give a date range in "Start Date". That is why I am using "Project Date" parameter in my
    query. I even tried using Project code as you suggested but I still got the same result.
    Thanks a lot for your reply.

  • Removing tab from VA01

    HI EXPERTS
    I searched on sdn on how to remove tab from va01 and created a transaction variant through shd0
    i made the tab appearing at item level data invisible but when i test it it still shows that tab please help.
    being specific i need to remove the  tab " Request for Quote Addln Data" at item level detail , this is the last tab .

    Hi
    If you want to put the  tabs in invisible mode  then you have to use SHD0 only. Even 'Request for Quote Addnl Data'  can be done using SHD0 . But also make sure that you are putting  in invisible mode . So once again you run SHD0 then check wheather you are able to see that tab or not
    Regards
    Srinath

  • Prevention of developed Xcelsius report from unuauthorized users

    Hi,
    I want to prevent developed Xcelsius report from unuauthorized users. I developed report using query in Webservice. Is there any option of security in Xcelsius.
    Any type of assistance will be appreciated.
    regards:
    Sandy
    Edited by: Sandeep Saini | Roorkee | India on Jan 10, 2011 6:58 PM

    Hi Sandeep,
    I was not visiting site for quiet some time due to project schedules.
    Here is a trick to make Dashboard secured.
    Keep an object covering the whole canvas/page of dashboard with required transparency %.  On that keep a UserName and/or password field to validate. Once validated make the object covering the data invisible.
    This is a successful method which has been in practice already.  Revert in case you need more clarification.
    Thanks
    BaaRaa.

  • Data rescue 3 external drive recovery .Invisible external hard disk 1 tb., I want a refund.

    data rescue 3 external drive recovery .Invisible external hard disk 1 tb., I want a refund.

    I personally would use Disk Warrior before attempting to recover any data for that exact reason.

  • Mail subject/date/etc invisible!!!

    The subject/date/sender/etc are all invisible! They are there b/c I can click and read the body of the email below, but the text is gone! I did install Widemail and it was working fine for a few days, but then the program began to crash a lot eventually made the e-mail details disappear. Any help would be greatly appreciated!
    I already tried removing the Mail folder in the library as well as the com.apple.mail.plist in the preferences folder.

    Oh dear. If it is still in your trash then you should drag it back to the Users/<user>/Library. If it is not in your Trash (ie, you have emptied the trash can) and you don't have a backup, then unfortunately you have lost all your Mail.
    Chris

  • Collection Data Form in invisible mode.

    Hi,
    We are using zcm 10.3 installed on SLES 11. Our clients are XP SP3. I have configured a collection data form with autofill and checked "Invisible mode for autofill only" In the autofill settings I have entered a environment variable. I have configured a Collection data form schedule to run "When a device is refreshed". The collection data form never pick up the environment variable value when running a refresh. When I right click on the ZenWorks notify icon and choose "Collection data form" the environment variable value configured in autofill is picked up.
    Autofill worked well when refreshing a device in zcm 10.2.2.
    Does anybody know if this is a known "bug"?
    /John

    hajo68,
    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:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    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/

  • ODBC System DSN's are invisible in teh Data Sources even though they exist

    For a long time I had a problem with Windows XP Pro systems that had NI-DAQ installed.  These machines were ATE controllers which had Labview applications deployed with NI-DAQ cards.  I needed database connectivity through several system DSN's for Access, Pervasive, and SQL server.  The problem was that after I installed NI-DAQ all the system DSN's would disappear in the Data Sources control panel in windows.  Then if I tried to create them again it would say they were already there.  I could actually edit them by name, delete them and recreate them, but they would not appear in the WinXP Data Sources Manager.  They would exist, but would be invisible.  They actually worked fine from an application perspective, but would be a pain to edit or know if I had set one up or not.
    I finally solved it with the help of my network admin and I wanted to post the solution for someone else with the same problem:
    I solved the invisible ODBC problem. NI installs an ODBC DSN called Citadel 4. When this is installed it adds its entry via a registry setting. The problem is it changes the "Default" key in HKLM\Software\ODBC\ODBC.INI from "No Value Set" to blank. For some reason, when ODBC Manager reads the list in this key, the blank screws it up. Deleting the Default setting causes the Default setting to be recreated as No Value Set and all appears again.
    -Devin
    I got 99 problems but 8.6 ain't one.

    I've accidentally answered my own question. I did a Software Update including the combo update to take me to 10.5.8 (Jeez, that took AGES! do all Software Updates in Leopard take that long?) - then I launched Mail and suddenly everything was there - receiving messages, and the mailboxes full of my messages. Perhaps it was a bug in 10.5.6

  • Invisible meta data in smartforms

    Hello,
    I want to include meta data on every single page of a smartform that can be used as control codes by our printing service provider. This meta data has to be invisible on the printed page, but must be existent in the resulting spool (to be specific: in the PCL-file, in which the spool is printed).
    How can I achieve this?
    I tried the SPOOL-ATTRIBUTES of the COMMAND-folder. But they werenu2019t there in the OTF-Stream of the spool.
    I tried to write white text on white background. On the screen the text was indeed invisible, but on the printed page the text was standard-black!
    I tried to include a very small window on the smartform and write the text so that it is outside the visible part of the window. The text does not appear in the OTF-Stream.
    I tried to write in a very small font, but although I used smaller values (everything from 0px to 6px), the smallest font used by sap was 6px!
    I tried to place a window under the existing main-window, hoping it would be invisible there. But the text of both windows is overlapping.
    Do you know of any way to include invisible meta data on every page of the smartform, so that it is still existing in the PCL-file?
    Thanks in advance for your help,
    Uwe

    Hi Uwe,
    We are facing the same problem here, but then with Postscript output. Did you find a solution for this problem?
    Thanks,
    Marcello

  • Invisible enters output=" %0D%0A%"  while reading data from php

    Hello, i made a php file and returns this output: hello=ok in
    the internet explorer.
    But in flash it outputs hello=ok%0D%0A%
    If you look in the source of the internet browser you can see
    that there are invisible enters after the output text.
    It seems flash converts this into code? But i can't seem to
    find any enters in my php file.
    Is there a way to get rid of this %0D%0A% code?
    The way i traced the output is:
    function dataOnLoad(evt:Event){
    trace(evt.target.data);
    if(evt.target.data.hello=="ok") {
    gotoAndStop(2)
    } else message_txt.text = Error??"

    Hi
    This is a result of whitespace in your php script, delete all
    linefeeds, tabs, make sure every line is one a complete line and
    not split over several. Whitespace in a browser is ignored but
    Flash will see it and it can be a real pain to get rid of it.
    Hope it helps

  • When I try to use 'Stacked Column Bar'. with data assigned in the graphs, and want to see it in the 'Preview' mode in Xeclsius, I unable to see the graphs apart from the Axes ans Series Value, the graphs becomes totaly invisible why So ?

    When I try to use 'Stacked Column Bar'. with data assigned in the graphs, and want to see it in the 'Preview' mode in Xeclsius, I unable to see the graphs apart from the Axes ans Series Value, the graphs becomes totally invisible why So ?

    Hi Ranendra,
    For basic understanding of Dashboards and Models you can use standard Templates or samples which ll come along with dashboard designer(Formly Xcelsius) installation.
    For path   File-->Templates(or Samples).
    Under Templates you ll have different categories and for each you ll find the dashboard Templates.
    Regards,
    Venkat P

  • Infos de "service" (affichage, dates concerts) étant en noir invisibles sur fond noir. Comment changer code source pour les rendre visible (p.ex. blancs)? merci

    les infos dites de service p ex nombre de visites, dates de concerts etc sont paramétrées d'office en lettres noires, du coup, si le fond de la page du profile myspace est noir - ce qui est le cas de ma page - elles (ces infos) sont invisibles. Peut-on accéder au code source et paramétrer les lettres, les rendant p ex blanches? merci!

    Do you see the text if you use Ctrl + A (Édition > Toutes sélectionner) ?
    It is possible that the text is set to transparent.
    Did you check the stylesheet CSS code for that text?
    You can use the DOM Inspector to check the style rules.
    * http://kb.mozillazine.org/DOM_Inspector
    * https://developer.mozilla.org/En/DOM_Inspector

  • Retrieving Data from invisible InteractiveForm

    Hi,all
    I need to retrieve data from interactive form while the interactive form
    is invisible.It is working fine when my interactive form is visible,but when
    I try to change the visible property to invisible I don't give the data.
    The mode property is initialized to usePdf.
    I use LiveCycle Designer 7.1  and NWDS 2004S sp 12.
    Any ideas?
    Regards,
    Michael

    solved by myself

  • How to make a layer from the ADF pivot table invisible , show-hide column-row-data

    Hello all ,
    I need to create a pivottable with ADF 12c for reporting purposes.
    I have a table or view with 10 items of type VARCHAR2 , C1,C2,C3,C4,C5,C6,C7,C8,C9,C10  and   10 items of type NUMBER N1,N2,N3,N4,N5,N6,N7,N8,N9,N10
    The items of type VARCHAR2 are for Column and Row areas and the items NUMBER are for Data Areas
    I want to create a jsf page with one empty pivottable and in code Show or Hide the items in the Column area , Row area , Data area
    Con you send me a small sample ?
    I test with this code that i find in oracle OTN but not work.
    <dvt:pivotTable id="pt2" value="#{bindings.WebPivotDataView1.pivotTableModel}" var="cellData"
    varStatus="cellStatus" splitMode="enabled"
    binding="#{backingBeanScope.CmfPivotBean.pivotTable}"
    >
    <dvt:headerCell>
    <af:switcher facetName="#{cellData.layerName}" defaultFacet="Default" id="s1">
    <f:facet name="DataLayer">
    <af:outputText value="#{cellData.label}" id="ot1"/>
    </f:facet>
    <f:facet name="C01">
    <af:outputText value="#{cellData.dataValue}" id="ot2"/>
    </f:facet>
    <f:facet name="Default">
    <af:outputText value="#{cellData.dataValue}" id="ot3"/>
    </f:facet>
    </af:switcher>
    </dvt:headerCell>
    <dvt:dataCell>
    <af:switcher facetName="#{cellStatus.members.DataLayer.value}" defaultFacet="Default" id="s2">
    <f:facet name="N01">
    <af:outputText value="#{cellData.dataValue}" id="ot4">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.WebPivotDataView1.hints.N01.format}"/>
    </af:outputText>
    </f:facet>
    <f:facet name="Default">
    <af:outputText value="#{cellData.dataValue}" id="ot5"/>
    </f:facet>
    </af:switcher>
    </dvt:dataCell>
    </dvt:pivotTable>
    DCBindingContainer bindingContainer = (DCBindingContainer)ADFContext.getCurrent().getRequestScope().get("bindings");
    CubicBinding cubicBinding = (CubicBinding)bindingContainer.findCtrlBinding("WebPivotDataView1");
    CubicEditor cubicEditor = cubicBinding.getCubicEditor();
    cubicEditor.removeLayer(DataDirector.ROW_EDGE, 0); //remove 1st row edge
    cubicEditor.removeLayer(DataDirector.COLUMN_EDGE, 0); // remove 1st column edge
    cubicEditor.removeDataItem(0);
    CubicDefinition def;
    def = cubicBinding.getProjection();
    LayerDefinition layerDefinition = new LayerDefinition("C3");
    cubicEditor.addLayer(DataDirector.ROW_EDGE, 0, layerDefinition);    
    LayerDefinition layerDefinition2 = new LayerDefinition("C4");
    cubicEditor.addLayer(DataDirector.COLUMN_EDGE, 0, layerDefinition2);
    DataItemDefinition def3 = new DataItemDefinition("N1");
    cubicEditor.addDataItem(def3);
    AdfFacesContext.getCurrentInstance().addPartialTarget(pivotTable);
    Can you help me if is possible to create a pivottable binding to a one ViewObject and in code show/hide or compose the layout of the pivottable ??
    I search in google and OTN oracle and not find any code.
    Only find the code of the samples that is very complex for me , the code of the samples create the PivotTableModel from one Array , and i want to binding from one ADB BC ViewObject.
    Thanks in advance

    The solution I presented for your use case an DOAG 2013 was to create a pivot table binding out of user defined attributes from the table. For the defined attributes a VO is dynamically created as well as the pivot binding. The pivot binding is then exchanged at runtime together with the activation of the dynamic VO needed to only get the data needed for the particularly pivot table.
    Your solution using the CubicEditor is hard to implement due to the missing documentation. This was the reason I did not follow this approach, However it's not impossible (done it on a very small scale).
    None of the solution are what I call simple. They are complicated, complex and in part not supported solution (exchanging the pivot table binding at runtime need to use internal classes, which is not supported).
    I can't give you a working sample as it's too complex. I can make the slides available, however they are in German.
    Timo

Maybe you are looking for