No read access to field L_C_ATINN

Hi
I have the following error
No read access to field L_C_ATINN
for the code
data: l_c_atinn TYPE cabn-atinn.
in SLIN check please advice how to avoid this

Kittu,
We can use comment #EC NEEDED  to make the message ignore as the variable is used.
Declare as below.
data: l_c_atinn TYPE cabn-atinn.    "#EC NEEDED
Kind Regards
Eswar

Similar Messages

  • No read access to field string MKPF in SLIN

    Hi Friends,
    while checking my program through extended program check it is giving warning message as "No read access to field string MKPF" in the TABLES statement. How to correct this?

    Hi
    The system is just only giving warning as if said to you:
    - Hey Abaper! You have declared to use the headerline of MKPF, but perhaps you aren't using it. Check your code and if you don't use you delete that declaretion.
    So if you don't use MKPF in your program, you can delete the declaretion, if you use it you can do nothing or you put the string "#EC NEEDED at the end of declaretion. If you do it, while checking program through extend program check, the system skips that message and doesn't show you.
    We often use header line of dictionary table only to do an existence query, in this case the system can give that warning message.
    For example:
    TABLES: BKPF.
    SELECT SINGLE * FROM BKPF WHERE BUKRS = P_BUKRS
                                AND BELNR = P_BELNR
                                AND GJAHR = P_GJAHR.
    IF SY-SUBRC = 0.
      WRITE: 'Hello'.
    ENDIF.
    So I made a query on bkpf, but after I haven't read or used its headerline, so the system give me that message.
    If I write:
    SELECT SINGLE BUKRS FROM BKPF INTO P_BUKRS
                              WHERE BUKRS = P_BUKRS
                                AND BELNR = P_BELNR
                                AND GJAHR = P_GJAHR.
    IF SY-SUBRC = 0.
      WRITE: 'Hello'.
    ENDIF.
    I've done the same thing but now I haven't declared to use the headerline BKPF and so the system won't give me that warning message.
    Max
    Message was edited by: max bianchi
    Message was edited by: max bianchi

  • Warning: No read access to field XYZ

    Hello Experts.
    How can I  eliminate such a warning message ?
    No read access to field XYZ
    Regards
    sas

    hi
    good
    you have not mentioned where exactly you r getting this error,if you r getting as a message end of the screen than yo u have to debug the report and see where it is actually giving the message or wheather they have create da test it,
    thanks
    mrutyun^

  • No read access to field string

    TYPES:  BEGIN OF addr,
            adrnr TYPE adrc-addrnumber,
            END OF addr.
            i_addr               TYPE TABLE OF addr,
            wa_i_addr               TYPE addr,
    After executing extended program check I get the following. What does it mean and how do I fix this.
    <b>No read access to field string WA_I_ADDR
    (The message can be hidden with "#EC NEEDED)</b>

    Hi,
    Please try this.
    TYPES: BEGIN OF addr,
             adrnr TYPE adrc-addrnumber,
           END OF addr.
    DATA:  i_addr    TYPE addr,
           wa_i_addr TYPE addr.
    Regards,
    Ferry Lianto

  • No read access

    I declared 
    Data:  V_USRID TYPE SYSID.B
    But in extended program check it is showing that
    No read access to field V_USRID.
    Every time i am hiddening this type of message, is there any solution for this. please guide me

    Hi,
    This is because the variable to get the name of SAP R/3  is declared and assigned the value sy-sysid, but no where the variable is assigned to other variable..
    Since it is used for only assignment, in the extended program check it shows as no read access.
    To avoid this you can avoid declaring the variable if it is not used anywhere in your code, else comment the code as given in extended check.

  • Giving Read access to key fields explicitly

    Hi sap gurus,
    How to give read access to key fields explicitly

    Hi and thanks for the response.
    The user has 2 security groups.
    The first allows them "All" access to their entity, default and the RD security class for R&D accounts.
    This group means they have read/write access to all accounts, which for their own entity is acceptable.
    If in the second group I give them read access to all entities then they can read all accounts for all entities.
    I need to stop them from seeing all accounts except the RD accounts for the other entities.
    Is this possible?

  • Access to fields of a form through IAC

    Hello everyone!
    I created with Adobe LiveCycle Designer ES2 (included with Adobe Acrobat X Pro) an example form with several fields.
    After that I wanted to access the fields through the Acrobat SDK's Interapplication Communication (IAC) capability by using OLE.
    As programming language I choose C# from the .NET framework. But the only field that I could access was the signature field and only when it was signed. I could not figure out the mistake. Is my code wrong? Or is the created form wrong? Can somebody help?
    The code that I used:
    Acrobat.AcroApp app = null;
    Acrobat.AcroAVDoc avdoc;
    AFORMAUTLib.AFormApp formApp;
    AFORMAUTLib.IFields fields;
    app = new Acrobat.AcroApp();
    avdoc = new Acrobat.AcroAVDocClass();avdoc.Open(@"Form.pdf", null);
    formApp = new AFORMAUTLib.AFormApp();
    fields = formApp.Fields;
    int fieldsCount = fields.Count;
    foreach (var item in fields)
      AFORMAUTLib.IField field = (AFORMAUTLib.IField)item;
        result = field.Name + " = " + field.Value + "[" + field.Type + "]";

    Yes, if the form is Reader Enabled, then a Reader user can add a graphic as the icon of a button via scripting to an AcroForm.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 27 Sep 2011 00:31:26 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Access to fields of a form through IAC
    Re: Access to fields of a form through IAC
    created by gatch<http://forums.adobe.com/people/_gatch_> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3939773#3939773

  • Is there an "Access Level" field on the "Send for Shared Review" screen (Pro X)?

    I'm using Pro X, but haven't come across the "Access Level" field expalined in this on-line video http://tv.adobe.com/watch/learn-acrobat-x/getting-started-the-basics-of-reviewing/
    Is this something you can enable?

    It's only available if you select Acrobat.com as the review server.

  • What is Read Access Logging and how does it work!

    Dear all,
    I was following a doument :http://scn.sap.com/docs/DOC-50184
    Which shows how you can display list modification structure in a view! But in standard if you check (i.e Listmodification for Business partner in opportunity).
    Address , Phone and Email gets pick up automatically as soons as you sellect Partner ID! As per my knowledge that is achieved by :
    Read Access Logging
    if you check the properties of Data model field , there is an option of Read Access logging
    If you check the Read Field Group Data collection , you will see below screen.
    This Functionality , I have to achieve in my CUSTOM list modification structure! but How to create field group and how to achieve this functionality ihave no clue!:(
    Please help!
    Regards,
    Dhruvin

    Hello Dhruvin,
    Then you need some DataOperations in the event handler which starts the ListModification.
    Place them before the Start operation
    They should assign the PartyID related attributes (one by one) to the resp. fields in the ListModificationStructure.
    See example below:
    HTH,
       Horst

  • Can we add users to the 'Manage Access Request' field to process site access request in SharePoint Online?

    Hi,
    I have a requirement in which I have to assign couple of email ids to the "Manage Access Request" field to process site access requests. And, this is possible using server object model but I have to achieve this on SharePoint Online with the help
    of CSOM.
    There are two properties which control the access request configuration, first is "RequestAccessEnabled", a Boolean flag which turns on or off the access request feature for the site. The second property defines one or more email addresses where
    requests will be sent to. It is named "RequestAccessEmail".
    The above both properties are available for server object model but not for CSOM.
    So, is there any other workaround or way to achieve the sane in CSOM?
    Thanks,

    I don't think there is a programmatic workaround for SharePoint Online.  But the email address is just used for Notification.  Anyone with Manage Permissions can approve Access Requests.  If you create an email distribution list for the multiple
    addresses that should be notified you should be able to add the email address for the distribution list into the Access request email field using the user interface.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Is It possible to access checksum field of LIN frame?

    Hi All,
               I am using LabVIEW 8.2 and PCI 3072 LIN card (GÖPEL electronic GmbH) .
    Is it possible to access checksum field of LIN frame? I have to test one LIN driver - LIN conformance test. So I need to access timing of each byte, value of checksum, sync field etc. Anybody please reply
    Regards
    Preejesh M R

    Hi,
    You should have found some examples along with the Drivers provided in the CD which comes along with the card. If not, you can contact Goepel and they can provide them. Which driver APIs are you using for this device? Is there a function for checksum in the API, if not you can create a logic to read the string and convert it to a number and add all the bits together. My first suggestion,  however is to contact Goepel.
    Thanks, 
    National Instruments
    Applications Engineer

  • How to access dynamic fields in a field symbol

    hi
    how do i access the dynamic fields created in side a field-symbol....
    wht i mean is i have a table, whose workarea i assign to field symbol. but this table is runtime, altough i have debugged and found the values in this table, I want to accees the field symbol in a generic way.
    say the table has 3 fields now fld1 fld2 and fld3 so i want to access the field symbol <fs> as <fs>-(name) where name can be anything fld1 or fld2 whichever i assign....
    thanks. Let me know if you have any further questions.

    Field symbols are placeholders or symbolic names for other fields. They do not physically reserve space for a field, but point to its contents. A field symbol cam point to any data object. The data object to which a field symbol points is assigned to it after it has been declared in the program.
    Whenever you address a field symbol in a program, you are addressing the field that is assigned to the field symbol. After successful assignment, there is no difference in ABAP whether you reference the field symbol or the field itself. You must assign a field to a field symbol before you can address it in a program.
    Field symbols are similar to de-referenced pointers in the C programming language (that is, pointers to which the content operator * is applied). In ABAP, data references represent a real equivalent to pointers in the sense of variables that contain a memory address and can be used without the contents operator.
    All operations programmed with field symbols are applied to the field assigned to it. A MOVE statement between two field symbols, for example, assigns the contents of the field assigned to another source field symbol to the field assigned to the target field symbol. The field symbols themselves point to the same fields after the MOVE statement as they did before the MOVEstatement.
    You can create field symbols either without or with type specifications. If you do not specify a type, the field symbol inherits all of the technical attributes of the field assigned to it. If you do specify a type, the system checks during the field assignment whether the assigned field matches the type of field symbol.
    Field symbols provide greater flexibility when you address data objects:
    ·        You can assign one field symbol to another, which allows you to address subfields.
    ·        Assignments to field symbols may extend beyond field boundaries. This allows you to address regular sequences of fields in memory efficiently.
    ·        You can also force a field symbol to take different technical properties than those of the field assigned to it (casting).
    The flexibility of field symbols provides elegant solutions to certain problems. On the other hand, it does mean that errors can easily occur. Since fields are not assigned to field symbols until runtime, the effectiveness of syntax and security checks is very limited for operations involving field symbols. This can lead to runtime errors or incorrect data assignments.
    While runtime errors indicate an obvious problem, incorrect data assignments are dangerous because they can be very difficult to detect. For this reason, you should only use field symbols if you cannot achieve the same result using other ABAP statements.
    For example, you may want to process part of a string where the offset and length depend on the contents of the field. You could use field symbols in this case. The MOVE statement (with your own auxiliary variables, if required) is much safer than using field symbols, since it cannot address memory beyond the boundary of a field. However, field symbols may improve performance in some cases.
    To declare a field symbol, use the statement
    FIELD-SYMBOLS  .
    For field symbols, the angle brackets are part of the syntax. They identify field symbols in the program code.
    If you do not specify any additions, the field symbol.
    in a static ASSIGN and:
    ASSIGN (dobj) TO  from the second loop pass onwards.

  • How to access hidden fields in a table

    hi
          what is the use of hidden fields in a table, ie. some fields doesn't visible in the field list of a table.  but the fileds will be visible if u display its contents.
        for example in table t518A the text field is not visible in the field list.  But it will be visible if display its contents.  can any one of u please help me out how to access those fields. 
    regards
    sri

    Hi Srivallika,
    The table T518A has a text table called T518B. You can have a look at this table by:-
    1. GOTO SE11 and display table T518A.
    2. GOTO menu GOTO -> TEXT table. It gives the text table for the given table. Here its is T518B.
    A Text table is table with same key fields as the main table with another extra Language key TYPE SPRAS. This table is related to the main table. Hence to access the extra text fields, you can use the TEXT table :).
    Thanks and regards,
    Ravi.
    NOTE: Points keep me alive on SDN .

  • Options for read/write form field data with VBA/Reader

    I have a project which requires reading and writing field data to a PDF form using VBA in PowerPoint. The code I have works properly with the full version of Acrobat, but the client this project is for will be using Reader. I'm looking for suggestions to what options I have to be able to access the form field data (I don't need any other features other than access to the field data). Ideally, I would love a solution which doesn't require the client to install anything extra for this to work, but I'm assuming that this isn't possible without an extra install.
    Is there a library that exists in Reader (or could be licensed to be installed on the client's machine) that would allow the data to be read without needing the full version of Acrobat?
    Does a plug-in exist for Reader, or could be written, that would allow this? Writing a plug-in would certainly be beyond my current capabilities, but I am interested in knowing every and any choices that are available.
    Are there any other options to do what I need to do?
    I had originally thought about exporting the form data and parsing it in the VBA program, but this would take a bit more work to write the parsing routine instead of accessing the fields directly. Plus, it appears to me that Exporting is not enabled in Reader.
    Thanks for any insight you may be able to provide.

    Thanks for the response; this was my original suggestion, but I don't think this is feasable for our client. I suggested to our account people that this might be the only way to do this (and the easiest, although possibly the costliest since it would have to be purchased for their entire sales force) and they initially said that this would not be an option, so I wanted to be able to cover all the bases, and explore any other ways that they could do what they want. Is this the absolute only option to do this?
    Someone also suggested to me that licensing the Acrobat PDF Library SDK might be a way to do this, or that it could possibly be done with a plug-in for Reader (although from what I have found, Reader plug-ins would have to be approved by Adobe). These options, if possible, are beyond my current knowledge but I do want to be able to give them a complete list of possibilities.
    Thanks again.

  • "Master Data Read Class Parameters" field is disabled

    Hi.
    While creating infoobject I switch master data access from Default to Own implementation,
    after this screen is redisplayed  and only Name of Master Data Read Class field become enabled.
    I need  Master Data Read Class Parameters field, but it is disabled and button near this field has the same status.
    Why? How to make them active?

    Hi,
    I think it is not possible to add own Master Data Class if the reference is 0DATE or if the type is DATS.
    So may be you can create your infoobject as Type CHAR, Length 8.
    May be you can add a Conversion Routine for the required format of date to be displayed.

Maybe you are looking for

  • Multiple hard drives in a single bay problem

    Greetings, Here at work I recently had to install two additional hard drives into a PowerMac G4 1,25 GHz (FireWire 800 model I think). Inside both of them there's data that might be used in the future. The two hds specifications are the following: 1)

  • Sort on Characteristic with numbers

    Hi, I wish to sort on a characteristic in BEx when the field is a number, in numerical order, and when a character, in character order.  EG., for Size we could have shoe sizes and shirt sizes respectively; 1, 1.5, 2, 2.5...10, 10.5, etc. and S, M, L,

  • SUN Java Directory Console 5.2 version

    How can i display entries in the CONSOLE in sorted order?

  • Safari 6.2.2 refuses to work with Java 1.8 (Mac os 10.8.5)

    I have Mac os 10.8.5. Safari 6.2.2 isn't able to utilize Java. I install the latest version, 1.8 (version 8, update 31), but it simply isn't recognized when I try to use a site that requires Java or when I go to the Java test page. When I use the Jav

  • Watching multiple audio track movies on Apple TV. PLEASE HELP...

    Hi, I hope somebody can help since I haven't been able to find any answer to this. When I rip a movie (with Handbrake) from one of my DVDs to place it into my iTunes library, I have the possibility to chose to extract different Audio Language Tracks.