Dump on development not on quality in standard program

Hi
I m  having one TCode KKE1 for creating base planning object
My problem is its giving Dump on my development server after i run  and enter values in it
but same TCode KKE1 run well on my quality server as well as production.
so wat can be the issue in this case
the code is not modified and not any exits has been activated i mean to say development , quality , production has the same code..still it gives dump in my development
Functional are blamming on abaper and abaper are blamming on basis guy
ultimately now the ball is in our court(ABAP)
wat to do now
pls help me on this
Thanxs & Regards
Rajan

it gives me a dump
call function not found....
it has call function (field symbol) in quality and production  the data comes in FS that is same but here in development it get the data   FIELD_EXIT_WERKS_D  which not there in SE37.
*  Interface-Form zum Aufruf eines Konvertierungs-Exits aus C          *
FORM CONVERSION_EXIT.   "#EC CALLED
  FIELD-SYMBOLS: <FNAME>, <INPUT>, <OUTPUT>.      "#EC *
  CALL 'AB_GET_C_PARMS' ID 'P1' FIELD <FNAME>     "Abholen der
                        ID 'P2' FIELD <INPUT>     "Parameter aus
                        ID 'P3' FIELD <OUTPUT>.   "der C-Welt
  CALL FUNCTION <FNAME>
       EXPORTING
            INPUT  = <INPUT>
       IMPORTING
            OUTPUT = <OUTPUT>.
  CALL 'AB_SET_C_PARMS' ID 'P3' FIELD <OUTPUT>.   "zurück nach C
ENDFORM.

