Abap error in date/mm/yy

hi
i have an error in sap system that is database server time
and system time appears different,what can i do ,can any body tellme
please
thnk u
chinna

HI Chinna,
Server will show the the time according to setting in the server.
System will show the time according to the clock settings of the system.
So the difference.
Award points if satisfied.
Regds,
Ravi Sankara Kumar.

Similar Messages

  • Error while calling ABAP program from Data Services

    Hi All,
    We have a ABAP program which accepts two parameters 1] a date 2] a string of comma separated ARTICLE numbers .
    We have used a ABAB transform in ABAP dataflow which refers this ABAP program.
    If I pass a string of 6 articles as second parameter the job executes successfully
    But if i pass 9 articles as follows
    $GV_ITEM_VALUES='3564785,1234789,1234509,1987654,1234567,2345678,3456789,4567890,5456759';
    i get the following error
    ABAP program syntax error: <Literals that take up more than one line are not permitted>.
    The error occurs immediately after ABAP dataflow starts, ie even before the ABAP job gets submitted to ECC
    I am using BODS 4.2 . The datatype of $GV_ITEM_VALUES is varchar(1000).
    The ABAP program that gets generated by the DS job has the following datatype for this parameter
    PARAMETER $PARAM2(1000) TYPE C
    Is there a different way to pass string characters to ABAP transform in data services?
    I have attached the screen shot of trace log and error
    Regards,
    Sharayu

    Hi Sharayu,
    The error your getting is because the  literals exceeds more than 72 characters.
    It seems that the length of the string is exceeding more than 72 character.
    Can you check the following in ECC GUI
    Go to Transaction SE38=>Utilities=>Settings=>ABAP Editor=>Editor=> Downwards -Comp.Line  Length(72).
    The checkbox which defines length 72 must be clicked so the error is coming. Can you uncheck the checkbox and then try passing the parameter $GV_ITEM_VALUES using the BODS job
    Regards
    Arun Sasi

  • Error while data loading

    Hi Gurus,
    I am getting error while data loading. At BI side when I  check the error it says Background Job Cancelled and when I check in R3 side I got the following error
    Job started
    Step 001 started (program SBIE0001, variant &0000000065503, user ID R3REMOTE)
    Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)
    DATASOURCE = 2LIS_11_V_ITM
             Current Values for Selected Profile Parameters               *
    abap/heap_area_nondia......... 2000683008                              *
    abap/heap_area_total.......... 4000317440                              *
    abap/heaplimit................ 40894464                                *
    zcsa/installed_languages...... ED                                      *
    zcsa/system_language.......... E                                       *
    ztta/max_memreq_MB............ 2047                                    *
    ztta/roll_area................ 6500352                                 *
    ztta/roll_extension........... 3001024512                              *
    4 LUWs confirmed and 4 LUWs to be deleted with function module RSC2_QOUT_CONFIRM_DATA
    ABAP/4 processor: DBIF_RSQL_SQL_ERROR
    Job cancelled
    Please help me out what should I do.
    Regards,
    Mayank

    Hi Mayank,
    The log says it went to short dump due to temp space issue.as its the source system job ,check in the source system side for temp table space and also check at the BI side as well.
    Check with your basis regarding the TEMP PSA table space - if its out of space ask them to increase the table space and try to repeat the load.
    Check the below note
    Note 796422 - DBIF_RSQL_SQL_ERROR during deletion of table BWFI_AEDAT
    Regards
    KP
    Edited by: prashanthk on Jul 19, 2010 10:42 AM

  • Error Calling Data Provider for Return PO in Me21N Message Number FES011

    Hi Experts,
    I am trying to create a Return PO using ME21N. Im giving all the parameters and values. But While saving its generating an Error.
    it states "Error calling Data Provider".
    Message No. FES011
    What could be the possible error . Any clues?
    Thanks and Regards,
    Selvakumar. M

    hi,
    Check with the Basis consultant....actually Data provider deals with the database..Also sometimes when the data provider doesnot provides the data...the error doesn't reach....
    Pls check with the BASIS consultant....the netweaver part could be checked by ABAP consultant...
    Also check the links:
    http://msdn.microsoft.com/en-us/library/bb508810(SQL.90).aspx
    http://help.sap.com/saphelp_nwpi71/helpdata/en/11/e8179b247e4720882512a04041491d/frameset.htm
    http://sapnetweavernotes.blogspot.com/2008/04/sap-earlywatch-alert.html
    Hope it helps....
    Regards
    Priyanka.P

  • ABAP Error:Illegal interruption of the event LOAD-OF-PROGRAM (in MIGO-Goods issue to Production)

    Hi Experts,
    while i am doing MIGO(Goods Issue to Production Order, I am getting the below ABAP Error:
    Please give solution, It is urgent requirement.
    THE ERROR IS:
    Short text
         Illegal interruption of the event LOAD-OF-PROGRAM.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "/MRSS/SAPLRAP_INT_OB" had to be terminated because it
          has come across a statement that unfortunately cannot be executed.
    Error analysis
         During the flow of the event LOAD-OF-PROGRAM (event for the
         initialization of an ABAP program), a condition occurred under which
         the event was to be left early. This is not permitted as it would
         result in an inconsistent status in the ABAP program.
    Trigger Location of Runtime Error
        Program /MRSS/SAPLRAP_INT_OB
        Include /MRSS/LRAP_INT_OBF00
        Row                                     34
        Module type                             (FORM)
        Module Name                             GLOBAL_INIT
    Source Code Extract
    Line  SourceCde
        4
        5 *&---------------------------------------------------------------------*
        6 *&      Form global_init
        7 *&---------------------------------------------------------------------*
        8 *       text
        9 *----------------------------------------------------------------------*
       10 FORM global_init.
       11
       12 * local data
       13   DATA lv_badi_impl_exists TYPE flag.
       14
       15
       16 * get ref to BAdIs
       17   CALL METHOD cl_exithandler=>get_instance "#EC CI_BADI_GETINST
       18     CHANGING
       19       instance = gv_ref_badi_inter_company.
       20 *  CALL METHOD cl_exithandler=>get_instance
       21 * CHANGING
       22 *      instance = gv_ref_badi_rap_back.
       23 *  CALL METHOD cl_exithandler=>get_instance
       24 *    CHANGING
       25 *      instance = gv_ref_badi_ps_int.
         26   CALL METHOD cl_exithandler=>get_instance "#EC CI_BADI_GETINST

    Hi Rob thanks for your response.  I thought about doing an OSS note however; I would think I would need to get the problem in config corrected first as it contradicts each other.  The problem I am talking about is how they are to return material to vendor....I have never even seen this as a process in my 10 years....
    Process.....when the PO is a return to vendor PO they go to migo and choose the goods receipt and mvmt type 101 and the system will default the 161 in the item level....the two are inconsistent.  If I try to change the top level to a 161 mvmt (as this is what I am used to seeing) it gives the error that the PO is not a stock transport order... Would you agree that I should correct that problem first before creating an OSS note?

  • Error in Data Transfer Process (DTP) Urgent!

    Hi,
    ive encountered an error in uploading data from R3 using DTP in a specific cube and it says "Exceptions in Subset: Load and Generation" and "Dump: ABAP/4 processor: MESSAGE_TYPE_X", how can i fix this problem? is there any problem with the upgrade process of our system or in KERNEL? and what is KERNEL? Please help me guys.....
    Thanks,
    nips

    Please do not post the same question twice.
    Error in Data Transfer Process (DTP) Urgent!

  • Error during data transfer from Lotus Notes to SAP via JCO - Urgent Help Required

    Dear SAP Expert:
    I need your help! Recently getting error during data transfer to SAP. I need your suggestion!
    I am transferring Lotus Notes data to SAP via JCO, recently getting the below error msg, could you pls tell me what could be the reason?
    Please suggest me how to fix that kind of issue.
    "com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Error in ABAP/4 statement when processing an internal table. table.
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeExecute(Native Method)
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:1244)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3842)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3287)
    at SAPAdapter.execute(Unknown Source)
    at JavaAgent.fillBapiAndWriteBackToNotes(Unknown Source)
    at JavaAgent.NotesMain(Unknown Source)
    at lotus.domino.AgentBase.runNotes(Unknown Source)
    at lotus.domino.NotesThread.run(NotesThread.java:249)
    Thanks in advance! Your help would be highly appreciated! Thanks again!

    error is clear, check your abap code.

  • Abap error when user fi asset using tcode KO88

    hai gurus,
    when the user fi_asset team want to use the transaction the system give and error.
    For gurus information, we are facing the number ranges issue. when document type AA that using number ranges from 100006000 - 100006999 have been hit to maximum value in year 2007
    so the at the time is we create a another number ranges in documnet type AA using number ranges form 8000000000 - 8999999999 that for year 2007 untill the future
    but now when the user want to use this transaction the system have issue the problem.
    when the user run the test run mode is no detect any problem but when user make actual run the system give abap error like this below.
    ABAP runtime errors    MESSAGE_TYPE_X                                                     
           Occurred on     22.02.2008 at 09:58:49                                                                               
    >> Short dump has not been completely stored. It is too big.                                                                               
    The current application triggered a termination with a short dump.                                                                               
    What happened?                                                                               
    The current application program detected a situation which really                         
    should not occur. Therefore, a termination with a short dump was                          
    triggered on purpose by the key word MESSAGE (type X).                                                                               
    What can you do?                                                                               
    Note the actions and input that caused the error.                                                                               
    Inform your SAP system administrator.                                                                               
    You can print out this message by choosing "Print". Transaction ST22                      
    allows you to display and manage termination messages, including keeping                  
    them beyond their normal deletion date.                                                                               
    Error analysis                                                                               
    Short text of error message:                                                              
    Document number 1000 100060000 2007 was already assigned                                                                               
    Long text of error message:                                                               
    Diagnosis                                                                               
    Document number 100060000 in company code 1000 and fiscal year 2007                  
         has already been assigned.                                                           
    System Response                                                                               
    Termination of processing.                                                           
    Procedure                                                                               
    Check document number range 01 in company code 1000 and fiscal year                  
         2007 and correct the number range status if necessary.                                                                               
    Technical information about the message:                                                  
    Message classe...... "F5 "                                                                
    Number.............. 152                                                                  
    Variable 1.......... "1000 "                                                              
    Variable 2.......... "100060000 "                                                         
    Variable 3.......... "2007 "                                                              
    Variable 4.......... "01 "

    Hello,
    If you are facing the error during KO88, there could be a problem with settlement document number range also.
    During settlement, a settlement document is created and also related FI, CO, PA documments as applicable.
    Please go to t code SNUM, check the number range for CO settlement object:CO_ABRECHN.
    Let me know if it solves your problem.
    Sourabh

  • Data error (invalid data type 17) in a Remote Function Call

    Hi,
    I am passing 2 select-option tables to RFC.
    Tables have structures -
       Table1  SIGN(C1)
                   OPTION(C2)
                   HIGH(C6)
                   LOW(C6)
       Table2  SIGN(C1)
                   OPTION(C2)
                   HIGH(C20)
                   LOW(C20)
    At the destination side, I have created two table types which have same structure.
    But when I call the RFC , program terminates with error - "Data error (invalid data type 17) in a Remote Function Call"
      Not able to understand the reason for this error. Please help.
    Thanks,
    Sujeet

    Hi,
    check out this example
    [LINK|http://abap.googlar.eu/viewtopic.php?f=5&t=28]
    You have several ranges that you can use like RANGE_AUF.
    Function example:
    FUNCTION zexemple.
    *"*"Interface local:
    *"  IMPORTING
    *"     REFERENCE(R_HORA) TYPE  FLAG
    *"     REFERENCE(R_DIA_1) TYPE  FLAG
    *"     REFERENCE(P_IDOC) TYPE  FLAG
    *"  EXPORTING
    *"     REFERENCE(MSG) TYPE  CHAR255
    *"  TABLES
    *"      T_OIFSPBL STRUCTURE  OIFSPBL
    *"      SL_PBLNR STRUCTURE  RANGE_PBLNR
    *"      SL_MATNR STRUCTURE  RANGE_MATNR
    *"      SL_HORA STRUCTURE  RANGE_UZEIT
    *"      T_ERROS STRUCTURE  ZARSTRING
    ENDFUNCTION.
    Report:
    SELECT-OPTIONS: sl_pblnr FOR oirbpblb-pblnr,
                                  sl_matnr FOR a361-matnr.
    ~
    Final question:
    You are passing the values using TABLES and not IMPORTING right?

  • Abap error in  fica

    hello gurus
    is there any  techy  who can  solve an  error in  utilities..
    am  facing  this
    Spro-/finacial accounting new/contract accounts receivables and payables/maintain transactions for billing
    The above link to maintain  transaction for billing  leads to an abap error as displayed below
    NO DATA EXIXTS IN TFKIHVORT FOR THE SLECTION CRITERIA ENTERED
    kindly  solve it and let me know the steps to solve ittoo
    points waiting  for u..
    thanks and regards
    sooraj

    hi gurus
        techys help me pls..
    table TFKIHVORT  a default  SAP  TABLE when  activated shows error as follows
    ENHANCEMENT  CATEGORY  MISSING.
    ENHANCEMENT  CATEGORY  FOR INCLUDE OR SUBTYPE MISSING.
    as per once of our friends suggestion  i  have tried seeing  it  with tcode sm34 which  is for view cluster maintanence and  ther i  can  see  all main transactions defined.
    i  could nt  really  diagonise this error.in  ides its working  without  any  error.it means this particular spro  node does not  depend uipon the utililty settings since my  ides doest  not  have utility in it.
    so  suggest  me how to  solve this puzzle
    thanks and regards
    sooraj

  • ABAP Error When Creating IMG Project

    I have just installed Solution Manager 7.0 EHP1 in a Central Instance on Windows 2003 with MSSQL.  Using transaction SPRO_ADMIN, I am trying to create an "Initial IMG-Project" per the Solution Manager Master Guide.  But I get a runtime error.  The following is the first part of the error screen.  Searching the forums, it appears that note 638084 might fix this problem.  Since I don't yet have the service interface working, I tried local download to PC and then Note Upload.  in SNOTE, I got the error "SAP Note does not contain valid correction".  Any ideas?
    ++++++   ERROR SCREEN FOLLOWS (truncated)  ++++++++
    Runtime Errors         MESSAGE_TYPE_UNKNOWN
    Date and Time          21.09.2009 13:00:23
    Short text
    Message type " " is unknown.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLSPROJECT_SYSTEM_LANDSCAPE" had to be terminated
    because it has
    come across a statement that unfortunately cannot be executed.
    Edited by: Jonathan Cohen on Sep 23, 2009 3:23 PM
    I uploaded and applied note #1172948.  I also tried rebooting the server.  But this error persists.
    Edited by: Jonathan Cohen on Sep 23, 2009 3:25 PM

    Anjali and Jagan,
    Thank you again for all you help.  I feel that I am making progress.  Using RZ10, I have successfully created and activated a new "Default" profile with the following parameters added per Note
    #parameter created                          by: COHENADMIN   29.09.2009 15:41:47
    icm/keep_alive_timeout = 240
    #parameter created                          by: COHENADMIN   29.09.2009 15:41:36
    icm/conn_timeout = 20000
    #parameter created                          by: COHENADMIN   29.09.2009 15:41:25
    login/no_automatic_user_sapstar = 0
    #parameter created                          by: COHENADMIN   29.09.2009 15:40:25
    icm/server_port_1 = PROT=SMTP,PORT=25000
    #parameter created                          by: COHENADMIN   29.09.2009 15:36:09
    login/accept_sso2_ticket = 1
    #parameter created                          by: COHENADMIN   29.09.2009 15:33:52
    login/create_sso2_ticket = 2
    Plus, the SID parameter is already present as : 
    SAPSYSTEMNAME = PD0
    I restarted the SAP System using Management Console (sapmmc).
    However, the Technical Configuration (step 2 of Initial Configuration in SOLMAN_SETUP) still returns the errors:
    "E::000"
    "System PD0 does not exist"
    Any other ideas?
    Thank you,
    Jonathan

  • Call function - abap error

    When I'm calling a function ME_READ_HISTORY there is an abap error appears. If I check the function manualy everything is ok.
    CALL FUNCTION 'ME_READ_HISTORY'
                   EXPORTING
                      EBELN = lw_bsis-zuonr+0(10)
                      EBELP = lw_bsis-zuonr+10(5)
                      WEBRE = ' '
                  WEBRE = EKPO-WEBRE
                   TABLES
                       <b> XEKBES = BETS.</b>  "here is an abap errror
    I think there is a problem because in lw_bsis are dupllicated ZUONR's. But I don't know how to call function just for unique records.
    I solved the select from table int with SORT INT by ZUONR.
    DELETE ADJACENT DUPLICATES from int COMPARING ZUONR.
    bu i don't know how to do the same for the LW_BSIS work area.
    Any suggestion?
    BR
    Saso
    CALL FUNCTION 'ME_READ_HISTORY'
                   EXPORTING
                      EBELN = lw_bsis-zuonr+0(10)
                      EBELP = lw_bsis-zuonr+10(5)
                      WEBRE = ' '
                  WEBRE = EKPO-WEBRE
                   TABLES
                        XEKBES = BETS.

    By executing this code, you must get the run time error CALL_FUNCTION_CONFLICT_TYPE.
    To solve this you can do like this:
    DATA: L_EBELN LIKE EKKO-EBELN,
          L_EBELP LIKE EKPO-EBELP.
    DATA: BETS LIKE EKBES OCCURS 0 WITH HEADER LINE.
    L_EBELN =   LW_BSIS-ZUONR+0(10).
    L_EBELP =   LW_BSIS-ZUONR+10(5).
    CALL FUNCTION 'ME_READ_HISTORY'
      EXPORTING
        EBELN                    = L_EBELN
        EBELP                    = L_EBELP
      TABLES
        XEKBES = BETS.
    Regards,
    Naimesh Patel

  • EVDRE encountered an error retriving data from web server in PROD

    Hi friends,
    We are checking Evdre reports in BPC production system. We checked few application' EVdre input templates & reports and are fine.
    But yesterday evening onwards we are facing below error message.
    EVDRE encountered an error retriving data from web server. This message we are getting  for all BPC applications in BPC production.  There is no short dump in backend.
    But when i checked in BPC developement there is no probelm.
    We are on BPC7.5 NWsp04 and BI7.01.
    In BPC, production,when i try to create evdre template(just after filling
    information in evdre builder), immediately getting same error information.
    I read few notes, did as per that but sill problem exists. In note, mentioned process dim of particular application and process application. Logout from bpc admin & excel. I did this and, that error message not received for upto 20min. After that i'm getting error. We checked communciation between ABAP layer and bpc, reset IIS also. Still same probelm exists.
    Any suggestions pls.
    thanks,
    naresh

    Hi frineds,
    SAP OSS team resolved along with our basis guy.
    Initially SAP supported notes:
    1.1475233 and 1378705 Process all dimensions and applications.
    2.1355954 Drop SAP temp tables.
    3.1428764 confilict only if you use Oracle 10 g, if you don't, then forget it.
    I used 1378705 and problem resolved temporarly, but still exists after 1 day.
    There are different reasons for getting the error message. In our case, problem is at backend BW and, BW system running on HP unix OS.
    Checked librfc32.dll in the
    directory /usr/sap/BP1/DVEBMGS00/exe.
    Executed the following MDX statment in MDXTEST transcaction, and it
    executed in both the available instances.
    SELECT
    {[Measures].MEMBERS} ON COLUMNS,
    [0MATERIAL].[LEVEL00].MEMBERS ON ROWS
    FROM [$ZCO_CDPC].
    Even i also don't have clue how SAP resolved this issue.
    Regards,
    Naresh

  • BPC 7.5 NW - EVDRE error retrieving data

    Hello all.
    I have a problem with my BPC 7.5 NW system.
    I am working with BPC 7.5 NW SP07, and I did all the installation and configuration steps with both .NET and ABAP components.
    But when I try to execute an EVDRE, the system shows the next error message:
         "EVDRE encountered an error retrieving data from Web Server"
    I checked ST22 transaction and I saw that /BI0/02xxx tables are not created or activated. I checked these tables in SE11 transaction, and they don´t exist.
    I saw several posts and a couple of notes with this problem. They say that these temporary tables are needed to be created or activated, but I couldn´t see anywhere the way to solve the problem in case the tables are not created.
    Does anyone have any idea? What is the cause of this problem? Why these are not being created?
    Thanks in advanced.
    Best regards,
    Fernando

    1. Login into BPC for Admin
    2. Once logged into your Appset , open the Dimension library
    3. Process each dimension by selecting the "Process members from membersheet" and by unchecking the "Take system offline" option
    4. Process all the dimensions one by one not together.
    5. Once processing the dimensions is done then open the Applications and Modify each Application by adding or changing the Application Description.
    6. Once done modifying Applications then logout of the BPC Admin and BPC Excel.
    7. Login back again into BPC for Excel by going through the connection wizard.
    Ideally this should solve your problem and If all the dimensions are processed successfully then logoff and login to see if you stilll see the EVDRE error.
    Hope this helps.
    Regards,
    Sanjeev

  • While importing a request error message' Check-sum error in data file'

    Hi Friends
    I have a problem.
    We are trying to inport a request after putting the files in cofile and data file folders( 4.6C System).While doing so an error message is seen in the log " Check-sum error in data file after XXXX bytes".
    Can some one help me with this?
    Thanks
    Regards
    Ankur

    Hi Ankur,
    It is sure your file is corrupted or not present.
    Check in cofiles and data directory under /usr/sap/trans your transport request number.
    Best Wishes.
    Kumar

Maybe you are looking for

  • Alert in BPM not triggered anymore

    Hello, I have a strange behavior in my integration process. I defined an alert category in ALRTCATDEF and in my BPM I trigger an alert using that defined category. This worked fine so far, but after making some non alert-related changes in the proces

  • Powerbook loses linksys router connection

    I have a Powerbook G4 and am using a Linksys wireless router to connect to the internet (along with my roomates windows laptop.) It usually works very well, but when I put my computer to sleep it frequently can't find the router when I turn it back o

  • Std price, MAP, FIFO, LIFO

    Hi, Per my understanding, standard price and moving average price are used to post stock value realtime, and FIFO and LIFO used in the period end to adjust the stock value. This way is only to reduce the human effort. Is it right? Guys, please give y

  • Have each web page display at full page width automatically

    How can I set Firefox to automatically display each web page that I open at full page width. Microsoft IE9 does this for me and it is very helpful. I have to adjust each web page to full width every time, since Firefox does NOT remember the full page

  • Error in Excise Invoice creation - J1IIN

    Hi Gurus, I have done a Billing Document, in TAXINN , in which the duty elements are Basic - 20000 , 2% ECS - 400 & 1% H & S Cess - 200, while going for J1IIN I am getting error as below : Balance in transaction currency Message no. F5702 Diagnosis A