Cheque Printing Abap Dumps

Dear All Gurrus
i am facing an Abap Dump when user send cheque Printing .other document printing are Ok .please see this error
Runtime errors         LOAD_PROGRAM_NOT_FOUND       
       Occurred on     04.06.2007 at   16:18:50
Program " " not found.                                                        
What happened?
There are several possible reasons for the error:                                                                               
or                                                                               
The current ABAP program had to be terminated because the                                
ABAP processor detected an internal system error.                                        
The current ABAP program "SAPLF028" had to be terminated because the ABAP                
processor discovered an invalid system state.                                                                               
What can you do?
Print out the error message (using the "Print" function)                                 
and make a note of the actions and input that caused the                                 
error.                                                                               
To resolve the problem, contact your SAP system administrator.                           
You can use transaction ST22 (ABAP Dump Analysis) to view and administer                 
termination messages, especially those beyond their normal deletion                     
date.                                                                               
Error analysis
On account of a branch in the program                                                    
(CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)                                         
or a transaction call, another ABAP/4 program                                            
is to be loaded, namely " ".                                                                               
However, program " " does not exist in the library.                                                                               
Possible reasons:                                                                        
a) Wrong program name specified in an external PERFORM or                                
   SUBMIT or, when defining a new transaction, a new                                     
   dialog module or a new function module.                                               
b) Transport error                                                                       
b) Transport error                                                                       
How to correct the error
Check the last transports to the R/3 System.                                                                               
Are changes currently being made to the program "SAPLF028"?                                                                               
Has the correct program been entered in table TSTC for Transaction "FBZ4 "?              
                                                                                You may able to find an interim solution to the problem                                  
in the SAP note system. If you have access to the note system yourself,                  
use the following search criteria:                                                                               
"LOAD_PROGRAM_NOT_FOUND" C                                                               
"SAPLF028" or "LF028U06"                                                                 
"PAYMENT_FORM_PRINT"                                                                     
If you cannot solve the problem yourself, please send the                                
following documents to SAP:                                                                               
1. A hard copy print describing the problem.                                             
   To obtain this, select the "Print" function on the current screen.                    
                                                                                2. A suitable hardcopy prinout of the system log.                                        
   To obtain this, call the system log with Transaction SM21                             
   and select the "Print" function to print out the relevant                             
   part.                                                                               
3. If the programs are your own programs or modified SAP programs,                       
   supply the source code.                                                               
   To do this, you can either use the "PRINT" command in the editor or                   
   print the programs using the report RSINCL00.                                                                               
4. Details regarding the conditions under which the error occurred                       
   or which actions and input led to the error.                                          
System environment
SAP Release.............. "620"                                                                               
Application server....... "PKSAPT10"                                                     
Network address.......... "184.208.96.235"                                               
Operating system......... "Windows NT"                                                   
Release.................. "5.0"                                                          
Hardware type............ "4x Intel 801586"                                              
Character length......... 8 Bits                                                         
Pointer length........... 32 Bits                                                        
Work process number...... 0                                                              
Short dump setting....... "full"                                                                               
Database server.......... "PKSAPT10"                                                     
Database type............ "MSSQL"                                                        
Database name............ "T10"                                                          
Database owner........... "t10"                                                                               
Character set............ "English_United State"                                                                               
SAP kernel............... "640"                                                          
Created on............... "Oct 29 2006 23:44:46"                                         
Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"                 
Database version......... "SQL_Server_8.00 "                                                                               
Patch level.............. "155"                                                          
Patch text............... " "                                                                               
Supported environment....                                                                
Database................. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"                     
SAP database version..... "640"                                                          
Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"               
User, transaction...
Client.............. 210                                                                 
User................ "AGHAZNAVI"                                                         
Language key........ "E"                                                                 
Transaction......... "FBZ4 "                                                             
Program............. "SAPLF028"                                                          
Screen.............. "SAPMF05A 0700"                                                     
Screen line......... 43                                                                  
Information on where terminated
The termination occurred in the ABAP program "SAPLF028" in                               
"PAYMENT_FORM_PRINT".                                                                   
The main program was "SAPMF05A ".                                                                               
The termination occurred in line 332 of the source code of the (Include)                 
program "LF028U06"                                                                      
of the source code of program "LF028U06" (when calling the editor 3320).                 
Source code extract
003020     IF sy-subrc NE 0                     "bei nicht in PAYR vorhandenen o.
003030         AND payr-vblnr EQ reguh-vblnr.   "durch FCH7 (Scheck neu drucken)
003040       opayf-pstap = 0.                   "in Auftrag gegebene Schecks wird
003050     ELSE.                                "der Stapel mitgegeben, sonst die
003060       CLEAR payr.                        "Restart-Schecknummer aus PAYR  
003070     ENDIF.                                                               
003080                                                                          
003090     IF t042z-formi IS INITIAL.           "alte Zahlungsträger (nur Scheck)
003100       SUBMIT (t042z-progn) WITH zw_laufd = reguh-laufd                   
003110                            WITH zw_laufi = reguh-laufi                   
003120                            WITH zw_zbukr = reguh-zbukr                   
003130                            WITH zw_xvorl = space                         
003140                            WITH sel_zawe = i_opayf-rzawe                 
003150                            WITH par_zdru = 'X'                           
003160                            WITH par_priz = i_opayf-ppriz                 
003170                            WITH par_zfor = i_opayf-pzfor                 
003180                            WITH par_avis = i_opayf-pavis                 
003190                            WITH par_pria = i_opayf-ppria                 
003200                            WITH par_stap = i_opayf-pstap                 
003210                            WITH par_rchk = payr-chect                    
003220                            WITH par_begl = space                         
003230                            WITH sel_hbki = reguh-hbkid                   
003240                            WITH sel_hkti = reguh-hktid                   
003250                            WITH par_anzp = par_anzp                      
003260                            WITH par_fill = i_opayf-pfill                 
003270                            WITH par_espr = i_opayf-pespr                 
003280                            WITH par_isoc = i_opayf-pisoc                 
003290                            WITH par_sofo = i_opayf-psofo                 
003300                            WITH par_novo = i_opayf-xnovo                 
003310                            AND RETURN.                                   
    ELSE.                           "neue Zahlungsträger (z.Zt. nur OFX) 
003330       CALL FUNCTION 'PAYMENT_MEDIUM_ONLINE'                              
003340         EXPORTING                                                        
003350           im_formi = t042z-formi                                         
003360           im_reguh = reguh                                               
003370           im_opayf = i_opayf                                             
003380         TABLES                                                           
003390           tb_regup = xregup.                                             
003400     ENDIF.                                                               
003410                                                                          
003420   ENDFUNCTION.                                                           
Contents of system fields
SY field contents..................... SY field contents.....................
SY-SUBRC 4                             SY-INDEX 0                            
SY-TABIX 1                             SY-DBCNT 1                            
SY-FDPOS 0                             SY-LSIND 0                            
SY-PAGNO 0                             SY-LINNO 1                            
SY-COLNO 1                             SY-PFKEY UAN                          
SY-UCOMM BU                           
SY-TITLE Payment with Printout: Display Overview                              
SY-MSGTY I                             SY-MSGID F5                           
SY-MSGNO 312                           SY-MSGV1 1500000011                   
SY-MSGV2 KOPK                          SY-MSGV3                              
SY-MSGV4                              
Active calls / events
No.... Type........ Name..........................
       Program                                
       Include                                  Line    
       Class                                  
     4 FUNCTION     PAYMENT_FORM_PRINT                                          
       SAPLF028                               
       LF028U06                                   332
     3 FORM         FCODE_BEARBEITUNG                                           
       SAPMF05A                               
       MF05AFF0_FCODE_BEARBEITUNG                2333
     2 FORM         FUSSZEILE_VERARBEITEN                                       
       SAPMF05A                               
       MF05AFF0_FUSSZEILE_VERARBEITEN             148
     1 MODULE (PAI) FUSSZEILE_BEARBEITEN                                        
       SAPMF05A                               
       MF05AI00_FUSSZEILE_BEARBEITEN               46
Chosen variables
     4 FUNCTION     PAYMENT_FORM_PRINT                                          
       SAPLF028                               
       LF028U06                                   332
I_CC_CURR                      PKR                                    
                               54522                                  
                               0B200                                  
I_OPAYF                        KOPKLOCL                     0002  XCCIT
                               4454444422222222222222222222233332254445
                               BF0BCF3C00000000000000000000000020083394
