Argument type H!!!!! and thus short dumP!!!!!!!!!!!!!!!!!!!!!!

Friends...,
SELECT   bukrs
           kunnr
           gjahr
           belnr
           buzei
           blart
           wrbtr
           FROM bsid INTO TABLE i_temp_uandi WHERE
                                                   bukrs = fp_p_bukrs AND
                                                   kunnr IN fp_s_kunnr AND
                                                   bschl IN ('01',fp_s_bschl ) AND
                                                   blart IN (fp_p_blart,fp_p_blart1,fp_s_blart ) AND
                                                   rstgr IN fp_s_rstgr.
This is my required select statement.( Here   "fp_s" means its a select option and "fp_p" means its a parameter on my selection screen).
But i get a short dump at this statement saying arguments supplied in the where  clause should be convertable to type C,but in this case it has encountered an argument of type H.
Pleasse help me out.
Its urgent.

I don't know why your WHERE clause is like this. You cannot use IN like this.
SELECT bukrs
       kunnr
       gjahr
       belnr
       buzei
       blart
       wrbtr
  FROM bsid INTO TABLE i_temp_uandi
WHERE bukrs = fp_p_bukrs
   AND kunnr IN fp_s_kunnr
   AND ( bschl eq '01  or
         bschl IN fp_s_bschl )
   AND ( blart eq fp_p_blart  or
         blart eq fp_p_blart1 or
         blart in fp_s_blart )
   AND rstgr IN fp_s_rstgr.

