'F4IF_INT_TABLE_VALUE_REQUEST'  doest not show any list for selection

hi sapiens ....
i hav an issue ... i used a parameter for which F4 help was assigned using
'F4IF_INT_TABLE_VALUE_REQUEST'  .... to this an internal table any return fields was given .. if v press F4  window is opening for seletion but no values in it ....
plz do .. giv u r suggestion ....
Report ZJA_TEST .
parameters filepath(100) type c .
at selection-screen on VALUE-REQUEST FOR filepath .
types : begin of typ_filepath  ,
          name(10),
       end of typ_filepath .
data :  it_filepath type table of typ_filepath  ,
        wa_filepath type typ_filepath .
wa_filepath-name = 'temp'.
append wa_filepath to it_filepath  .
wa_filepath-name = 'source'.
append wa_filepath to it_filepath  .
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
   EXPORTING
   DDIC_STRUCTURE         = ' '
     retfield               = 'NAME'
   PVALKEY                = ' '
    DYNPPROG               = SY-REPID
    DYNPNR                 = SY-DYNNR
    DYNPROFIELD            = 'FILEPATH'
   STEPL                  = 0
   WINDOW_TITLE           =
   VALUE                  = ' '
    VALUE_ORG              = 'S'
   MULTIPLE_CHOICE        = ' '
   DISPLAY                = ' '
   CALLBACK_PROGRAM       = ' '
   CALLBACK_FORM          = ' '
   MARK_TAB               =
IMPORTING
   USER_RESET             =
   tables
     value_tab              = it_filepath
   FIELD_TAB              = ''
   RETURN_TAB             = ''
   DYNPFLD_MAPPING        = ''
EXCEPTIONS
   PARAMETER_ERROR        = 1
   NO_VALUES_FOUND        = 2
   OTHERS                 = 3
IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.

check with following code..
DATA: l_option TYPE help_info-dynprofld,
v_repid LIKE sy-repid.
DATA: ls_dfies      TYPE dfies,
       lt_dfies      TYPE ddfields.
l_option = 'p_action'.
v_repid = sy-repid.
CALL FUNCTION 'DDIF_FIELDINFO_GET'
   EXPORTING
     tabname              = 'DD30T'
     fieldname            = 'DDTEXT'
    LANGU                = SY-LANGU
    LFIELDNAME           = ' '
    ALL_TYPES            = ' '
    GROUP_NAMES          = ' '
    UCLEN                =
   IMPORTING
    X030L_WA             =
    DDOBJTYPE            =
     dfies_wa             =
    LINES_DESCR          =
   TABLES
     dfies_tab            = lt_dfies
    FIXED_VALUES         =
   EXCEPTIONS
     not_found            = 1
     internal_error       = 2
     OTHERS               = 3.
IF sy-subrc = 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
READ TABLE lt_dfies INTO ls_dfies INDEX 1.
ls_dfies-offset = 0.
MODIFY lt_dfies FROM ls_dfies INDEX 1.
ls_dfies-fieldname = 'ACTION_VALUE'.
ls_dfies-scrtext_s = 'ActionValue'.
ls_dfies-scrtext_m = 'ActionValue'.
ls_dfies-scrtext_l = 'ActionValue'.
ls_dfies-intlen    = 40.
ls_dfies-leng      = 40.
ls_dfies-outputlen = 20.
INSERT ls_dfies INTO lt_dfies INDEX 1.
**This function is called to provide the input help for the user.
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
   EXPORTING
     retfield        = 'ACTION_VALUE'
     dynpprog        = v_repid
     dynpnr          = sy-dynnr
     dynprofield     = l_option
     window_title    = 'Select Action Value'
     value_org       = 'S'
     display         = ' '
   TABLES
     value_tab       = it_action_values
     field_tab       = lt_dfies
   EXCEPTIONS
     parameter_error = 1
     no_values_found = 2
     OTHERS          = 3.
if sy-subrc = 0.
endif.
it will work...
Thanks & Regards
Raju Mummidi

