ListBox causes dump only in MVC

Hi,
I have a working ListBox that is working in a "regular" BSP.
I copied this app to an MVC type BSP and I am trying to do the same.
The problem is that I get a dump on a listBox command.
The dump is: ASSIGN_TYPE_CONFLICT
"Type conflict in the ASSIGN statement in the program CL_HTMLB_LISTBOX==============CP "
It is definitely from the listBox.
I stripped down the code until I got the HTMLB:
                    <htmlb:listBox id                = "agg_number"
                                   table             = "//model/agg_list"
                                   nameOfKeyColumn   = "AGG_KEY"
                                   nameOfValueColumn = "NAME"
                                   multiple          = "true"
                                   size              = "12" />
the definition is:
agg_list TYPE TP_AGG_LIST_TBL
the type is:
       begin of tp_agg_list,
         AGG_KEY type kunnr,
         NAME        type NAME1_GP,
         ACCOUNT type HKONT,
       end of tp_agg_list,
       tp_agg_list_tbl  type standard table of tp_agg_list,
       tp_agg_tbl       type standard table of kunnr
I have no idea why it is dumping.
I think that the code is right and it is working in a different app.
Do you have any ideas?
Thanks,
Itay

Hi ,
In the list box "Selection" or "Selections" is missing .
Without this , you cannot get the selected values.
Please check this.
<htmlb:listBox id = "agg_number"
           table = "//model/agg_list"
           nameOfKeyColumn = "AGG_KEY"
           nameOfValueColumn = "NAME"
           multiple = "true"
           size = "12"
           selection
           selections --- string table />
Reward if useful.
Regards
Meikandan

