To remove slin error(No Read Access)

Hi All,
When I do the extended programing check for my program its giving slin warning as No read  access for that variable .How can i remove that error.
Thanks
Shruti

Hi Shruthi,
Use "#EC NEEDED at end of that statement, if you need it.
if you are not using that variable just remove from your code.
Reward if it helps,
Satish

Similar Messages

  • Error while reading access data (URL, user,password) for the Adapter Engine

    Hi,
    Any idea on below message? I am doing file to file scenario and got the below tarce from sxmb_moni.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.pi1.piserver1</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>no_messaging_url_found: Unable to find URL for Adapter Engine af.pi1.piserver1</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine af.pi1.piserver1</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks
    Balaji

    It looks like the adapter engine is not able to register him self on SLD, you have to check in the SLD the "Exchange Infrastructure" domain, you have to verify restarting the J2EE the adapter engine update the entries in the SLD related to the specific XI Domain.
    Launch Visual Administrator >> Server >> Services >> SAP AF CPA Cache
    Enter the appropriate values for:
    SLD.selfregistration.hostname (Use fully qualified hostname)
    SLD.selfregistration.httpPort
    SLD.selfregistration.httpsPort
    Sandro

  • Error while reading access data (URL, user, password) for the Adapter Engin

    Hi all,
    I encountered a red flag in sxmb_moni and when I click on the flag, I get the following message:
    Error while reading access data (URL, user, password) for the Adapter Engine
    Is there any way I can resolve this? thanks all
    Regards,
    IX

    Possible reason is Adapter engine is not registered on SLD. Check in SLD.
    You can also try restarting J2EE adapter engine and update SLD entries specific to XI domain.
    Lauch Visual admin go to Server > services > SAP AF CPA Cache
    Enter the appropriate values for:
    SLD.selfregistration.hostname (Use fully qualified hostname)
    SLD.selfregistration.httpPort
    SLD.selfregistration.httpsPort
    Finally, if all the above seem to be correct check the userID / pwd for user ID : PI*.

  • Please solve the code inpsector error: Sequential read access possible

    Hi,
      i am getting code inspector warning message . could u please try to provide the solution for that warning message.
    code inspector warning message is :   Sequential read access possible for a hashed table
    My statment :  read table <lt_product_mbr> with table key (ujr0_c_member_id) = <l_product> assigning <ls_product_mbr>.
    i declared  <LT_PRODUCT_MBR>  TYPE ANY TABLE.
    Eventough i delared  it as a type hashed or sorted . it is giving same warning message.
    Regards
    Koti

    Hi Koti,
    you specified the key field dynamically (variable in brackets). That means
    it can not be checked statically whether the table key of the hashed table
    is used or not since this is only clear at run time.
    If you use the dynamic key specification
    read table <lt_product_mbr> with table key (ujr0_c_member_id) = <l_product> assigning <ls_product_mbr>.
    and not the direct key:
    read table <lt_product_mbr> with table key field = <l_product> assigning <ls_product_mbr>.
    the CI will  warn you that you may end up with a sequential red (if not the table key of the hashed table
    is used in the variable at run time.
    Kind regards,
    Hermann

  • HOW TO REMOVE SLIN ERROR?

    Hi,
    i declared internal table in the given form.
    data begin of itab occurs 0.
    include structure mara.
    data end of itab.
    when i check SLIN...it is showing warning as    "Line contains a single period"
    Thanks in Advance,
    Venkat

    Hi Venkat,
    data : begin of itab occurs 0 ,      
             include structure mara ,
             end of itab.
    Check it now.
    Better to declare internal table using Types instead of Data :
    Like the below code.
    TYPES : BEGIN OF T_MARA,
                  INCLUDE STRUCTURE MARA,
                  END OF T_MARA.
    DATA : I_MARA TYPE STANDARD TABLE OF T_MARA.
    Regards,
    Suresh.S

  • 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

  • Message failing in SXMB_moni----Error while reading from the secure store

    Hi,
    The scenario is as below
    A file is picked up from a folder and processed to enrich it.This enriched file is then written back in a different folder.
    The message is failing in sxmb_moni while trying to write the file in the folder.
    The PI system is a system copy of another system and few of the configuration objects are transported through a tpz file to this PI system.The file receiver channel used to write this file is also transported through this tpz file.
    Below is the error seen in moni.:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Call Adapter --> <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1"><SAP:Category>XIServer</SAP:Category><SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code><SAP:P1/><SAP:P2/><SAP:P3/><SAP:P4/><SAP:AdditionalText>Error while reading from the secure store: ERROR_U: No service user password found for Adapter Engine</SAP:AdditionalText><SAP:Stack>Error while reading access data (URL, user, password) for the Adapter Engine
    </SAP:Stack><SAP:Retry>M</SAP:Retry></SAP:Error>
    Below is Trace log:
    <Trace level="1" type="B" name="PLSRV_CALL_ADAPTER"></Trace><!-- ************************************ -->
    <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV"></Trace><!-- ************************************ -->
    <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL"></Trace><!-- ************************************ -->
    <Trace level="1" type="B" name="CL_XMS_PLSRV_IE_ADAPTER-ENTER_PLSRV">
    <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_XMB-CALL_XMS_HTTP"></Trace><!-- ************************************ -->
    <Trace level="1" type="T">error reading secstore:Error while reading from the secure store: ERROR_UNKNOWN: System-dependent data for entry  changed:  / (SECSTORE,031) </Trace>
    <Trace level="1" type="System_Error">Error while reading access data (URL, user, password) for the Adapter Engine  </Trace>
    </Trace>
    </Trace>
    <Trace level="1" type="System_Error">Error exception return from pipeline processing! </Trace>
    <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST"></Trace><!-- ************************************ -->
    Is this because  PI system is a system copy of another system ?
    Regards,
    Sneha

    Error while reading access data (URL, user, password) for the Adapter Engine
    Check out Michal's reply:
    Re: URL for Central Adapter Engine
    As you said there was a system copy it may be the case that some things were not configured properly

  • Error 42408 - Cannot access iPod or authorise account

    I have recently migrated from Snow Leopard to Mavericks OS X. I did not want Itunes 11 (many good reasons) so I deleted the application and reinstalled 10.7, as I had before the upgrade. Originally I could not open iTunes in this form, and so followed online advice regarding replacing my iTunes library with a previous library. Since doing this I can open iTunes, but I have received the message "We could not complete your iTunes store request. An unknown error occurred (-42408)."
    I have received it upon opening iTunes every time, and upon attempting to authorise my account (something else I thought might help). More importantly, my iPod classic (late 2009) is recognised by my Macbook but not by iTunes. I am thus unable to transfer music etc. The only things I have tried since this were deleting the iTunes icon from the dock and dragging it there again from Applications, and have also deleted a shared CS or DS file, as recommended by apple support?
    Any help in removing this error message and accessing my iPod via iTunes would be most welcome.

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Reader XI - Cannot open PDFs from Outlook:  Internal error occured.  Access is denied.

    I have a user that when they try to open a PDF from Outlook they get two errors. An internal error occured, and Access is denied.  I HAVE tried everyone's solution of unchecking 'Enabled Protected Mode' in Adobe > Edit > Preferences...but, this has NOT worked. The user is currently running Windows XP and has Outlook 2010.  The attachments DO open if you save them to computer first, or if Adobe Reader is already open.  Please help.  Thank you.

    "Internal Error Occurred" appears when .pdf is opened from Outlook 2010 email
    I am absolutely pulling out my hair over this one!!
    PC/Win 7 64bit/Adobe XI/Office 2010
    I have tried Uninstalling and re-installing
    I have tried using an adobe software removal tool
    I have tried modifying the security settings in reader
    I've tried running repair on MS Office
    If you open the .pdf from an email directly, it opens Reader with the error "Internal Error Occurred"
    If you drag and drop the .pdf onto the desktop, and then open it, it opens.
    If you open Adobe Reader FIRST, then open the .pdf from the email, it opens fine.
    ONLY when you open a .pdf from an email with Adobe Reader closed (so Outlook is asking AR to open first, and then present the .pdf) is it behaving this way.
    Hypothesis: Outlook 2010 does not like to open Adobe Reader.
    SO....tell me all of you brilliant geniuses? How do I solve this puzzle and become an end user's hero?

  • Proxy error with subversion read access test

    Hi,
    I specified the following repository URL: [http://l0762.domain.local/svn/io_se/trunk] and added username/password for this subversion server.
    I get the following error stack when doing 'Test Read Access':
    Testing read access for repository [http://l0762.domain.local/svn/io_se/trunk..].
    svn: PROPFIND of '/svn/io_se/trunk': 502 Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL). ) ([http://l0762.domain.local|http://l0762.domain.local/])
    svn: PROPFIND of '/svn/io_se/trunk': 502 Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL). ) ([http://l0762.domain.local|http://l0762.domain.local/])
    Access refused.
    In the generic preferences settings for Web Browser and Proxy, I have specified the proxy server, port number and even username/password for this proxy. The "Test Proxy" works fine. The exception list contains the l0762.domain.local. I also tested with *.domain.local.
    Any ideas?
    Thanks,
    Marcel
    Edited by: mmeijn on Nov 20, 2008 2:48 PM

    The problem is resolved by removing the proxy preference.

  • Error message Indesign:Either the file does not exist, you do not have read access to it, or use the file in another application.

    I've got problem with opening a file in InDesign. The file type is an InDesign Markup Document. The error message is: Either the file does not exist, you do not have read access to it, or use the file in another application. What's wrong?

  • Error when reading the access data for the Adapter Engine

    We are getting the following error in XI. It started on Jan 22 and resolved on Jan 23 automatically. Nothing has been changed and we don't able to understand how problem started and how it resolved:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.xpd.dbcixpd</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>3: Unable to find URL for Adapter Engine af.xpd.dbcixpd</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.xpd.dbcixpd</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Pls suggest if anyone has gone thru same problem.
    Regards
    Amar

    I got the same problem while using RFC lookup.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">AE_DETAILS_GET_ERROR</SAP:Code>
      <SAP:P1>af.tx1.netweaver</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>3: Unable to find URL for Adapter Engine af.tx1.netweaver</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when reading the access data (URL, user, password) for the Adapter Engine af.tx1.netweaver</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Any idea ,when we get this error usually.

  • Error when reading the access data(URL,user, password) for Adapter Engine

    Hi,
    We are getting this error in production system 
    "SXMBSysErrorAlerts, Category INTERNAL, Error code: AE_DETAILS_GET_ERROR error text: Error when reading the access data (URL, user, password) for the Adapter Engine".
    Please tell what can be the cause of error. Where are the access data (URL, user, password) for the Adapter Engine read from?
    Its urgent.  We are in support project.
    regards,
    john

    Hi jhon,
              please check the following threads to resolve the problem.
    AE_DETAILS_GET_ERROR
    Error : no_adapter_engine_found: Unable to find Adapter Engine
    regards
    mahesh.

  • Report SLIN Error need to be removed

    Hi All,
    I am getting the below SLIN error while doing extended program check.
    How to rectify this error.
    Use addition UNIT when outputting IT_TAB-MENGE
    Use auxiliary field when outputting with MESSAGE
    Regards,
    Viji.

    Hi,
    Try using  IT_TAB-MENGE UNIT 'USD'.
    Regards,
    Arati.

  • Error 2 for write/read access to a file. File = /usr/sap/SID/SYS/global/999

    hi
    when i am checking update statistics in  db13  it is not creating any log information, and more over it is creating error in sm21 like
    Error 2 for write/read access to a file. File = /usr/sap/<SID>/SYS/global/999JOBLG/0001X06000603X23459.
    can any one help me.
    regards
    subhani.

    Duplicate post
    Read and Follow the Forum Rules

Maybe you are looking for

  • Best printing protocol for hp Laserjet printer?

    I have a small office network of 12 computers running 10.4.11 and 10.5.6 and 2 hp Laserjet printers. I have historically used Bonjour to set-up the printers, but have found that periodically the users cannot print because the printer cannot be found.

  • DLL in "\Program Files\...\Web Server Extensions\15\BIN\" folder

    Hi! Anyone, please, tell me 1. Why some assembly are in this folder - "\Program Files\...\Web Server Extensions\15\BIN\"? 2. What kind of assembly must be there? About year ago I have a problem with my custom solution, it can't found one of my dll, a

  • Intercompany Billing - Destination country

    Hi, The scenario is: There is a Sales order from FR to UK to deliver goods. In the intercompany billing document --> Header  --> Tax --> Destination country, i would expect 'FR'. But, the system is still considering the Destination country from the S

  • Adobe reader printer list not showing

    while printing the PDF File, windows  printers are not showing in the printer list. Where as windows printers are working in Word/Wordpad/notepad.

  • Error with DLL

    Hi, I have created a DLL file and now I am trying to pass parameters to the DLL... the parameters i would like to pass is the IP Address of the sensor, a string (this will be generated from .NET but can be anything... eg. "", abc or even 123) and las