Hierarchy load - Error RSAR 683 Syntax error in generated program, row 0

Hi guys,
When I load the hierarchy on ZMATERIAL (load from 0MATERIAL hierarchy - source system BW), I have this error message : RSAR 683 Syntax error in generated program, row 0.
I have found several SAP notes, especially [Sap Note 944842|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_whm/~form/handler], but the implementation on our system does not change anything.
We are working on BW3.5 SP12.
Can anyone could tell me what to do ?
Will this issue be solved once we upgrade until SP18 as it is mentionned in the SAPNote ?
Thanks,
Alexandra
Edited by: Alexandra Guillaux on Apr 1, 2009 4:36 PM

Hello Alex,
after implementing the corrrection part of note 944842 via SNOTE, plaese also:
1. replicate datasource
2. activate transfer structure (report RS_TRANSTRU_ACTIVATE_ALL)
3. activate infoobject   (make dummy change to description
of infoobject etc, save and activate it, remove change and save and
activate it again).
Hope it could resolve the incident.
Thank you & Best regards,
Vince

Similar Messages

  • UTL.MAIL error ORA-29279: SMTP permanent error: 501 Address Syntax Error in

    Hi,
    I am new to the forum so please excuse if I post incorrectly without conforming to the standards.
    We need to send mails using the UTL.MAIL package and have installed them on the database.
    Whenever I am trying to send an email I am getting the following error:
    ERROR at line 1:
    ORA-29279: SMTP permanent error: 501 Address Syntax Error in
    [email protected]
    ORA-06512: at "SYS.UTL_MAIL", line 654
    ORA-06512: at "SYS.UTL_MAIL", line 671
    ORA-06512: at line 2
    The test code which I am running is as follows:
    BEGIN
    UTL_MAIL.send(sender => 'test <[email protected]>',
    recipients => '[email protected]',
    subject => 'UTL_MAIL test subject',
    message => 'UTL_MAIL test body');
    END;
    I have tried different combinations:
    BEGIN
    UTL_MAIL.send(sender => 'test "<[email protected]>"',
    recipients => '[email protected]',
    subject => 'UTL_MAIL test subject',
    message => 'UTL_MAIL test body');
    END;
    even tried
    BEGIN
    UTL_MAIL.send(sender => '[email protected]',
    recipients => '[email protected]',
    subject => 'UTL_MAIL test subject',
    message => 'UTL_MAIL test body');
    END;
    Everytime I am getting the same error.
    This seems to be working with an exchange mail server but never on the SMTP server.
    In the SMTP server logs the sender address is not having the angular brackets <> unlike the other mails which are being sent over.
    It seems that the SMTP server is pretty strict and the SMTP admin will not change any settings on the server.
    The oracle version is as follows
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Could you please help me out with a solution.
    Some how the angular brackets are geting stripped off (which UTL MAIL package generally does), Is there any way in which I can include the angular brackets.
    Edited by: 984757 on 29-Jan-2013 02:56
    Edited by: 984757 on 29-Jan-2013 02:57

    I dislike UTL_MAIL - clunky and poor abstraction interface, and not well written.
    Had a look at the code. It does this:
    WHILE (ALL_RCPTS IS NOT NULL) LOOP
          UTL_SMTP.RCPT(MAIL_CONN,'&lt;' || GET_ADDRESS(ALL_RCPTS) || '&gt;');
    END LOOP;The GET_ADDRESS() function process the ALL_RCPTS parameter, returns the 1st address from it, and updates the (in/out) parameter with the remaining string.
    SQL> var address varchar2(200);
    SQL> exec :address := '<[email protected]>,[email protected]';
    PL/SQL procedure successfully completed.
    SQL> exec dbms_output.put_line( 'get_address='||UTL_MAIL.GET_ADDRESS(:address)||' address='||:address );
    get_address=[email protected] address=[email protected]
    PL/SQL procedure successfully completed.
    SQL> exec dbms_output.put_line( 'get_address='||UTL_MAIL.GET_ADDRESS(:address)||' address='||:address );
    get_address=[email protected] address=
    PL/SQL procedure successfully completed.
    SQL> The address is explicitly surrounded by brackets as per the RFC. So that is what your SMTP server should see.
    If not - perhaps then our UTL_MAIL versions do not match. Cannot recall from what version I pulled and unwrapped the UTL_MAIL package code I have.
    Personally though, I've ceased using UTL_MAIL a while back. It lacks in may respects. I have written my own mail package that supports multiple attachment, complex Mime formatting, attachments of 20+ MB in size, and so on - running on the UTL_SMTP interface (that provides the transport layer for sending mail). And for issues like you are facing, I suggest considering using UTL_SMTP directly.
    Edited by: Billy Verreynne on Jan 29, 2013 12:52 PM
    (Updated the code with HTML entity names to get the code snippet to render correctly)

  • ERROR - 1242021 - (1) Syntax error near ['security_file']

    When invoking the command "export security_file to data_file essbase_security_file.txt;" I get the error message "ERROR - 1242021 - (1) Syntax error near \['security_file'\]". I get the same message from EAS when right clicking and exporting from the console. The end game here is that I want to dump the Essbase.sec file into a readable format.
    Any help appreciated.
    Thanks
    -Kevin
    Edited by: user5439694 on Dec 31, 2009 11:58 AM
    Edited by: user5439694 on Dec 31, 2009 11:59 AM

    IT is easier to just go into EAS and select the Essbase server, then right click on Security and select export security file. Enter the file name you want it to go to. In Version 11 it puts the file in Arborpath\Products\Essbase\EssbaseServer\Bin
    I also ran the following MaxL export security_file to data_file 'e:\datafiles\security_test.txt';
    and it ran fine (It put the file onto the Essbase server in the specified directory)

  • Javascript application error message? syntax error

    I am getting a pop up error message continuously when using firefox 10,7.5 and prior versions,
    "Javascript Application Error:
    syntax error:
    It demands I click on "OK" button to proceed.
    How do I fix this problem?
    thanks
    linniek
    or
    [email protected]

    The Social Fixer extension has been reported to cause this issue.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Flash is complaining about XML? Im using AS3 why are there XML errors? Unknown syntax errors.

    Sorry to keep spamming these forums with my stupid errors, but I am trying really hard to learn Flash/AS3 and when I have got to grips with it, I will return the love.
    I am a flash rookie trying to make a simple calculation device and I am getting a whole world of errors I have never seen before.
    My Code (I apologise but it may be my bad syntax):
    import flash.ui.Mouse;
    var Hnum:String;
    var PCnum:String;
    var calc:Number = 25;
    var Total:Number;
    num1.restrict = "0-9";
    num2.restrict = "0-9";
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function PartCount(event:MouseEvent):void{
        PCnum = num2.text;
        if (PCnum > 0 && < 10){
            parseInt(PCnum) * 10;
        or if (PCnum > 11 && < 20){
            parseInt(PCnum) * 5;
        or if (PCnum > 21){
            parseInt(PCnum) * 1;
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function calculate(event:MouseEvent):void{
        Hnum = num1.text;
        PCnum = num2.text;
        Total = parseInt(Hnum) * calc + parseInt(PCnum);
        Total.toString();
        Total_txt.text = String(Total);
    I had everything working when I was only calculating Hnum by 25. But when I try to intergrate  the if or statement everything goes wrong and I get these 5 errors.
    Scene 1, Layer 'Actions', Frame 1, Line 15
    1104: invalid xml name
    Scene 1, Layer 'Actions', Frame 1
    1084: Syntax error: expecting xmltagendend before end of program.
    Scene 1, Layer 'Actions', Frame 1
    1084: Syntax error: expecting rightparen before end of program.
    Scene 1, Layer 'Actions', Frame 1
    1084: Syntax error: expecting identifier before end of program.
    Scene 1, Layer 'Actions', Frame 1
    1084: Syntax error: expecting rightbrace before end of program.
    I dont understand what these errors are pointing out? Why XML? is it my variable names?
    Here is the code I had before the second function that worked fine:
    var Hnum:String;
    var PCnum:String;
    var calc:Number = 25;
    var Total:Number;
    num1.restrict = "0-9";
    num2.restrict = "0-9";
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function calculate(event:MouseEvent):void{
         Hnum = num1.text;
         PCnum = num2.text;
         Total = parseInt(Hnum) * calc;
         Total.toString();
         Total_txt.text = String(Total);
    Any help would be greatly appreciated! I will get the hang of this!
    MrB

    Thanks guys you were right it was parse problem with the var type.
    I have changed the code adding parseInt where necessary.
    I have also added the other functions. But now after it was working fine with just the one function it is doing the strangest thing.
    There are no errors, it is running fine but it is outputting the letter "a" instead of any numbers? Is this something to do with the strings? It is most odd.
    Any help would be greatly appreciated.
    Here is the new code:
    import flash.ui.Mouse;
    var Hnum:String;
    var PCnum:String;
    var PCcalc:Number;
    var Pmath:Number;
    var calc:Number = 25;
    var Total:Number;
    num1.restrict = "0-9";
    num2.restrict = "0-9";
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function PartCount(event:MouseEvent):void{
        if (parseInt(PCnum) > 0 && parseInt(PCnum)< 10){
            PCcalc == 1;
        if (parseInt(PCnum) > 11 && parseInt(PCnum)< 20){
            PCcalc == 2;
        if (parseInt(PCnum) > 21 && parseInt(PCnum)<200){
            PCcalc == 3;
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function PartCalc(event:MouseEvent):void{
        if (PCcalc == 1){
            Pmath * 10;
        if (PCcalc == 2){
            Pmath * 5;
        if (PCcalc == 3){
            Pmath * 1;
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function calculate(event:MouseEvent):void{
        Hnum = num1.text;
        PCnum = num2.text;
        Total = parseInt(Hnum) * calc + Pmath;
        Total.toString();
        Total_txt.text = String(Total);
    Thanks
    MrB

  • Error status 26:Syntax error in IDoc (segment cannot be identified)

    Hi Experts,
    i extended one idoc which has the following structure
                               A(this is the parent segment)
                                    z1
                                        zz1.1
                                        zz1.2
                                        zz1.3
                                        zz1.4
                                    e1
                                    e2
                                        z2
                                           zz2.1
                                           zz2.2
                                           zz2.3
                                           zz2.4
    I am using an user exit for populating the custom segment. values are getting poppulated.
    My problem is all segments are coming in the same level. like below
    A
    z1
    zz1.1
    zz1.2
    zz1.3                                  
    zz1.4
    e1
    e2
    z2
    zz2.1
    zz2.2
    zz2.3                                  
    zz2.4
    Diagonsis of error.:
    The segment Z1BPAD1VL does not occur at the current level of the basic type CREMAS05 (extension ZCREMAS05).
    This error can have several reasons:
    The segment Z1BPAD1VL is assigned to a group whose header segment does not occur.
    The segment Z1BPAD1VL does not exist in the syntax description of the basic type CREMAS05 (extension ZCREMAS05).
    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.
    i have maintained we81 and we82. partner configuration in we20 is also maintained..
    What might be the problem??pointers on this will be very helpful.
    Regards
    Sridevi S

    Hi,
    >check whether all the parent segments are filled before  child segments .
    >check the heirarchy level you r passing for each segment.
    Regards,
    Lokeswari.

  • When my adobe flashplugin crashes the error message says 'syntax error'. How do I correct this?

    I have installed the flashplugin and sometimes it works, sometimes it crashes. I have done everything to correct this problem that I can think of. I finally got this error message when searching for another reason why.
    What I dont understand is why it works sometimes. Then sometimes I get the little box (question mark) in the corner that means my flashplugin is not working.
    I have uninstalled the adobe flashplugin in both my windows and the main. I know its installed correctly. I just do not understand what is making it so difficult to work properly. It does work sometimes.. so why not all the time?
    Thanks for any advice or help. I have used every option available on your trouble shooting pages both on firefox and mozilla.

    Thanks for the advice, but sadly I have done this... over and over again. I have uninstalled it in both the Windows and other. Each time I try to no avail. It does work sometimes and then crashes so I know it really is installed, just that something is blocking it. I use msn and have checked my settings to allow it, and on firefox done the same. Once in a very blue moon it allows it to work, but that is very rare.
    That is what I dont understand. The program is there, but somehow something is making it not work properly.
    I have been thru all the help and support and done everything that anyone has suggested to remove or unblock, and files to be removed etc. Still scratching my head over this one.
    Thanks again.

  • JMS error reprocessing an syntax error edifact. Loopin error

    Hello all,
    The problem I have found is that the adapter is trying to process an not well formed edifact. As I read in the JMS FAQ
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/604e2b64-e689-2910-64b3-ffd650f83756
    In chapter 13 it is said that is the standard behavior. Does anybody know the way to fix this error?
    P.S. libraries installed v7.0
    This topic was discussed here JMS adapter does not recover from error
    Thank you for your time,
    P.S.This issue is urgent Points will be given for sure if the answers help

    Hi Sergio
    Is your scenario transactional? Just try to uncheck "Transactional JMS Session" and try.
    It may help
    Thanks
    Sai

  • Error REP-0159: Syntax error on command line

    Hi
    I have a report where one of the paramers it recieved is PV_WHERE. The PV_WHERE is the next one (the problems is in the date value):
    WHERE CPV_CLIENT=2 AND CPV_DIVCLI='000001' AND CPV_ACCION='000001' And CPV_FECREC>='15-02-2007 00:00:00' And CPV_FECREC <= '02-03-2007 23:59:59' AND CPV_ALMACE='01' AND CPV_CLIENT IN ( SELECT CEM_CODCLI FROM CLIENTES_EMPRESAS WHERE CEM_CODEMP ='1') AND ( NOT EXISTS ( SELECT 'X' FROM ACCIONES WHERE ACC_ESTADO = 'BL'
    AND ACC_CODCLI = CPV_CLIENT AND ACC_CODDIV = CPV_DIVCLI AND ACC_CODACC = CPV_ACCION) OR CPV_ACCION IS NULL) AND ( NOT EXISTS ( SELECT 'X' FROM DIVISIONES WHERE DIV_ESTADO = 'BL'
    AND DIV_CODCLI = CPV_CLIENT AND DIV_CODDIV = CPV_DIVCLI) OR CPV_DIVCLI IS NULL) AND NOT EXISTS ( SELECT 'X' FROM CLIENTES WHERE CLI_ESTADO = 'BL'
    AND CLI_CODCLI = CPV_CLIENT)
    With this where, the report ,called from the form, crash . But if i change the where and delete the hour,seconds,minutes from the date, the report works.
    The select, with hour-minute-seconds included, works if i execute it from SQ-plus or from the report runtime directly.
    I dont know why the same select works in reports directly or in SQL-plus and not from the form
    ANy advice?
    Thanks

    Well, looks like there could be little conflict.
    Check that the parameter is date/time. Also try setting the format of the date/time so that there is little ambiguity. Use to_char or something like that.
    HTHs
    L :-)

  • Syntax error while loading hierarchy from an external file

    Dear Expert:
    I am new to BW and I met a problem today while loading hierarchy from an external file. Actually I am following below article to load the hierarchy:
    /people/prakash.bagali/blog/2006/02/07/hierarchy-upload-from-flat-files
    When I schedule the infopackage, the error message says: "Syntax error in template RSTMPL9C, ROW 76". Actually there is only around 20 lines of records.
    Since I am not familiar with hierarchy load, so:
    1. while loading from external file, do I need to create one hierarchy in advance  through "Maintain Hierarchies" in the infoobject? My understanding is since I can load that hierarchy from file, so I do not need to create one in advance, once the load completed, the hierarchy should automatically generated there. Is my understanding correct?
    2. Before loading the hierarchy, do I need to load the master data of external characteristics in the hierarchy first? Here in my example, the sales hierarchy has 2 external characteritics (Country and region) in the hierarchy. Do I need to load some data first?
    3. My 'Preview' function in the infopackage is gray so that I can not test the data loading. Why is it gray?
    Information like file name, file dir, file type(csv), seperator should be correct there.
    Can anybody help me take a look into that? Many thanks for your time in advance!
    Tim

    Hi ctsiszidane:
    There are some other SAP Notes that can help you solve the problem.  Depending on your Support Package level check which of them is applicable.
    Note 659461 - RSAR 682: Syntax error in template RSTMPL9A, row 246
    Note 605690 - Escape characters are not processed correctly
    Note 620152 - Syntax error in RSTMPL9A during data loading from a file
    Regards,
    Francisco Milán.

  • Analytic Services: Syntax error loading filters

    Hi,<BR>I use Hyperion Essbase 7.1.0 on Windows Intel.<BR><BR>I constantly getting error message when building cubes.<BR><BR>============== error message =============<BR>[Mon Jul 16 05:16:21 2007]localhost///biadmin/Error(1054013)<BR>Syntax error loading filters - operation canceled<BR>==========================================<BR><BR><BR>Interesting is that error is not accuring every time I build the cube. For example at night when script is executed by scheduler it reports error, but at the morning when I manualy execute script it executes without any error.<BR><BR>I have figured out that this error is only happening at ASO cubes. Any help is greatly appreciated.<BR>Can someone point me to the error messages book. What should I do to overcome this errors?<BR><BR>Thanks,<BR>Grofaty

    Here is a case on Hyperion's esupport relating to the error message. We cycle all our Hyperion services nightly before we begin our nightly runs. Hope this helps. I love the "cough" reasoning!<BR> <BR>Solution ID: hyp71264<BR><BR>Here is the solution: Error: "1054013 Syntax Error loading Filters"<BR> <BR>There are a few possibilities for this message:<BR><BR>An invalid filter applied. Verify that all filters are correct <BR>There was some sort of network "cough" where the client loses connection with the server. This is so short that the enduser probably did not even notice it, though Essbase has. Stopping and starting the Essbase server usually resolves this error <BR>You may also see this after an abnormal termination of an application<BR><BR>Here is the problem or goal: <BR>Error: "1054013 Syntax Error loading Filters" <BR> <BR>Error connecting to Essbase server <BR> <BR>

  • IDOC Status 26: EDI: Syntax error in IDoc (segment cannot be identified).

    Hi All,
    I have created IDOC extension for IDOC Basic type "PROACT01" and have followed all required necessary steps but getting IDOC
    Status 26. EDI: Syntax error in IDoc (segment cannot be identified). The exact error is:
    Please check Error Details and the details of the steps I followed for Setting up IDOC Extension:
    Error Detail :
    EDI: Syntax error in IDoc (segment cannot be identified)
    Message no. E0078
    Diagnosis
    The segment ZPROSEG does not occur at the current level of the basic type PROACT01 (extension PROACTEX).
    This error can have several reasons:
    The segment ZPROSEG is assigned to a group whose header segment does not occur.
    The segment ZPROSEG does not exist in the syntax description of the basic type PROACT01 (extension PROACTEX).
    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 PROACT01 (extension PROACTEX).
    Can you please look at this problem and suggest what is wrong with IDOC Extension/Custome Segment?
    Below is the Details of the Steps which I have followed:
    1. Tcode WE31 - Created new custom Segment ZPROSEG with 4 fields. Released segment.
    2. TCode WE30 - Created IDOC Extension PROACTEX for Basic Type PROACT01. Released IDOC extension.
         Here when I run syntax check warning appears "No predecessors exist".  I am not sure if its okay!!
    3. TCode WE82 - Added Extension PROACTEX in the Message Type PROACT with BASIC Type PROACT01.
    4. TCode WE20 - Added IDOC Extension PROACTEX in the predefined partner profile in WE20 transaction.
    5. Added the following code in the Customer Exit EXIT_SAPLWVMI_001 include ZXWVMIU01 .
    DATA segnam(27).
    READ TABLE dedidd WITH KEY segnam = 'ZPROSEG'.
    IF sy-subrc NE 0.
    LOOP AT dedidd WHERE segnam = 'E1EDP31'.
    CLEAR dedidd.
    dedidd-segnam = 'ZPROSEG'.
    zproseg-matnr = 'Mat1'.
    zproseg-lgort = '001'.
    zproseg-gernr = 'SNo1'.
    zproseg-labst = 2.
    dedidd-sdata = zproseg.
    APPEND dedidd.
    ENDLOOP.
    ENDIF.
    Finally ran  transaction WVM2 (Transfer of Stock & Sales Data) to generate IDOC, its creating IDOC but when checked IDOC in WE05 its getting Status Error "26".
    Looking forward for your reply.
    Many thanks in advance.

    Hello,
    Actually you are appending the Z segment instead of inserting into the correct position. So the segment is added at the last, so hierarchy of segments is collapsed.
    So get the index of the previous segment E1EDP31 and increase the index by 1 and INSERT the Z segment with that new index as below.
    LOOP AT dedidd WHERE segnam = 'E1EDP31'.
    lv_index = sy-tabix. " <<--
    ADD 1 TO lv_index. " <<--
    CLEAR dedidd.
    dedidd-segnam = 'ZPROSEG'.
    zproseg-matnr = 'Mat1'.
    zproseg-lgort = '001'.
    zproseg-gernr = 'SNo1'.
    zproseg-labst = 2.
    dedidd-sdata = zproseg.
    *APPEND dedidd.
    INSERT dedidd INDEX lv_index. " <<---
    ENDLOOP.
    Here actually we are insering the record inside the LOOP and it regenerates the index again. It is not actually a good practice.
    So the best practice is get the index and generate the segment inside the loop, store them into another internal table, come out the loop and insert the Z segments into DEDIDD by looping the new internal table.

  • Syntax error in routine

    Hi Gurus,
        I have added new fields in ODS  and Cube.While activating transformation I am getting the following error : 'Start routine:Syntax error in routine'Please let me know how to trouble shoot the same.
    Regards
    Hasini

    Hi Pallavi,
    Pls gothroug the Routine:
    MONITOR_RECNO.
    Runtime attributs
        SOURCE_SYSTEM  = p_r_request->get_logsys( ).
    Migrated update rule call
      Perform routine_9998
      TABLES
        SOURCE_PACKAGE
      CHANGING
        l_abort.
    *-- Convert Messages in Transformation format
        LOOP AT MONITOR_RECNO INTO ls_monitor_recno.
          move-CORRESPONDING ls_monitor_recno to MONITOR_REC.
          append monitor_rec to MONITOR.
        ENDLOOP.
        LOOP AT MONITOR INTO ls_monitor.
          move-CORRESPONDING ls_monitor to MONITOR_REC.
          append monitor_rec to MONITOR.
        ENDLOOP.
        IF l_abort <> 0.
          RAISE EXCEPTION TYPE CX_RSROUT_ABORT.
        ENDIF.
    $$ end of routine - insert your code only before this line         -
      ENDMETHOD.                    "start_routine
          Method inverse_start_routine
    E:In PERFORM or CALL FUNCTION "ROUTINE_9998", the actual parameter
    SOURCE_PACKAGE" is incompatible with the formal parameter
    "DATA_PACKAGE".
    Regards
    Hasini

  • Syntax error while checking extractor in rsa3

    We are trying to check the extractor 2LIS_11_VAHDR in RSA3 , when we press the extraction button , we are getting following error :-
    SHORT TEXT:-
    Syntax error in sap "SAPLXRSA"
    ERROR ANALYSIS :-
    The following syntax error was found in the program SAPLXRSA:
    " " S001BIWS " must be a flat structure. You cannot use internal tables , s"
    " trings, references, or structures as components. "
    Please suggest .

    Hi Apoorva,
    Though you have not done the enhancement of the given Data source. Still System first check for CMOD .
    Make sure that all the  enhancements are working very much fine.
    Or just check for syntex error in se 38 for Program   ZXRSAU01.
    If there are any please correct it or comment it, then your data source will work very much fine.
    Regards,
    Krunal

  • Abap Dump Syntax error in program "/SSF/SLIB " occuring in SOLMAN 7.1???

    Hello Friends,
       After upgradation Solman 7.01 to 7.1, During EWA Alert management configuration in step 3 --> Check Software component level phase, we receiving below error.
       Also Syntax error in program "/SSF/SLIB " Dump is occurring inST22. Please find the Abap dump details attachment.
    Please help me to resolve this issue.
    Regards,
    Farkath C

    /SSF/SLIB comes from SP A/PI, if there were issues in old version then they should have been reported.
    Upgrading may be a solution.
    However, there references of ADD_CCDB_ABAP_EXTRACTOR
    Execute RFC                                                                            |
    |>>>>>|  CASE LS_OPT-RFC_CALLTYPE.                                                                 |
    | 1640|    WHEN 'SYNC'.                                                                            |
    | 1641|      CALL FUNCTION '/SSF/CALL_SUBROUTINE_RFC'                                              |
    | 1642|                                   DESTINATION LS_OPT-DESTINATION  
    That's why I am asking for the latest dump after the run of RTCCTOOL.
    Regards

Maybe you are looking for

  • Not able to install Windows 8.1 Update for x64-based Systems (KB2919355)

    My laptop is dell vostro 1014.I have upgraded my laptop to windows 8.1 pro.I am not able to install Windows 8.1 Update for x64-based Systems (KB2919355)I got the following errors from windows event viewer: Installation Failure: Windows failed to inst

  • Calling Portal iView from a WebdynPro ABAP application

    Hi , I have a requirement where I need to call an iView in my portal from the Webdynpro application also existing in the portal. Can anyone provide me the method with source code( if possible ) to call an iView existing in the portal from the WebDynP

  • Web Gallery

    I can only add 10 images to the Web Gallery in Bridge CS4 even if I choose more than 10 images from the Content Panel before clicking Refresh Preview. Are 10 images the maximum for the Web Gallery?

  • After Update Trigger executes twice when single row is uptd thro proc

    We have the below trigger in our db. When a single record is updated using a procedure the trigger is executed twice and it inserts two records in other table. But when i issue an update statement using any sql client tool it is executing only once a

  • Missing message file for PL/SQL compile time warnings

    I want to use PL/SQL compile time warnings but I don't have the message file on my system (or it is not installed correctly). This results in output like this: 3/5 PLW-05005: Message 5005 not found; No message file for product=plsql, facility=PLW Whe