... +  40                      IH  X           0001000005             
                               4422522222222222333333333322222222222222
                               9800800000000000000100000500000000000000
... +  80                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 120                                             00000000000000  
                               2222222222222222222222233333333333333  
                               0000000000000000000000000000000000000  
I_REPRI                                                                               
2                                      
                               0                                      
I_VBLNR                        1500000011                             
                               3333333333                             
                               1500000011                             
I_WWERT                        20070604                               
                               33333333                               
                               20070604                               
REGUH-LAUFI                    00001*                                 
                               333332                                 
                               00001A                                 
<%_TABLE_LFA1>                 ???                                    
REGUH-ZBUKR                    KOPK                                   
                               4454                                   
                               BF0B                                   
I_OPAYF-RZAWE                  C                                      
                               4                                      
                               3                                      
I_OPAYF-PPRIZ                  LOCL                                   
                               4444                                   
                               CF3C                                   
I_OPAYF-PZFOR                                                                               
2222222222222222                       
                               0000000000000000                       
I_OPAYF-PAVIS                                                                               
2                                      
                               0                                      
I_OPAYF-PPRIA                                                                               
2222                                   
                               0000                                   
I_OPAYF-PSTAP                  0002                                   
                               3333                                   
                               0002                                   
PAYR-CHECT                                                                               
2222222222222                          
                               0000000000000                          
REGUH-HBKID                    CITIH                                  
                               44544                                  
                               39498                                  
REGUH-HKTID                    CTOLH                                  
                               45444                                  
                               34FC8                                  
PAR_ANZP                       0                                      
                               3                                      
                               0                                      
I_OPAYF-PFILL                                                                               
2                                      
                               0                                      
I_OPAYF-PESPR                                                                               
2                                      
                               0                                      
I_OPAYF-PISOC                                                                               
2                                      
                               0                                      
I_OPAYF-PSOFO                  X                                      
                               5                                      
                               8                                      
I_OPAYF-XNOVO                                                                               
2                                      
                               0                                      
%_PRINT                            000                                
                               2222333222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... +  40                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... +  80                                0 ########                   
                               2222222222320000000022222222222222222222
                               0000000000000000000000000000000000000000
... + 120                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 160                                    0                 ####   
                               222222222222223222222222222222220000   
                               000000000000000000000000000000000000   
KNBK-KOINH                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... +  40                                                                               
22222222222222222222                   
                               00000000000000000000                   
T042Z-FORMI                                                                               
222222222222222222222222222222         
                               000000000000000000000000000000         
<%_TABLE_T012>                 ???                                    
REGUH                             2007060400001* KOPK0001000005       
                               2223333333333333224454333333333322222222
                               0002007060400001A0BF0B000100000500000000
... +  40                                        1500000011 PKR  LHP1Co
                               2222222222222222223333333333254522445346
                               000000000000000000150000001100B200C8013F
... +  80                      mpany        Supreme Gas Ind. Pvt. Ltd 
                               6766722222222577766624672466225772247622
                               D01E90000000035025D5071309E4E0064E0C4400
... + 120                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 160                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 200                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 240                         Lahore                              
                               222466676222222                        
                               000C18F25000000                        
SYST-REPID                     SAPLF028                               
                               5454433322222222222222222222222222222222
                               310C602800000000000000000000000000000000
T042I-HBKID                    CITIH                                  
                               44544                                  
                               39498                                  
XREGUP[]                       Table IT_1065[1x1184]                  
     3 FORM         FCODE_BEARBEITUNG                                           
       SAPMF05A                               
       MF05AFF0_FCODE_BEARBEITUNG                2333
%_SPACE                                                                               
2                                      
                               0                                      
RC                             0                                      
                               0000                                   
                               0000                                   
SYST-REPID                     SAPMF05A                               
                               5454433422222222222222222222222222222222
                               310D605100000000000000000000000000000000
SY-REPID                       SAPMF05A                               
                               5454433422222222222222222222222222222222
                               310D605100000000000000000000000000000000
VORSCHL_GRIRG                                                                               
222                                    
                               000                                    
XBKPF-BELNR                    1500000011                             
                               3333333333                             
                               1500000011                             
%_DUMMY$$                                                                               
2222                                   
                               0000                                   
VAKTAB                                                                               
222222222222222222222222222222         
                               000000000000000000000000000000         
XBKPF-BUKRS                    KOPK                                   
                               4454                                   
                               BF0B                                   
VORSCHL_GITYP                                                                               
22                                     
                               00                                     
XBKPF-GJAHR                    2007                                   
                               3333                                   
                               2007                                   
C_INFO_LINK                    100                                    
                               333                                    
                               100                                    
BKPF                           210KOPK15000000112007KZ20070604200706040
                               3334454333333333333334533333333333333333
                               210BF0B15000000112007BA20070604200706040
... +  40                      620070604161846000000000000000020070604A
                               3333333333333333333333333333333333333334
                               6200706041618460000000000000000200706041
... +  80                      GHAZNAVI   FBZ4                        
                               4445445422244532222222222222222222222222
                               781AE16900062A40000000000000000000000000
... + 120                             12345                           
                               2222222333332222222222222222222222222222
                               0000000123450000000000000000000000000000
... + 160                         0000                         PKR  ###
                               2223333222222222222222222222222254522000
                               000000000000000000000000000000000B200000
... + 200                      ##     #####  ####### RFBU             
                               0022222000002200000002544522222222222222
                               0C000000000C00000000C0262500000000000000
... + 240                                                                               
222222222222222                        
                               000000000000000                        
BSEG                           210KOPK15000000112007002 000000000000000
                               3334454333333333333333332333333333333333
                               210BF0B150000001120070020000000000000000
... +  40                      0          25K   SLHP1        ##########
                               3222222222233422254453222222220001000000
                               0000000000025B0003C80100000000000000C000
... +  80                      ##################PKR  #################
                               1000000000000010005452200000000000000000
                               000C000000C000000C0B200000000C000000C000
... + 120                      #######################################
                               0000000000000000000000000000000000000002
                               000C000000C000000C000000C000000C000000C0
... + 160                         000   ###############################
                               2223332220000000000000000000000000000000
                               000000000000000C0000C000000C000000C00000
... + 200                      ##0000000020070427                     
                               0033333333333333332222222222222222222222
                               0C00000000200704270000000000000000000000
... + 240                                                                               
222222222222222                        
                               000000000000000                        
SY-SUBRC                       4                                      
                               0000                                   
                               4000                                   
%_ARCHIVE                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... +  40                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... +  80                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 120                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 160                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 200                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 240                                                                               
222222222222222                        
                               000000000000000                        
SAPOS-GITYP                                                                               
22                                     
                               00                                     
T001-WAERS                     PKR                                    
                               54522                                  
                               0B200                                  
SAPOS-GRICD                                                                               
22                                     
                               00                                     
OPAYF                          KOPKLOCL                     0002  XCCIT
                               4454444422222222222222222222233332254445
                               BF0BCF3C00000000000000000000000020083394
... +  40                      IH  X           0001000005             
                               4422522222222222333333333322222222222222
                               9800800000000000000100000500000000000000
... +  80                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 120                                             00000000000000  
                               2222222222222222222222233333333333333  
                               0000000000000000000000000000000000000  
SAPOS-GRIRG                                                                               
222                                    
                               000                                    
RF05A-KOATX                                                                               
222222222222                           
                               000000000000                           
BKPF-WWERT                     20070604                               
                               33333333                               
                               20070604                               
SY-XFORM                       CONVERSION_EXIT                        
                               444545544454545222222222222222         
                               3FE65239FEF5894000000000000000         
SY-MSGID                       F5                                     
                               43222222222222222222                   
                               65000000000000000000                   
ANL_HKONT                                                                               
2222222222                             
                               0000000000                             
T001W                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... +  40                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... +  80                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 120                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 160                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 200                                                                               
2222222222222222222222222222222222222222
                               0000000000000000000000000000000000000000
... + 240                                    #                        
                               222222222222220                        
                               000000000000000                        
SPACE                                                                               
2                                      
                               0                                      
SY-MSGNO                       312                                    
                               333       

Specification of form is missing in pmnt method C for comp.code KOPK
In the include program RFFORI01 the query "SELECT * FROM t042z WHERE land1 EQ t001-land1 AND zlsch IN sel_zawe AND progn EQ sy-repid" is returning a null value for progn. This null value is passed to "003100 SUBMIT (t042z-progn) WITH zw_laufd = reguh-laufd" (Refer to the short dump).
Refer to IMG for adding specification of form.
Regards,
Khalid Mustafa
Development Consultant Netweaver-ABAP

