Personal List in F4 help

Hi all,
I have a specific requirement in which i need to create a Personal List in the F4 help, which is not difficult.
Now, the challenge is to roll out this personal list created for one user to many other users so that whenver the users do a F4, it is the personal list that pops up rather than the whole list.
How is this acheivable? Is it done by the Basis? Pointers please.
Thanks,
Vijay.

Hi Vijay,
Try this code
PARAMETER : p_vbeln TYPE vbak-vbeln.
PARAMETER : p_posnr TYPE vbap-posnr.
DATA : BEGIN OF it_vbap OCCURS 0,
         posnr TYPE vbap-posnr,
       END OF it_vbap.
DATA : it_return TYPE STANDARD TABLE OF ddshretval INITIAL SIZE 0,
       is_return TYPE ddshretval.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_posnr.
  SELECT posnr FROM vbap
               INTO TABLE it_vbap
               WHERE vbeln = p_vbeln.
  IF sy-subrc = 0.
    SORT it_vbap BY posnr.
  ENDIF.
  IF NOT it_vbap[] IS INITIAL.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
         EXPORTING
              retfield   = 'P_POSNR'
         TABLES
              value_tab  = it_vbap
              return_tab = it_return.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ELSE.
      READ TABLE it_return INTO is_return
                           WITH KEY fieldname = 'F0002'.
      IF sy-subrc = 0.
        p_posnr = is_return-fieldval.
        CLEAR : is_return.
      ENDIF.
    ENDIF.
  ENDIF.
Regards
Gopi

