Error C2059: syntax error: ' tag ::*'

  
Hello,
I'm trying to adapt some Microsoft code (member.cpp in Detours) for my case
( I just want to replace :
void CMember::Target(void)
by
QString QString::fromAscii(const char *str, int size):
MS Code :
class CMember
public:
void Target(void);
void CMember::Target(void)
printf(" CMember::Target! (this:%p)\n", this);
//////////////////////////////////////////////////////////////// Detour Class.
class CDetour /* add ": public CMember" to enable access to member variables... */
public:
void Mine_Target(void);
static void (CDetour::* Real_Target)(void);
// Class shouldn't have any member variables or virtual functions.
void CDetour::Mine_Target(void)
printf(" CDetour::Mine_Target! (this:%p)\n", this);
(this->*Real_Target)();
void (CDetour::* CDetour::Real_Target)(void) = (void (CDetour::*)(void))&CMember::Target;
My code :
class CDetour /* add ": public CMember" to enable access to member variables... */
public:
QString Mine_Target(const char *str, int size);
static QString (CDetour::* Real_Target)(const char *str, int size);
// Class shouldn't have any member variables or virtual functions.
QString CDetour::Mine_Target(const char *str, int size)
printf(" CDetour::Mine_Target! (this:%p)\n", this);
(this->*Real_Target)(str, size);
QString (CDetour::* CDetour::Real_Target)(const char *str, int size) = (CDetour::*)(const char *str, int size)&QString::fromAscii;
 But I get :
error C2059: syntax error: '< tag >::*'
for the last line
And If I write instead :
QString (CDetour::* CDetour::Real_Target)(const char *str, int size) = (QString(CDetour::*)(const char *str, int size))&QString::fromAscii;
I get :
error C2440: 'type cast' : impossible to convert from 'QString (__cdecl *)(const char *,int)' into 'QString (__thiscall CDetour::* )(const char *,int)'
Thanks.

On 1/30/2015 11:26 AM, Jeff666 wrote:
Thanks for your answer, but I get the same type cast error :
error C2440: 'type cast ' : impossible to convert from 'QString (__cdecl *)(const char *,int)' into 'CDetour::TargetType'
Ah. QString::fromAscii is a static member - basically, an ordinary function; it doesn't have a "this" pointer. Whereas the original sample you are working from deals with a non-static member function.
I suppose you could so this (though I must admit I don't at all understand the point of the exercise):
class CDetour {
public:
typedef QString (__cdecl *TargetType)(const char *str, int size);
static TargetType Real_Target;
static QString Mine_Target(const char *str, int size) {
return Real_Target(str, size);
CDetour::TargetType CDetour::Real_Target = &QString::fromAscii;
Note that TargetType is no longer a pointer-to-member, but a regular function pointer.
Igor Tandetnik

Similar Messages

  • Error 8: Syntax Error?  Please Help!!!

    ~What im trying to do~
    > Make a simple animated wallpaper gif for my webpage
    Ok, i'll just go step-by-step on what i did to get this error, hopefully someone can help.
    1) First off, i have Photoshop CS3 Extended for Windows XP
    2)All i did was go to File> Scripts > Browse
    3)Then i try load a quicktime clip
    4)I get an error that reads *Error 8: Syntax Error, Line 1*
    This happens whenever i load a quicktime sequence, and it just started recently. Usually id be able to load up one no problem.

    ~What im trying to do~
    > Make a simple animated wallpaper gif for my webpage
    Ok, i'll just go step-by-step on what i did to get this error, hopefully someone can help.
    1) First off, i have Photoshop CS3 Extended for Windows XP
    2)All i did was go to File> Scripts > Browse
    3)Then i try load a quicktime clip
    4)I get an error that reads *Error 8: Syntax Error, Line 1*
    This happens whenever i load a quicktime sequence, and it just started recently. Usually id be able to load up one no problem.

  • FRF-00025  Unable to call function. Error message: Syntax error in program

    hi,
    when we try to import the export file,we are getting the following error in the 24th phase
    i.e., check DDIC Password.
    The Error is
    INFO       2007-10-29 15:53:20 [iaxxrfcimp.cpp:1017]
               CAbRfcImpl::callLibraryFunction
    Generating interface for remote function.
    TRACE      [iaxxrfcimp.cpp:1056]
               CAbRfcImpl::performFunctionCall
    Calling function module: INST_RFC_GET_INTERFACE
    WARNING[E] 2007-10-29 15:53:21 [iaxxrfcimp.cpp:1089]
               CAbRfcImpl::performFunctionCall
    FRF-00025  Unable to call function. Error message: Syntax error in program SAPLSUNI                                . .
    TRACE      [iaxxrfcimp.cpp:1090]
               CAbRfcImpl::performFunctionCall
    RFC failure or system exception raised
    TRACE      [iaxxrfcimp.cpp:1091]
               CAbRfcImpl::performFunctionCall
    Syntax error in program SAPLSUNI                                .
    TRACE      [iaxxbjsmod.cpp:657]
               CJSlibModule::showOkCancelBox_impl()
    <html>Test logon to SAP System I50 failed.<p>Make sure that the system is started, that the user DDIC exists and that the password of user DDIC is correct.</html>
    TRACE      [iaxxgenimp.cpp:1093]
               showDialog()
    waiting for an answer from gui
    What Could be the solution for this.
    waiting for ur reply
    SS

    Hi Friend,
    Please check whether or not there is view missing error recorded in dev_w0 trace file.
    if there is , you can try to follow this procedure in order to manually
    import the missing view definitions.
    All steps must be carried out with the <sid>adm user of the target
    system and from the install-directory:
    1. In the install-directory
    <sapinst_instdir>\...COPY\IMPORTT\SYSTEM\ABAP\ORA\UC\DB
    create a file SAPVIEW.cmd with the following content:
    tsk: "<sapinst_instdir>\...\COPY\IMPORT\SYSTEM\ABAP\ORA\UC\DB\SAPVIEW.TSK"
    icf: "
    <YOUR_EXPORT_DIRECTORY>\export\DATA\SAPVIEW.STR"
    dcf: "<sapinst_instdir>\...\COPY\IMPORT\SYSTEM\ABAP\ORA\UC\DB\DDLORA.TPL"
    dat: null
    dir: null
    ext: null
    Please make sure that all paths are written correctly (in one line) and
    the refered files are existant and readable. One exception:
    The SAPVIEW.TSK file is created with step 2.:
    2. Run from the command-line:
    R3load -ctf I
    <YOUR_EXPORT_DIRECTORY>\export\DATA\SAPVIEW.STR <sapinst_instdir>\...\COPY\IMPORT\SYSTEM\ABAP\ORA\UC\DB\DDLORA.TPL SAPVIEW.TSK ORA -l SAPVIEW.log
    If there's a problem reading the 'SAPVIEW.STR' file, copy the
    file to the install directory and adapt the path accordingly.
    3. Run the view import by:
    R3load.exe -i SAPVIEW.cmd -dbcodepage <YOUR_CODE_PAGE> -l SAPVIEW.log
    -stop_on_error
    4. Check both the SAPVIEW.log and the SAPVIEW.TSK file whether all views
    have been created successfully.
    If 4. is okay, restart the central instance and check whether you are
    able to log on now. If yes, continue 'sapinst' by the option 'retry' or
    'continue old installation'.
    I Hope It can be helpful.
    With Best Regards
    Julia

  • Error when i try to create a panorama pic. in Ps. i got this message : Error 8: Syntax error. Line: 132 -   args.putEnumerated( keyMode٬ typeBlendMode, enumDarken );

    when i try to create a panorama pic. in Ps. i got this message : Error 8: Syntax error. Line: 132 -> args.putEnumerated( keyMode٬ typeBlendMode, enumDarken );
    everything with last updated the OS , Java , and PS version .
    any help pls

    What software are you using? PS version. OS version etc. Also check you have all the updates for your version of Photoshop installed.  That your only selecting image files to be stitched. That a javsscript error message from one of the  Stack Script Only that get used when you use Photoshop Photomerge Script.

  • ORA-12012: error on auto execute of job 754461 ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing ORA-06512: at "SYS.UTL_SMTP", line 20 ORA-06512: at "SYS.UTL_SMTP",

    Hi ,
    I am getting below error frequently in alert log of database.
    ORA-12012: error on auto execute of job 754461
    ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing
    ORA-06512: at "SYS.UTL_SMTP", line 20
    ORA-06512: at "SYS.UTL_SMTP", line 98
    ORA-06512: at "SYS.UTL_SMTP", line 240
    ORA-06512: at "APPS.EIS_UTIL_PKG", line 94
    ORA-06512: at "APPS.HKD_PO_ADDON_PKG", line 110
    ORA-06512: at line 1

    You have a job running in the database. Its job ID is 754461
    It looks as if that job runs APPS.HKD_PO_ADDON_PKG
    That job is attempting to send mail using UTL_SMTP and apparently passing some strange value to SMTP server for the RCPT TO: parameter.

  • Unable to send Email: ORA-29279: SMTP permanent error: 501 Syntax error in

    We have a procedure use utl_smtp in 10g (10.0.4). we got this msg (Unable to send Email: ORA-29279: SMTP permanent error: 501 Syntax error in arguments) when send e-mail to another mail box (internal),
    but we use the same procedure running in 10g(10.03) it works perfectly. Is Oracle 10g(10.0.4 vs. 10.0.3) causing this issue ? Can someone shed some lights on my head ? Thx.

    We found what is wrong about this.
    The problem is in CC we had a e-mail address has one space like this test [email protected] so UTL_smtp doesn't like this kind format then we recreated a new e-mail address without space and it works fine.

  • ABAP Runtime ERROR Error Code & Syntax Error in program SAPLSFES

    Hi,
    I am installing SAP XI 3.0 and as part of that I have installed the ABAP and Java WAS. I am applying SPs for the ABAP stack and I successfully applied the BASIS SPs 10 and 11(applied seperately). I was applying the SPs 12 and 13(together) and after running for some time the system crashed and I restarted the O/S and SAP to see that the SPs didn't go thru. Now when I try to log on using SAP GUI, it says "<b>ABAP Runtime ERROR Error Code</b>" which is blank and at the Bottom there is this message "<b>Syntax Error in program SAPLSFES</b>".
    Pls any one help me ,
    Kind Regards,
    Gopi.

    Hi Gopi,
       If u r applying patches, the system would be running a background job SAPLSTPA. Hence you willnot be able to login till the job is complete.
      You can check the job completion in the Windows MMC console.
    Rgds
    Ganesh

  • Error - 1242021 Syntax error

    So I am attempting to grant access for JExport. Please help.
    MAXL> grant codeBase "file:\\Hyperion\AnalyticServices\java\udf\ExportCDF.jar" {
    permission java.security.AllPermission};
    I am receiving this message:
    ERROR - 1242021 - (1) Syntax error near ['codeBase'].
    I have no idea if this is where I am suppose to enter this in or what.
    PLEASE HELP!

    This should be a value you add to the udf.policy file on the server. It is not something MaxL can do for you. If on Window, notpad will work fine, if on UNIX VI

  • Idoc Error - EDI: Syntax error in IDoc (segment cannot be identified)

    Hi All,
    have created a new reduced message type for our new vendor A/C group through BD53. Also done reqd config for sending the vendor master through this message type. .
    I have created couple of vendors for testing with X01 with withholding tax functionality and when try to send these vendors , Idocs are getting failed .
    When I create vendor without withholding tax functionality , idoc is getting posted succesfully . If create vendor with entries in the feild whih are related to withholding tax  . Idocs are getting failed .
    If I see the status in WE05 ,Idocs which are posted succefully are showing the basic type as CREMAS03 . For idocs which are getting failed have the basic type as CREMAS04 and also the extension  as Z1CREMAS . I don`t understand why the system is defaulting CREMA04 & Z1CREMAS when I send the vendor master with withholding tax feild entries.
    I am not much familiar with ALE /Idoc set up. Please can any body help me to resolve the issue.
    The error message in we05 as below
    EDI: Syntax error in IDoc (segment cannot be identified)
    Message no. E0078
    Diagnosis
    The segment Z1LFA1M does not occur at the current level of the basic type CREMAS04 (extension Z1CREMAS).
    This error can have several reasons:
    The segment Z1LFA1M is assigned to a group whose header segment does not occur.
    The segment Z1LFA1M does not exist in the syntax description of the basic type CREMAS04 (extension Z1CREMAS).
    The sequence of segments in the group in which the segment appears is incorrect.
    Previous errors ('mandatory' segment or group missing) may be due to this error.
    Procedure
    Please check the IDoc or the syntax description of the basic type CREMAS04 (extension Z1CREMAS).
    Thanks

    Hi,
    I don`t understand what do you mean release after adding segment.
    Message type works i.e. Idoc get posted if I send with the  vendor w/o withholding tax field entries. Idoc fails when send vendor with withholding tax field entry.
    Regards

  • ORA-29279: SMTP permanent error: 501 Syntax error in parameters or argument

    Hello,
    I have this error during send e-mail via Interactive Report subscription. (APEX 4.0 using Apex Listener using Oracle Database 10.2.0.4)
    I tried to use
    APEX_MAIL using this code
    BEGIN
    APEX_MAIL.SEND(
    P_TO => '[email protected]',
    P_FROM => '[email protected]',
    P_BODY => 'Test',
    P_SUBJ => 'Test sub');
    END;
    I get the same error.
    I tried this with success.
    BEGIN
    APEX_MAIL.SEND(
    P_TO => '<[email protected]>',
    P_FROM => '<[email protected]>',
    P_BODY => 'Test',
    P_SUBJ => 'Test sub');
    END;
    My problem is that, when i tried to put <> in my subscription, I have an error invalid email address.
    How must i configure this to be able to send email?
    Regards
    Eric Henrard

    We found what is wrong about this.
    The problem is in CC we had a e-mail address has one space like this test [email protected] so UTL_smtp doesn't like this kind format then we recreated a new e-mail address without space and it works fine.

  • Syntax errors in old C++ code

    The following code is from an old C++ program that worked under old versions of Windows
    int FAR PASCAL _export NewFrameNameDlg(HWND hDlg, unsigned message, WORD wParam, LONG lParam)
    but now generates syntax errors as follows
    Error 1067
    error C2061: syntax error : identifier 'NewFrameNameDlg'
    Error 1068
    error C2059: syntax error : ';'
    Error 1069
    error C2059: syntax error : 'type'
    Any idea why?

    This will not work correctly in 32-bit Windows (or 64-bit) The type of wParam *must* be WPARAM, the type of lParam *MUST* be LPARAM, and for a dialog handler the return type should be BOOL. The old _export keyword no longer exists, and is not needed in
    Win32. FAR is a macro with an empty body and its appearance in all places can be deleted. The quaint and confusing PASCAL keyword may still work, but it would be better to use the now-correct term CALLBACK. Since this is clearly antique Win16 code, there may
    be other problems dealing with size of integers. The types int, long, DWORD, UINT and others all represent 32-bit values. The return type for window handlers must have the return type LRESULT, and for dialog handlers, BOOL. All wParam and lParam types must
    be changed as I indicated. Note that for Win16, wParam was 16-bit and lParam 32-bit. For Win32, WPARAM, LPARAM and LRESULT are all 32-bit values, and for Win64 they are 64-bit values. Any place the code casts a pointer to an integer type, the code is inherently
    incorrect. You must use types like INT_PTR, UINT_PTR, DWORD_PTR and other _PTR-suffixed types for such casts; in Win32 these are pointer-sized integer types (32-bit) and in Win64 they are pointer-sized integer types (64-bit). Types like int, long, DWORD, etc.
    are 32-bit values in both Win32 and Win64. Converting code to run on Win32/64 from Win16 requires great caution, because the programming "standards" that were taught for Win16 did not plan on true platform portability, and programmers were taught
    terrible techniques such as declaring wParam as WORD and LPARAM as long. And casting pointers to ints and back. All of these techniques lead to disaster.

  • How to fix a Syntax Error?

    I have a problem with my MXML Application. I keep getting an error: 1084: Syntax error: expecting rightparen before rightbrace, But I don't know what that means. Here's my MXML,
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
        backgroundColor="#FFFFFF"
        backgroundAlpha="0" width="1050" height="1000">
        <mx:Text width="964" height="497" enabled="true" fontSize="15">
            <mx:text>For right now, Changer098.com is still under construction and is progressing. However the change from Adobe Dreamweaver to Adobe Flex has left Changer098.com with new difficulties. Such as; the longing bearing task for loading the page as you have experienced. Also, Flex requires Adobe Flash, AIR, and Shochwave to work correctly. So if you are viewing this site and do not have these plugins enabled, please enable them for designated viewing pleasure.</mx:text>
        </mx:Text>
        <mx:TextInput x="127" y="505" maxChars="30" editable="true" enabled="true"/>
        <mx:Label x="0" y="507" text="Your Email Addresse" enabled="true"/>
        <mx:TextInput x="127" y="535" editable="true" enabled="true" maxChars="30"/>
        <mx:Label x="0" y="537" text="Your Username" width="119"/>
        <mx:TextInput x="0" y="565" editable="true" enabled="true" maxChars="500" width="287" height="140"/>
        <mx:CheckBox x="0" y="713" label="By clicking this you agree to the terms and conditions" selected="false" enabled="true"/>
        <mx:Button x="10" y="743" label="Terms And Conditions">
            <mx:click>navigateToURL(new URLRequest('http://changer098.webs.com/tac.html'), '_blank')</mx:click>
        </mx:Button>
        <mx:Button x="0" y="773" label="Send" id="send">
            <mx:click>(navigateToURL(new URLRequest('mailto:[email protected]') , navigateToURL(new URLRequest('http://changer098.webs.com/sent.html'), '_blank')</mx:click>
        </mx:Button>
        <mx:Label x="0" y="803" text="Do Not Send Unless You Agree To Terms And Conditions" fontSize="15" textDecoration="underline" fontWeight="bold"/>
    </mx:Application>
    It says there is an error at line: 18. Can anyone help me?

    the clickhandler function is an Actionscript function. Its not mxml.
    You have to wrap it inside a mx:Script.
    for example
    <mx:Script>
    <![CDATA[
         private function clickHandler():void
         navigateToURL(new URLRequest('mailto:[email protected]'));
         navigateToURL(new URLRequest('http://changer098.webs.com/sent.html'), '_blank')
    ]]>
    </mx:Script>
    In general, whenever you want to write Actionscript in your project you use the mx:Script tag.

  • Syntax error in the program SAPLSYMB

    Hi
    I have installed ECC6 on windows 2003 server  sqlserver 2005 as database. We are getting error at the time applying basis patch. The patch process is stopped at import_proper stage.
    When i try to execute any transaction , the error is "syntax error in the program SAPLSYMB". I have cleard the transaction log, still  the errro is same.
    When I try to relogin the error is same, I am unable to execute any transaction.
    Please do the needful
    Regards
    Prasanna.B.S

    Hellow,
    I have the same error, and I executed this command for 12 hours
    tp r3i SAPKB70017 ITP pf=/usr/sap/trans/bin/TP_DOMAIN_ITP.PFL tag=spam -Dclientcascade=yes -Drepeatonerror=8
    the message in cmd is
    earth\sapmnt\trans\tmp\SLOG0914.ITP.LOC is already in use (14474), I'm waiting
    2 sec (20090401065221). My name: pid 4188 on earth (dministrator)
    But this file (SLOG0914.ITP.LOC ) is in 0 kb, is this normally ?
    Please Help me
    Regards
    Graciela

  • AppleScript InDesign CS5.5 Syntax Error

    Hi, this script runs fine as is but when I got to edit, it gives me error when compiling.  Error I get is on following 2 lines with as text part.  If I take it out, I don't get error but script doesn't run.  Script was created on a older version of MAC OS and InDesign but someone else.
    set contents of myTextFrame to TheList as text
    set XML_File to (choose file with prompt XMLstr) as text
    Error is Syntax error:" Expected end of line, etc. but found application constant or consideration."
    Here is complete script:
    try
    set CSVstr to "Please locate your CSV file..."
    set CSV_File to (choose file with prompt CSVstr) as text
    set csvData to read file CSV_File
    set csvEntries to paragraphs of csvData
    set {CSVItem1} to parseCsvEntry(csvEntries's item 1)
    set {CSVItem2} to parseCsvEntry(csvEntries's item 2)
    set {CSVItem3} to parseCsvEntry(csvEntries's item 3)
    set {CSVItem4} to parseCsvEntry(csvEntries's item 4)
    set {CSVItem5} to parseCsvEntry(csvEntries's item 5)
    set {CSVItem6} to parseCsvEntry(csvEntries's item 6)
    set {CSVItem7} to parseCsvEntry(csvEntries's item 7)
    set {CSVItem8} to parseCsvEntry(csvEntries's item 8)
    set {CSVItem9} to parseCsvEntry(csvEntries's item 9)
    set TheList to {CSVItem1, CSVItem2, CSVItem3, CSVItem4, CSVItem5, CSVItem6, CSVItem7, CSVItem8, CSVItem9}
    tell application "Adobe InDesign CS5.5"
    set myDocument to active document
    tell XML view preferences
    set show attributes to false
    set show structure to true
    set show tagged frames to false
    set show tag markers to false
    set show text snippets to true
    end tell
    tell XML import preferences
    set allow transform to false
    set create link to XML to false
    set ignore unmatched incoming to true
    set ignore whitespace to true
    set import CALS tables to true
    set import style to merge import
    set import text into tables to false
    set import to selected to false
    set remove unmatched existing to false
    set repeat text elements to true
    end tell
    set myPage to active page of active window
    tell myPage
    set myTextFrame to make text frame
    set geometric bounds of myTextFrame to {"6p", "6p", "24p", "24p"}
    ****Error on below line ****
    set contents of myTextFrame to TheList as text
    move myTextFrame to {"-30p", 0}
    end tell
    set Char1 to item 1 of TheList
    set Char2 to item 2 of TheList
    set Char3 to item 3 of TheList
    set Char4 to item 4 of TheList
    set Char5 to item 5 of TheList
    set Char6 to item 6 of TheList
    set Char7 to item 7 of TheList
    set Char8 to item 8 of TheList
    set Char9 to item 9 of TheList
    set AppleScript's text item delimiters to "\"\""
    set {LTry} to Char1's text items
    set AppleScript's text item delimiters to {}
    set placedAsset to place asset asset LTry of library "JetroXMLElements.indl" on myDocument
    move placedAsset to {0.363, 0.84}
    set placedAsset to place asset asset Char2 of library "JetroXMLElements.indl" on myDocument
    move placedAsset to {3.695, 0.84}
    set placedAsset to place asset asset Char3 of library "JetroXMLElements.indl" on myDocument
    move placedAsset to {6.905, 0.84}
    set placedAsset to place asset asset Char4 of library "JetroXMLElements.indl" on myDocument
    move placedAsset to {0.363, 3.91}
    set placedAsset to place asset asset Char5 of library "JetroXMLElements.indl" on myDocument
    move placedAsset to {3.695, 3.91}
    set placedAsset to place asset asset Char6 of library "JetroXMLElements.indl" on myDocument
    move placedAsset to {6.905, 3.91}
    set placedAsset to place asset asset Char7 of library "JetroXMLElements.indl" on myDocument
    move placedAsset to {0.363, 6.95}
    set placedAsset to place asset asset Char8 of library "JetroXMLElements.indl" on myDocument
    move placedAsset to {3.695, 6.95}
    set placedAsset to place asset asset Char9 of library "JetroXMLElements.indl" on myDocument
    move placedAsset to {6.905, 6.95}
    tell myDocument
    set XMLstr to "Please locate your XML file..."
    ****Error on below line ****
    set XML_File to (choose file with prompt XMLstr) as text
    import XML from XML_File
    end tell
    tell application "Adobe InDesign CS5.5"
    set find text preferences to nothing
    set change text preferences to nothing
    set find what of find text preferences to "mykzlplx"
    set change to of change text preferences to ""
    tell active document
    change text
    end tell
    set find text preferences to nothing
    set change text preferences to nothing
    set find what of find text preferences to "¬"
    set change to of change text preferences to ""
    tell active document
    change text
    end tell
    set find text preferences to nothing
    set change text preferences to nothing
    end tell
    end tell
    end try
    to parseCsvEntry(csvEntry)
    set AppleScript's text item delimiters to "\"\""
    set {Stuuff} to csvEntry's text items
    set AppleScript's text item delimiters to {""}
    return {Stuuff}
    end parseCsvEntry
    Thanks!

    Thanks, I had re-written and seem to have it working ok but went back to original to test using string instead of text and that seems to work.
    Thanks again for the help.
    Joe

  • SYNTAX_ERROR unable to log in to SAP system Syntax error in program "SAPMSE

    hi SAP Experts,
    I have applied Basis patch 12 and I scheduled the background.  Backgroud job was terminated. System became slow. Then I stopped the server and restarted.  Now, I am unable to log in to SAP GUI by entering Username and Password and getting syntax error.
    Syntax error in program "SAPMSEM1".
    What happened?
    Error in the ABAP Application Program
    The current ABAP program '????????????????????????????"
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occured in program "SAPMSEM1" in include
    "CL_SALV_FORM_ELEMET==========CU" in
    line 13:
    "the type "IF_SALV_FORM_CONFIG" is unknown."
    The include has been created and last changed by:
    Created by: "SAP "
    Last Changed by: "SAP "
    I am unable to access any transction code.
    Please help me..
    Thanks in advance...
    Raju

    hi,
    Thanks for your response.
    i haven't take any back up.  can u pls tell me step by step procedure to implement the SP with TP.
    your answer will be helpful..
    Regards
    Raju

Maybe you are looking for

  • Importing external hard drive back on to Mac OS X

    My mail account, itunes account, and address book are all backed up on my external hard drive. I would like to know if anyone knew the best way to import all my information back onto my main Mac computer? Message was edited by: Austin Smith2

  • CS6 on Mac: Layers in certain folders are not selectable

    The problem occurs when trying to select a layer on my canvas that is not in the folder I am currently working in. So let's say I have 2 folders named folder 1 and folder 2. When I'm working on some objects in my document that are in folder 1, it all

  • Aperture Unable to process RAW files even though finder shows a preview

    I have recently upgraded to Aperture 3.0 which decided to delete my library. Using PhotoRec i am slowly recovering all of my files. The files that have been recovered are .cr2 files and .jpg files. The jpegs display fine without a problem however eve

  • Problem with Connector Pins??

    Since Wednesday, I've had this issue with either the cable or the connector pins. If the wire is connected to the iPhone and and I push the plug slightly, the phone will cease to charge and sync with the computer until I've stopped touching it. If I

  • Poster Frame and Trim Mode not working properly with post-synced clips

    Hi Everyone- Final Cut Pro seems to be doing something really odd and I'm wondering if anyone else has experienced it and if so what is the fix: We are shooting a movie on Red with sound coming in on multitrack wav files. We downconvert the R3D files