Similar Messages

  • RDDGENOL job getting cancelled with huge number of ABAP dumps

    Hi,
    In our Production system, we had applied Kernel upto patch level 263 and while
    applying SPAM 30 for release 640 it failed. We tried applying Basis patch 15 still
    it did not went through.
    Since then we are getting around 1500-2500 dumps daily. The job RDDGENOLis getting cancelled and the dumps RAISE_EXCEPTION and SYNTAX_ERROR is displayed in ST22. Today, there were around 2500 dumps in the system.
    When I now run the Database <-> ABAP Dictionary consistency check in
    DB02, I see number of errors for missing objects in the database. There
    are around of dozens of Primary Indexes, secondary Indexes, Tables,
    Views listed in the result:
    Objects Missing in database No.
    =========================== ===
    Primary indexes 6
    Secondary indexes 14
    Tables 37
    Views 26
    When I try to create each of them using SE16 or using SQL utility on OS
    level, it gives an SQL system error. We are also getting thousands of
    dumps each day (attached alongwith this message). Also I see the CPF327E error
    in the OS Level Joblog.
    Also we cannot transport any requests. There is some problem with or
    due to the conversions. Is it a problem with Kernel, ABAP dictionary or
    database.
    Following is the extract of the dumps due to DDIC in 000:
    ============================================================
    Runtime Error          SYNTAX_ERROR
    Date and Time         
    ShrtText
    Syntax error in program "CL_WB_CROSSREFERENCE==========CP ".
    What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLSEWB" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    In program "CL_WB_CROSSREFERENCE==========CP ", the following syntax error
    occurred
    in the Include "CL_WB_CROSSREFERENCE==========CM00D " in line 8:
    |    "The type "KEYWORD_TAB" is unknown." 
    ============================================================
    ============================================================
    Runtime Error          RAISE_EXCEPTION
    Date and Time         
    ShrtText
    Exception condition "DESTINATION_NOT_OPEN" raised.
    What happened?
    The current ABAP/4 program encountered an unexpected
    situation.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    is especially useful if you want to keep a particular message.
    Error analysis
    A RAISE statement in the program "SAPLCRFC" raised the exception
    condition "DESTINATION_NOT_OPEN".
    Since the exception was not intercepted by a superior program
    in the hierarchy, processing was terminated.
    Short description of exception condition:
    Specified destination is not open.
    For detailed documentation of the exception condition, use
    Transaction SE37 (Function Library). You can take the called
    function module from the display of active calls.
    How to correct the error
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "RAISE_EXCEPTION" C
    "SAPLCRFC" or "LCRFCU20"
    "RFC_CONNECTION_CLOSE"
    or
    "SAPLCRFC" "DESTINATION_NOT_OPEN"
    or
    "RADBAT01 " "DESTINATION_NOT_OPEN"
    If you cannot solve the problem yourself and you wish to send
    an error message to SAP, include the following documents:
    1. A printout of the problem description (short dump)
    To obtain this, select in the current display "System->List->
    Save->Local File (unconverted)".
    2. A suitable printout of the system log
    To obtain this, call the system log through transaction SM21.
    Limit the time interval to 10 minutes before and 5 minutes
    after the short dump. In the display, then select the function
    "System->List->Save->Local File (unconverted)".
    3. If the programs are your own programs or modified SAP programs,
    supply the source code.
    To do this, select the Editor function "Further Utilities->
    Upload/Download->Download".
    4. Details regarding the conditions under which the error occurred
    or which actions and input led to the error.
    System environment
    SAP Release.............. "640"
    Application server....... "TXTPDSAP"
    Network address.......... "172.16.0.140"
    Operating system......... "OS400"
    Release.................. "5.3"
    Hardware type............ "0065000655EC"
    Character length......... 8 Bits
    Pointer length........... 64 Bits
    Work process number...... 35
    Short dump setting....... "full"
    Database server.......... "TXTPDSAP"
    Database type............ "DB400"
    Database name............ "TXT"
    Database owner........... "R3TXTDATA"
    Character set............ "en_US.ISO8859-1"
    SAP kernel............... "640"
    Created on............... "Dec 11 2008 23:06:45"
    Created in............... "AIX 1 5 00538A4A4C00 (IBM iSeries with OS400)"
    Database version......... "DB4_52"
    Patch level.............. "263"
    Patch text............... " "
    Supported environment....
    Database................. "V5R2, V5R3, V5R4, V6R1"
    SAP database version..... "640"
    Operating system......... "OS400 2 5, OS400 3 5, OS400 4 5, OS400 1 6"
    Memory usage.............
    Roll..................... 696832
    EM....................... 16759712
    Heap..................... 0
    Page..................... 32768
    MM Used.................. 1383120
    MM Free.................. 3483600
    SAP Release.............. "640"
    User and Transaction
    Client.............. 000
    User................ "DDIC"
    Language key........ "E"
    Transaction......... " "
    Program............. "SAPLCRFC"
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 6
    Information on where terminated
    The termination occurred in the ABAP program "SAPLCRFC" in
    "RFC_CONNECTION_CLOSE".
    The main program was "RADBAT01 ".
    The termination occurred in line 22 of the source code of the (Include)
    program "LCRFCU20"
    of the source code of program "LCRFCU20" (when calling the editor 220).
    The program "SAPLCRFC" was started as a background job.
    Job name........ "RDDGEN0L"
    Job initiator... "DDIC"
    |    Job number...... 00032101    
    ============================================================
    Kindly let me know the immediate fix. Thanks!
    Regards,
    Nick

    Hi Nick,
    I would say, you are having a slight missperception of this forum ... it should not replace your basis ressources in your company.
    What you are doing is pretty complex (and the mixtrure of SPAM Update AND Basis SP seems to be wrong to me) and therefore, it will not be possible, to help you, just based on such a short dump.
    Sorry,
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.net - http://www.4soi.de - http://www.easymarketplace.de

  • ABAP dump in ecc 6.0 for F110 transaction

    HI All,
    We have recently upgraded to ECC 6.0 from 4.6C.
    While displaying the proposal/exception list using F110 transaction for the program RFZALI20. The ABAP dump says "Unable to interpret "1 5D " as a number". It is failing for Key for print parameters (PRI_PARAMS-PRKEYEXT).
    Has anyone faced this issue?
    Thanks in advance.
    -APK

    HI Balaji,
    We could get over this issue by changing the print parameters in the variant we have used.
    The variant had some print parameters selected (having green check) even though there are no parameters which are selected. So, I have created a varaint without the print parameters option checked (no more green check in the extended selection).
    Hope this is clear.
    -Pradeep

  • Cheque Printing using HP LaserJet P3005n printer

    Hi To All,
    We have problem in cheque printing. There is a output but the words are missed aline. The device type is HP Laserjet 4 PCL-5 and O.S. is AIX 5.3. Before it is running OK with HP Laserjet 4 printer model. Is this a driver issue in O.S. side? I cannot find suitable driver for this new printer that is suitable in AIX.
    Thank you in advance.
    Naithan

    Hi Naithan,
    If you are facing this problem pls install HP default printer in SAP. I hope you will not getting this problem.
    Can you tell me the cheque prining setting in DMP printer or Laser printer. Please check this with your abaper programmer. If setting in DMP then you have to use DMP printer.
    Regards,
    Anil

  • ABAP DUMP while loading master data

    hi Gurus,
                  I am trying to load master data but I am getting the following dump , I cannot infer anything from the Dump message, I would be grateful if anyone could throw some light on it..
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC                                                             
    Exception              CX_SY_OPEN_SQL_DB                                                                      
           Occurred on     11/13/2006 at 13:17:57                                                                               
    The ABAP/4 Open SQL array insert results in duplicate database records.                                                                               
    What happened?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "CL_RSDMD_UPDATE_MASTER_DATA===CP " had to be                                        
    terminated because one of the                                                                               
    statements could not be executed.                                                                               
    This is probably due to an error in the ABAP program.                                                                               
    What can you do?                                                                               
    Print out the error message (using the "Print" function)                                                      
    and make a note of the actions and input that caused the                                                      
    error.                                                                               
    To resolve the problem, contact your SAP system administrator.                                                
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer                                      
    termination messages, especially those beyond their normal deletion                                          
    date.                                                                               
    is especially useful if you want to keep a particular message.                                                                               
    rror analysis                                                                               
    n exception occurred. This exception is dealt with in more detail below   
    The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was   
    neither                                                                   
    aught nor passed along using a RAISING clause, in the procedure "_DB_FIRE"
    "(METHOD)"                                                                               
    ince the caller of the procedure could not have expected this exception   
    to occur, the running program was terminated.                             
    he reason for the exception is:                                           
    f you use an ABAP/4 Open SQL array insert to insert a record in           
    he database and that record already exists with the same key,             
    his results in a termination.                                                                               
    With an ABAP/4 Open SQL single record insert in the same error            
    ituation, processing does not terminate, but SY-SUBRC is set to 4.)                                                                               
    ow to correct the error                                                                               
    he exception must either be prevented, caught within the procedure "_DB_FIR
    (METHOD)", or declared in the procedure's RAISING clause.                 
    o prevent the exception, note the following:                              
    se an ABAP/4 Open SQL array insert only if you are sure that none of      
    he records passed already exists in the database.                                                                               
    ou may able to find an interim solution to the problem                    
    n the SAP note system. If you have access to the note system yourself,    
    se the following search criteria:                                                                               
    APSQL_ARRAY_INSERT_DUPREC" CX_SY_OPEN_SQL_DBC                                
    L_RSDMD_UPDATE_MASTER_DATA===CP " or "CL_RSDMD_UPDATE_MASTER_DATA===CM00Y "  
    DB_FIRE"

    one of the response says " In the infopackage set processing as 'Only PSA' and tick the checkboxes for 'Update subsequently in data targets' and 'delete duplicate records'.then try to reload."
    I do not find the Delete duplicate records check box in the IP...cananyonepls tell me where to find thid check box?
    thanks

  • ABAP DUMP in ST03N : COMPUTE_BCD_OVERFLOW

    HI Guys,
         When I go to ST03N, Expert Mode, Select the Daily workload, I double clicked on 15.03.2010, the system will hit the abap dump : COMPUTE_BCD_OVERFLOW. However, when I try for other dates, it is fine. Which meant it is only the 15.03.2010 causing the dump.
        following is the system's details:
         SAP R/3 Kernel :              640_REL
         Kernel Patch  :                304
         SAP BASIS  : SAPKB62041
        I have raised a OSS message to SAP, and the consultant had replied me with two sapnotes:
         881968
         840763.
        I've implemented the 881968 but there is some error after implement, the ST03N cannot be executed. ( ABAP DUMP syntax error). Hence, I revoked the sapnote 881968. For the 840763, I did not implement since it advised to upgrade the support package for SAP BASIS and I am not sure what is affected after I upgrade the support package.
        The system I mentioned above is not a BW system and I doubt this is why I get the SYNTAX ERROR dump after implement the sapnote.
        Did you guys encountered similar problem? Any solution for this?
        The following is ABAP DUMP: COMPUTE_BCD_OVERFLOW:
    Runtime Errors         COMPUTE_BCD_OVERFLOW
    Exception              CX_SY_ARITHMETIC_OVERFLOW
           Occurred on     29.03.2010 at 09:37:45
    Overflow for arithmetical operation (type P) in program "SAPWL_ST03N"
    What happened?
    Error in ABAP application program.
    The current ABAP program "SAPWL_ST03N" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    A value does not fit in a calculation field.
    What can you do?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_ARITHMETIC_OVERFLOW',
    was neither
    caught nor passed along using a RAISING clause, in the procedure
    "CALCULATE_PROFILE" "(METHOD)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    An overflow has been determined in the current arithmetical operation
    containing operands of type P. Possible causes include:
    1.  The results field of type P is to small and the result does not fit
        into it.
        places.
    2.  The result or partial result has more than 31 decimal places.
    Edited by: Wei Jian Kwan on Mar 30, 2010 3:57 AM

    Hi Amber,
        The following sapnote is not implementable in my system:
         0001384846 ST03N: BCD_OVERFLOW in SAPWL_LCL_03N_HITLNRESPTI
         This is due to the current Support Pack : SAP BASIS in my system is : SAPKB62041 and the corrections in the sapnote are only available for 700 until 720.
    Best Regards,
    Ken

  • ABAP dump "GETWA_NOT_ASSIGNED" C

    HI,
    kindly suggest we are getting a abap dump while downloading a file and when i check the error in service market place its shows that we have to apply  support packages.can i directly apply support packages by downloading the market or i have to raise a query fro exact support packages to market place.
    my version-mssql2005-ecc5-640version.
    kindly see the below abap dump.
    Runtime Error          GETWA_NOT_ASSIGNED                                                          
    Date and Time          21.10.2008 11:25:01                                                         
    ShrtText                                                                               
    Field symbol has not yet been assigned.                                                       
    What happened?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "SAPLKKBL" had to be terminated because one of the                   
        statements could not be executed.                                                                               
    This is probably due to an error in the ABAP program.                                         
    What can you do?                                                                               
    Print out the error message (using the "Print" function)                                      
        and make a note of the actions and input that caused the                                      
        error.                                                                               
    To resolve the problem, contact your SAP system administrator.                                
        You can use transaction ST22 (ABAP Dump Analysis) to view and administer                      
         termination messages, especially those beyond their normal deletion                          
        date.                                                                               
    is especially useful if you want to keep a particular message.                                
    Error analysis                                                                               
    You attempted to access an unassigned field symbol                                            
        (data segment 169).                                                                               
    This error may occur for any of the following reasons:                                        
        - You address a typed field symbol before it is set using ASSIGN                              
        - You address a field symbol that points to a line in an internal table                       
          that has been deleted                                                                       
        - You address a field symbol that had previously been reset using                             
          UNASSIGN, or that pointed to a local field that no longer exists                            
        - You address a global function interface parameter, even                                     
          though the relevant function module is not active,                                          
          that is it is not in the list of active calls. You can get the list                         
          of active calls from the this short dump.                                                                               
    How to correct the error                                                                               
    You may able to find an interim solution to the problem                                       
        in the SAP note system. If you have access to the note system yourself,                       
        use the following search criteria:                                                                               
    "GETWA_NOT_ASSIGNED" C                                                                        
        "SAPLKKBL" or "LKKBLF99"                                                                      
        "GEN_FIELD_OUT2"                                                                               
    If you cannot solve the problem yourself and you wish to send                                 
        an error message to SAP, include the following documents:                                                                               
    1. A printout of the problem description (short dump)                                         
           To obtain this, select in the current display "System->List->                              
           Save->Local File (unconverted)".                                                                               
    2. A suitable printout of the system log                                                      
           To obtain this, call the system log through transaction SM21.                              
           Limit the time interval to 10 minutes before and 5 minutes                                 
           after the short dump. In the display, then select the function                             
           "System->List->Save->Local File (unconverted)".                                                                               
    3. If the programs are your own programs or modified SAP programs,                            
           supply the source code.                                                                    
           To do this, select the Editor function "Further Utilities->                                
           Upload/Download->Download".                                                                               
    4. Details regarding the conditions under which the error occurred                            
           or which actions and input led to the error.                                               
    System environment                                                                               
    SAP Release.............. "640"                                                                               
    Application server....... "TERHSAPTST01"                                                      
        Network address.......... "10.129.48.15"                                                      
        Operating system......... "Windows NT"                                                        
        Release.................. "5.2"                                                               
        Hardware type............ "4x Intel 801586"                                                   
        Character length......... 16 Bits                                                             
        Pointer length........... 32 Bits                                                             
        Work process number...... 0                                                                   
        Short dump setting....... "full"                                                                               
    Database server.......... "TERHSAPTST01"                                                      
        Database type............ "MSSQL"                                                             
        Database name............ "INQ"                                                               
        Database owner........... "inq"                                                                               
    Character set............ "C"                                                                               
    SAP kernel............... "640"                                                               
        Created on............... "Mar 21 2007 23:46:50"                                              
        Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"                      
        Database version......... "SQL_Server_8.00 "                                                                               
    Patch level.............. "175"                                                               
        Patch text............... " "                                                                               
    Supported environment....                                                                     
        Database................. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"                          
        SAP database version..... "640"                                                               
        Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"                                                                               
    Memory usage.............                                                                     
        Roll..................... 8176                                                                
        EM....................... 12542784                                                            
        Heap..................... 0                                                                   
        Page..................... 286720                                                              
        MM Used.................. 8264648                                                             
        MM Free.................. 95024                                                               
        SAP Release.............. "640"                                                                               
    User and Transaction                                                                               
    Client.............. 100                                                                      
        User................ "CHINNIJ"                                                                
        Language key........ "E"                                                                      
        Transaction......... "ZSDOST "                                                                
        Program............. "SAPLKKBL"                                                               
        Screen.............. "SAPLKKBL 0500"                                                          
        Screen line......... 3                                                                        
    Information on where terminated                                                                   
        The termination occurred in the ABAP program "SAPLKKBL" in "GEN_FIELD_OUT2".                  
        The main program was "ZSDSO_ORDER_STATUS ".                                                                               
    The termination occurred in line 3380 of the source code of the (Include)                     
         program "LKKBLF99"                                                                               
    of the source code of program "LKKBLF99" (when calling the editor 33800).                     
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    3350       else.                                                                               
    3351         assign <fs74> to <field>.                                                           
    3352         gs_fc = gs_sfc74.                                                                   
    3353       endif.                                                                               
    3354     when 075.                                                                               
    3355       if gs_out_flags-slave ne 'X'.                                                         
    3356         assign <fm75> to <field>.                                                           
    3357         gs_fc = gs_mfc75.                                                                   
    3358       else.                                                                               
    3359         assign <fs75> to <field>.                                                           
    3360         gs_fc = gs_sfc75.                                                                   
    3361       endif.                                                                               
    3362     when 076.                                                                               
    3363       if gs_out_flags-slave ne 'X'.                                                         
    3364         assign <fm76> to <field>.                                                           
    3365         gs_fc = gs_mfc76.                                                                   
    3366       else.                                                                               
    3367         assign <fs76> to <field>.                                                           
    3368         gs_fc = gs_sfc76.                                                                   
    3369       endif.                                                                               
    3370     when 077.                                                                               
    3371       if gs_out_flags-slave ne 'X'.                                                         
    3372         assign <fm77> to <field>.                                                           
    3373         gs_fc = gs_mfc77.                                                                   
    3374       else.                                                                               
    3375         assign <fs77> to <field>.                                                           
    3376         gs_fc = gs_sfc77.                                                                   
    3377       endif.                                                                               
    3378     when 078.                                                                               
    3379       if gs_out_flags-slave ne 'X'.                                                         
    >>>>>         assign <fm78> to <field>.                                                           
    3381         gs_fc = gs_mfc78.                                                                   
    3382       else.                                                                               
    3383         assign <fs78> to <field>.                                                           
    3384         gs_fc = gs_sfc78.                                                                   
    3385       endif.                                                                               
    3386     when 079.                                                                               
    3387       if gs_out_flags-slave ne 'X'.                                                         
    3388         assign <fm79> to <field>.                                                           
    3389         gs_fc = gs_mfc79.                                                                   
    3390       else.                                                                               
    3391         assign <fs79> to <field>.                                                           
    3392         gs_fc = gs_sfc79.                                                                   
    3393       endif.                                                                               
    3394     when 080.                                                                               
    3395       if gs_out_flags-slave ne 'X'.                                                         
    3396         assign <fm80> to <field>.                                                           
    3397         gs_fc = gs_mfc80.                                                                   
    3398       else.                                                                               
    3399         assign <fs80> to <field>.                                                           
    Contents of system fields                                                                         
    Name     Val.                                                                               
    SY-SUBRC 4                                                                               
    SY-INDEX 78                                                                               
    SY-TABIX 0                                                                               
    SY-DBCNT 0                                                                               
    SY-FDPOS 0                                                                               
    SY-LSIND 0                                                                               
    SY-PAGNO 1                                                                               
    SY-LINNO 7                                                                               
    SY-COLNO 1002                                                                               
    SY-PFKEY STANDARD                                                                               
    SY-UCOMM %PC                                                                               
    SY-TITLE Order Data ware house                                                                    
    SY-MSGTY                                                                               
    SY-MSGID                                                                               
    SY-MSGNO 000                                                                               
    SY-MSGV1                                                                               
    SY-MSGV2                                                                               
    SY-MSGV3                                                                               
    SY-MSGV4                                                                               
    Active Calls/Events                                                                               
    No.   Ty.          Program                             Include                             Line   
          Name                                                                               
    16 FORM         SAPLKKBL                            LKKBLF99                             3380  
          GEN_FIELD_OUT2                                                                               
    15 FORM         SAPLKKBL                            LKKBLF99                              777  
          GEN_LINE_OUT                                                                               
    14 FORM         SAPLKKBL                            LKKBLF98                             1314  
          DATA_OUT_SIMPLE                                                                               
    13 FORM         SAPLKKBL                            LKKBLF01                              360  
          LIST_OUTPUT_NEW                                                                               
    12 FORM         SAPLKKBL                            LKKBLF01                             6109  
          FIRST_LIST_DISPLAY                                                                          
       11 MODULE (PBO) SAPLKKBL                            LKKBLO01                               11  
          LIST_DISPLAY                                                                               
    10 FUNCTION     SAPLKKBL                            LKKBLU01                              419  
          K_KKB_LIST_DISPLAY                                                                               
    9 METHOD       CL_GUI_ALV_GRID===============CP    CL_GUI_ALV_GRID===============CM00R   455  
          CL_GUI_ALV_GRID=>PRINT_BACKEND                                                              
        8 METHOD       CL_GUI_ALV_GRID===============CP    CL_GUI_ALV_GRID===============CM008     3  
          CL_GUI_ALV_GRID=>EXPORT_TO_LOCAL_FILE                                                       
        7 METHOD       CL_GUI_ALV_GRID===============CP    CL_GUI_ALV_GRID===============CM007   481  
          CL_GUI_ALV_GRID=>EXECUTE_FCODE                                                              
        6 METHOD       CL_GUI_ALV_GRID===============CP    CL_GUI_ALV_GRID===============CM01E    58  
          CL_GUI_ALV_GRID=>SET_FUNCTION_CODE                                                          
        5 FORM         SAPLSLVC_FULLSCREEN                 LSLVC_FULLSCREENF01                  1167  
          PAI                                                                               
    4 MODULE (PAI) SAPLSLVC_FULLSCREEN                 LSLVC_FULLSCREENI01                     4  
          PAI                                                                               
    3 FUNCTION     SAPLSLVC_FULLSCREEN                 LSLVC_FULLSCREENU01                   186  
          REUSE_ALV_GRID_DISPLAY                                                                      
        2 FORM         ZSDSO_ORDER_STATUS                  ZSDSO_ORDER_STATUS                   1305  
          DATA_DISPLAY                                                                               
    1 EVENT        ZSDSO_ORDER_STATUS                  ZSDSO_ORDER_STATUS                    632  
          START-OF-SELECTION                                                                          
    Chosen variables                                                                               
    Name                                                                               
    Val.                                                                               
    No.      16 Ty.          FORM                                                                     
    Name  GEN_FIELD_OUT2                                                                               
    <FS76>                                                                               
    <FIELD>                                                                               
    222                                                                               
    000                                                                               
    000                                                                               
    000                                                                               
    GS_FC                                                                               
    ##M#MVGR5                         I_OUT                                                       
        0040454532222222222222222222222222454552222222222222222222222222222222222222222222222222222222
        10D0D672500000000000000000000000009FF540000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GS_SFC76                                                                               
    0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GFLG_FIELD                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    GS_SFC24                                                                               
    0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GS_OUT-FIELD_COLCOUNT                                                                               
    78                                                                               
    4000                                                                               
    E000                                                                               
    GT_INFO_COUNTTAB_OUTTAB                                                                               
    Table[initial]                                                                               
    SY-REPID                                                                               
    SAPLKKBL                                                                               
    5454444422222222222222222222222222222222                                                      
        310CBB2C00000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
    GS_OUT_FLAGS-SLAVE                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    SPACE                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    <FM77>                                                                               
    222                                                                               
    000                                                                               
    000                                                                               
    000                                                                               
    GS_MFC77                                                                               
    ##M#MVGR5                         I_OUT                                                       
        0040454532222222222222222222222222454552222222222222222222222222222222222222222222222222222222
        10D0D672500000000000000000000000009FF540000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    <FS77>                                                                               
    GS_SFC77                                                                               
    0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    TC_FIELD_LIST-CX                                                                               
    <initial>                                                                               
    <initial>                                                                               
    <initial>                                                                               
    GT_INFO_FILTER_OUTTAB                                                                               
    Table[initial]                                                                               
    <FM78>                                                                               
    GS_MFC78                                                                               
    ##N#ZRELEASE                      I_OUT                                                       
        0040554444542222222222222222222222454552222222222222222222222222222222222222222222222222222222
        10E0A25C513500000000000000000000009FF540000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    <FS78>                                                                               
    GS_SFC78                                                                               
    0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    HEAD                                                                               
    22222222222222222222                                                                               
    00000000000000000000                                                                               
    00000000000000000000                                                                               
    00000000000000000000                                                                          
    G_INFO_POPUP                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    No.      15 Ty.          FORM                                                                     
    Name  GEN_LINE_OUT                                                                               
    GT_STACK2-S_SUBTOT_OPTIONS-OFFSET                                                                 
        0                                                                               
    0000                                                                               
    0000                                                                               
    %_DUMMY$$                                                                               
    2222                                                                               
    0000                                                                               
    0000                                                                               
    0000                                                                               
    SYST-REPID                                                                               
    SAPLKKBL                                                                               
    5454444422222222222222222222222222222222                                                      
        310CBB2C00000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
    GS_ACT_GROUP-SUBTOT                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    GS_OUT_FLAGS-SUM                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    EUINFO                                                                               
                            0000000000000000###
        2222222222222222222222222222222222222222222222200022222222222222222222222223333333333333333000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    %_SPACE                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    GS_OUT_FLAGS-HOTLINE                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    GS_OUT-COL                                                                               
    2                                                                               
    0000                                                                               
    2000                                                                               
    GS_OUT-INT                                                                               
    0                                                                               
    0000                                                                               
    0000                                                                               
    GS_OUT-ROWS                                                                               
    1                                                                               
    0000                                      

    Hi,
    We got a lot of short dumps with the same error when we upgraded from 46C to ECC6.
    They were all for reports that used ALV and in evry case, corrections were needed to the field catalog.
    I suggest that you double and triple check the table and field names in your field catalog. ALV is a lot more sensitive in ECC6 (or performs less checks) and it is possible that you're experiencing the same problem in ECC5.
    Hope that answers your question
    Alex Dixon

  • ABAP DUMP Dynpro_send_in_background occurs in ECC5.0

    Hi experts,
    We have one ECC5.0 environment which runs on AIX5.3 , and since yesterday, we have lots of ABAP dump Dynpro_send_in_background in st22, could anyone help me? I have searched from OSS and SDN, but seems no suitable case I can reference for our system. Please give me some hint,thank you.
    System information
    Version :ECC5.0
    patch level :version 6.40 level 125
    Database version :Oracle 9.2.0.7
    Long text in ST22
    Runtime Error          DYNPRO_SEND_IN_BACKGROUND
    Date and Time          01.07.2008 17:05:09
    ShrtText
        Screen output without connection to user.
    What happened?
        Error in ABAP application program.
        The current ABAP program "SAPMSSY0" had to be terminated because one of the
        statements could not be executed.
        This is probably due to an error in the ABAP program.
    What can you do?
        Print out the error message (using the "Print" function)
        and make a note of the actions and input that caused the
        error.
        To resolve the problem, contact your SAP system administrator.
        You can use transaction ST22 (ABAP Dump Analysis) to view and administer
         termination messages, especially those beyond their normal deletion
        date.
        is especially useful if you want to keep a particular message.
    Error analysis
        During background processing, the system attempted to send a
        screen to a user.
        Current screen: "SAPMSSY0 " 0120.
    How to correct the error
        If the error occurred in one of your own programs or in an SAP program
        that you modified, try to correct it yourself.
        You may able to find an interim solution to the problem
        in the SAP note system. If you have access to the note system yourself,
        use the following search criteria:
        "DYNPRO_SEND_IN_BACKGROUND" C
        "SAPMSSY0" or " "
        "SYSTEM-EXIT"
        If you cannot solve the problem yourself and you wish to send
        an error message to SAP, include the following documents:
        1. A printout of the problem description (short dump)
           To obtain this, select in the current display "System->List->
           Save->Local File (unconverted)".
        2. A suitable printout of the system log
           To obtain this, call the system log through transaction SM21.
           Limit the time interval to 10 minutes before and 5 minutes
           after the short dump. In the display, then select the function
           "System->List->Save->Local File (unconverted)".
        3. If the programs are your own programs or modified SAP programs,
           supply the source code.
           To do this, select the Editor function "Further Utilities->
           Upload/Download->Download".
        4. Details regarding the conditions under which the error occurred
           or which actions and input led to the error.
    System environment
        SAP Release.............. "640"
        Application server....... "yatptcp"
        Network address.......... "10.1.250.65"
        Operating system......... "AIX"
        Release.................. "5.3"
        Hardware type............ "00001E22D700"
        Character length......... 16 Bits
        Pointer length........... 64 Bits
        Work process number...... 4
        Short dump setting....... "full"
        Database server.......... "yatptcp"
        Database type............ "ORACLE"
        Database name............ "TCP"
        Database owner........... "SAPTCP"
        Character set............ "C"
        SAP kernel............... "640"
        Created on............... "May 1 2006 20:49:14"
        Created in............... "AIX 1 5 00538A4A4C00"
        Database version......... "OCI_920 "
        Patch level.............. "125"
        Patch text............... " "
        Supported environment....
        Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
         10.2.0.."
        SAP database version..... "640"
        Operating system......... "AIX 1 5, AIX 2 5, AIX 3 5"
        Memory usage.............
        Roll..................... 16192
        EM....................... 25139136
        Heap..................... 0
        Page..................... 835584
        MM Used.................. 8185592
        MM Free.................. 191328
        SAP Release.............. "640"
    User and Transaction
        Mandant............. 400
        Benutzer............ "KOERFCUSER"
        Sprachenschlüssel... "E"
        Transaktion......... " "
        Programm............ "SAPMSSY0"
        Dynpro.............. "SAPMSSY0 0120"
        Dynprozeile......... 0
        Informationen zum Aufrufer des Remote Function Calls (RFC):
        System.............. "TCP"
        Datenbank-Release... 640
        Kernel-Release...... 640
        Verbindungstyp...... 3 (2 = R/2, 3 = R/3, E = Extern, R = Reg. Extern)
        Aufrufsart.......... "synchron (imode 1)" (S = Synchron, a/A = Asynchron, T =
         Transakt. )
        Mandant............. 400
        Benutzer............ "KOERFCUSER"
        Transaktion......... " (Program: SAPLEDIN)"
        Funktionsbaustein... "IDOC_START_INBOUND"
        Aufruf-Destination.. "NONE"
        Quell-Server........ "yatptcp_TCP_01"
        Quell-IP-Adresse.... "10.1.250.65"
        Zusatzinformation zum RFC-Logon:
        Trusted Beziehung... " "
        Logon-Returncode.... 0
        Trusted-Returncode.. 0
        Bemerkung: Bei Releases < 4.0 sind die Informationen zum RFC-Aufrufer teilweise nicht vorhanden.
    Information on where terminated
        The termination occurred in the ABAP program "SAPMSSY0" in "SYSTEM-EXIT".
        The main program was "SAPMSSY4 ".
        The termination occurred in line 0 of the source code of the (Include)
         program " "
        of the source code of program " " (when calling the editor 00).
    Active Calls/Events
    No.   Ty.          Program                             Include
          Name
        1 EVENT        SAPMSSY0                            ???
          SYSTEM-EXIT
    Chosen variables
    Name
        Val.
    No.       1 Ty.          EVENT
    Name  SYSTEM-EXIT
    SY-XPROG
        SAPMSSY0
        0000000000000000000000000000000000000000
        0000000000000000000000000000000000000000
        5454555322222222222222222222222222222222
        310D339000000000000000000000000000000000
    SY-XFORM
        NEW-LINE
        000000000000000000000000000000
        000000000000000000000000000000
        445244442222222222222222222222
        E57DC9E50000000000000000000000
    Internal notes
        The termination occurred in the function "dynpex00" of the SAP
        Basis System, specifically in line 1513 of the module
         "//bas/640_REL/src/krn/dynp/dymain.c#9".
        The internal operation just processed is "----".
        The internal session was started at 20080701170507.
    Active Calls in SAP Kernel
    Lines of C Stack in Kernel (Structure Differs on Each Platform)
    => 64 bit R/3 Kernel
    => 64 bit AIX Kernel
    => Heap limit      = unlimited
    => Stack limit     = 4294967296
    => Core limit      = 1073741312
    => File size limit = unlimited
    => Heap address  = 0x0x118a5cf20
    => Stack address = 0xfffffffffff9f50
    => Stack low     =  0xfffffffffff9f50
    => Stack high    =  0xffffffffffff890
    => Stack Trace:
    #AixStack() at 0x10004ae04
    #CTrcStack2() at 0x10004aefc
    #rabax_CStackSave__Fv() at 0x10007bb2c
    #ab_rabax() at 0x100078bd8
    #dypex00() at 0x10020a204
    #dynpoutf() at 0x1011990c0
    #dynprctl() at 0x10119fcf8
    #dynpen00() at 0x10020de20
    #Thdynpen00() at 0x1000a51f8
    #TskhLoop() at 0x1000a884c
    #tskhstart() at 0x1000becdc
    #DpMain() at 0x101742da4
    #nlsui_main() at 0x101716148
    #main() at 0x101716104

    Dear All,
    Any Solution for this similar problem -  In Web Dynpro Application when we call the following application the DYNPRO_SEND_IN_BACKGROUND runtime error happens.
    Note
         The following error text was processed in the system XXX : Screen output without connection to user.
         The error occurred on the application server xxxxxxxx_XXX_00 and in the work process 0 .
         The termination type was: RABAX_STATE
         The ABAP call stack was:
    SYSTEM-EXIT of program SAPLSTRD
    Function: TRINT_POPUP_EDIT_CANCEL_SHOW of program SAPLSTRD
    Form: RAISE_ERROR of program SAPLSTRD
    Function: TRINT_OBJECTS_CHECK_AND_INSERT of program SAPLSTRD
    Function: TR_OBJECTS_CHECK of program SAPLSTRD
    Function: RH_HRPOBJECT_CORR_AT_SAVE of program SAPLRHWM
    Form: UPDATE of program SAPUP50R
    Form: PUT_INFOTYP_BUFFER of program SAPFP50P
    Form: %_PROCESS_P_O_C of program SAPMSSY0
    Form: %_COMMIT of program SAPMSSY0
    What can I do?
         If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system E6Q in transaction ST22.
         If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server xxxxxxx_XXX_00 in transaction SM21.
         If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server qltr01d3801_E6Q_00 . In some situations, you may also need to analyze the trace files of other work processes.
         If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 300 -u: X.XXXX -l: E -s: E6Q -i: xxxxxx_XXX_00 -w: 0 -d: 20080709 -t: 155438 -v: RABAX_STATE -e: DYNPRO_SEND_IN_BACKGROUND
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

  • Vendor Bank Account No in cheque print FBZ5

    Hi all,
    I maintained vendor bank account no in FK02. Now how to print this bank account No in Cheque print FBZ5.
    I want print vendor name with bank account no in Cheque.
    Pleas guide me , How to prick up this account no and print.
    Regards,
    Moon

    Hi Goldmoon,
    Please informed, where are u maintain Vendor Bank Account Number.
    As per I concerned, If you maintain Vendor Bank Account Name like as (XYZ-1234567890) , bank account no. should be print, if you maintain other place then talk to ABAPer and change the Print configation.
    Because as per standard SAP cheque print name from table LFA1 and name1 field.
    thanks
    Spradip

  • Cheque  Print. issue (urgent)

    Dear all,
    Iam facing an issue related to cheque print.
    We are using T-code FBZ5 to print cheque when ever we are issuing check system updates cheque number in reference field of payment Document.
    But from the 01.04.2008 system not updating check number on reference field properly for some document it is updating for some documents it is not.
    Plz help me to solve this issue because of this our BRS get effected.
    I will assign points
    Thanks in advance.
    SU*

    Dear Umar,
    please check with your ABAP consultant.
    this is purly ABAP related thing in the print format you are not
    consider the date of the Clearing Document, because of that some times system is up dated last year Doc. with same Doc. no.
    this is the field name REGUP
    Regards
    radha

  • ME21n terminates with Abap dump

    Dear user,
    when i update the patch level for Logistics from  SAPKH47027 to SAPKH47030. system is terminating with dump when i rub ME21N , ME22n, ME23N, and ME29N -transaction
    Kindly suggest the solution ... thanks in advance..
    Details of the dump are as below..
    Runtime errors         SYNTAX_ERROR
           Occurred on     02.05.2011 at   19:24:43
    Syntax error in program "SAPLMEPO ".
    What happened?
    The following syntax error occurred in the program SAPLMEPO :
    "Different number of parameters in FORM and PERFORM (routine: MEPO_ITEM"
    Error in ABAP application program.
    The current ABAP program "SAPLMEGUI" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    What can you do?
    Please eliminate the error by performing a syntax check
    (or an extended program check) on the program "SAPLMEPO ".
    You can also perform the syntax check from the ABAP/4 Editor.
    If the problem persists, proceed as follows:
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    Error analysis
    The following syntax error was found in the program SAPLMEPO :
    "Different number of parameters in FORM and PERFORM (routine: MEPO_ITEM"
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.

    Hi,
    As per my understanding check your print program and smartform,i hope its failing there.
    Put a break point there and check.
    Regards,
    Prashant

  • ABAP dump when running an ALV report in a portal

    Hi,
      I have an ABAP report created in SAP R/3 4.7. Am using the ALV function module REUSE_ALV_GRID_DISPLAY to display the output. The programs runs correctly when run in R/3 using the SAP GUI.
      When the report is run in the portal, I get a runtime error 'MESSAGE_TYPE_X'.
      Please let me know if anybody has faced such issues.
    I checked the OSS note 702732 which talks about increasing the threshold value of the start parameter. But this is not agreed by the BASIS team.
    Thanks,
    Best regards,
    Ajith
    The ST22 error log is as follows:
    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?
    Print out the error message (using the "Print" function)
    and make a note of the actions and input that caused the
    error.
    To resolve the problem, contact your SAP system administrator.
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer
    termination messages, especially those beyond their normal deletion
    date.
    Error analysis
    Short text of error message:
    Data volume (84.550.400 bytes) is too large. (abap/alvgrid/size_nodod_mb
    Technical information about the message:
    Diagnosis
         You tried to send a data record to the front-end that contains
         84.550.400 bytes. However, the data volume is restricted to
         52.428.800 bytes.
    System Response
         The running application program was terminated with a runtime
         error.
    Procedure
         Restrict the data selection if possible or contact your system
         administrator.
    Procedure for System Administration
         You can set the maximum size of these data volumes using the kernel
         parameter 'abap/alvgrid/size_nodod_mb'  (in megabytes).
    Message classe...... "S>"
    Number.............. 890
    Variable 1.......... "84.550.400"
    Variable 2.......... "52.428.800"
    Variable 3.......... " "
    Variable 4.......... " "
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "MESSAGE_TYPE_X" C
    "SAPLAWRT" or "LAWRTU22"
    "ITS_CHECK_ALV_DATA_SIZE"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    Information on where terminated
    The termination occurred in the ABAP program "SAPLAWRT" in
    "ITS_CHECK_ALV_DATA_SIZE".
    The main program was "Z_BW_RECON_INV_RPT ".
    The termination occurred in line 25 of the source code of the (Include)
    program "LAWRTU22"
    of the source code of program "LAWRTU22" (when calling the editor 250).
    Source code extract
    000010   FUNCTION ITS_CHECK_ALV_DATA_SIZE.
    000020   *"
    000030   ""Lokale Schnittstelle:
    000040   *"  IMPORTING
    000050   *"     REFERENCE(DATA_TABLE) TYPE  TABLE
    000060   *"
    000070
    000080     data n type i.
    000090     data currsize type i.
    000100     statics maxsize type i.
    000110     data par_value(56).
    000120     if maxsize is initial.
    000130       sy-subrc = 0.
    000140       CALL 'C_SAPGPARAM'  ID 'NAME' FIELD 'abap/alvgrid/size_nodod_MB'
    000150                           id 'VALUE' field par_value.
    000160       if sy-subrc ne 0.
    000170         maxsize = 52428800.       " Default 50 MB
    000180       else.
    000190         maxsize = 1048576 * par_value.
    000200       endif.
    000210     endif.
    000220     describe table data_table lines n.
    000230     currsize = sy-tfill * sy-tleng.
    000240     if currsize gt maxsize.
         >       message x890(s>) with currsize maxsize.
    000260     endif.
    000270   ENDFUNCTION.

    HI,
    This is a Memory problem.
    System is allocated with a Max Memory of 50 MB,(see the dump code, in the last it is hardcoded in the std code)
    The data of your report is coming around 83 MB.
    Restrict your selection criteria of the Object and run the same report and see. it will work.
    Regards,
    Anji

  • ABAP dump in MIGO

    Hi all,
    There is an abap dump getting when few of the users trying to post MIGO.
    This is happening only for few(2) users.
    I have analysed the dump,  getting dump because:
    Runtime errors    :  CONVT_OVERFLOW
    Exception            : CX_SY_CONVERSION_OVERFLOW
    overflow due to converting from 48820.
    This error is happend in Zprogram(print program).
    But I dint understand,,what would be cause of error.( I tried posting MIGo, it was ok)
    Anyone have idea on this?
    Regards,
    Priya

    Hi,,
    Thanks for your information.
    I have analysed it.
    The problem is at,
    * get drumweight                                                     
      SELECT SINGLE umrez                                              
        FROM marm                                                        
        INTO  lv_umrez                                                   
        WHERE matnr = fd_matnr AND                                 
        meinh = 'DR'.                                              
      IF sy-subrc EQ 0.                                                  
    *   drumweight  found                                              
        lv_num_label_f = lv_bstmg_kg / ( lv_umrez * lv_ntgew ).          
        fd_num_labels = CEIL( lv_num_label_f ).
    The dump is happening at    
    fd_num_labels = CEIL( lv_num_label_f ).
    As per my analysis fd_num_labels in the structure is defined as INT2 and in the FORM in changing parameters it is declared as ANY.
    Can any one tell me is this because of the difference in data type?

  • TIME_OUT ABAP Dumps

    Hi Guys,
    We are getting ABAP Dumps in our systems very frequently. We are currently using 4.6C (DB2, AIX). We are gettting the dumps in many programs, is this because of some error in application. We currently have kernel patch level 2307.
    We have already increased the value of "rdisp/max_wprun_time" from 900 to 2500.
    I was suggested by SAP to add a new parameter "rdisp/hold_keeps_time_slice"
    which we dont have in our systems. Can anybody pls suggest in this case.
    I am attaching the dump:
    ABAP runtime errors    TIME_OUT
           Occurred on     10/17/2007 at 20:57:15
    Time limit exceeded.
    What happened?
    The program "SAPLBDMON " has exceeded the maximum permitted runtime
    and has therefore been terminated.
    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
    After a certain time, the program terminates to free the work process
    for other users who are waiting.
    This is to stop work processes being blocked for too long by
    - Endless loops (DO, WHILE, ...),
    - Database acceses with large result sets,
    - Database accesses without an apporpriate index (full table scan)
    - database accesses producing an excessively large result set,
    The maximum runtime of a program is set by the profile parameter
    "rdisp/max_wprun_time".
    The current setting is 2500 seconds. After this, the system gives the
    program a second chance. During the first half (>= 2500 seconds), a
    call that is blocking the work process (such as a long-running SQL
    statement) can occur. While the statement is being processed, the
    database layer will not allow it to be interrupted. However, to
    stop the program terminating immediately after the statement has been
    successfully processed, the system gives it another 2500 seconds.
    Hence the maximum runtime of a program is at least twice the value of
    the system profile parameter "rdisp/max_wprun_time".
    How to correct the error
    Long-running programs should be started as background jobs. If
    this is not possible, you can increase the value of the system
    profile parameter "rdisp/max_wprun_time".
    One or more of the following may also be useful:
    following measures:
    - Endless loops: Correct in program;
    - Database access with large result set:
      Use "SELECT * INTO itab" instead of "SELECT ... ENDSELECT";
    - Database access without suitable index: Check the index generation.
    If the error occurred in a non-modified SAP program, you may be
    able to find a solution in the SAP note system.
    If you have access to the note system yourself, use the following
    search criteria:
    "TIME_OUT"
    "SAPLBDMON " or "LBDMONU15 "
    "ALE_CCMS_EVALUATE_GRP"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    Thank you.
    Irshad Mohammed

    hi
    use function module  progress_indicator. it resets the run time value.
    use this where ever extraction of data is more were program needs much time, just call this function module it works.
    check this code,
    This program uploads material number from excel sheet and does
    ******modifications to material number if required by the user
    ******and updates the table zmatnr with new material against the old material number
    REPORT  zmat_no message-id zebg.
    TYPE-POOLS  truxs.
    TABLES:zmatnr.
    DATA : itab LIKE alsmex_tabline OCCURS 0 WITH HEADER LINE.
    DATA row LIKE alsmex_tabline-row.
    data : g_matnr like mara-matnr.
    data : count type i.
    data : itab_count type i.
    data : gi_final like zmatnr occurs 0 with header line.
    *data : begin of gi_final occurs 0,
          mat_old like mara-matnr,
          mat_new like mara-matnr,
          end of gi_final.
    ***********************Selection Screen*************************
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETER : pfname LIKE rlgrap-filename OBLIGATORY.
    select-options : records for count.
    SELECTION-SCREEN END OF BLOCK b1.
    *********************At Selection Screen*************************
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR pfname.
      PERFORM search.
    START-OF-SELECTION.
    perform process.
    form process.
      CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        EXPORTING
          filename                = pfname
          i_begin_col             = 1
          i_begin_row             = 2
          i_end_col               = 12
          i_end_row               = 65000
        TABLES
          intern                  = itab
        EXCEPTIONS
          inconsistent_parameters = 1
          upload_ole              = 2
          OTHERS                  = 3.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      describe table itab lines itab_count.
       row = 1.
      loop at itab.
        if itab-row <> row.
          append gi_final.
          clear gi_final.
        endif.
        case itab-col.
          when '1'.
          CLEAR G_MATNR.
          gi_final-OLD_MATNR = itab-value.
          CONCATENATE 'NEW' gi_final-old_matnr INTO itab-value.
            gi_final-new_MATNR = itab-value.
          endcase.
        row = itab-row.
      endloop.
      append gi_final.
      clear gi_final.
      CALL FUNCTION 'PROGRESS_INDICATOR'
      EXPORTING
        I_TEXT  = 'File Has Been Successfully Uploaded from Workstation ' .
      if not gi_final[] is initial.
        if not records-low is initial .
          if not records-high is initial.
            records-high = records-high + 1.
            DESCRIBE TABLE gi_final LINES count.
            IF records-high < count.
              DELETE gi_final FROM records-high TO count.
            ENDIF.
            IF records-low <> 1.
              IF records-low <> 0.
                DELETE gi_final FROM 1 TO records-low.
              ENDIF.
            ENDIF.
          endif.
        endif.
      endif.
      IF NOT GI_FINAL[] IS INITIAL.
        CALL FUNCTION 'PROGRESS_INDICATOR'
         EXPORTING
           I_TEXT  = 'Processing zmatnr table'
           I_OUTPUT_IMMEDIATELY = 'X'.
          if itab_count <> count.
             message i000 with 'records are not matching'.
             exit.
          else.
             modify zmatnr from table gi_final.
             message i000 with 'data base table modified successfully'.
          endif.
      endif.
    endform.
    *&      Form  search
          text
    -->  p1        text
    <--  p2        text
    FORM search .
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          static    = 'X'
        CHANGING
          file_name = pfname.
    ENDFORM.                    " search
    regards
    siva

  • How to do sap cheque printing

    anybody please tell me how to do cheque printing as a abap developement.
    kindly please give step by step procedure.

    Hi,
    check this thread...
    Cheque Printing...(Very Urgent)
    regards
    vijay

Maybe you are looking for

  • RFC to HTTP Interface - Access using NULL object reference is not possible

    Hi All, I am working on a Interface RFC to HTTP where in I am sending the data to a third party system. Using PI 7.3 and Adapter type XI to send this data. I am getitng an error Short dump occured when executing message in qRFC queue <Queuename>: Dat

  • Is there a way to adjust the font size in the digital signature?

    The attributes, of Name, Date, Location, Reason, Distinguished Name, etc. Is there a way to adjust the size of the font and the display? Thank you. Chunkee

  • SQL * Loader with Spanish data!

    Hi All, I have a requirement to load Spanish data into a table. I am using SQL*Loader control file to load the data. Everything is fine, but the Spanish charecters are not inserting as they have to. It is inserting some junk charecters. How can I sol

  • Problem in session..loosing user id on refresh..urgent!!!

    hi, actually im getting a problem in my web project i.e. jsp.. when 2 users logged in my system seperately n they enter few records..after that if both refresh the browser at same time.. den watever ill be refreshed first, the other will also get the

  • Verifying that GPIB device is working

    I have two Stanford Research Systems devices, one is a SR400 two channel gated photon counter and the other is a 4 channel digital delay/pulse generator. I want to see if LabView can communicate with them and collect data from them. I don't have anyt