Similar Messages

  • ERP EhP4 causing dump in MIRO posting

    We just implemented ERP EhP4 w/SAPAPPL603 and are now getting a dump when using MIRO to posting a vendor invoice against a PO. The error seems to involve new logic for multiple account assignment introduced with this EHP.  The dump is in include LMRMBWF02 of SAPLMRMBM, and indicates that data object S_MCRBPO does not contain component XHISTMA.  The lines in LMRMBWF02 are (starting at 772):
    FORM bw_read_co_history_dyn_sub  USING   event  TYPE bwmode
                                     s_index_mcrbpo TYPE eval_iv_index_key_s
                                     s_mcrbpo       TYPE mcrbitm
                            CHANGING s_mcrbco       TYPE mcrbco.
      DATA: s_ekbe LIKE ekbe,
            s_ekbz LIKE ekbz,
            s_ekbz_ma TYPE ekbz_ma,                             "MAA EhP4
            s_ekbe_ma TYPE ekbe_ma,                             "MAA EhP4
            f_arewr TYPE ekbz-arewr,                            "MAA EhP4
            f_areww TYPE ekbz-areww.                            "MAA EhP4
    CASE event.
        WHEN c_recompilation.
          IF s_mcrbco-xunpl = space.
    Not for unplanned account assignments
            IF ( s_mcrbpo-exkbe = 'X' ).
    Read PO history for goods item
              IF s_mcrbpo-xhistma = space.                      "MAA EhP4
    ...with the last line being the culprit.  The actual break in execution occurs at line 119 of SAPLMRMP, BESTELLUNG_BUCHEN where function MRM_BW_PO_HISTORY is called.
    Had some other errors where tables weren't properly activated after the EHP installation, but here most everything seems to be activated properly.  The exception is table EKBE, which activates but with warnings about missing enhancement categories of tables or includes/subtypes for four active dependent tables.  That's the only lead I've got. 
    Can't find any notes or other posts about this error, any ideas would be greatly appreciated!

    Per the recommendation I've moved this thread to the ABAP forum:
    ERP EHP4 causing dump when posting invoice in MIRO

  • Hello does anyone knows how to re-enter the decimals for the tempo cause i only have a full number and can't enter a decimal number ?

    hello does anyone knows how to re-enter the decimals for the tempo cause i only have a full number and can't enter a decimal number ?

    Hi
    Go to Preferences:Display and check that you have:
    HTH
    CCT

  • Export dump only 1000 tables from the schema which contains 3000 tables.

    Hi,
    I have an requirement to export the dump only with particular 1000 tables from the schema which contains 3000 tables.
    As I want to take the dump, I need to mention the List of tables in "TABLES" Parameter. But syntax won't allow for 1000 tables.
    Kindly guide me on this to proceed further to take the dump of only particular 1000 tables.
    Thanks in advance.
    Thanks,
    Orahar.

    I have an requirement to export the dump only with particular 1000 tables from the schema which contains 3000 tables.
    As I want to take the dump, I need to mention the List of tables in "TABLES" Parameter. But syntax won't allow for 1000 tables.
    Kindly guide me on this to proceed further to take the dump of only particular 1000 tables.You haven't mentioned the oracle release version.
    if you're using 10g, you could use datapump export/import to achieve this. Not a straight way.
    Check Metalink Export/Import DataPump Parameters INCLUDE and EXCLUDE - How to Load and Unload Specific Objects - 341733.1
    Under section 9. Exporting or Importing a large number of objects.
    HTH
    -Anantha

  • HT4061 somebody stole my i pad and i want to find my imei number cause i only have serial number is there any other way to find imei number?

    how do i find my imei number cause i only have my serial number and somebody stole my i pad thus i need imei number, please can anybody help me?

    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
     Cheers, Tom

  • ERP EHP4 causing dump when posting invoice in MIRO

    I originally posted this in the MM forum but was advised to move it here.
    We just implemented ERP EhP4 w/SAPAPPL603 and are now getting a dump when using MIRO to posting a vendor invoice against a PO. The error seems to involve new logic for multiple account assignment introduced with this EHP. The dump is in include LMRMBWF02 of SAPLMRMBM, and indicates that data object S_MCRBPO does not contain component XHISTMA. The lines in LMRMBWF02 are (starting at 772):
    FORM bw_read_co_history_dyn_sub USING event TYPE bwmode
    s_index_mcrbpo TYPE eval_iv_index_key_s
    s_mcrbpo TYPE mcrbitm
    CHANGING s_mcrbco TYPE mcrbco.
    DATA: s_ekbe LIKE ekbe,
    s_ekbz LIKE ekbz,
    s_ekbz_ma TYPE ekbz_ma, "MAA EhP4
    s_ekbe_ma TYPE ekbe_ma, "MAA EhP4
    f_arewr TYPE ekbz-arewr, "MAA EhP4
    f_areww TYPE ekbz-areww. "MAA EhP4
    CASE event.
    WHEN c_recompilation.
    IF s_mcrbco-xunpl = space.
    Not for unplanned account assignments
    IF ( s_mcrbpo-exkbe = 'X' ).
    Read PO history for goods item
    IF s_mcrbpo-xhistma = space. "MAA EhP4
    ...with the last line being the culprit. The actual break in execution occurs at line 119 of SAPLMRMP, BESTELLUNG_BUCHEN where function MRM_BW_PO_HISTORY is called.
    Had some other errors where tables weren't properly activated after the EHP installation, but here most everything seems to be activated properly. The exception is table EKBE, which activates but with warnings about missing enhancement categories of tables or includes/subtypes for four active dependent tables. That's the only lead I've got.
    Can't find any notes or other posts about this error, any ideas would be greatly appreciated!

    Hi,
    the only thing i´ve found is this OSS Note:
    https://service.sap.com/sap/support/notes/1105679
    Best regards.

  • ALV Grid Insert Line - Dumps only on certain computers

    We have some ALV Grids in our program. Every time i open one my computer the first cell is marked, so the insert line function just adds another line. But on an other computer, the frist cell is somehow not marked, which leads to a dump on inserting a line, cause the return parameter for the row_idx is not filled. First i thought it's the user, but it isn't.
    So i guess that the GUI might be at fault, how could i determin the differences? Or is there a setting for that?
    Edited by: Robert Graf on Oct 30, 2008 1:35 PM

    Hello Robert
    When you open the SAP LogonPad then you find a symbol in the left upper corner. Click on it (left mouse) and choose function "About SAP Logon..." (Über SAP Logon...).
    Then you see the exact version, build and patch-level of your SAP-GUI.
    Regards
      Uwe

  • [SOLVED] util-linux causing read only /

    Anyone else having this problem?
    After upgrading to testing after boot the root filesystem is readonly with arch init and with systemd...
    That's happening for me since 1 or 2 days, maybe the problem was earlier too, don't really know.
    Downgraded util-linux (and its dependency mkinitcpio, but not rebuilding the initramfs) to repo version and my / filesystem is rw again after boot...
    I have not seen anything on the mailinglist...
    Last edited by Cdh (2012-03-09 09:47:22)

    Sorry, I first wanted to check if I am the only one or if there are already hundreds of minions working on it.
    Logs are complicated on a read only filesystem. Couldn't find anything in dmesg, it just seems that it wasn't remounted rw while booting for some reason.
    Nothing fancy here, using the util-linux from core with the rest from testing:
    /dev/sda1: UUID="1ec5d4eb-f2c2-445a-88bd-41b5717fab29" TYPE="ext4"
    /dev/sda2: UUID="2e8619f0-1f4f-423b-8dd9-8cb1be8b6e2a" TYPE="ext4"
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #UUID= swap swap defaults 0 0
    UUID=83a138cd-f2a5-4bdc-bbce-fbc9b8b20212 / ext4 defaults,relatime,user_xattr 0 0
    UUID="2e8619f0-1f4f-423b-8dd9-8cb1be8b6e2a" /home/chris ext4 defaults,relatime,user_xattr 0 0
    /swapfile swap swap defaults,noauto 0 0
    none /sys/kernel/debug debugfs auto 0 0
    none /proc/bus/usb usbfs auto,busgid=108,busmode=0775,devgid=108,devmode=0664 0 0
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    -.mount loaded active mounted /
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home-chris-.gvfs.mount loaded active mounted /home/chris/.gvfs
    home-chris.mount loaded active mounted /home/chris
    media-cdrom.mount loaded inactive dead /media/cdrom
    media-dvd.mount loaded inactive dead /media/dvd
    media.mount loaded active mounted Media Directory
    proc-sys-fs-binfmt_misc.mount loaded inactive dead Arbitrary Executable File Formats File System
    sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System
    sys-kernel-config.mount loaded inactive dead Configuration File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    sys-kernel-security.mount loaded active mounted Security File System
    var-lock.mount loaded inactive dead Lock Directory
    var-run.mount loaded inactive dead Runtime Directory
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    15 units listed.
    I mentioned the inistscripts and systemd together because it seems not to be a problem in one of them (or in both of them...)
    mount -o remount,rw /dev/sda1 /
    Gives ma a rw system with testing util-linux with no problems at all...

  • Using RH_RELATION_MAINTAIN from RFC causes dumps

    Hello,
    We had a need to make the "RH_RELATION_MAINTAIN" function to be an RFC function.
    What we've done in order to do this, is to copy the code from the original function into a Z function.
    We are using the visual composer to call this function using RFC
    Most of the times, it works without a problem, but sometimes creating a relation between a person and an position causes a dump
    what we're getting is a weird system dump, that reads "CNTL_SYSTEM_ERROR".
    If the same data is run through R3 without rfc, everything works fine.
    Is there anything we can do about this?
    thanks in advance, Udi.

    im bumping this up after a week with no replies.
    sorry.

  • WRT54GL causing bsod only when an Mac ibook g4 connects wirelessly.

    Hello all you tech gurus!
    I consider myself a pretty adept pc user. I've built systems, installed wired and wireless networks, many kinds of peripherals, and so far, have not run into any problems I have not been able to figure out.
    Here is the situation:
    I set up a wireless network for a friend using a WRT54GL router with a firmware version of 4.30.11. There are only 2 wired pc's connected to this router using c5 ethernet cabling. The first and main pc (which is the pc getting the bsod) is a Compaq Presario CQ5320Y running Win7 Home Premium 64-bit. The second pc connected by ethernet is an ancient home built system running XP Home. Both pc's work well in all regards, both internet and non-internet items. There is an Apple pc (don't know the model of this one) that is connected wirelessly with no problems. These 3 pc's can all be using the internet at the same time with no problems what-so-ever.
    The problem arises when a Mac ibook G4 connects wirelessly to the network. When the ibook connects to the network wirelessly, it causes a bsod (error code 0x00000007)on the Compaq Presario within 10 minutes of the ibook connecting to the network.(yes, I've researched that error code and ruled out hardware problems on the Compaq. The Compaq can run for weeks on end without any bsod, it only bsod's when the ibook G4 connects to the network wirelessly.) IF the ibook G4 is connected to the network via an ethernet cable, there are NO PROBLEMS with the Compaq. The Compaq ONLY gets the bsod when the ibook G4 connects to the network wirelessly.
    Sad to say, I have almost no experience with Apple pc's and I am not sure if this is a router configuration problem or a configuration problem on the ibook G4. Remember, there is an Apple desktop connected to the network wirelessly with NO PROBLEMS.
    If anyone can point me in the correct direction in trying to fix this problem, I would greatly appreciate it.
    Many thanks!
    Chuck
    [email protected]

    Or you can assign a static IP address on the computer it self.
    If it is a MAC computer then click on APPLE icon. Go to system preferences. Click on Network and select Ethernet. Go to Advanced settings and go to TCP/IP settings. Change the configuration to Manual and assign a static IP address to the computer.
    If it is windows computer then open Network connections. Right click on Local area connection/ wireless network connection and go to properties. Click on Internet protocol TCP/IP properties. Assign a static IP address.

  • Call customer-subscreen causes dump in one box but not in another box

    Hi guys,
    Just wondering if anyone here encountered this situation before and knows of any explanation or solution.
    There's two development boxes with a program that contains the following code/statement:
    call customer-subscreen SSCR903 including 'SAPLXXXXXX' '2000'
    SAPLXXXXXX happens to not exist in both boxes. In the first box, when execution reaches that statement above it will generate a dump saying that 'SAPLXXXXXX doesn't exist'. But in the second box, when execution reaches that statement above it won't generate a dump and execution continues to the next statement in the program.
    I checked SAP documentation on the CALL CUSTOMER-SUBSCREEN keywords, but I didn't find anything that would explain why it dumps in the first box, but not in the second one.
    Anyone encountered the same situation before? Any explanation why it's dumping in one box, but not in the other box?
    Thanks in advance for any help.
    Kind regards,
    Carl

    Welcome to sdn.
    Abap doesn't check existence of the dynpro, it only check activation of the exit in CMOD, that may explain the, difference.
    Regards,
    Raymond

  • Why does certain warnings are causing dumps during Upgrade?

    Hi  friends ,
    During Upgrade , I made an EPC check .There I got synatx errors and warnings as well. I corrected all the syntax errors except one warning. But later the same warning caused a serious dump though it usually doesnot happen. So is it required to correct warnings resulted in EPC check ? If yes , is there any convenient way to monitor the warnings that cause suich dumps as the number of warnings exceeds  far more in  amount as compared to  syntax errors?

    Hi,
    I don't think warning might cause serious errors like errors.. Please check why you got the dump for the warning message...
    You should avoid Errors...
    Regards,
    Nagaraj

  • I have a 4th gen ipod touch. I deleted soundcloud to reload it but now i cant install it cause its only for iOS 7 when it used to have a iOS 6 version. Any idea on how i can get soundcloud on my ipod? cause it sure wont let me now

    Basically when i try to reinstall it says its only for iOS 7 or later and that I cant install it. Ive tried everything at this point.
    someone help

    Use this method:
    Starting when iOS 7 was released, Apple now allows downloading the last compatible version of some apps (iOS 4.2.1 and later only)
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app
    You first have to download the non-compatible version on your computer. Then when you try to purchase the version on your iPod you will be offered a compatible version if one exists.

  • DateTime Field causes dump in SOAP webservice

    We're consuming a web service written in C# (.NET 4.0) which has datetime (xsd:dateTime) fields. The ABAP proxy class dumps when the service response is returned with:
    CX_SY_CONVERSION_NO_DATE_TIME:XSLT exception.An error occurred when deserializing in the simple transformation program /1SAI/TXS72F7E0958348097F34D9.Value 2011-12-15T00:00:00 is not a valid date with time in accordance with the XML format for ABAP
    Apparently SAP expects 2011-12-15T00:00:00Z but we are getting 2011-12-15T00:00:00 (without the Z). What does this mean and how can we fix it? Our .NET developer apparently has no control over the "Z" and this all seems a bit of strange reason to dump.
    Here is the partial SOAP response:
    <Expires>2011-07-18T00:00:00</Expires>
    Here is the relevant WSDL:
    <xsd:element minOccurs="0" name="expires" type="xsd:dateTime" />

    ping

  • Smartform causing dump

    sir,
    During debugging  for occurence of dump in smartform , i found it is happening in following code.
    &W_SUB0(255)&&W_SUB256(255)&&W_SUB+512(255)&
    could any one please help me to solve it.
    Srinivasa Murthy

    Hi Murthy,
    The dump might be because the string W_SUB which you are accessing is not having so many characters.
    Before displaying the sub strings
    try to check if the string lenght greater that what you want. if true then pass that value to one variable and then try to print it in smart form in this format &Var1(C)&.
    if suppose ur string is W_SUB = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.
    if strlen(W_SUB) > 10.
    v_str1 = w_sub+3(6).
    endif.
    in the text element write &V_STR1(C)&.
    hope this will solve your problem.
    regards,
    Tulasi.

Maybe you are looking for