Slin error : 'T005t' is enhanceable..........issue

Hi All,
Im getting this slin error :
"T005T'' is enhanceable.After a structural enhancement, the semantics of the
parameter might change.
and other error is :
"BUT0ID" is enhanceable. Enhancement can lead to offset shifts when passing RFC
parameters.
There are structures referencing these types and are defined in parameters of the Function module.
Please anyone how can i remove these errors?

Hi Ujjwal,
Check the HELP from SAP link.
[http://help.sap.com/abapdocu_70/en/ABENUNICODE_STRUCTURES.htm]

Similar Messages

  • In ECC 6.0 I am getting Slin Error -ABAP command is obsolete

    Hi All,
    In Hr ABAP we will start basic coding with
    TABLES pernr . 
    infotypes:0002.  
    By using this I am getting the following SLIN Error :
    Program:  ZHCP0026  Row:     32
    he current ABAP command is obsolete
    Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary
    types, not "LIKE" or "STRUCTURE".
    nternal Message Code: MESSAGE G/B
    (The message cannot be hidden using pseudo-comment "#EC .., bzw. durch SET
    EXTENDED CHECK OFF/ON)
    INFOTYPES : 0380,
    The current ABAP command is obsolete
    Tables with headers are no longer supported in the OO context.
    Internal Message Code: MESSAGE G1D
    (The message cannot be hidden using pseudo-comment "#EC .., bzw. durch SET
    EXTENDED CHECK OFF/ON)
    Can some one help me , how to rectify this slin error ?
    Thanks,
    Suresh.
    Edited by: suresh kumar on Feb 25, 2009 2:22 PM

    Hi Suresh,
    Am too facing the same problem. if you could find a solution, pls let me know.

  • Error when posting goods issue

    hi gurus,
    can anyone please help me with this error when posting goods issue to a free issue sales order " line item text is mandatory for vendor invoices".
    thanks in advance

    Dear Ysabella
    It seems the item texts is not maintained in the order which is made as mandatory.
    Go to sale order VA02, select that line item and click on "GotoItemTexts".  There maintain the relevant text and retry.
    thanks
    G. Lakshmipathi

  • Absolete Statements SLIN Error

    Dear Experts,
                         I am using the following statement .it is giving the SLIN Error.
        IMPORT it_node FROM MEMORY ID 'QWERT'.
                         Could you please tell met how to avoid the SLIN Error ?
    Thanks in Advance.
    Regards,
    Sivakumar.A

    Hi,
    Use as below:
    IMPORT name_1 TO var_1 ... name_n TO var_n FROM MEMORY ...<ID>
    IMPORT it_node TO ITAB FROM MEMORY ID 'QWERT'
    ITAB can be of the same type as IT_NODE...
    Regards
    Shiva

  • HOW TO HIDE THE SLIN ERRORS

    how to hide the slin errors

    Hi Shilpa.
    I would like to suggest my opinion,
    Refered from,
    [SAP HELP Library - Standard Reference for Errors and Warnings|http://help.sap.com/saphelp_nw04s/helpdata/en/43/00c5b7daf15166e10000000a1553f6/content.htm]
    SLIN Infos point to possible (semantic) program errors. According to the situation, the program should be changed or the messages should be switched off.+
    +Only the SLIN messages of this category can be switched off by means of special comments
    Reference,
    Use u201C#EC * to hide warnings from places that cannot be removed by proper typing.
    [SDN Library - Standard Reference - PDF - Make ABAP code unicode enabled - Hide SLIN Error Messages|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c031aa90-0201-0010-b69d-88a278e158c8]
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • I get this error when submitting the issue to DPS

    Hi am using Woodwing Enterprise to publish folios to the Adobe DPS and it has been okay, I have finished creating of a new issue and I get this error when submitting the issue to DPS : Adobe Distibution Server returned error while calling "createIssue". HTTP code: 401. HTTP message. " Unknown error.". Adobe results message: " Unauthorized for access. See logs for further details." Adobe results status: " UNAUTHORIZED." The DPS account was recently renewed

    Please contact gold support about this issue.

  • Error in posting Goods Issue wrt Reservation

    Hi experts,
    System gives following error while posting Goods issue wrt reservation
    Message No - M7093
    Fld selectn for mvmt type 261 / acct xxxxxx differs for Fund (xxx)
    Then, I checked following things
    1.  RM07CUFA (SE38) report shows that
    "fund" field in Mvt type 261 field selection control is OPTIONAL ENTRY
    "fund" field in  G/L acct xxxxxx field selection control is HIDDEN
    2.  In OMJJ,   i did not find field " fund " for Mvt type 261
         In OBC4,  i did not find field " fund " for a/c xxxxxx (group Z012)
    How to resolve the problem?
    rgds,
    jay

    Thanks for your reply.
    In SE38 , I run Program RM07CUFA with Movement type 261 and Company code and GL account.
    Here it shows Fund field selection controls are different in Mvt type & G/L account
    But,there " fund"  field is not displayed to change its field selection control , neither in Mvt type nor in GL a/c.
    pls help me out
    Regards.
    jay

  • Error 100a --- if this issue continues, please contact HP Support

    Hi, got HP DV6-1103AX and did a clean form yesterday. The whole recorvery process had no option to create a new partition besides factory partition - one huge 221GB (system boot etc) and one Recovery Partition. Tried on windows disk management and it could only shrink 9GB that is bit pointless. Then I ran Partition Wizard freeware and apparetly it could shrink 9GB as well. This software requires HP notebook to reboot and one page shows 'no reboot device found'. In that case, I had to restart with F11 and do a clean recovery again. Half way, I was told 'Error 100a --- if this issue continues, please contact HP Support'.
    Please let me know what I should do to fix this and how to create the additonal partition (150GB or bigger)  besides the factory 2 partitions (C: system boot & D: Recovery)

    Thank you. Tried a partition software, can't remember 'Partitiion Magic' or ' Partition Wizard'. It did partition a new hard hard max size 9GB, same result as 'diskmgmt.msc' in Windows. Anyway, the worse problem is after the partition, HP fails to recover the system and gives Error1000a. When HP has such a message, what shall I do next?

  • External program interfaces SLIN Error

    Dear Experts,
                      I am getting SLIN External program interfaces error . could you please tell me how to correct the  error ?
      *LOOP AT lt_p0001 INTO ls_p0001."
          SUBMIT yhrin_rhstru00 WITH pchwegid = 'O_S_P' WITH pchobjid-low = ls_p0001-orgeh "#EC *
          WITH pchbegda = '19000101' WITH pchenda = '99991231' WITH pchplvar = '01'
          WITH pchotype = 'O' AND RETURN.
          EXIT.
        ENDLOOP.*
    Regards,
    Sivakumar.A

    Dear experts ,
      I am receiving the following SLIN Error Message.
    Program:  SAPLYHRIN_MSSDB_ENH  Include:  LYHRIN_MSSDB_ENHU06  Row:    129   (Prio 1)
    PCHOBJID-LOW is not a parameter or a select option in report YHRIN_RHSTRU00
    (The message can be hidden with "#EC *)
          Program:  SAPLYHRIN_MSSDB_ENH  Include:  LYHRIN_MSSDB_ENHU06  Row:    129   (Prio 1)
    PCHENDA is not a parameter or a select option in report YHRIN_RHSTRU00
    (The message can be hidden with "#EC *)
    Thanks and Regards,
    Sivakumar.A

  • To overcome the SLIN error

    Hi all,
    I nee help to overcome this type of SLIN error....
    Use addition UNIT when outputting MARA_MDEZ-PTRANS,
    "PTRANS" is defined as ptrans  LIKE mdez-mng01....(where mng01 = Quantity received or quantity required).
    How to overcome this error.
    PLZ help.
    Thanks in adance.
    Oarsk

    TO overcome SLIN error...Do your declarations like this...
    TYPES : BEGIN OF GT_T08,
    RC(1) TYPE C.
    INCLUDE STRUCTURE zsdmmpp02.
    TYPES: END OF GT_T08.
    or
    TYPES : BEGIN OF GT_T08,
    RC TYPE CHAR1.
    INCLUDE STRUCTURE zsdmmpp02.
    TYPES: END OF GT_T08.
    OR.
    DATA: T_ZTEST TYPE zsdmmpp02.
    TYPES : BEGIN OF GT_T08,
    RC(1) TYPE C.
    INCLUDE STRUCTURE T_ZTEST.
    TYPES: END OF GT_T08.
    Regards,
    Sairam

  • 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.

  • To overcome SLIN error

    Hi all,
    I need help to overcome this type of SLIN error....
    Use addition UNIT when outputting MARA_MDEZ-PTRANS,
    "PTRANS" is defined as ptrans LIKE mdez-mng01....(where mng01 = Quantity received or quantity required).
    How to overcome this error.
    PLZ help.
    Thanks in adance.
    Oarsk

    Hi,
    You need to add unit syntex in the write statement.
    WRITE ptrans UNIT meins. etc.
    And make sure you have also defined the the unit while decalring the ptrans.
    e.g.: ptrans type c unit meins.  etc.
    Reward points if helpful aswer.
    Asvhender

  • SLIN ERROR in REPORT

    Hi All,
    I am getting the following SLIN error for my report.
    Code Snippet.:
        LOOP AT i_ekes INTO wa_ekes WHERE ebeln = wa_po-ebeln
                                    AND   ebelp = wa_po-ebelp.
          AT END OF ebelp.
            V_CARRY_501 = c_x.
          ENDAT.
    SLIN Error:
    The LOOP statement processing will be limited
    (FROM, TO and WHERE additions in LOOP)
    Interaction with group change processing (AT NEW, ...) is undefined
    Points Assured,
    Regards,
    Viji.

    Hi,
    As per SAP documentation u should not use AT events with where clause. SAP will not give guarenty on the functionality.
    Replace the logic like below.
    SORT i_ekes BY ebelp.
    LOOP AT i_ekes INTO wa_ekes.
    CHECK wa_ekes-ebeln = wa_po-ebeln
    AND wa_ekes-ebelp = wa_po-ebelp.
    AT END OF ebelp.
    V_CARRY_501 = c_x.
    ENDAT.
    ENDLOOP.
    Also at what position is the field EBELP?
    If it is not the first field then till that field it takes the key.
    eg: EBELP is 3rd field in ur itab then when ever field1 or 2 or 3(EBELP) changes then control enters to AT event.
    Another way could be like this.
    i_ekes_temp [] = i_ekes[].
    DELETE i_ekes_temp WHERE wa_ekes-ebeln NE wa_po-
    ebeln AND wa_ekes-ebelp NE wa_po-ebelp.
    SORT  i_ekes_temp BY ebelp.
    LOOP AT i_ekes_temp INTO wa_ekes.
    AT END OF ebelp.
    V_CARRY_501 = c_x.
    ENDAT.
    ENDLOOP.
    I feel first approach is better.
    Hope it is clear.
    Thanks,
    Vinod.
    Edited by: Vinod Reddy Vemuru on Aug 26, 2008 6:17 PM

  • SLIN Error and warnings

    Dear Experts,
                         I have created  table maintenance generator for my custom table that generated two function module and necessary includes.
    I am getting Obsolete Statements EPC (SLIN) Error and warnings due to the auto generated includes in my function group while checking the extented program check.
    I could not reduce the EPC errors and warnings because that referring the register object.
    Could you please give your suggestion to reduce the EPC Errors and warnings?
    Thanks in advance.
    Warm Regards,
    Sivakumar.A
    Edited by: Sivakumar Arumugam on Oct 11, 2008 12:59 PM

    Dear Deepak Paramashetty,
                                              I did not get any problem ignored the warnings no other way.
    Regards,
    Sivakumar.A

  • The recent software update on my HTC One has caused errors with Exchange ActiveSync issues. Calendar, mail and tasks sync fine but contacts won't sync. How do you correct this?

    The recent software update on my HTC One has caused errors with Exchange ActiveSync issues. Calendar, mail and tasks sync fine but contacts won't sync. How do you correct this?

    I had the same problem.  Here is what worked for me.  Open the mail app and delete your exchange account (Settings > Delete Account).  Then re-add your Exchange account.  After this my Exchange contacts showed up again. 

Maybe you are looking for

  • I did a system update and now my computer freezes every minute

    As we speak my computer is freezing at 1 minute intervals. It works fine for 1 minute and then stops anything I am doing (even if not online) and the rainbow circle comes on for another minute freezing anything I try to do. This is continuing as I am

  • Upgrading from 10.2 to at least 10.3.9

    Hi, does anyone know how to upgrade from 10.2 on a G3 imac to at least 10.3.9 and where to go? We just bought a printer for it, and the requirements are OS 10.3.9 or 10.4.x or 10.5.x. Any help would be appreciated, thank you

  • Connecting to a LIVE mySQL database via Dreamweaver (ASP)

    Hi All, Have a bit of of an issue with connecting to my live database... I've created several sites in PHP and each time its been really easy to set up a connection to the live database (on a shared server), and work using live data... but I can't fi

  • One Channel Sound only... Help Please

    I have a 2nd gen nano and i am only getting sound in the left channel of the the headphones. I have checked that my headphones work correctly, and have cleaned the contacts with a stiff brush and 70% isopropyl alcohol. i can get sound from both chann

  • Local Socket, Lagg in game.

    Dear forum readers. I just recently made a game in java. Simple game (so far). My problem is that it laggs when the server is hosted at another computer (even if local). The game sends a packet everytime the player moves (ca 1 packet eatch 0,040 sec