Similar Messages

  • Assets upload: Deactivation Date is not available in the Standard Program

    Hi,
    I am trying to use the standard program for Assets upload,RAALTD01. But, the field de-activation date (ANLA-DEAKT) is not available for mapping. This is the only field am missing out of more than 200 fields involved in the upload. What would be the best approach inorder that I can use LSMW and at the same time map this deactivation date field ; provided we are not using the Recording method.
    Looking forward to your replies.
    Regards,
    Sophia Xavier

    you can use ABAP program with BAPI 
    call function 'BAPI_FIXEDASSET_OVRTAKE_CREATE'

  • Asset upload: Deactivation Date not available in the standard program(LSMW)

    Hi,
    I am trying to use the standard program for Assets upload,RAALTD01. But, the field de-activation date (ANLA-DEAKT) is not available for mapping. This is the only field am missing out of more than 200 fields involved in the upload. What would be the best approach inorder that I can use LSMW and at the same time map this deactivation date field ; provided we are not using the Recording method.
    Looking forward to your replies.
    Regards,
    Sophia Xavier

    It is not possible to do this in the transaction AS91. When you are doing the take over during a fiscal year you have to go from the tab Asset values to Transactions and fill in there the ttype for deactivation.
    Other wise you have to create a LSMW that is doing this deactivation after the upload

  • ZReport getting dump in Production but not in Quality and development

    Hi,
    There isa Zreport which displays daily stock  in PP module.
    It is getting dump in Production not in quality and development.
    Since four days it is getting dump. Before that it is fine.
    Please any one guide How to resolve.
    Advance Thanks.

    Runtime Error          SAPSQL_IN_ITAB_ILLEGAL_OPTION
           Occurred on     29.08.2007 at   08:50:13
    <u>Invalid value in OPTION field of value table for IN itab operator.</u>
    What happened?
    <b>Error in ABAP application program.</b>
    The current ABAP program "ZPPRDR417" had to be terminated because o
    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 admin
    termination messages, especially those beyond their normal deletio
    date.
    <b>Error analysis</b>
    The current ABAP/4 program attempted to execute an ABAP/4 Open SQL
    statement in which the WHERE condition contains an IN itab operator
    The IN itab operator is used with internal tables which
    have the following structure:
       SIGN(1)   OPTION(2)   LOW LIKE db_field   HIGH LIKE db_field
    The OPTION column should contain only one of the following values:
       "EQ LE GE CP BT NE LT GT NP NB"
    The value " " is not allowed here.
    <b>How to correct the error</b>
    Use only one of the permitted values in the OPTION column.
    Information on where terminated
    The termination occurred in the ABAP program "ZPPRDR417" in "WIP_STOCK_REP
    The main program was "ZPPRDR417 ".
    The termination occurred in line 330 of the source code of the (Include)
    program "ZPPRDR417_FORM"
    of the source code of program "ZPPRDR417_FORM" (when calling the editor 33
    Source code extract
    Caution: Program has changed
    Caution: At time of termination,  Active source code no longer available
    003000 ?   r_bwart-low  =  '106'.
    003010 ?   append r_bwart.
    003020 ?
    003030 ?   r_bwart-low  =  '124'.
    003040 ?   append r_bwart.
    003050 ?
    003060 ?   r_bwart-low  =  '125'.
    003070 ?   append r_bwart.
    003080 ?
    003090 ?   select matnr
    003100 ?          werks
    003110 ?     into table i_marc
    003120 ?     from marc
    003130 ?    where ( matnr LIKE 'BILC%'
    003140 ?       OR   matnr LIKE 'LGN%'
    003150 ?       OR   matnr LIKE 'BRN%'
    003160 ?       OR   matnr LIKE 'EBB%' )
    003170 ?       AND  matnr NE 'BRN_DECLASSE'
    003180 ?       AND  matnr NE 'BRN_SAF'
    003190 ?       and  werks in r_werks.
    003200 ?
    003210 ?   r_material-sign = 'I'.
    003220 ?   r_material-option = 'EQ'.
    003230 ?
    003240 ?   loop at i_marc into wa_marc.
    003250 ?     r_material-low  = wa_marc-matnr.
    003260 ?     append r_material.
    003270 ?   endloop.
    003280 ?   clear r_material.
    003290 ?
         > ?   if not i_matdoc is initial.
    003310 ?    select MBLNR
    003320 ?           MJAHR
    003330 ?           ZEILE
    003340 ?           BWART
    003350 ?           MATNR
    003360 ?           WERKS
    003370 ?           SHKZG
    003380 ?           MENGE
    003390 ?           UMWRK
    003400 ?      into table i_mseg_qty
    003410 ?      from mseg
    003420 ?       for all entries in i_matdoc
    003430 ?     where MBLNR eq i_matdoc-MBLNR
    003440 ?       and MJAHR eq i_matdoc-MJAHR
    003450 ?       and BWART in r_bwart
    003460 ?       and matnr in r_material
    003470 ?       and werks in r_werks.
    003480 ?
    003490 ?    sort i_mseg_qty by matnr.

  • How to transport the report object from development clint to quality clint

    any body knows different ways of transferring  report object  from  development clint to quality clint.pse send ...

    Hi..
    LSMW:
    There are 2 ways for transporting LSMW data from a system to another.
    Export/import this method gives you the opportunity to select the subprojects or objects you want to transfer. LSMW -> Extras -> Export project
    Transport request with this method, you can transport a LSMW project in full (you can not select the objects you want). With this method, the project will be transported as any other SAP object in a transport order. LSMW -> Extras -> Create change request
    Program variants
    If you have several program variants in a development system that you want to transport, use the following method to transport them:
    Execute program 'RSTRANSP' (via se38) and inform the program and/or variant names (you can transport variant of several programs in one shot).
    Layout
    In some transactions, one can save layout of the screen (sort, filter, ... criteria).
    These layouts can be transported: In the required transaction, when your layouts have been saved, go to Settings -> Layout -> Layout Management. Select the desired layouts and go to Layout -> Transport... There you can add your layouts in existing TO or create a new one.
    Database data
    In some unusual cases, you might have to transport data of a SAP table.
    Go to transaction SE16, select your entries and go to Table entry -> Transport entries. It's only possible for some tables...
    If you cannot do it that way,you have to create a Workbench transport order with transaction SE10. When created, click on it, go in menu Request/task -> Object list -> Display object list.
    Go in modification mode and add a new line with:
    PgmID = R3TR
    Obj = TABU
    Object name = Name of your table
    Double-click on the created line and, depending on your need, put '*' in the key field or double-click on it and select the key you need to transport.
    Queries
    Queries, datasets and user groups can be exported/imported between the systems using the Program RSAQR3TR.
    Report template (ALV variants)
    There is a button or somewhere in the menu Change/Select/Save/Manage Layout.
    Go to Manage Layout, than Layout menu/ Transport.
    SAPSCRIPT Files Transport
    Use the program RSTXSCRP to upload and Download the SAPSCRIPT files to different systems
    Transport SAPSCRIPT
    Use the Program RSWBO052 to create the Transport Request for a SAPSCRIPT, In the Selection screen of the program, give R3TR – FORM – Give the Form name and press Execute button, it will ask the Development Class and the transport Request No.
    Standard texts
    Standard texts used in SAPScript(created with transaction SO10) can be included in transport orders. You have to create a Workbench transport order with transaction SE10. When created, click on it, go in menu Request/task -> Object list -> Display object list. Go in modification mode and add a new line with:
    PgmID = R3TR
    Obj = TEXT
    Object name = TEXT,,ST,
    Example :
    R3TR / TEXT / TEXT,YMM_MEDRUCK_MAIN_16_EC,ST,F
    Reward if useful
    ~Lakshmiraj~

  • Short dump in standard program

    Hi Friends,
    below description is short dump for standard program.
    Please see the below and help me how to correct the program.
    The current application triggered a termination with a short dump.            
    What happened?
    The current application program detected a situation which really             
    should not occur. Therefore, a termination with a short dump was              
    triggered on purpose by the key word MESSAGE (type X).                      
    Error analysis
    Short text of error message:                                                  
    Internal error: Program   , include   , form   .                                                                               
    Technical information about the message:                                      
    Diagnosis                                                                    
         An unexpected error has occurred.                                        
    Procedure                                                                    
         If you can reproduce the error, contact the SAP Hotline quoting the      
         error number.                                                            
    Message classe...... "GR"                                                     
    Number.............. 214   
    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                                                            
    "SAPFGRWE" or "FGRWEF80_F80_FILL_COL_TAB"                                     
    "F80_FILL_COL_TAB"                                                            
    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.                               
    Thanks & Regards,
    Sree
    Edited by: adepus on Oct 7, 2009 12:39 PM
    Edited by: adepus on Oct 7, 2009 12:39 PM

    Hi Clemens,
    I am getting a dump error as shown below. Could you please find some resolution for this issue. we just made some changes to the transaction GS02(Just added a GL account to one of the sets).
    Runtime Error MESSAGE_TYPE_X
    ShrtText
    The current application triggered a termination with a short dump.
    What happened?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
    What can you do?
    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
    Short text of error message:
    Internal error: Program , include , form .
    Technical information about the message:
    Diagnosis
    An unexpected error has occurred.
    Procedure
    If you can reproduce the error, contact the SAP Hotline quoting the
    error number.
    Message classe...... "GR"
    Number.............. 214
    Variable 1.......... " "
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    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
    "SAPFGRWE" or "FGRWEF80_F80_FILL_COL_TAB"
    "F80_FILL_COL_TAB"
    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.
    Source Code
    79 MESSAGE x214.
    80 ENDIF.
    81 PERFORM e08_read_object_index(sapfgsb0)
    82 USING fcolumns-dim_index.
    83 IF c-subrc 0. MESSAGE x214. ENDIF.
    84 c_dsentry = c-tval-from.
    85 IF c_dsentry '='.
    86 READ TABLE data_fields BINARY SEARCH
    87 WITH KEY tab = rep_table
    88 dsentry = c_dsentry.
    >>>> IF sy-subrc 0. MESSAGE x214. ENDIF.
    90 ENDIF.
    91 WHEN OTHERS.
    92 c_dsentry = '*'.
    93 ENDCASE.
    94 ENDIF.
    Regards,
    Pavan

  • Short  Dump in Standard program for the INSERT Statement

    Hi All,
    In the Transaction FPCJ, when I click on the Button Close Cash Desk, I ma getting a short Dump.
    The problem is in the Standard SAP program 'SAPLSUU1' and the include program is 'LSUU1F01'.
    The reason is the code is trying to insert duplicate entries into a Data base table. And SAP is suggesting for a SAp NOTE.
    The problem is when I am trying with the suggested dearch terms I get very large number of notes and I am unable
    to zero down any single note.
    If someone has worked on these or have any idea on the Note number, please share that with me.
    Thans in advance.
    Thanks & regards,
    Y Gautham

    Hi Nicole,
    Thanks a lot! It actually worked.
    Thanks & regards,
    Y Gautham

  • Dump occured in standard program SAPMV45A (order creation)

    hi,
    In order creation, a dump is occured in standard program SAPMV45A. Because of in FM "Pricing_Dialog_Tabstrips" is incorrect and TAXI_TABSTRIP_C and TAXI_TABSTRIP_ITEM" specified here is a different field type.This is standard program we can not change field type. Kindly provide any OSS notes for this or any other solution.
    STANDARD PROGAM - SAPMV45A
    INCLUDE PROGRAM - MV45AF0F_FCODE_PKO4
    ERROR - Runtime Error CALL_FUNCTION_CONFLICT_TYPE has occurred
    Kindly help me, Its very uigent
    thanks in advance.

    hi
    Please note SAP  redesigned the condition screen and it's
    underlaying logic completely starting with release 4.6A.
    Hence you should not use the function codes PKON and KKON any longer.
    Furthermore screen 6201 and all includes stored in program pool SAPMV61A
    are not used by the standard any more. The new condition sub-screen
    is placed in program pool SAPLV69A and triggered by function
    codes KKO1 (= jump into header condition screen) or PKO1 (= jump into
    item condition screen). Further details you can find in the SAP
    note 360942.
    So, In release 470 & above , function code PKON to display the conditions in a
    sales order via VA01, VA02 and VA03 may lead this short dump. To avoid
    this short dump, I recommend you to use the function code PK01 instead
    Hope this helps
    Paul Quinn

  • How to map development object with quality object

    Hi
       I have problem regarding to mapping development object with quality  object  i.e the  development object will be order_dev  and quality object will be order_ qa ..i have to map this two wat is the process..
    thanku

    You have an object in QA and not in Dev....you want to map this QA object with an object in Dev.....create a same object in DEV and then do the mapping....then transport.....you should have both the objects in both the environments.
    When you say map...i assume it to be the mapping program (message/ XSLT/ JAVA)
    Regards,
    Abhishek.

  • Standard program (MCDOKDEL) to zversion in quality process area

    Hi all,
    I am working in quality area.I want to use the report program MCDOKDEL to delete the documents .But the standard report program deletes all documents of the type specified as input.
    My requirement is to give the document number as input ,and want to delete only that documentt.Has anyone developed the zversion of the standard report program MCDOKDEL..its really urgent ..Please help

    Brijesh,
    1. You need to create a transaction recording for CO02 using transaction SHDB.
    2. For the recording you have done create the program
    3. Use transaction SM35 to run the transfer program in call transaction mode or batch input session.
    Please go through the link [SAP Help on Data transfer.|http://help.sap.com/erp2005_ehp_05/helpdata/EN/fa/097008543b11d1898e0000e8322d00/content.htm]. Please take the help of abaper if required.
    Regards,
    Prasobh

  • How transfer logo from smartform (development server ) to quality server?

    hi can anyone tell me how transfer logo in smartform (from development server ) to quality server?

    Hi,
    Logos are not transported. You need to create it in all systems individually.Transports cannot carry image files!! Although you know how to create logos but still for your reference this very popular link:
    http://www.sap-img.com/basis/changing-the-sapgui-logo-on-the-right-hand-side.htm
    Regards.
    Shiva  Kumar

  • Hardware Developer Notes where are they?

    Anyone know where Apple have stashed the 'Hardware Developer Notes' for all the Intel based machines?
    Years ago the Reference Library displayed the Hardware Notes for each and every Apple hardware model. These developer notes provided detailed information. The link has since been removed which I managed to find but there is zero sign of the same documentation for the Intel based hardware.
    Here is the link to the now dubbed 'Legacy Hardware'
    http://developer.apple.com/legacy/mac/library/documentation/Hardware/hardware2.h tml
    Click on a HTML or PDF link for any model to view detailed hardware info.

    Hi-
    The product specific pages are pretty much gone.
    Even as a registered Developer, pages similar to those are non-existent.
    The tools and documents available deal primarily with standard hardware basics (cross model) and subjects that allow for software creation to work with OS X on all Intel machines (later than 2008).

  • GL Account Document not picked by Standard Program

    Hi Friends,
    I have an issue which is related to GL Accounts
    Everyday 5000 odd documents will be Picked by standard program and the GL documents are cumulated to one particular document and it will be sent to another system through idoc.
    The issue here is on one particular day one single GL Account document has not been picked by the program and cumulated. Instead that has been picked on next month..
    So i need to know what might be the reason for the delay in picking the document for particular day.
    Help me with solution in this issue
    Thanks in advance
    kishore

    Thansk for the reply.
    I also thought of one reason among the four u specified..But i will stil make it clear to u so that i will get better idea on this issue.
    Like in one system all the documents wil be picked and GL account will be posted and through idoc it is sent to another system where  the balance should be equal
    when i compare two systems one is 4.7 and another is 4.5 version.
    In FS10N for all the month the balance is talied for both the systems like the credit ,debit everything gets tallied for the particular document number. But for one particular month there is a diffence only in the credit amount of two systems..The 4.5 system shows some amt less than the total.
    But that problem also solved but it got delayed by a month..
    Thats the reason this issue arised, Why it took this delay..Could you pls suggest me witht this.
    If any kind of prooof is ther to show this might be the reason for client
    Thanks
    kishore

  • Regarding contract sales tab value not updating into the standard VA42 t-co

    Hello Experts!!!
    How to add screen shots in sdn...
    so that i can add my screen shots in SDN
    The below shown screen shot is the output of our Zprogram.The table field name:VBKD-BZIRK, where is has been marked as red colur in box.
    While dropping the from Source contract to Target Contract, where the value is not picking to the target contract and finally it is not displaying in the Standard VA42 transaction
         Input value
    That same field should come in the final alv output and also include in the va43 transaction sales tab( sales district)
    This value must then be inserted into every document which is being transferred.
    The above input field dragged from Source Contract to Target Contract, the picked value should reflected in the VA42 transation , but it is not effecting.
    Regards,
    Preethi...

    i already used same But it's not working
    s_order_header_inx-updateflag = 'U'.
    Line items
      REFRESH: i_order_item_in, i_order_item_inx.
      LOOP AT t_data INTO wa_data.
        LOOP AT t_data_item INTO wa_data_item WHERE vbeln = wa_data-vbeln. .
    BAPISDITM
          i_order_item_in-itm_number = wa_data_item-posnr.
          i_order_item_in-profit_ctr = wa_data_item-profit_ctr.
    BAPISDITMX
          i_order_item_inx-itm_number = wa_data_item-posnr.
          i_order_item_inx-updateflag = 'U'.
          i_order_item_inx-profit_ctr = 'X'.
          APPEND: i_order_item_in, i_order_item_inx.
        ENDLOOP.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            input  = wa_data-vbeln
          IMPORTING
            output = wa_data-vbeln.
        CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
          EXPORTING
            salesdocument     = wa_data-vbeln
            order_header_in   = s_order_header_in
            order_header_inx  = s_order_header_inx
            behave_when_error = 'P'
          TABLES
            return            = it_return
            order_item_in     = i_order_item_in
            order_item_inx    = i_order_item_inx.

  • Fact Sheet Dump "FKK_CRM_GENERAL_INIT" does not exist - in BP View

    Hi all,
    We have CRM 2007 system and currently i am using Business Role SALE_UTIL.
    I have a problem with the Fact Sheet  in BP- Corporate Account.
    When i click on the Fact Sheet in BP i get the errors of FI-CA settings missing.
    and after click on back button i get dump "FKK_CRM_GENERAL_INIT" does not exist.
    I have looked in the SAP NOTE 746475 but its tells more about the RFC settings.
    My Question: Is there any way to set the default setting even if we dont connectivity to FI-CA system available. Are there any templete or so to upload so that i dont get this error.
    Btw. when i click on the PDF Fact Sheet in BP i get the Fact sheet with all the information regarding the BP.
    Its a bit urgent.Do you have any suggestions how to do it... ?
    Regards.

    Hi Usman,
    Please check the following notes:
    746475 Financial Customer Care - Collections Management
    921160 Function module "FKK_CRM_GENERAL_INIT" to be called
    1240600 FCC - Unnecessary FKK_CRM_GENERAL_INIT call
    I hope it helps.
    Regards,
    Gabriel Santana

Maybe you are looking for

  • I AM DEVELOPING THE Z-REPORT FOR SHELF AGEING MATERIAL

    HI USER WANTS Z-REPORT FOR SHELF AGEING MATERIAL WITH STOCK QTY AND STOCK VALUE. I WANT TABLE NAME FOR SHELF AGEING MATERIAL REPORT. SPECIALLY, FOR DAYS (REMAINING SHELF LIFE PERIOD FOR  MATERIAL IN DYAS)

  • Disable input (Grey color) for the Amount field for TANN item category item

    Hi All, I want to disable the input of pricing field in Sales tab in VA01/VA02 for the TANN item category line. Now I can ZERO the pricing field, but cannot disable the input. Please help. Thank you very much. Terry

  • Where to configure account for service entry?

    Hi, As we know that in material purchasing, we set GR/IR account in WRX of OBYC, then in material goods receipt, system will post to GR/IR account. But we need to use another account for service entry of service purchasing. Where should we set the ac

  • TV Tuner cards & FIOS TV?

    I have a TV tuner card and when I had analog cable (no set top box) I simply plugged the coax cable into the card and watched tv on my PC.  When I switched to FIOS and tried plugging the coax from my box into the card it didn't work (TV via Media Cen

  • How can I virtualize snow leopard in Lion?

    I heard there is a way to run snow leopard alongside lion so i can run my powerpc applications