Get back dropdown list data.

Hi all,
I am adding a new customer screen into transaction code ME21N. I managed to see the new tab Customer Data created, I have also created a dropdown list in the screen with data for example, Text 1, Text 2, Text 3.
My problem now is whenever I selected the dropdown list to Text2, I go tab Delivery/Invoice, and come back to tab Customer Data, the dropdown list data is blank. How could I set the dropdown list data and display the selected data whenever I come back to Customer Data?
Your answer is very much appreciated.
Thanks in advance.

Hi ,
Define separate module for Drop down assignment. Using Fn Module VRM_SET_VALUES assign the values u want to do.
code{
MODULE list_def_code OUTPUT.
  CLEAR: value,list , name ,  wa_defect.
  REFRESH: list , it_sale , it_defect.
  SELECT * FROM zcrm_defect INTO TABLE it_defect WHERE division = division.
  LOOP AT it_defect INTO wa_defect.
    value-key = wa_defect-def_code.
    value-text = wa_defect-def_text.
    APPEND value TO list.
    CLEAR value.
  ENDLOOP.
  SORT LIST BY TEXT.
  CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING
      id              = 'DEFECT'
      values          = list[]
    EXCEPTIONS
      id_illegal_name = 1
      OTHERS          = 2.
} Try this

Similar Messages

  • Reminders list frequently disappear,how can i get back my list whenever it suddently disapear?:(

    reminders list frequently disappear,how can i get back my list whenever it suddently disapear?:(
    I rely deeply on my reminders list, but a few times, the list just disappear and I have to rewrite my lists, but it is getting more and more annoying because my list is getting longer and longer and i just can't write it over and over again. Does it have a connection to my icloud for reminders is being disabled?
    Please help me.
    Thank You

    Phone to Mac will be able to pull up your previous backup info from your computer so you can have a copy of Contacts, SMS, etc.
    http://www.macroplant.com/phonetomac/

  • I updated to 3.6, lost bookmarks, have only a default profile so I restored. The bookmarks are now there but I can't get the dropdown list for many folders so I can't access these. Clicking on the arrow to the right of the folder name does nothing.

    When I Click on some of the bookmark folders I do get a dropdown list of sites but not always all of the sites that were bookmarked. If I copy a nonresponding folder, the new copy can be accessed but apparently does not contain all of the sites. If I rightclick on a nonresponding folder and use 'open all tabs' Firefox will tell me the number of sites in the folder and ask if I really want to open so many.

    Sounds like a corrupted places.sqlite file.
    See http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • Getting back my old data after HD crash

    I've just erased my mac hard drive becuase it was corrupt and re-installed OSX, I did the simple erase with the disc utility.
    I know the data still exists on my hard drive and will just be over written with new data when it comes along.
    Is there any piece of (free) software I can use to get back my old data?
    Thanks

    Unfortunately you reinstalled OS X which means you've already overwritten the drive. You should have recovered your data before erasing the drive and reinstalling. Or better yet you should have been maintaining backups.
    Basics of File Recovery
    If you empty the Trash the files are gone. Recovery is possible but you must not allow any additional writes to the hard drive - shut it down. When you delete files you erase only the directory entries, not the files themselves. However, the space occupied by the files has been returned to the system as available for storage. Writing to the drive will then eventually overwrite the space once occupied by the deleted files in which case the files are lost permanently. Also if you save a file over an existing file of the same name, then the old file is overwritten and cannot be recovered.
    If you stop using the drive it's possible to recover deleted files that have not been overwritten with recovery software such as Data Rescue II, File Salvage or TechTool Pro. Each of the preceding come on bootable CDs to enable usage without risk of writing more data to the hard drive.
    The longer the hard drive remains in use and data are written to it, the greater the risk your deleted files will be overwritten.
    Also visit The XLab FAQs and read the FAQ on Data Recovery.

  • 10.9.1 used terminal with rm-rf and deleted my user data. Can I get back the deleted data? Help.

    10.9.1 used terminal with rm-rf and deleted my user data. Can I get back the deleted data? Help.  I really just need mail file and desktop files recovered.

    If data were on the SSD drive with TRIM - practically no chance. If HDD - use DIY recovery software such as DiskDrill or DataResue.
    As quickly as possible turn off the drive where deleted data.
    Use an external HDD with installed OSX for data recovery.
    Alex
    Apple Certified Support Professional

  • Hi guys.. anyone can help me? I lost my iphone, how to get back all the data is there?

    I lost my iphone, how to get back all the data is there?

    Thank you for explain kappy..
    how if I want to get my skype message? is it can ? help me..

  • How can get back my backup data from an external element ?

    How can get back my backup data from an external element ?

    See the section titled "restoring data from Time Machine backups" in this Apple support article; that should get you going.
    http://support.apple.com/kb/ht1427
    Regards.

  • HT4946 how can i get back my old data on my iphone

    Can anyone please help me about my problem about how to restore or get back my old data from my iphone 4?

    http://support.apple.com/kb/HT1766

  • How to get Filtered external list data into infopath form

    Hello , 
    Below I am adding issue about filtered external list .
    I Created a external list which contains columns like projectuid and project name , I am filtering the list by adding a custom webpart and after filtering it displays only the filtered rows .
    I created a infopath form and i am using the same external list as data source . I am using the data source for an drop down list/ text box  .My requirement is to display only the filtered values in the drop down list but its displaying all the values
    present is in the external list .
    Is there any possibility to get only the filtered values into the drop down list ? 
    Indresh

    Actually, after thinking about it some more, you can filter the dropdown in InfoPath, but it depends on what you're filtering and whether that changes. If you want to filter it, you can go to the "control properties," then under "Entries," you can click
    the button on the right. Then "filter data" in the popup.
    As far as sending the information to a new list, you would have to use the "content organizer" under "manage site features" in your "site actions," or you would have to create a workflow in SP Designer.
    cameron rautmann

  • How can I get back all my data to my iPhone?

    Hi guys! I accidently synced my iPhone with my computer and it erased all of my data on it. Is there anyway I can get the data back to my iPhone? Thanks ;)

    Not if it wasn't backed up on another computer.

  • What is the proper way to get back the Replicated data

    Hello,
    I have replicated a database to another server. Suppose replication is from A to B.
    A and B databases are on different servers.
    Now if my server A fails and I want all of my data back to the A, which is stored in B.
    What is the best way to recover all my data to A from the replicated DB B.
    I have tried performing replication again like from B to A, is this correct to do this job.
    Please suggest!

    "No, the restore process just wipes all the contents of A and overwrites it."--Prashanth
    Can u please provide me good article with steps to restore, if it overwrites
     Data , that will work for me.
    It should not overwrite
    My triggers,constraints etc of Tables.

  • How do I get back album list view in iTunes 11?

    I want it to look like this
    http://www.apple.com/itunes/inside-itunes/2010/09/new-album-list-view-option-in- itunes-10.html
    But I can't seem to find a way now

    This is what I want it to look like in EvilGnome's post. Is there a way?
    Ignatia: Putting it on Songs tab then clicking on "Album" doesnt work as theres no resulting window that appears with album art and tracks after clicking on the Songs tab....its just a long list of track titles.
    Basically i want the songs in text format but seperated by the album art to the left. like in EvilGnome's picture - not just a long list making it hard to figure out. Why Apple would even remove this option god knows....
    Don't fix something that ain't broke.
    Currently it looks like this using the songs tab in iTunes 11....no album art anymore
    I want it to look like the pic below (pic from evilgnome's post and how i was using itunes previously):

  • I back up with an external hard drive using time machine.  I am trying to reload my iphoto library from an earlier date then it will let me.  How do I get to an earlier date in time machine?

    I back up with an external hard drive using time machine.  I am trying to reload my iphoto library but it won't let me get back to a date that I need to.  How do I do this?

    Try Pondini's articles;
    http://pondini.org/TM/15.html - scroll down to the pink box for iPhoto restoation.
    Also http://pondini.org/TM/15A.html to clarify how to use the timeline.

  • 0HR_PT_2 How to get back historical data for new report time type

    Hi All Expert,
    We have implemented and using the 0HR_PT_2 extractor for the past whole year. The Delta is working. Recently, there is requirement to read more data from the ZL custer table, and more new BW Report Time Types are added to extract such data.
    The delta doesn't pick up the the past whole year data of the new report time type that we added.
    Do we need to re-initialize the load to get back those historical data every time when we add a new report time type?
    Please advice and Thx
    Ken
    Edited by: Ken Hong on Feb 27, 2008 9:24 PM
    Edited by: Ken Hong on Feb 27, 2008 9:25 PM

    P.s, all hidden files are shown in es file explorer as this backup folder was hidden originally. It has a '.' in front. So I'm pretty sure the folder it's gone, but as I've not erased my phone again, shouldn't the folder be somewhere in my SD card still and how can I find it using my Mac?

  • Regarding Invoice list dates.

    Hi Experts,
    I have one requirement where i need to get the next invoice list date based on invoive list dates-profile(KNVV-PERRL) of the invoice list sold-to-customer(VKDFS-KUNNR) and I need to update the updated date to VKDFS-FKDAT.
    Please provide me with ideas or some Function modules to get the invoice list date and the FM for updating VKDFS-FKDAT.

    the payer is not equil to the sold to party and bill to party
    There is no such standard report to meet this requirement.  You have to develop the logic considering VF05
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • Keyboard Backlight not working after SMC reset

    I have a Late 2009 MacBook Pro, and I noticed that the backlight for my keyboard stopped working last night. I Performed an SMC reset and powered the computer back up. Again the backlight never came on, but I noticed that if I pressed the keyboard br

  • Want to show a "Please Wait" message while processing

    Hi, I'm developing an image-processing tutorial applet where the user selects an image and then sets some parameters before pressing an update button which will run a JPEG compression on the image and show the compressed image. The compression takes

  • ISight recording will not be added to iMovie

    I'm having great trouble with iSight recording. When I'm done with the recording, and press "stop", it will not upload the sequence to iMovie. In addition, the picture often freeze or is just black so I have to try many times. Any clue why this is so

  • How can I get Flash Player for Android 4.1.2?

    How can I get Flash Player for Android 4.1.2?

  • Help on parameterized constructor please

    So i have a menuing system. I create each window in a new class, but the problem is to detect which button is pressed in one of the provider classes by the driver class. I want the driver class to detect i have pressed for instance "list" to run the