Similar Messages

  • Design Time for processes and forms : Short Dump

    Hi All,
    When I try to execute Design Time for processes and forms - (tcode :HRASR_DT), I am getting below short dump.
    The following syntax error occurred in program
    "CL_HRASR00_DT_FSCN_PD_DATA====CP " in include
    "CL_HRASR00_DT_FSCN_PD_DATA====CM00E " in
    line 177:
    "The obligatory parameter "FORM_SCENARIO_VERSION" had no value assigned"
    " to it."
    Please suggest what could resolve this.
    Thanks.
    Tejas

    note: Note 1075650
    Re: Assertion_Failed dump when accessing Design Time for Processes & Forms EP3
    regards,
    Prakesh.

  • Extraction failed and gives short dump

    error messege  while extracting data source 0plant_attr in RSA4
    the following syntax error occured in program SAPLMDEX in include LMDEZ$01
    BIW_KNA1_S must be a flat structure ,you cannot use internal tables,srtings ,refferences or structures

    Hi
    This might occurred due to incorrect declaration of temp. variables. Please go through the shortdump. There is a point in the shortdump where a pointer points at the line of error.
    Also parallely check for user exit code written in CMOD tcode. Check the component EXIT_SAPLRSAP_001 and search for the datasource. You will find your code.
    Regards
    Murthy Gunuputi

  • SPAM update of DMIS stalled with ABAP Short Dump

    Hi Experts,
    Was wondering if someone could help me. I am trying to install DMIS on my NW 702 system. The installation sort of halted half way and now I am just not able to get into SPAM. Everytime I try to start SPAM the system loops for a good few minutes and it short dumps as below:
    Category          
    ABAP Programming Error
    Runtime Errors    
    TIME_OUT
    ABAP Program      
    SAPLOCS_SEMAPHORE
    Application Component  BC-UPG-OCS
    Trigger Location of Runtime Error
        Program                                 SAPLOCS_SEMAPHORE
        Include                                 LOCS_SEMAPHOREU02
        Row                                     85
        Module type                             (FUNCTION)
        Module Name                             OCS_QUEUE_SEMAPHORE
    55 *   OCS is locked, remember this
    56     ev_locked = on.
    57 *   check if OCS is locked by other (OCS) tools
    58     IF iv_tool = space.   "maybe were are called in batch, check
    59       IF sy-batch = off OR
    60          ls_pat10-btch_state NA gc_batch_states.
    61 *       IV_TOOL = space but no batch processing
    62 *       -> foreign lock, you are not allowed to proceed
    63         cs_sema = ls_pat10.
    64         RAISE foreign_lock.
    65       ENDIF.
    66     ELSE.
    67       IF ls_pat10-ocs_tool <> iv_tool.
    68 *       foreign lock, you are not allowed to proceed
    69         cs_sema = ls_pat10.
    70         RAISE foreign_lock.
    71       ENDIF.
    72     ENDIF.
    73
    74 *   we are either in batch processing or IV_TOOL matches PAT10
    75 *   --> own lock, return it
    76     IF iv_read_only <> space.
    77       cs_sema = ls_pat10.
    78       EXIT.
    79     ENDIF.
       79
    ENDIF.
       80 *   update it
       81
    ls_pat10 = cs_sema.
       82
    ls_pat10-responsibl = sy-uname.
       83
    ls_pat10-imple_date = sy-datum.
       84
    ls_pat10-imple_time = sy-uzeit.
    >>>>>
    UPDATE pat10 FROM ls_pat10.
       86
    cs_sema = ls_pat10.
       87   ENDIF.   "sy-subrc = 4
       88
       89 ENDFUNCTION.
    4 FUNCTION
    SAPLOCS_SEMAPHORE              
    LOCS_SEMAPHOREU02                 
    85
       OCS_QUEUE_SEMAPHORE
    3 FUNCTION
    SAPLOCS_BATCH                  
    LOCS_BATCHU07                    
    186
       OCS_DELETE_BATCH_SEMAPHORE
    2 FORM    
    SAPMSPAM                       
    MSPAMF06                         
    190
       READ_N_CHECK_BATCH_JOBS
    1 MODULE (PBO) SAPMSPAM                       
    MSPAMO01                         
    776
       READ_BATCH_JOBS
    Would appreciate if someone can help and has faced something similar.
    Regards,
    Manish

    Hi
    The Abap programs get a timeout when trying to update table PAT10 ( OCS Semaphore).
    Check in SM12 if there are locks on that table
    Check also that table contents, there should be only one entry, what is in field OCS_TOOL ?
    DMIS should be installed using transaction SAINT (in client 000) and not SPAM.
    Regards
    1468391 - Installation and delta upgrade of DMIS 2010_1

  • CL_RSPLS_CR_CONTROLLER method inner join short dump

    Hi guys,
    i have characteristic relationship usage but i created a new concept for characteristic combinations creation. We have one table with all characteristics are maintained We want to use one single table to maintain all relations. The class created with the create method implemented is working and we do have the right entries in table c_th_chas. This table then goes into standard coding and is transformed. Afterwards  method complete_combis is executed and within this method there is the method INNER_JOIN_steps. There method INNER_JOIN is executed. And this is thge method which dumps because method INNER_JOIN has a part beggining with the comment intersection of characteristics is empty, so build the cart.product.. From 13 characetristics in the table 6 are filled and 7 are empty . Maybe 8 times i am able to to run the loop but then the values of the tables is increasing immensly and a short time is thrown with no more internal table space... --> no more memory.
    The problem seems to be the empty characetristics and the building of the cart. product. The command
      INSERTc_s_chas INTO TABLE e_th_chas.
    is to much for over 10 Mio records and a short dump is thrown.
    Is there any workaround for this problem? Can someone give me a hint.
    Thanks and regards,
    Murat

    Hi Gregor,
    thank you for your very helpful answer. With ticking this flag no automatic combinations were created and the wished characetristic relations were displayed. But after ticking this flag other workbooks crashed of invalid combinations which worked fine before witout the characteristic relationship class activation. The issue is as following:
    i have a lot of characteristics in the realtime planning cube. My intention was to make one big table with most of the characteristics in it to build characteristic relations. At the moment we do have some tables and maintaining them gets komplex. One table i for all is the target.We have workbooks where we dont want use characteristic relations so we have a characetristic embedded in constant selections (structure) in the query and other characteristics with Access Type for Result Values in Master Data and Filter Value Selection Durinbg Query Execution with Values in Master data Table. For these workbooks i dont want characteristic relationships but we also have the opposite queries with characetreistics with ACCESS Type for Result Values with CHARACTERISTIC RELATIONSHIP and Filter value Selection During Query execution with CHARACTERISTIC RELATIONSHIP. In these workbooks i want to use characetristic relationships and the table in the others not. Now  the wueries where i want to use CRRs are correct but at the other workbooks also the table and CRR class is executed but i dont want them to get restricted by CRRS and also there is no characetristic using ACCESS Type for Result Values with CHARACTERISTIC RELATIONSHIP and also Filter value Selection During Query execution with CHARACTERISTIC Relationdships.
    But despite why is CRR class executed. How can i solve it?
    I would appreciate if you or someone  could suggest me something here.
    Thanks and kind regards,
    Murat

  • Short Dumps in standard HR Business Event Group/Event creation transactions

    Dear All,
    I m getting short dumps whlile executing standard HR transactions for Creation of Business Event Groups and Business Event Types. Attaching the Short Dump text herewith. Can anyone plz. help...
      An exception occurred that is explained in detail below.
      The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was
       not caught in
      procedure "RH_BASE_READ_INFTY_NNNN" "(FUNCTION)", nor was it propagated by a
       RAISING clause.
      Since the caller of the procedure could not have anticipated that the
      exception would occur, the current program is terminated.
      The reason for the exception is:
      Eine Open SQL-Klausel wurde dynamisch angegeben. Der darin auftretende
      Feldname "SUBTY" kommt in keiner der Datenbanktabellen aus der
      FROM-Klausel vor.
    Thanks and Regards,
    Sudipto.

    Hi,
    Check whether the OSS note 207515 is suitable for the below situation.
    Summary
    Symptom
    A dump occurs in program SAPLRHDB: DBIF_NTAB_TABLE_NOT_FOUND
    Additional key words
    RH_BASE_READ_INFTY_NNNN, LRHDBU16
    Cause and prerequisites
    The system wants to access table HRPnnnn  particularly by means of an entry in the infotype check table T777D. This access can be processed in various places, including in the profile generator. Here, a termination occurs if the 'ent' table/structure in the dictionary is no longer available. This generally affcts customer-specific infotypes. These have been created and possibly deleted again. However, the entry in table T777D is not available. You can also import the entry into another system with a transport of the table. If the HRP table/structure is then missing, a termination may also occur in this case.
    Solution
    You must check on an individual basis which infotype the termination refers to. If it is a customer-specific infotype, the customer is responsible for removing the cause of the termination. If the table entry is a 'remnant', the entry can simply be deleted.
    If the termination refers to an SAP structure, you should consult SAP before carrying out any further activities.
    Source code corrections
    Header Data
    Release Status: Released for Customer
    Released on: 23.03.2000  23:00:00
    Priority: Recommendations/additional info
    Category: Customizing
    Primary Component: PA-BC Basis
    Releases
    Release Independant
    Satya

  • Short dump OBJECTS_OBJREF_NOT_ASSIGNED

    Hi All,
    I have a BSP application where the Application class has several attributes TYPE REF TO other classes.   In production we are getting hundreds of OBJECTS_OBJREF_NOT_ASSIGNED short dumps a day.  The references to these TYPE REF TO attributes on the application class are being lost.  
    Initially we were not able to reproduce the problem in development, however I have found that if you stay on a page for 10-15 minutes then navigate to another page the references are lost and the short dump occurs.  I can see in the short dump that the reference to the Application object still exists but not to the TYPE REF TO attributes which are now all ???.  If you navigate without waiting everything is fine.
    I thought it might be the garbage collector cleaning them up, however at the time the page is displayed all the references are valid.  Why do they disappear?  Is there a time-out parameter somewhere?
    Thanks in advance.
    Sandra Lawrence

    Thanks for all your replies.  I realise now that I am getting a session time-out.  As I still had some data remaining I originally didn't think this was my problem.
    I am now in the process of implementing Thomas Jung's timeout solution from his blog BSP Developer's Journal: Part XV - Stateful BSP and Timeouts.
    Thanks again for pointing me in the right direction.

  • Interactive Demand Planning - Short Dump.

    Hello All,
    We are using version SCM5.0. IDES for proto type.
    I get short dump as soon as i execute the transaction SAPAPO/SDP94.
    with the following message
    "Run-time error "RAISE_EXCEPTION"
    I have assigned the planning book to the user. And the planning area is active(time series object)
    Regards
    Samson

    Hello Srinivas/Harish,
    I agree with both of you, this is typical GUI issue.
    We are on 6.4 frontend with pack level 8.
    Dump is excatly in
    Method:  GET_FONT_INFOS.
    Program:CL_GUI_RESOURCES==============CP
    I have tried in different system and with diffrent font size. Our unicode is active.
    Still I'm getting dump.
    Regards
    Samson

  • BCS Short Dumps after Upgrade (3.5 to BI7)

    Hi SDN,
    We have recently upgraded our dev system from BW3.5 to BW 7 (SEM BW 6) and following the upgrade none of the queries based on the BCS virtual info provider(Remote Cube) ZVBCS01 are working or the listcube transaction on cube ZVBCS01 in RSA1.
    Both the queries and listcube short dump with DATREF_NOT_ASSIGNED (Details  "DATREF_NOT_ASSIGNED" "SAPLUCR0"  "LUCR0U08" "PROVIDE_SEM_DATA_TABLE_3")
    We have raised a call with SAP OSS they recommended to activate the InfoObject 0BCS_REPMOD from business content and regenerate the data basis. We did all this but still experience the short dumps. (We havenu2019t assigned 0BCS_REPMOD to any Infoproviders or the data basis)
    We will be unable to upgrade to BI7 unless we can resolve this issue so any help would be appreciated.
    Kind regards,
    Jamie Flaxman

    Thanks for the responses, we have managed to get BCS working now following the upgrade.
    Following the activation of the business content, I had to regen the Data Basis but the way I did it originally wasnu2019t enough to force a regeneration. So I had to make a small change to the data basis (move of field names and back again) which was enough to do the re-gen.
    We have experienced quite a few issues with the upgrade from SEM 4 to 6.
    Thanks for the help.
    Jamie Flaxman

  • Short dump while running OLI3BW

    Hello,
    I'm getting a runtime error and a short dump  when I try to fill the setup tables for Purchasing.
    This is the error mesage:
    Error in ABAP application program.                                                                               
    The current ABAP program "SAPLEINS " had to be terminated because one of the
    statements could not be executed.                                                                               
    This is probably due to an error in the ABAP program.                                                                               
    Function module "MCEX_UPDATE_02" was called                                 
    with the parameter "I_EKKO".                                                
    This parameter is not defined.                                              
    Does anyone have any idea on how to eliminate this error?
    Regards,
    Sameer

    Hi sameer,
    try to fill the settings for purchasing application.
    1. determine industry sector
    2. transaction key maintenance for sap-bw.
    execute these settings and try to fill the setup table once again
    Regards
    Harikrishna N

  • ABAP Short Dump Occurring

    Hi All
    We had do done a DBEXPORT of our R/3 4.6C while doing there was a increment conversion pending and we got error during the export, we finished the conversion and then started the DBEXPORT again and it completed successfully, however after this we are receiving ABAP Short dumps which says DBIF_RSQL_INTERNAL_ERROR, Internal error when accessing table "T179 ". Practically for any new entry we do in database.Kindly suggest how to go about.
    Regards
    Arun

    Hi Micheal
    we had done an incremental conversion  for DBTABLOG table which is forbidden also was not complete,so we completed the conversion and removed a field which was added in the table (this was cause of error),we removed the field and activated teh table and the short dump was resolved.
    Anyway thanks for your reply.
    Arun

  • PERFORM_PARAMETER_MISSING - continual short dump in BW

    Hi All,
    I am facing one strange issue.
    Few days back there was a failure in delta load of CUSTOMER_TEXT. The load was corrected, but since then every 45 minutes or so I am getting a short dump in the system.
    There is no active job in BW or R/3, but it seems there is something triggered in infinite loop, which gives the 2 entries in SM58 and a short dump in every few minutes.
    SM58: -
    Missing parameter with PERFORM.
    ST22: -
    Runtime Errors         PERFORM_PARAMETER_MISSING
    Exception              CX_SY_DYN_CALL_PARAM_MISSING
    Termination occurred in the ABAP program "SAPLRSAI" - in
      "RSAR_TRFC_DATA_RECEIVED".
    The main program was "SAPMSSY1 ".
    In the source code you have the termination point in line 247
    of the (Include) program "LRSAIU06".
    The termination is caused because exception "CX_SY_DYN_CALL_PARAM_MISSING"
      occurred in
    procedure "RSAR_TRFC_DATA_RECEIVED" "(FUNCTION)", but it was neither handled
      locally nor declared
    in the RAISING clause of its signature.
    I have no idea how to stop this dump. Can somebody throw some light on this?
    Thanks,
    Manisha

    Hi Manisha,
    I think this is happening because the backgroud job in the source system was not ended.
    This is happening because on the day that you deleted the Delta request you have failed to stop the bacground job in the source system.
    Just login in the source system SM37 -> Job name as BI* give the date selection and check if there is any active BI job that is available.
    If available select and delete it or stop it.This will solve the issue
    Prathish

  • BBP_GET_CATEGORIES_F4 short dump

    Hi Gurus,
    We are building SRM 7 with ECS.
    Product categories are replicated froom ECC 6 EHP4.
    When we are searching product categories in SC with match code it leads to a time out with the following error message :
    Error application is coming up.
    https://XXX/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/
    TIME_OUT
    Time limit exceeded.
    Function: BBP_GET_CATEGORIES_F4 of program SAPLBBP_HELP_ATTR
    Function: BBP_F4IF_SHLP_EXIT_CATEGORY2 of program SAPLBBP_FAVOURITES_F4IF
    Form: CALL_SHLP_EXIT of program SAPLSDSD
    Function: F4IF_SELECT_VALUES of program SAPLSDHI
    Method: READ_DATA of program /1BCWDY/HI5P2BVF3C1EXY7OK64L==CP
    Method: IF_V_SH_PRODCAT~READ_DATA of program /1BCWDY/HI5P2BVF3C1EXY7OK64L==CP
    Method: ONACTIONDO_START of program /1BCWDY/HI5P2BVF3C1EXY7OK64L==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/HI5P2BVF3C1EXY7OK64L==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: IF_WDR_ACTION~FIRE of program CL_WDR_ACTION=================CP
    And a short dump appears in st22.
    The only work around I found so far was to restrict number of allowed product categories in org structure.
    What is weird is that this problem does not occur with PO. With PO Product categories search is fine and smooth... o_0
    I asked Basis to investigate this performance problem but so far they found nothing. Is there any customizing related to this?
    Many thanks in advance.

    Hello,
    Check longtext instructions of note 818837.                     
    In case of Oracle database, it recommends to activate following:
       Badi: BBP_FAV_DBHINT.                                                  
       Also you could work with following Badis to improve F4-help performance:                                                           
       BBP_F4_READ_ON_ENTRY                                                   
       BBP_F4_READ_ON_EXIT                                                    
    Note 818837 refers to consulting note 613121.                                    
    Note 613121 recommends Badi usage if more than 1000 category entries must be read from users attributes (Oracle) and activate               
      Badi: BBP_FAV_DBHINT                                                             
      Method: IF_EX_BBP_FAV_DBHINT~DETERMINE_HINT_USAGE                                
      EV_X_USE_HINT = 'X'.                                                             
    This is also available/valid for higher SRM Releases.                             
    Kind regards,
    Ricardo

  • I get short dump, please help~

    Hi!
    I get the short dump , for the code below.
    Since I have exported to memory, why i get this short dump when i try to list it from the memory?
    SUBMIT (prog) with SELECTION-TABLE (seltab)
                          EXPORTING LIST TO MEMORY
                          AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
    TABLES
    listobject = abaplist.
    and the short dump is as follows
    A RAISE statement in the program "SAPLSLST" raised the exception
    condition "NOT_FOUND".
    Since the exception was not intercepted by a superior
    program, processing was terminated.
    Short description of exception condition:
    No list found in memory
    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.

    Hi,
      I have given a saple code for SUBMIT
    SUBMIT RMCB0300 WITH SL_WERKS-LOW  EQ SO_WERKS-LOW
                      WITH SL_MATNR      IN SO_MATNR
                      WITH VA            EQ 'X'
                      WITH SL_SPMON-LOW  EQ W_BUDAT1
                      WITH SL_SPMON-HIGH EQ W_BUDAT1
                      WITH SL_MTART-LOW  EQ 'ROH'
                      WITH SLV_NO        EQ 'STOCK'
                      EXPORTING LIST TO MEMORY AND RETURN.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          LISTOBJECT = LISTTAB
        EXCEPTIONS
          NOT_FOUND  = 1
          OTHERS     = 2.
      CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          LISTASCI           = I_LISTASCI
          LISTOBJECT         = LISTTAB
        EXCEPTIONS
          EMPTY_LIST         = 1
          LIST_INDEX_INVALID = 2
          OTHERS             = 3.
      IF SY-SUBRC <> 0.
      ENDIF.
    Which im using currently .PLease reward points if solved
    Thanks
    Shankar S

  • Short dump: Network Control cannot be started

    Hello Everyone,
    i am not sure wheter i am right or not but here is my quesion:
    I am running 2SAP NetWeaver 7.01 ABAP Trial Version" on Windows XP.
    I am trying to learn Data Modelling in the BW Workbench.
    When I try to change a "transformation process" in theDatawarehouing Workbench: Modelling" the programm will be terminated and i get the folowing short dump:
    Error analysis
    Short text of error message:
    Network could not be launched due to control error
    Long text of error message:
    Diagnosis
    Network control cannot be started either because is is not installed on the front-end computer, or because the control framework is inconsistent when the function is called up. To be able to start the network graphic, you need two OCX files that are delivered with the BW Frontend.
    System Response
    Processing has been terminated.
    Procedure
    Make sure that the OCXs ICDataFlow.ocx and wdbdadpt.ocx auf are
    installed on your computer. You can find notes on installing and
    checking the BW Frontend by searching for SAP Notes with the
    following key words:
    Version, sapservX, Setup, Patch, Installation, Frontend, BW,
    sapbexc.xla, checktool, wdtaocx, wdtaocx.ocx
    Does anyone know a solution for this problem? How can I install the "netplan control"?
    Thanks for help!
    Arne

    I think you need to install extra BI components into your GUI.
    Read,
    Error with "Creating Transformation for Master Data"
    and
    Re: Short Dump by creating Transformation
    Regards
    Juan

