Error in VA02 (FI)

Hi,
I got an error while running transaction VA02 (FI)
CO account assignmnet error ..
Kindly help me to debug
i ENTERD ONE ORDER NO AND DEBUGED SWITCHED ON,
i M GETTING LIKE ORDERNO IS SAVED OR ARCHIVED AS IN RED COLOUR
WHAT DOES IT MEAN
Sincerely
Jaya
Edited by: Alvaro Tejada Galindo on Apr 7, 2008 11:05 AM

Are you opening various systems or clients simultaneously?? Probably, you are executing this in a different client/systme than the one you want to test it in and there this order(order number) is not existing.

Similar Messages

  • Update terminate error in va02 Z print program

    Hi All,
    I have an update terminate error in va02 Z print program when it encounters information message statement while printing the sales order.
    I have changed it to status message then no error
    This is happening only in precessing status 4(send immediately) in edit message in va02
    Regards,
    Venkat

    Hi venkat,
    Go to SM13 . there it gives the line no. where the termination has occured. You can debug the program from there and make relavent changes.
    Amar

  • Condition error during VA02

    Hi,
    I have created a new conditon ZZ01, applied to the pricing procedure, tested it in sandpit and it works. But after transport it toour QA client, the error msg
    No text is defined for language EN usage A appl. V cond. type (T586T)
    Message no. V1201
    Diagnosis
    There is no entry for condition type with the specificed characteristics in text table T685T
    Can anyone tell me how I can debug the above error?  Where to put the break point and the variable needed to check?
    Thank you so much in advance.
    Regards,
    Rebella

    Hi,
    Follow these steps in the QA client:
    In Se16, enter the table name as T685T. Press Enter
    Check whether the condition type which you have created exists in this table.
    Also using transaction VK13, check whether the Condition type is transported correctly.
    Regards,
    Mansi.

  • Sales order prod costing error and extracting the cost $ value

    We are doing sales order product costing via custom program which internally calls FM CKKA_Costing_Process, CK_F_SD_ORDER_CALC and all other std processes and calculates the cost. In the event of error, the calculated dollar value is getting cleared. Is there any way we can find and extract the cost $ value in case of costing error?

    Owen,
    That's fine. Not worried about the error. But business needs the cost calculated with the error. Is there anyway we can get the cost $ while error. VA02 costing returns error too, but we have the cost updated.
    Regards
    Gopi

  • Background Job - Log Not found (in main memory)

    Gents,
    I am triggering a background through an RFC using JOB_OPEN,JOB_SUBMIT & JOB_CLOSE
    the program associated with the Job is put in to execution immly I don't have any problem
    but some Jobs are in Cancelled Status  coz the program was terminated due to the Error Message
    Log not found ( in main memory ) Message Class - BL Message ID - 207 all the cancelled jobs are
    having the same message.
    It's pretty sure that this message is not issued by my background program.How to get rid of this
    is there any SAP Notes.
    Best Regards-Sreeni Anbarasan

    Check out if there has been any update error in VA02 using transaction SM13.
    Lokesh

  • Update Rules inactive-Log not found in main memory

    Hi
    I am trying to active update rules but it is failing with log not found in main memory. 
    I tried  update rules syntax check and system says no error when checking the update rules.
    What could the reason? How can I dig this further? Please advise ASAP as this is urgent.
    Regards
    Vennela

    Check out if there has been any update error in VA02 using transaction SM13.
    Lokesh

  • Problem in Credit Management

    Hi Experts,
    Suppose credit limit of customer 'X' is Rs. 100. When we are creating sales order more than 100, system is giving error message of dynamic credit check and order can't be saved which is absolutely ok as the same is configued in OVA8.
    But if somebody creates the order of less than rs. 100 and saves the order. And if he change that order(VA02) and increase the value of order more than rs. 100, system gives only warning message of dynamic credit check and order can be saved which cause the over credit expousre.
    Now the problem is why it is giving warning message in VA02 while we have configured the dynamic credit check as 'D' error message which is ok in VA01.
    **Assured points for satisfactory answers**
    Thanks
    Kuldeep Dahiya
    Edited by: Kuldeep Dahiya on Jul 5, 2008 2:50 PM

    Hi Friends,
    Actually the above problem is due to a standard of SAP. As per the following notes SAP have delebrately convert the error message into warning message while changing the sales order or delivery so that updated document can be saved and blocked for further processing.
    416637 - Sales order w credit check = error in VA02 cannot be saved
    523996 - Delivery with credit check = error in VL02N
    706034 - Warning instead of error message for credit check
    So, if you want that error message will remain error message in change mode (VA02 or VL02N), comment or delete the coding part in function "SD_ORDER_CREDIT_CHECK" (SE37) which convert the error message in warning message as per above notes.
    Thanks
    Kuldeep Dahiya

  • Error while saving the documents in Transactions MIRO,VA02, VA01, ects

    Hi SAP Gurus,
    i am geting an popup error while saving or after changing the documents in MIRO VA01, VA02 transactions..
    The error is  * " Condition Table Missing : Access JST1 60 ( Pricing Taxes ) " *
    can u please help me out.
    Regards
    Kumar m

    Hi,
    Found a note explaining the significance of these errors.
    It says:
    "NZE-28862: SSL connection failed
    Cause: This error occurred because the peer closed the connection.
    Action: Enable Oracle Net tracing on both sides and examine the trace output. Contact Oracle Customer support with the trace output."
    For further details you may refer the Note: 244527.1 - Explanation of "SSL call to NZ function nzos_Handshake failed" error codes
    Thanks & Regards,
    Sindhiya V.

  • Error while activating enhancement in va02

    Dear gurus
    i have made an enhancement point in program MV45AFZB t-code VA02
    below is the code
    if sy-uname ne vbak-ernam.
      if vbap-ABGRU eq 'Z1'.
        MESSAGE 'You are not Allowed to Change RM Block' TYPE 'I'.
        ENDIF.
        ENDIF.
    The Code is syntactically correct
    but when i activate it it give error
    SQL error in the database when accessing a table.
    Missing RAISING Clause in Interface
        Program                                 CL_ENH_CONTRACT===============CP
        Include                                 CL_ENH_CONTRACT===============CM00Z
        Row                                     1
        Module type                             (METHOD)
        Module Name                             GET_ALL_INACTIVES_FOR_OBJECT
    SELECT * FROM dwinactiv INTO TABLE inactives
       94    WHERE obj_name IN l_sel
       95    AND  ( object = 'REPS' OR
       96 *          object = 'CINC' OR
       97 *          object = 'INTF' OR
       98           object = 'METH' OR
       99           object = 'TYPE' OR
      100           object = 'FUNC' ).
      101 *BREAK STORTZ.
    Please help
    Regards
    Saad nIsar

    Dear SAAD ,
    Ur code is correct , instead of vbap write XVBAP ,  in global variable of include program its standard by sap .
    Joy .

  • While saving the delivery no in VA02 dump error showing (Arithmatic overflo

    Hi,
    while saving the delivery no in VA02, one dump error getting displayed.
    Arithmatic over flow occurs.
    Can any one can say how to rectify the program to avoid dump error
    The below lines are showing in dump.
    Waiting for quick response.
    Error analysis                                                                 
                   An exception occurred that is explained in detail below.                                                       
                   The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not                                                       
                    caught in                                                       
                   procedure "USEREXIT_SAVE_DOCUMENT_PREPARE" "(FORM)", nor was it propagated by a                                                       
                    RAISING clause.                                                       
                   Since the caller of the procedure could not have anticipated that the                                                       
                   exception would occur, the current program is terminated.                                                       
                   The reason for the exception is:                                                       
                   An overflow was discovered in an ongoing arithmetical operation with                                                       
                   operands of type P. Possible causes are:                                                       
                   1. The result field of type P is too small for the result.                                                       
                   2. The result or a intermediate result has more than 31 decimal places.                                                       
         How to correct the error                                                                 
                   The result field must be enlarged, if this is still possible. It may                                                       
                   also be possible to break up the current process into subprocesses so                                                       
                   that only smaller values occur.                                                       
                   There may already be a solution to the error in the SAP notes system.                                                       
                   If you have access to the SAP notes system first try searching with the                                                       
                   following keywords:                                                       
                    "COMPUTE_BCD_OVERFLOW"                                                       
                    "BCD_FIELD_OVERFLOW" (Until release 4.0a, this runtime error occurred at this                                                       
                    position)                                                       
                    "SAPMV50A" or "ZSDI_MV50AFZ1_CRPC_CALC_4QA"                                                       
                    "USEREXIT_SAVE_DOCUMENT_PREPARE"               ***----
         Information on where terminated                                                                 
                   Termination occurred in the ABAP program "SAPMV50A" - in                                                       
                    "USEREXIT_SAVE_DOCUMENT_PREPARE".                                                       
                   The main program was "SAPMV50A ".                                                       
                   In the source code you have the termination point in line 666                                                       
                   of the (Include) program "ZSDI_MV50AFZ1_CRPC_CALC_4QA".                                                       
                   The termination is caused because exception "CX_SY_ARITHMETIC_OVERFLOW"                                                       
                    occurred in                                                       
                   procedure "USEREXIT_SAVE_DOCUMENT_PREPARE" "(FORM)", but it was neither handled                                                       
                    locally nor declared                                                       
                   in the RAISING clause of its signature.                                                       
                   The procedure is in program "SAPMV50A "; its source code begins in line                                                       
                   208 of the (Include program "MV50AFZ1 ".
    657                           ADD: xvbap-brgew TO l_w_tot_list_vals-brgew,                                                  
         658                                xvbap-zzlogpoint TO l_w_tot_list_vals-zlogpoint,                                                  
         659                               xvbap-zztotgrossvalue TO                                                  
         660                               l_w_tot_list_vals-totgrossvalue.                                                  
         661                                                                 
         662                                                                 
         663                           l_w_tot_list_vals-gewei = xvbap-gewei.                                                  
         664                                                                 
         665                           IF NOT xvbap-pstyv IN zzt_free.                                                  
         >>>>>                             ADD xvbap-volum TO l_w_tot_list_vals-volum.                                                  
         667                           ELSE.                                                  
         668                             ADD xvbap-volum TO l_w_tot_list_vals-volum_f.                                                  
         669                           ENDIF.                                                  
         670                           ADD 1 TO l_w_tot_list_vals-zw_nbitem.
    Best Regards,
    BDP
    Edited by: Bansidhar Padhy on Jan 26, 2010 8:24 AM

    ADD xvbap-volum TO l_w_tot_list_vals-volum.
    Declare l_w_tot_list_vals-volum as  "like vbap-volum" or (preferably) "type volum_ap".
    If you're using a packed decimal, you've done something like....  volum(5) type p decimals 2, which is a great way to get an overflow...if you use packed decimals in a program...declare <field> type p decimals <n> without a length attribute, so that SAP can use the full 8 bytes for the calculation.....the put it into a alpha field for display, if needed....

  • Screen Error while saving VA02 Transaction

    Dear All,
    Yesterday there was a sudden power failure in my company. Even UPS also got fail. Due to which some errors are coming in Production Server.
    The error is coming in VA02 transaction while saving the transaction. The error is: "SAP SYSTEM MESSAGE - ERROr IN LOADING SCREEN: NO END LABEL".
    Here is the below log from SM21 transaction.
    Date : 31.10.2009
    Time -Type-Nr-Clt-User-TCode-Priority-Grp-N-Text
    18:54:00-DIA-000-554-ITDEPT--VA02-D0-1-ransaction Canceled 00 029 ( SAPLSPO2 0301 )
    18:54:01-DIA-000-554-ITDEPT----
    R4-7-Delete session 001 after error 024
    So can you please explain, what I need to do to resolve the error. Although I have already activated the program SAPMV45A.
    Regards,
    Vishal

    This link describes similar circumstances.
    Error Loading Screens - No End Label
    No solution was found and OSS logging was suggested.

  • Error message in processing log in VA02 in External send.

    Hi,
    In my smartform I am using READ_TEXT to read one text and I have checked the exceptions also in the call to function module.
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    ID                            = 'ST'
    LANGUAGE                      = ZNAST-SPRAS
    NAME                          = Y_LV_NAME
    OBJECT                        = 'TEXT'
    TABLES
    LINES                         = y_i_tline
    EXCEPTIONS
    ID                            = 1
    LANGUAGE                      = 2
    NAME                          = 3
    NOT_FOUND                     = 4
    OBJECT                        = 5
    REFERENCE_CHECK               = 6
    WRONG_ACCESS_TO_ARCHIVE       = 7
    OTHERS                        = 8.
    endif.
    But I am not maintaining the text in SO10 and the READ_TEXT will return sy-subrc 4 .In va02 in messages tab ,I am creating output 1(print output) and 5 (external send) and save the document.when I check the processing log for both,In print output I can't see any error messages.But in external send I am getting error message that the text <my text> not found in language <my lang>.I want to know why the error message (exception thrown by READ_TEXT)comes in EXternal send in processing log and it is not coming in the processing log of print output ? .can anybody help me out ? I can't debug while saving the document since everything is handled in back groud(The smartform won't get triggered while saving).

    hi
    Please debug, for which u need to '/H'  B4 that have a break-point in  ur Driver program on SSF or the READ_TEXT Fm and SAVE  in debug mode. When in DEBUG mode ,Under SETTINGS  choose SYSTEM DEBUGGING and UPDATE DEBUGGING  which allow you to debug and check the Error/Exception from the READ_TEXT FM ...
    surya

  • How to track error message when calling Transaction: va02

    Hi all,
        As we all know, when we change an order through T-Code: VA02, system will update modified data to corresponding database. Meanwhile, if our operate is not legal or incorrect on T-code: VA02, system will call corresponding error messages to us.
        Now I want to know:
       1. how to track the error messages
       2. Is there any Tcode such as: SM21 that we can see the message logs after our operation?
    Thanks.

    Hi ,
    message table for call transaction
    DATA: BEGIN OF G_T_MSG OCCURS 0.
            INCLUDE STRUCTURE BDCMSGCOLL.
    DATA: END OF G_T_MSG.
    Exucute transaction via Call Transaction
      CALL TRANSACTION  'FB01'
                     USING g_t_bdcdata
                     MODE g_l_mode
                     UPDATE 'S'
                     MESSAGES INTO g_t_msg          .
    errors will be stpored in the table g_t_msg ..
    Thanks .

  • Error message in va02

    Hi,
    When i am any sale document in va02 , its giving error message as
    'Specify either address number or address handle'.
    I searched in sdn, but no solution found.
    Provide any solution
    Thanks in advance

    Hi ,
    i think VBPA-ADRNR not in the ADRC table ,how many SO u got like this ?
    regards
    Prabhu

  • VA02 Internal error in comm. bt configuration and sales doc.GET_CONFIG_MODE

    Hi all,
    I am on ECC6.0 and get this error. I deleted SD BOM in CS62 and tried opening order in VA02 but no luck; same error: "Internal error in communication between configuration and sales doc.GET_CONFIG_MODE"
    I following instruction in notes below (Execute function module)
    You must enhance the interface of function module CUKO_DDB_CONFIGURATION_FINISH by import parameter IV_NO_CBASE (reference type C, proposal SPACE, optional).
    In Release 4.6C, you must also implement Note 368412.
    Appreciate if anyone has other suggestions,
    Many thanks,
    Hetal

    Hello Hetal,
    SAP note 900047 describes a possible reason for this error message.
    The note also describes how to use report RCU_CHECK_CONFIGURATION (see SAP note 200914) to be able to open the affected sales orders again.
    Hope this helps.
    Best regards,
    Daniela Hukle

Maybe you are looking for

  • Old hard drive crashed, how do I re-install my music from iPod to new drive

    My hard drive crashed and I received a new hard drive from Dell. Reinstalled most applications, however, prior to downloading iTunes - how do I ensure that the songs I purchased, playlists, and other songs I added from CD's are available? I also have

  • Sending Message from Topic1 to Topic2 using OSB proxy service

    Hi all, I have created a proxy service which listens to a topic and a business service which writes to a topic. In proxy service, in stage i have used publish action to call the business service. Through Test console if i test and able to write the m

  • Help in applet logic sought

    hello all, find below a simple applet which is supposed to print all permutations and combinations of the word entered in textfield irrespective of the length of the word eneterd. ur help sought here. import java.awt.event.*; import java.applet.*; im

  • Sender Soap Client

    Hello, I have tested  Altoval XML spy (Soap/Webservice Client on my local machine) -- XI -- R/3. Instead of xml spy I want java client -- XI -- R/3 with scanerio that java client(Java Class) is standalone application. Pls send me docs/links for scena

  • Pagination do not have choice of returning all rows

    I have apex 3.0. When report is built, I normally give pagination scheme "Row Rnages 1-15 16-30 in select list (with pagination)", Number of Rows 15, Maxium Row count 2000. Problems are 1. Can not have "all rows" as select list choice ? (OEM grid has