Similar Messages

  • Personal list in search help - Can I desactivate it?

    Hello people,
    We have the following situation: in a standard screen a field has a search help defined using PROCESS on value-request.
    We need to change the list of values available for the user when choose this search help. To do this,  we found a point to do an implicit enhancement to change the values. But the user can acess the Personal list and it does not pass in the enhancment. Is possible to force to show an empty list in Personal List?
    Thanks a lot!

    Sorry - my bad! As randers indicated above, your documents are saved in iCloud separately from your iOS backup - my apologies Directly from the iCloud Info Document:
    Your iOS device backup only includes data and settings stored on your device. It doesn’t include data already stored in iCloud, for example contacts, calendars, bookmarks, mail messages, notes, shared photo streams, My Photo Stream, and documents you save in iCloud using iOS apps and Mac apps.
    Here is a link to that article:  iCloud: iCloud storage and backup overview
    Thanks randers for keeping me honest!
    Sorry, Latha....
    GB

  • Matchcodes/Search Helps/Personal Lists

    I want to limit the list of values in the Unit of Measure field (MEINS in table MEREQ3211GRID) a user sees when the are Creating a Purchase requisition (ME51N).  I know how to do with with a personal list but I don't want to have every user have to create their own personal llist.  I would like to have a default for all users. 
    I have hear about matchcodes and done some searching but I don't seem to find anything about how to actually create one and how to assign it to all users. My searching also indicated matchcodes have been replaced with searchhellps which has added to my confusion.
    Help.  Thanks.

    Hi Kathryn,
    it was match codes in the good old times, now called search help since decades or do.
    If you can identify which search help is called (check the logic for[ Hierarchy of the Search Help Call|http://help.sap.com/saphelp_nw70/helpdata/en/0b/32e9b798da11d295b800a0c929b3c3/frameset.htm]), you can create a [search help exit|http://help.sap.com/saphelp_47x200/helpdata/EN/cf/21ee52446011d189700000e8322d00/frameset.htm].
    Not done in ten minutes, but pretty good documentation available with function module F4IF_SHLP_EXIT_EXAMPLE.
    Regards
    Clemens

  • How to copy my personal list to multiple users?

    Hi SAP professionals!
    How do I copy my own personal list (e.g. Posting Keys) to other existing users? It would really save me a lot of time to just copy it to their profiles, and I would greatly appreciate if somebody can teach me how. Thanks!

    help anybody? =D

  • Personal values in Search help

    Hi all,
    In Search help we can hav some values as our personal values by selecting those vales and click personal list option.My ques is in which TABLE these values are stored.

    Hi Balamurugan,
    Use the Function module "HELP_VALUES_GET" to display the values.
    Thanks,
    Archana.

  • Personal Lists in F4

    Hi All,
    I have a requirement define the personal lists for F4 serch helps and share them accross a sub-set of users. Is there a way of doing it?
    Cheers
    Deepal

    I didn't do the development, but it was a program (not user-exit) which copied a source User's data to other target Users
    I'm pretty sure there will be something online regarding this - search Google..
    PeteA

  • Option disabled Insert in personal list in MM03 search

    Hi All,
    I am trying to get the option of "Insert in Personal list" while doing material search in MM03 and it is not enabled for me. But the same is enabled for my colleague. We both are using same GUI version 720 and same user settings but still that option does not works for me.
    Can you please help with some thoughts?
    Regards,
    Karun

    Hi,
       You may check the below options:
       1. Check whether any user specific transaction variant has been created for MM03 in SHD0 transaction. If so, deactivate it and test the scenario again.
       2. Insert /nSU53 from the MM03 screen and check whether any authorization is missing.
       3. Check whether any development is altering the standard behavior.
    Regards,
    AKPT

  • Iphone4 ios 7.1 personal hotspot faild pls help

    Iphone4 ios 7.1 personal hotspot faild pls help

    Is you carrier in this list?
    If not, you do not have Personal Hotspot.
    http://support.apple.com/kb/HT1937

  • Personal List Values Being Cleared

    Hi There,
    We upgraded our system from 4.7 to ECC6 recently and things went relatively smoothly. However a call has been logged on a problem and I donu2019t even know where to start.
    One useru2019s personal list keeps getting cleared off without any obvious cause or explanation.
    She had built up a last of favourite materials into her Personal List and this had been working perfectly in 4.7. However, a couple of days after the upgrade her list was deleted. She logged a call but we couldnu2019t find a reason so we asked her to build up her list again.
    Today she has logged another call saying the list had been cleared off again. This time we will have to find a solution as we canu2019t keep asking her to just rebuild her list.
    Has anyone else experienced this issue and, preferably found a solution?
    Many Thanks,
    Colm

    Hi  Myléne,
    Thanks for your reply. Yes, I am takling about personal lists like in F4-help values.
    It is the list of "frequently used" materials that a user can build up themselves to make it quicker for the user to find the material they want.
    The problem is that this list keeps getting cleared off every couple of months with no obvious reason.
    Does that make sense?

  • How do I set up a two or three column schedule in iCal? Looking to have multiple person listing appointment times.

    How do I set up a two or three column schedule in iCal? Looking to have multiple person listing appointment times.

    How do I set up a two or three column schedule in iCal? Looking to have multiple person listing appointment times.

  • Then 'm selecting 3 points after camera tracker  and right click them there is no SET GROUND PLANE in the list, can U help me?

    Then 'm selecting 3 points and right click them there is no SET GROUND PLANE in the list, can U help me?

    Quit farting around with the camera tracker.  You're not nearly ready to handle it.  Go here:
    Getting started with After Effects (CS4, CS5, CS5.5,  CS6, & CC)

  • Item renderes in list Box plz help me out!!!!!

    HI all,
           i have a problem with rendering images with data in list control plese help me.problem in detail....
    1)i have a data externally and i have to call it by using web service example data is in  xml?
    2)after calling the xml i have to bind it to list box control in flex , the data will be images and text in side of xml file?
    3)now i have to use item renderers to disply data in list box control , in 3coloumns
    first coloumn will be image <space>data and second column also image <space>data , third column also image<space> data
    i am showing below
    listBox
                    < image>  name id,city            < image >name,id(any data)      <  image> name,id(any data)
                              (000)-000-0000              < image> name,id(any data)     <  image >name,id(any data)
       the above is just example , in list i mage and data need to be displyed .
    thanks
    balu

    Peter Ent has a nice intro/tutorial on Itemrenderers starting at http://www.adobe.com/devnet/flex/articles/itemrenderers_pt1.html

  • Restore from time machine does not list all my backups.  I know they exist but there dates are not present on the restore list.  Any help appreciated.

    Restore from time machine does not list all my backups.  I know they exist but their dates are not present on the restore list.  Any help appreciated.  If I must use one of these older dates to restore, how do I then get the more current data off time machine?

    Ok, so am i correct in saying that the steps to fix are as follows.
    That's one option, but not what I meant by restoring in the time-travel view. The latter is what you get when you enter Time Machine.
    is the fresh install not going to be able to "see" the time machine backups that I have at the moment.
    It should, but sometimes people report that it fails. I'm not sure why that happens.

  • I just got my iphone and i want to get all my apps and music from my ipod onto my iphone. the only problem is that my itunes is not recognizing my iphone in the devices. in fact there are no devices at all listed. Please help!

    I just got my iphone and i want to get all my apps and music from my ipod onto my iphone. the only problem is that my itunes is not recognizing my iphone in the devices. in fact there are no devices at all listed. Please help!

    See either:
    iPhone not recognized in iTunes for Mac
    iPhone not recognized in iTunes for Windows

  • I need the serial number of my ipod so i can prove it was stolen..i did the my support thing to get it but my ipod doesnt seem to show up on the list of devices help?!

    I need the serial number of my ipod so i can prove it was stolen..i did the my support thing to get it but my ipod doesnt seem to show up on the list of devices help?!

    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

Maybe you are looking for

  • Storing Library on server - Windows Server 2008

    I've done a ton of reading on this and supposedly on version 3.01 this feature was added. I downloaded the latest trial and still cannot create/move the library to a share. First off, please no comments about how its not meant to be stored on a serve

  • Procedure not selecting SQL Server database specified in Physical Schema

    Hi all, I'm still green with ODI and couldn't find an answer to this after searching through the forum. I have 10.1.3.6.2 installed right now. I have my Physical Architecture setup with Microsoft SQL Server, Essbase, and some others. The SQL Server c

  • Regarding exception handling in webdynpro

    Dear frds.. I am using webservice for webdynpro application.,,, when i call a particular method of webservice in webdynpro i get o/ps but when i give wrong outputs the webservice exception is shown in webdynpro at the bottom I dont wanna to display t

  • How can I reinstall Lion after putting in a new hard drive?

    Hi, I recently had a new hard drive put on my imac27. When I rebooted it I noticed that the Apple store had set it back to Snow Leapard. How can I reinstall Lion without making a new purchase, Thanks.

  • F4 help in the FM

    Hi, I have created a z-fm where i am showing a pop-up screen.when i am executing in SE37...the F4 button  is working fine...But when i am going to call in my z-program(with same parameter as in Fm) ..F4 button is not working..giving an error message.