Maybe you are looking for

  • Post script font is not being displayed in font menu

    Im tying to use a system font (post script) for my website, but its not shown in the font menu in muse. (but it is in every other app on my mac). installed the latest release and bug fix on os x 10.9.4 any ideas? thanks!

  • Will my prior profile, theme, & settings be retained when I upgrade to FF 22.0?

    Hi, I am relatively new to Firefox and have delayed updating from ver. 21.0 to 22.0 before asking this important question: I am using XP (sp3). When I upgrade to FF ver. 22.0 from 21.0, will all of my profiles, settings, theme, etc. be retained and m

  • Is there a way to disable Update to Current process Exclamation mark?

    Just opened some photos from last vacation with ACR 6.1, taken with my Canon compact. So, on this version, there is a possibility to use the old 2003 processing model, or the new one (2010). It's hard to make any claims which processing looks better

  • Quicktime Controls Not Working in Browser

    The Quicktime controls, play button, scrub bar, etc., do not work when I play a video in a browser. The controls display and react to clicks, but do not affect the playback of the video. I'm running 10.4.11 with QT plugin version 7.4 in Firefox 2.0.0

  • Exchange of initial key for two way encrypted communication

    Hello all, I think the following question has to do with my lack of knowledge of cryptography and will be happy for any pointers you might provide. I am trying to encrypt socket communication between client/server. I have decided to use AES from the