Error in vl02n .

Dear gurus
i have added customer field in vl01n header level and item level.
its working fine but when i execute vl02n it throws dump error
Short text
    SQL error in the database when accessing a table.
Missing RAISING Clause in Interface
    Program                                 SAPMV50A
    Include                                 MV50AFDB
    Row                                     14
    Module type                             (FORM)
    Module Name                             LIKP_SELECT
Trigger Location of Exception
    Program                                 SAPMV50A
    Include                                 MV50AFDB
    Row                                     20
    Module type                             (FORM)
    Module Name                             LIKP_SELECT
please help
Regards
Saad Nisar

Please attach the first 5 page of dump files.
What dump is it?

Similar Messages

  • Error in VL02N: Business Area 701 does not exist

    Hi experts,
    There's an error that occurs while trying to post a delivery in VL02N, a display log is opened with the message "Business Area X does not exist", the Business Area "1701" is already created, nevertheless, when I try to post the delivery I cheked the Business Area in the Financial Processing tab and it appears as "701" instead of "1701".
    I hope any of you can help me.
    Thanks in advance
    Eloy Venegas

    hi,
    For the Sales Area, check the rule for determining the Bzness Area(S&D>Basic Functions>Account Assgmnt/Costing>Business Area Account Assignment>...) and make sure ur bzness area '1701' is assigned to the sales area/or any combination that you've defined in the rule.
    Let us know, if this helps?
    Reward, if helpful.
    Rgds,
    Raghu.

  • Text Id language not Found - Error in VL02n

    Hi All,
    While assigning output type to VL02N header , i am getting the error
    Text  ID  language  not found
    Message no. TD600
    Diagnosis
    You want to read a text which does not exist in the data base (or update memory).
    System Response
    Reading could not be carried out.
    Procedure
    You need to create this text:
    1. Initialization (module INIT_TEXT)
    2. Save (module SAVE_TEXT)
    what could be this due to.
    It was working fine yesterday. today it is showing this error.
    i have gone through the program also.
    Kindly tell me what could be this due to
    and
    how to solve this.
    Vikki.

    Hi Suresh,
    In the READ_TEXT the exceptions are handled. I havent commented it.
    Even then the error prevails.
    And even i tried to comment all the READ_TEXT codes in the driver program and tried.
    The error is still there. this error is seen when we assign the output type in the
    MENU > EXTRAS---> DELIVERY OUTPUT -
    > HEADER.
    will this be due to any confiuration settings problem?
    Awaiting your reply.
    Vikki.

  • Error in VL02N- return delivery

    Hello SAP masters,
    While doing VL02n(Return delivery) I am getting error message u2013 Order receipt/ delivery not possible, credit customer blocked.
    Cannot recieve MRA for a delivery *********** due to set up issue.
    could someone please help me on this?
    Thanks
    Sha

    Hi,
       Use txn. FD32 (status view) to remove the blocked flag.
    or
       check txn. VKM1, VKM3, VKM5
    Regards
    GK.

  • 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 in SAP code when using VL02n

    I am trying to use VL02n to do a PGI (post goods issue).  The problem just started today when we activated a requirement on an output type.  This error does not occur in development but only in Test.  Below is the short dump of the error.  Does anybody have any ideas what could have gone wrong when we activated the output type requirement?
    Information on where terminated                                                       
        The termination occurred in the ABAP program "SAPLKKBL" in                        
         "K_KKB_LIST_DISPLAY".                                                            
        The main program was "RSM13000 ".                                                                               
    The termination occurred in line 418 of the source code of the (Include)          
         program "LKKBLU01"                                                               
        of the source code of program "LKKBLU01" (when calling the editor 4180).          
        The program "SAPLKKBL" was started in the update system.                          
      388     l_fieldcat_state = '2'.                                                       
      389     l_sort_state     = '2'.                                                       
      390     call function 'ALV_EXPORT_TO_BUFFER_KKBLO'                                    
      391         exporting                                                                 
      392              is_ltdxkey             = ls_ltdxkey                                  
      393 *            I_LANGU                = SY-LANGU                                    
      394              it_fieldcat_kkblo      = gt_stack-it_fieldcat                        
      395              i_fieldcat_kkblo_state = l_fieldcat_state                            
      396              it_sort_kkblo          = gt_stack-it_sort                            
      397              i_sort_kkblo_state     = l_sort_state                                
      398              it_filter_kkblo        = gt_stack-t_filter                           
      399              is_layout_kkblo        = gt_stack-is_layout                          
      400         exceptions                                                                
      401              no_key                 = 0                                           
      402              no_export              = 0                                           
      403              others                 = 0.                                          
      404     if sy-subrc ne 0.                                                             
      405     endif.                                                                        
      406   endif.                                                                          
      407                                                                               
    408 *... Export Stack to Memory                                                       
      409   perform stack_memory_export.                                                    
      410                                                                               
    411   if i_screen_start_line ne 0.                                                    
      412     gt_stack-is_layout-i_am_popup = 'X'.                                          
      413   endif.                                                                          
      414                                                                               
    415   if gt_stack-is_layout-detail_only is initial.                                   
      416     if gt_stack-is_layout-suppress_dynpro is initial.                             
      417       if i_screen_start_line eq 0.                                                
    >>>>>         call screen 500.                                                          
      419         sy-pagno = g_sypagno.  "wegen Dynpro 200 Spoolinfo bei F8+Druck           
      420       else.                                                                       
      421         call screen 501 starting at i_screen_start_column                         
      422                                     i_screen_start_line                           
      423                         ending   at i_screen_end_column                           
      424                                     i_screen_end_line.                            
      425         sy-pagno = g_sypagno.                                                     
      426       endif.                                                                      
      427     else.                                                                         
      428       if gt_stack-is_layout-interface_complete is initial.                        
      429         perform first_list_display.                                               
      430       else.                                                                       
      431         perform list_output_new tables t_outtab                                   
      432                                        gt_dummy.                                  
      433       endif.                                                                      
      434     endif.                                                                        
      435   else.                                                                           
      436     gs_selfield-tabindex = 1.                                                     
      437     gs_selfield-tabname  = gt_stack-i_tabname.                                    
    Regards,
    Davis

    The error message is Posting_illegal_statement and yes I did search OSS (I always do that first) but I could not find anything relevant to my error.
    Regards,
    Davis

  • Runtime error while clicking PGI in VL02n

    After Creating slaes , delivery and transport order and when clicking PGI, i am getting the following error.May I know the possible solution for this.
       when a goods movement for an inbound or outbound delivery is posted
       directly from VL31N/ VL01N, XBLNR is not yet known when we call
       CKMV_AC_DOCUMENT_CREATE, but the number is supposed to be stored in
       BKPF as well. There is no other way to forward XBLNR to FI as not
       every document is posted by MB_CREATE -> a new function module in
       MBWL for transferring the information, called by FI, meant to load
       the complete function group for all MBxx postings when this isn't
       required (Performance). Would be the better way to transport the
       information after switching off MBxx in later release.
       corresponding IMPORT ... FROM MEMORY ... can be found in
       AC_DOCUMENT_POST (FORM FI_DOCUMENT_PREPARE (LFACIF5D))
         l_mem_id = 'MKPF-XBLNR'.                                   " 641365
         EXPORT xblnr = xblnr_sd TO MEMORY ID l_mem_id.             " 641365
       ENDIF.
       IF xmkpf-xabln IS INITIAL.                               "note 434093
           CALL FUNCTION 'MB_XAB_NUMBER_GET'.                   "note 434093
       ENDIF.                                                   "note 434093
    ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_01 SPOTS ES_SAPLMBWL STATIC.
    ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_02 SPOTS ES_SAPLMBWL.
       CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'
            EXCEPTIONS
              error_message = 4.
    As soon as we have started to put things into UPDATE TASK, we must
    ensure that errors definitely terminate the transaction.
    MESSAGE A is not sufficient because it can be catched from
    external callers which COMMIT WORK afterwards, resulting in
    incomplete updates. Read note 385830 for the full story.
       IF NOT sy-subrc IS INITIAL.
          MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH            "385830
                     sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        MESSAGE A263.
       ENDIF.
    Regards,
    Madhusudhan.

    Hi Madhu,
                   use BADI_LE_SHP_GOODSMOVEMENT,it will trigger from inbound (VL32N)And out bound delivery(VL02N) when you click on the PGI(Post goods issue).and the Function module  CALL FUNCTION 'MB_CREATE_GOODS_MOVEMENT'.it will fullfill ur rqirement.
    Regards

  • Display error message as ALV in VL02N

    Dear ABAPers
    I need your help to displayed all details that available in ct_finchdel table in DELIVERY_FINAL_CHECK class of vl02n tcode. i inserted 10 records with message type 'E' but error message display as normal 'E' type in message bar without displaying my records. could you please guide me to solve this problem.
    Thanks
    Janaka

    Hi,
    We can't show 10 error messages at a time..If u insert 10 rows the 10th row will be displayed.. If u wan't to show all the error messages at a time u need to maintain error log.
    Regards
    krishnakiran

  • Error during Post Goods Issue of Material in VL02N for STO Purchase Order

    I am getting one error message during Post goods issue of Material for STO Purchase order.
    I am doing the Post goods issue in T code VL02N
    Error is " Account type D is not defined for Document type WL"
    What is the settings required to be done.
    Thanks,
    Shailendra

    Please check Plant customer master reconsilation account properly maintained or not in XD03 transaction.

  • VL02N:Post Goods Issue Error: PXA_NO_FREE_SPACE

    Hi gurus,
    i am testing post goods issue under vl02n after posting&delivering a sales order with type OR. the ' PXA_NO_FREE_SPACE' error occured after my clicking post good issue.
    PFB the error log, can anyone help to solve it out. TIA.
        No PXA storage space available at the moment.
    What happened?
        The current ABAP/4 program had to be terminated because there
        was no space available to load it.
        Each ABAP/4 program to be executed is stored in a central
        storage area that is divided between all users.
        This area was too small to hold all currently active programs for all
        users.
        Resource bottleneck
        The current program "SAPMV50A" had to be terminated because
        a capacity limit has been reached.
    What can you do?
        Since this could have resulted in a temporary bottleneck, you should
        try to restart the program.
        Ask your system administrator to increase the size of the area (PXA)
        used to store the ABAP/4 programs.
        Note which actions and input led to the error.
        For further help in handling the problem, contact your SAP administrator
        You can use the ABAP dump analysis transaction ST22 to view and manage
        termination messages, in particular for long term reference.
    Error analysis
        Unable to load a program of 1048576 bytes.
        The PXA ('program execution area') was too small to hold all
        currently active programs for all users.
        At present, the size of the PXA is set at 144868 Kbytes.
        The largest contiguous and unlocked memory chunk has 1014784 bytes.
    How to correct the error
        The current size of the PXA was set at 144868 kilobytes.
        You can increase or decrease the PXA in the SAP profile. When
        doing this, please refer to the relevent instructions in the
        installation manual.
        You can use the utility program 'ipclimits' to display the
        available system resources.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "PXA_NO_FREE_SPACE" " "
        "SAPMV50A" or "FV50XF0B_BELEG_SICHERN"
        "BELEG_SICHERN_POST"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
        4. Details about the conditions under which the error occurred or which
        actions and input led to the error.
    any reponses will be awarded,
    regards,
    samson

    Check these links where the same issue was discussed
    [PXA_NO_FREE_SPACE|http://www.sapfans.com/forums/viewtopic.php?f=12&t=304020&p=917783]
    [PXA_NO_FREE_SPACE Error|http://sap.ittoolbox.com/groups/technical-functional/sap-basis/pxa_no_free_space-error-858115]
    thanks
    G. Lakshmipathi

  • In VL02N, getting runtime error "dynpro_msg_in_help" when deleting outbound delivery in production

    Hello SD members,
    I have an issue in which while executing VL02N and trying to delete the outbound delivery getting runtime error "dynpro_msg_in_help" in production system.
    Kindly suggest how to solve this...
    Regards
    Venkat

    Hi Venkata Pradeep,
    Can you please proivde more details about an error to understand the issue.
    Regards,
    Pravin

  • VV501 error in Posting Goods Issue (VL02N)

    Hi,
    in VL02N when we try to "Post Goods Issue" sap gives the error "vv501 - Blocking error"
    The error is like below:
    Diagnosis
    A system error occured during the attempt to block the material you are processing.
    System Response
    It can be assumed that problems exist in the system at the moment, which prevent proper processing. The whole transaction is therefore stopped.
    Procedure
    Please inform your system administrator as soon as possible.
    Any suggestions ??
    Edited by: Oguzhan Subasi on Oct 5, 2011 10:38 AM

    When i checked for SAP Note 78252 - Posting inventory difference: Blocking error, here is what writen in the note:
    *& Title: MM07MFB9                                                     *
    FORM BUCHEN_INITIALISIEREN.
       READ TABLE PREFETCH04 INDEX 1.
       IF SY-SUBRC IS INITIAL.                                     " delete
       IF SY-SUBRC IS INITIAL AND INVENTUR IS INITIAL.             " insert
         CALL FUNCTION 'MB_PREREAD_MATERIAL_VALUES'
              EXPORTING MBEQU = TCURM-MBEQU
              TABLES    PRE04 = PREFETCH04.
       ENDIF.
    ENDFORM.
    when i look to the code, i cant see the codes that should be deleted according to that note. I see that another SAP note (316622) had been apllied. It is ilke below:
      IF MBVAL IS INITIAL.
        DATA: XLOCK.                                           "note 316622
        IF NOT XMBWL IS INITIAL AND XLOCK_ALLP IS INITIAL.     "note 316622
          "No lock on EM07W because lock already exists        "note 316622
          XLOCK = X.                                           "note 316622
        ELSE.                                                  "note 316622
          "Lock EM07MW in exclusive mode                       "note 316622
          CLEAR XLOCK.                                         "note 316622
        ENDIF.                                                 "note 316622
        CALL FUNCTION 'MB_PREREAD_MATERIAL_VALUES'
             EXPORTING
                  MBEQU = TCURM-MBEQU
                  XONLY = XLOCK                                "note 316622
             TABLES
                  PRE04 = PREFETCH04
                  PRE21 = PREFETCH21
    *          pre22 = prefetch22.                                     "kaz
                  PRE22 = PREFETCH22                            "kaz
                  PRE29 = PREFETCH29                           "kaz
                  IT_ENQUEUE_EXCEPTION = LT_ENQUEUE_EXCEPTIONS. "396879
    Should i insert the line ?

  • BDC FOR VL02N FOR Batch DETERMINATION --ERROR IN BACKGROUND

    HI,
    I am running a BDC in Background Mode for VL02N Transaction for Batch Determination. When i run this BDC in Foreground its working Fine, But when i use Background Mode its not working.
    Error in Messtab : LIPS-POSNR(1).
    Flow is like : Vl02n - enter delivery..then select a material in that delivery and click on batchdetermination.
    So its giving me error in LIPS-POSNR(1).
    Can u suggest something..
    Thanxs
    RISHI

    Hi,
      Check whether proper ok-code has been assigned to the line to be selected in back ground, in foreground as there is always a manual intervention,we will never come to know these kind of trivial issues,
    Rgds,

  • Error  While doing PGI from VL02n

    Hello all,
    Iam doing PGI from VL02n transaction and getting  the following error :
    E M7 055
    "G/L account 500001 does not exist in company code RB02."
    Please explain why is it going after G/L account 500001.
    Thanks & Regards,

    Hi,
    I think the cost centre has not been configured for the material.It is a functional issue so ask your functional consultant to configure it.
    Thanks,
    Sandeep.

  • Error while doing PGI from VL02n Transaction.

    Hi..
    I am doing PGI from VL02n transaction and getting the following error. "Plant conversion Failed".
    Any idea what might be wrong.
    Thanks and apprecite ur help.

    PGI is the simplest BDC you can ever write. If you are getting this error, there must be something wrong with the data. Try doing the transaction call online in debug mode and see where the error comes from. You can then identify what needs to be done.

Maybe you are looking for

  • With classification release procedure for PO

    Dear Experts , here one issue is with classification release procedure for PO when I create characteristics in Additional data table name :-- Cekko field name  :-- match code enter click all sec charars then which block I select to go next screen and

  • How do you delete files in Pages?

    How do you delete a document/file in Pages?

  • Firewire Drive to Thunderbolt via Apple adapter speed issues.

    Hi, My old MBP recently died (plastic at the back started to melt) while doing lots of editing so have bought a new MBP Retina display. As it only has USB3 and Thunderbolt ports, I purchased the apple Firewire 800 to Thunderbolt adpater to connect th

  • Problem getting accumulative value by a user defined week

    I have a requirement where I have to accumulative values by week where a week is defined as Sunday to Saturday. For example: date           value     acc_value           9/1/2010     2     2          Wed      9/2/2010     5     7          Thur      9

  • CS6 Bridge & .DNG questions

    Trying out CS6, Bridge doesn't open: File > Browse Bridge = cursor changes to hourglass but Bridge never opens; File > Browse in Mini Bridge = " waiting for CS6 Bridge..." message indefinitely; am I missing step?  ACR8.3 & TIF process all work AFAICT