Similar Messages

  • Onlive TV listing does not show HD listing for series when I try to create a recording

    It happened now already several times the the "Online TV Listing" does not show HD listing for series when I try to create a recording. Instead, it will show two series options in SD. Is this to make people use less bandwidth?
    Here is what I am doing:
    I go to this link  https://www.verizon.com/fiostv/myservices/members/fiostv.aspx
    Then to ...........DVR Manger
    select  ...........Record A Show
    I type search e.g. Nathan for You
    I click on ........Search
    and I select ......Click here to Show Details
    Then I get to chose from 2 (the same) SD channels.
    Nathan for You
    190 Comedy Central
    Tue, Jul 29 10:30 PM
    Record Show Record Series
    Nathan for You
    190 Comedy Central
    Tue, Aug 05 10:30 PM
    Record Show Record Series
    But there is the same on channel 690 HD!
    This happens not only to this particular channel!
    I remember it used to show also the HD channels.
    The only way to schedule in HD is to find the listing in the TV schedule, at the right time and there you will get the
    correct choices for both SD & HD.
    Can this be fixed?
    Thanks!

    On the right click on HD under video quality to filter it. 

  • Search Item drop-down does not show any data for Advanced Search.

    Hi,
    I have a requirement to add a new criteria to the existing Advanced Search region of 'My Employee Information' in Manager Self Service responsibility. I substituted the AdvancedSearchVO to include the new column. Using personalization i did the below steps to show the new column in the page,
    1) Created a 'Message Styled Text' item under Table Layout region to display the result. I associated the View Instance (AdvancedSearchVO1) and View Attribute (AttrColumn).
    2) In Advanced Search Panel created a new CriteriaRow and set the 'Search Allowed' property to True.
    3) In Advanced Search Mappings i tried to create the new mapping but the Search Item drop-down does not show any of the CriteriaRow item. But Results Item shows the 'Message Styled Text' item created in step 1 above.
    Any idea what i would be missing becasue of which 'Search Item' property does not show any data?
    I am using OAF version 12.1.1.
    Thanks, Suresh

    Hi,
    I faced the same situation but i still waiting for the solution.. this is my problem's thread..
    Addition of LOV Search Filter using Personalization
    But when i tried to create a new custom page with advanced table and created a new LOV column via personalization. i was able to create new search mapping.. but this is not happening in the seeded page case :(.
    I m also looking for solution...if any one can provide some inputs on it , will be highly appreciated.
    Thanks
    Renu

  • Adobe Download Assistant does not show any products for download?

    When I open Download Assistant it doesn't show any products for downloading.

    Rosss20605485 what Adobe software title are you trying to download?

  • BPMon alert reporting not showing any data for Trend Analysis

    Hi,
    I have setup BPMon and performed the initial setup for BW reporting. There are alerts being generated by the BPMon setup and the data has been transferred to the 0SM_BPM cube.
    But when I start the Trend Analysis report I dont get any Solution for selection to generate the trend analysis chart.
    I have followed all the steps mentioned in the setup guide. Please suggest any remedy.
    Regards,
    Vishal

    Hi ,
    If your query is on multiprovider , then makesure to check there are no restrictions/filters on cubes.
    Also inlcude any keyfigure from the cube,where other characteristics are being assigned from or where u r seeing data, in the query.
    If you dont want to see the Keyfigure, u can hide it using keyfigure display properties in the query designer.
    Hope this helps,
    Aparna Duvvuri

  • Item level ststus not showing search list for agent inbox

    Hi,
    while selecting item level ststus in agent inbox it is not showing records in search list.so many records existed in system based on item leval ststuses.
    currently working on crm 7.0
    can u please help me out to solve this issue
    Thanks & Regards
    kishore kumar

    Hi,
    i performed all settings regarding map inbox etc.still i am not able to see results list based on item level ststus.these ststus profile assaigned to item catageory
    Thanks & Regards
    Kishore Kumar

  • How do I determine the size of an event (cmd I does not show any size for events).

    How do I determine the size of an Event in iPhoto? (Cmd + I does not show size information at the event level).

    If you're running iPhoto 8 (09) select the event and look at the Info pane at the lower left hand corner of the window.  It will give you the number of photos and size:
    for iPhoto 9 (11) open the Event, select all of the photos in it and open the Info drawer at the right by typing Command+i.  The number of photos and size will be at the top of the Info drawer.
    OT

  • HP does not show any drivers for my P1006 under windows 10

    My Laserjet P1006 will not work now that I am using windows 10. HP does not show that they have new drivers for my P1006. Will HP be coming out with new drivers.

    Hi,Drivers should beocme available for Windows 10, as you may find listed below:http://support.hp.com/us-en/document/c04658195 In the meantime connect the printer and try following the HP Printer Install Wizard, it may detect a compatible driver for yoru printer:http://h20180.www2.hp.com/apps/Nav?h_pagetype=s-926&h_lang=en&h_client=s-h-e016-1&h_keyword=dg-PIW If that fails you may also try installing the Windows 8.1 drivers, there are good chances those will work on Windows 10:http://ftp.hp.com/pub/softlib/software12/COL21058/bi-55362-7/ljP1000_P1500-HB-pnp-win64-en.exe Regards,Shlomi

  • Installed LR 3.2, and export does not show any options for exporting to Smugmug, Facebook etc

    I fresh installed LR 3.2 on a Windows 7 computer to try out tethering (which worked fine), but then tried to export the photos, but I don't have any options for exporting to non-harddrive based locations. The "export to" drop down at the top of the export page only has "hard drive" in it. The plugin manager says that plugins for SmugMug, Facebook, etc are all enabled.
    Anyone have any ideas?
    Thanks!
    Mike

    I found too that the publishing services work differently than the plug-ins.  Not as intuitive, but work well just the same,  For me I had to do the "set-up" for the Facebook publishing service a couple of times.  I think this may have more to do with the Facebook security settings than with LR.

  • Match code in report selection screen does not show any values for 0FISCPER

    Hi Experts,
    I have problem with selection screen in several reports. When I use match code for fiscal period selection I get only # as a possible value. I have checked the master data they seem to be correct. I work with 7.0 BW system. Can you please give me any hint what I should check?
    Thank you,
    Michal

    Hi,
    maybe I ask different way - how do you add characteristic values for a characteristic in the BEx? Is it automated somehow in SAP (e.g. from master data)? For the fiscal period I use custommer exit to fill in the default value, which is the current fiscal period. But this is something different, right?
    <removed by moderator>
    Michal
    Edited by: Arun Varadarajan on Nov 14, 2008 3:55 PM

  • Outlook 2013 people pane is not showing any items for internal domain users. External contacts works fine

    I have recently purchase a new PC which has Windows 8.1, and Outlook 2013, connected to an exchange 2010 SP3 RU4 server.
    In the People pane, the for External clients, then this box populates correctly, but for internal domain users, it shows "There are no items to show in this view"
    On my OLD PC using XP, and Outlook 2010, connected to the SAME account, then people pane shows correctly for all users.
    Any help appreciated
    regards
    Chris

    Hi Chris,
    I have checked in my Windows 8 and Outlook 2013 with Exchange 2010 SP3 RU4 environment. There are three folders listed under My Contact in my People pane:
    Contacts: The contacts which we added and saved
    manually before.
    Lync Contacts: The contacts we added in Lync.
    Suggested contacts folder: Automatically
    keeps track of everyone you send a message to, but isn’t in your Outlook contacts. Please note that it is different from Auto-Complete List.
    Therefore, I suppose that the meaning of “but for internal domain users, it shows ‘There are no items to show in this view’ ” is that there is no contacts in the
    Contacts folder. Is it right? If I misunderstand, please point it out. And we need to add and save users manually in this folder.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • 'F4IF_INT_TABLE_VALUE_REQUEST' is not returning any value when selecting da

    *Hello Guys.*
    *I hv inserted search help in an field of screen exit in T-code IW21. Its showing value properly when i press f4 but when selecting value its nt returning any value properly....*
    *I am pasting code ..please help me out*
    *. Process of value Request*
    *field <fieldname>  module F4_AGENCY*
    *MODULE F4_AGENCY INPUT.*
      *DATA: IT_AGENCY TYPE TABLE OF ZF4_AGENCY WITH HEADER LINE,*
            *it_FIELD_TAB      type table of DFIES WITH HEADER LINE,*
            *IT_DDSHRETVAL TYPE TABLE OF DDSHRETVAL WITH HEADER LINE.*
      *REFRESH : IT_AGENCY[].*
    *clear : VIQMEL-ZZAGENCY.*
    **SELECT * FROM ZF4_AGENCY INTO TABLE IT_AGENCY.**
      *CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'*
        *EXPORTING*
      DDIC_STRUCTURE           = 'ZF4_AGENCY'**
          *RETFIELD               = 'ZZAGENCY'*
        PVALKEY                 = ' '**
         *DYNPPROG                = sy-cprog  "'SAPLXQQM'*
         *DYNPNR                  = sy-dynnr   "'0101'*
         *DYNPROFIELD             = 'VIQMEL-ZZAGENCY'*
        STEPL                  = sy-stepl**
         *VALUE_ORG               = 'S'*
       *TABLES*
        *VALUE_TAB              = IT_AGENCY[]*
        *FIELD_TAB              = it_FIELD_TAB[]*
        *RETURN_TAB             =  IT_DDSHRETVAL[]*
      DYNPFLD_MAPPING        =**
    EXCEPTIONS**
      PARAMETER_ERROR        = 1**
      NO_VALUES_FOUND        = 2**
      OTHERS                 = 3**
      *IF SY-SUBRC <> 0.*
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO**
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.**
      *ENDIF.*
    *wating for any reply*

    Did you take a look at the help for FM? pass the hardcoded value for DYNPPROG and DYNNR (and see if that works)
    DYNPPROG and DYNNR cannot be passed as SY-REPID and SY-DYNNR because they are only analyzed after the function module has been called. Instead, first copy the SY fields to local variables and then pass them to the function module.

  • HT4928 My Mac App Store account page does not show any options for unhiding purchases.

    I purchased Mountain Lion and want to re-download it to make a flash drive, but it does not appear in my purchase history. Clicking Option-Purchases doesn't change anything, and my Mac App Store account info page does not have anything regarding hidden purchases, although my iTunes account info page does. They are using the same Apple ID.

    Mac App Store: Hiding and unhiding purchases
    How to re download apps from the Mac App Store:
    Open the App Store. From the menu bar click Store > Sign In
    Click Purchases from the top of the App Store window.
    Select which apps you want to re download. Then right or control click where you see Installed  then click Install.
    Make sure and use the same Apple ID used for the original purchase.
    How to create an OS X 10.8 Mountain Lion install drive

  • 2009 rollup not showing any data for full year

    Hi forum,
    I have a structure for time which rollsup months to quarters to year in BPC. For my 2008 hierarchy I can see data in full year but for my 2009 hierarchy I can see no data coming through for full year (although I do have data in the individual months and I can see this information in BPC. Any ideas as to what could be happening ?
    Thanks,
    Brian

    Thanks for your reply Sorin.
    So for 2009 did you input correct to have 2009.Total father for 2009.Q1, Q2,Q3,Q4?
    2009.Q1, Q2 etc.. all rollup correctly and 2009.TOTAL is the father of these four members.
    What version of SAP BPC are you using?
    5.1 patch 8
    After you changed you dimension time did you process the dimension with full process? (if we are speaking about Microsoft version).
    Yes.
    We need more information because it is clear that ytou missed a step in your process.
    The 2009 hierarchy is setup identical to the 2008 hierarchy so I am confused why it should not work. Can you tell me what additional information will be helpful to diagnose the problem ?

  • Trying to upgrade from OS9 to 10.2.3, get as far as "select a Destination"  the installation stalls and does not show any destination disks

    I have a Power Mac G4, it has OS 9.  Imam trying to upgrade to OS 10.2.3 (Jaguar).  It is going smoothly until I get to the "Select Destination"  screen.  It stalls there and does not show any disks to choose from.
    Any ideas?
    Thanks. Abe Oliver

    Hello Abe,
    If it's a Digital Audio or earlier, you need to install a Firmware update first...
    As explained in "Mac OS X 10.2 Welcome and Install Manuals" and "Mac OS X Welcome and Install Manuals", you may need to update the firmware on your Macintosh computer prior to installing Mac OS X 10.2 or later. The following table lists the firmware updates that are available for Apple products that can update to Mac OS X 10.2 or later.
    http://support.apple.com/kb/HT1395?viewlocale=en_US
    Power Mac G4
    Firmware Update
    Download Document No.
    Power Mac G4 (Mirrored Drive Doors 2003)
    no update needed
    Power Mac G4 (FW 800)
    no update needed
    Power Mac G4 (Mirrored Drive Doors)
    no update needed
    Power Mac G4 (QuickSilver 2002)
    no update needed
    Power Mac G4 (QuickSilver)
    no update needed
    Power Mac G4 (Digital Audio)
    Power Mac G4 Firmware Update 4.2.8
    120068
    Power Mac G4 (Gigabit Ethernet)
    Power Mac G4 Firmware Update 4.2.8
    120068
    Power Mac G4 (AGP Graphics)
    Power Mac G4 Firmware Update 4.2.8
    120068
    Power Mac G4 (PCI Graphics)
    no update needed
    Power Mac G4 Cube
    Power Mac G4 Cube Firmware Update 4.1.9
    75129

Maybe you are looking for

  • HFS+ partitions not being detected on Windows 7

    Hello Apple Discussions community, I recently bought a Mid 2014 Retina Macbook Pro, and installed Windows 7 on it using Bootcamp, I installed the appropriate Bootcamp drivers including the one responsible for HFS+ support (verified that they were ins

  • Transport Release runtime error in BPC Netweaver 10.1

    Hi, We are getting the following error while releasing the transport in SAP BPC NW 10.1 Development system Category               ABAP Programming Error Runtime Errors         UNCAUGHT_EXCEPTION Except.                CX_RSBPCR_INTERNAL_EXCEPTION ABA

  • Executing Call Scripts without CTI inegration

    Hello Experts, We are implementing a scenario where our client wants to conduct market surveys based on call lists generated in campaign management. We are now able to: 1) Create Segments 2) Create Campaigns 3) Assign Call Scripts to the campaign wit

  • MySAP HR system landscape

    Hi Please provide the following help for installation 1. What would be the mySAP HR system landscape 2. What would be the component of mySAP HR 3. Does it containts ABAP & JAVA engine both 4. How many servers are required for this Any guide line docu

  • IMovie 4 - all viedo effects are blocky when applied

    Hi everyone. I am using a fairly old version of iMovie (v4) and have been trying to complete a project for a couple of years. Finally getting round to the last bits and pieces, I find that all the video effects have gone haywire. When an effect is ap