F4IF_INT_TABLE_VALUE_REQUEST -Values aren't getting displayed in return tab

Hi,
The issue is that the values are not getting displayed in  lt_return(table which i declared).
Please find the code below.Is there anything to do with POSITION field in DFIES table?When i press F4 the popup is coming but im unable to see any values in it.Please help? When we  are not declaring DFIES we are seeing values of HIENM but not in the column of HIENM but HIED(which is the first column of RSHIEDIR).When we are declaring dfies,we are able to see only one column(HIENM) but no values in it.
TYPES:   BEGIN OF ty_hrname, 
                  hienm TYPE rshiedir-hienm, 
                END OF ty_hrname.
data : i_valhrname     TYPE TABLE OF ty_hrname ,
           lt_dfies TYPE TABLE OF dfies,
        lw_dfies TYPE dfies.
  SELECT hienm FROM rshiedir INTO CORRESPONDING FIELDS OF TABLE i_valhrname
       WHERE objvers EQ 'A' AND iobjnm EQ '0COMP_CODE'.
lw_dfies-dynpfld    = 'X'.
    lw_dfies-tabname    = 'RSHIEDIR'.
    lw_dfies-fieldname  = 'HIENM'.
APPEND  lw_dfies to lt_dfies.
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
      EXPORTING
        ddic_structure  = 'RSHIEDIR'
        retfield        =  'HIENM'
        dynpprog        =  sy-cprog
        dynpnr          =  sy-dynnr
       dynprofield     = 'W_TEMPWA-TCTHIENM'
        value_org       = 'S'
      TABLES
        value_tab       = i_valhrname
        field_tab       = lt_dfies
        return_tab      = lt_return
      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.  " sy-subrc
Regards,
K Srinivas

Hi
Try this link.
[Re: Search Help in ALV Editable Field]
Regards
Hareesh

Similar Messages

  • Default Value is not getting displayed in SUN ONE Ldap

    Hello,
    I have created an attribute in slapd.user_at.conf and it is associated in slapd.user_oc.conf.
    The attribute default value is given through SUN ONE Console. But, In our application the default value is not getting displayed.
    We need the default value to run our applicatin. Can anyone help me for this issue
    Regards,
    K. Senthil Kumar

    Hi anandkumar,
    I belive this issue can be resolved by changing the  Query proprties for the perticular field.
    Kindly check the Field proerties in query designer and ensure that Text is enabled ather than Key.
    __Field property check up:__Go to query designer->click onn the field-> Right hand side in properties click on display tab-> select Text in drop down menu of Display as tab.
    FURTHER CHECK UP: check the master data avaiulability for the perticular info object, if masterdata is not available, do the text data for txt data availability in report level.
    Hope this helps you!!
    Best Regards,
    Maruthi

  • Entitlements not getting displayed in Entitlements Tab - OIM11gR2

    Hi Experts,
    I am trying to provision entitlements to users by requesting entitlements. When i successfully provision entitlements, the entitlement is getting displayed in accounts tab, child form. But the same is not getting displayed in entitlements tab of the user.
    Please kindly guide me
    regards

    Verify below steps:
    1. Marking Entitlement Attributes on Child Process Forms
    http://docs.oracle.com/cd/E27559_01/admin.1112/e27149/appinstance.htm#CHDFFEEE
    If you have already marked it then fine. else create new version of form and add property Entitlement=true. activate this . make sure the parent form having the latest child form. goto parentform->child tab and verify the child form version.if not create new version for the parent form and activate this version.Automatically it will pick the latest child form
    2. Run Below scheduled task
    a. Entitlement List scheduled task.
    b. Entitlement Assignments scheduled task

  • Support messages not getting displayed in Messages Tab - Solar01/02

    Hi,
    I am having an issue in displaying the support messages under the message tab of Solar01 and Solar02. If I try to create a new message, the notification pops up and also gets saved. But the message does not get displayed under the tab.
    I can find that the message is properly created through transaction monitor.Even if I try to manually assign the support message number in Messages tab it gives an error saying the number does not exist.We are using SOLMAN 4.0 SP 11.
    Please help. Points will be awarded for useful answers.
    Regards,
    J.Prabananth

    Dear Prabanath,
           I am not too sure you will be able to assign numbers to support messages. Run the report CRM_DNO_MONITOR and get the full number from the report and insert the ticket number in issue messages tab and click on save and go back one screen, it will ask you if you want to save, select yes.
       That worked for me. Recently I have strugged to resolve this. We are on Solman 4.0 SP12. Check if you have all necessary permissions for you and do you have any thing in sm21 or st22 by any chance if the issue is related to support pack ?
         Let me know if there are any issues. I might be able to help you.
    N

  • Text value is not getting displayed in Query designer !!

    Dear experts..,
    i have created a new query in query designer using my info provider and then selected one field in default value and then trying to restrict that particular field while selecting the restriction in query designer am getting the exact text value but after generating the report instead of text value , key value is getting displayed....so how can i get text instead of key value??
    please help me friends....
    i have posted in OSS mesage also...i got a reply like...even i didnt understand his reply too...what he is trying to say?
    whether can i get text display or not???
    can any one help me in this regard???
    SAP Reply----
    Hello kumar,
    After another analysis I have to inform you about general concept of
    "compounded characteristics".
    A compounded characteristic bounds two characteristics. The technical
    name is generated by both technical names of the two characteristics
    combined by two underlines "__".
    An individual text is only available for one single combination of both
    characteristics.
    Example:
    =======
    Compounded characteristic "Famous family name" is a combination of
    characteristic "COUNTRY" & "ETHNIC". Technical name: COUNTRY__ETHNIC
    Values for Country: USA, Australia
    Values for Ethnic: Asian, Latino
    Possible value combinations with individual text:
    USA & Asian; text: "Ling"
    USA & Latino; text: "Sanchez"
    Australia & Asian; text: "Chu"
    Australia & Latino; text: "Garcia"
    (Keep in mind the individual text only valid for the specific
    combination.)
    In analogy to the issue that you reported, you want to restrict this
    compounded characteristic. In the window where you select the restrictedvalue (called Selector) you'll see on the left hand side all available
    combinations of the characters with an individual text.
    You select family name "Chu" and drag'n'drop it to the right side.
    Actually you can only restrict the right compounded characteristic. In
    our example you would restrict on characteristic "ETHNIC" with value
    "Asian". (When you switch on technical names this comes more clear). Thetext "Chu" is displayed in the context of Selector because you selected
    value combination Australia & Asian. But in the end it's just a
    placeholder(!) for any combination of characteristic "ETHNIC" and value
    #Asian#; in our example it could be USA & Asian "Ling" or Australia &
    Asian "Chu").
    By leaving the Selector the individual text is gone because now the
    context is lost between the two characteristics. You have just a
    restriction on characteristic "ETHNIC" with value "Asian". An individualtext can't be displayed because the compounded characteristic is not
    specified for this restriction.
    You're right, it is confusing when "loosing" the text of a restriction.
    But accoring to the concepts of the compounded characteristics it
    is a correct behavior.

    Hi anandkumar,
    I belive this issue can be resolved by changing the  Query proprties for the perticular field.
    Kindly check the Field proerties in query designer and ensure that Text is enabled ather than Key.
    __Field property check up:__Go to query designer->click onn the field-> Right hand side in properties click on display tab-> select Text in drop down menu of Display as tab.
    FURTHER CHECK UP: check the master data avaiulability for the perticular info object, if masterdata is not available, do the text data for txt data availability in report level.
    Hope this helps you!!
    Best Regards,
    Maruthi

  • Measurement value is not getting displayed

    i wrote the following code for my bdc.i want to check whether my flat file data got uploaded into my internal table.all field values are getting displayed in the output
    except measurement(field-meins).plz help
    report Z_PP_BDC1
           no standard page heading line-size 255.
    *REQUEST NO.:DEVK903710
    *& Table Declaration
    TABLES : IBIPPARMS,RC29P.
    *& Types
    TYPES : BEGIN OF TY_ITAB,
            MATNR TYPE MATNR, "MATERIAL NO
            WERKS TYPE WERKS, "PLANT
            STLAN TYPE STLAN,  "BOM USAGE
            DATUV  TYPE DATUV, "VALID DATE
            BMENG TYPE BDC_FVAL, "BASE QUANTITY
            IDNRK TYPE IDNRK, "COMPONENT
            MENGE TYPE  BDC_FVAL, "QUANTITY
            MEINS TYPE MEINS, "UNIT
            POSTP TYPE POSTP, "ITEM CATEGORY
            END OF TY_ITAB.
    TYPES : BEGIN OF TY_ITAB1,
            SYTABIX TYPE SY-TABIX,
            MATNR TYPE MATNR, "MATERIAL NO
            WERKS TYPE WERKS, "PLANT
            STLAN TYPE STLAN,  "BOM USAGE
            DATUV  TYPE DATUV, "VALID DATE
            BMENG TYPE BDC_FVAL, "BASE QUANTITY
            IDNRK TYPE IDNRK, "COMPONENT
            MENGE TYPE  BDC_FVAL, "QUANTITY
            MEINS TYPE MEINS, "UNIT
            POSTP TYPE POSTP, "ITEM CATEGORY
            MSEG TYPE CHAR128,
            END OF TY_ITAB1.
    *&        Internal Tables Declaration
    DATA : IT_ITAB TYPE TABLE OF TY_ITAB WITH HEADER LINE,
           IT_BDCDATA TYPE TABLE OF BDCDATA WITH HEADER LINE,
          IT_BDCMSGCOLL TYPE TABLE OF BDCMSGCOLL WITH HEADER LINE,
            IT1_ITAB TYPE TABLE OF TY_ITAB1 WITH HEADER LINE,
           IT_ERROR  TYPE TABLE OF TY_ITAB1 WITH HEADER LINE.
    *& DATA Declaration
    DATA : P_FILE1 TYPE STRING ,"FILE NAME
           V_LINES TYPE I,
           FNAM(20) TYPE C,
           V_MSG  TYPE CHAR_132,
           V_SUC_CNT TYPE INT2,
           TABIX TYPE I,
           IDX TYPE C.
    *& SELECTION-SCREEN DECLARATION
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS : P_FILE TYPE LOCALFILE OBLIGATORY."FILE NAME
    SELECTION-SCREEN END OF BLOCK B1 .
    AT-SELECTION-SCREEN DECALRATION                                     *
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.
      clear : P_FILE.
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          PROGRAM_NAME  = SYST-CPROG
          DYNPRO_NUMBER = SYST-DYNNR
        IMPORTING
          FILE_NAME     = P_FILE.
    IF P_FILE IS NOT INITIAL.
    VALIDATE FILE TYPE
    PERFORM SUB_VALIDATE_txt_TYPE.
    ENDIF.
    START-OF-SELECTION
    start-of-selection.
    perform upload.
    perform bdc.
    *&      Form  upload
          text
    -->  p1        text
    <--  p2        text
    *FORM upload .
      clear : P_FILE1.
      P_FILE1 = P_FILE.
    CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME                = P_FILE1
          FILETYPE                = 'ASC'
          HAS_FIELD_SEPARATOR     = 'X'
        TABLES
          DATA_TAB                = IT_ITAB
        EXCEPTIONS
          FILE_OPEN_ERROR         = 1
          FILE_READ_ERROR         = 2
          NO_BATCH                = 3
          GUI_REFUSE_FILETRANSFER = 4
          INVALID_TYPE            = 5
          NO_AUTHORITY            = 6
          UNKNOWN_ERROR           = 7
          BAD_DATA_FORMAT         = 8
          HEADER_NOT_ALLOWED      = 9
          SEPARATOR_NOT_ALLOWED   = 10
          HEADER_TOO_LONG         = 11
          UNKNOWN_DP_ERROR        = 12
          ACCESS_DENIED           = 13
          DP_OUT_OF_MEMORY        = 14
          DISK_FULL               = 15
          DP_TIMEOUT              = 16
          OTHERS                  = 17.
      IF SY-SUBRC <> 0.
      endif.
    *LOOP AT IT_ITAB.
    *WRITE : / IT_ITAB-MATNR,
              IT_ITAB-WERKS,
              IT_ITAB-STLAN, 
              IT_ITAB-DATUV,
             IT_ITAB-BMENG,
              IT_ITAB-IDNRK,
               IT_ITAB-MENGE,
              IT_ITAB-MEINS,
              IT_ITAB-POSTP.
    *ENDLOOP.

    Hello,
    I have not understood the problem....Is this regarding the conversion exit... you can use function modules:
    CONVERSION_EXIT_CUNIT_OUTPUT to display the UoM in the appropriate logon language if you have data directly from SAP database.
    Best Regards, Murugesh AS

  • Values are not getting displayed in screen

    Hi Experts,
    I have used BAPI_CHARACT_CREATE to upload characteristics(t-code: ct04),
    All data are uploaded into the Master Table, while changing the same in t-code ct04 the Value and Description is not getting displayed in screen( in Table control).
    NOTE: If i use BAPI_CHARACT_GETDETAIL to get the details of a character i am getting all the values which i have uploaded. (But not in the t-code ct04).
    BDC and LSMW is not working for this t-code.
    Please help me out.
    Thanks and Regards,
    LOGU

    Hi,
    i think you have not released the objects to repository. test and try again..
    thanks
    karthik

  • SUN ONE Ldap - Default value is not getting displayed

    Hello,
    I have created an attribute in slapd.user_at.conf and it is associated in slapd.user_oc.conf.
    The default value for the attribute has been given in the SUN ONE Ldap. But it is not getting displayed in our application.
    Can any one help me in this for this issue.
    Regards,
    K. Senthil Kumar

    I assume that you are referring to a brand new field on the second step that was not on the form of the first step. If this is the case, then you should put the field in a hidden block of the first steps form. Default values and Auto-population from shells/single record BPs only occur of the create step, even if they are not used on that step. As long as you put them on the create step (even in a hidden block) they should initialize.

  • Loading values... getting displayed in the dropdown

    Hi All,
    1) Loading values... is getting displayed in the dropdown in the new checkin form as well as the update form.
    I have tried several options to resolve this like restarting the VM, publishing the schema again without any success.
    There is no error seen in the logs.
    Kindly suggest what else can be done?
    2) I have created a custom filter component and written an RIDC code for it that performs some validation on the metadata. How can I display the error message as a pop-up on the content server during checkin in case the validation fails.
    Thanks

    2. Throw a ServiceException.
    Jonathan
    http://jonathanhult.com

  • Default value don't get displayed for Fetch XML report

    Hi All;
    i have a date parameter in a fetch XML report 
    i set its default value as 01/01/2010 
    when i run this report in SSRS i can see the default value of the date
    But when the same report gets displayed on CRM 2013 online - report section the date default value dont get displayed
    Any help for this much appreciated
    Thanks
    Pradnya07

    Hello Zero-G. _,
    >> But I don't get any "Operation". I can't see my failure. - I tested around for the last few days, but I don't have a Clou, what's wrong...
    I am afraid that you have mixed the WCF and WCF Data Service, here is a WCF Service example(it works with the Entity Framework while it is not WCF Data Service):
    http://www.codeproject.com/Articles/127395/Implementing-a-WCF-Service-with-Entity-Framework, please check it, in your case, you are use this mode and you do not need to create WCF Data Services.
    If you want to write a custom method in WCF Data Service, you could refer to this link:
    https://msdn.microsoft.com/en-us/library/dd744841(v=vs.110).aspx, as you can see, although if we declare a custom method, it would not show in the web browser, we call it as adding
    the method after the based service link directly:
    http://localhost:12345/Northwind.svc/GetOrdersByCity
    Or call it by using a client project which could detect this method and call it as in this blog:
    http://blogs.msdn.com/b/dataaccesstechnologies/archive/2009/12/01/way-to-expose-custom-method-in-an-entity-class-from-wcf-data-service.aspx
    Regards,
    Fred.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • In eRecruitment - Application wizard F4 Values are not getting displayed.

    Hi,
    I have created a seperate process template for MBA candidates (external) as per client requirement and in the Vacancy req.when the process template is selected the application wizard is getting displayed ( which has been defined according to new requirement). But in the Application wizard for e.g.:
    In Education Questionnaire for MBA candidates: It is not displaying Start date/End date /Country/Region/City ( F4Value to select).It only displays:
    Start Date*
    End date*
    Country*
    Region*
    City*
    The same is getting displayed in Work Exeprience ( I am unable to get the F4 entries - where the candidate can select from the entries displayed)
    Is there any role needs to be changed or any other configuration missed by me to get those F4 entries?
    Regards,
    Selva

    Hi,
    I have solved this issue.
    Selva

  • Can't get display settings / destop tab back after removing it with GPO

    I'm running ZEN32SP3. I'm just getting started with GPO in WinXP. I
    inadvertently removed the desktop tab in the display settings and can't seem
    to get it back. Can anyone help me out?
    Thanks,
    brad

    Thanks.
    "Rolf Lidvall" <[email protected]> wrote in message
    news:AIVEc.1848$[email protected]..
    > > I'm running ZEN32SP3. I'm just getting started with GPO in WinXP. I
    > > inadvertently removed the desktop tab in the display settings and can't
    > seem
    > > to get it back. Can anyone help me out?
    >
    > The setting is here:
    > User Configuration -> Administrative Templates
    > -> Control Panel -> Display
    > -> Hide Desktop tab
    >
    > The setting goes here:
    >
    > [HKEY_CURRENT_USER\Software\Microsoft\Windows
    > \CurrentVersion\Policies\System]
    > Value Name: NoDispBackgroundPage
    > Data Type: REG_DWORD
    > Value Data: 0 = disabled, 1 = enabled
    >
    > If you would like to start from square one
    > on the WS, this TID explains how to clean:
    > http://support.novell.com/cgi-bin/se...?/10059171.htm
    > Follow 1-5, skip 6 (unnecessary)
    >
    > Regards
    > Rolf Lidvall
    > Swedish Radio (Ltd)
    >
    >

  • Default Pulldown value is not getting displayed on upper form of Second step of Unifier Workflow

    Hi,
    I'm new to Unifier and facing one issue while using the PullDown field on Upper. If I use the Pull down field with Default option selected in DataDefination on Upper form of Workflow's first step then it works fine, whereas if I use it on upper form of workflow's second step or any other step apart from first then it doesn't displayed. Please let me know how can i get the default value on upper form of any step.
    Thanks in advance.
    Abhishek@

    I assume that you are referring to a brand new field on the second step that was not on the form of the first step. If this is the case, then you should put the field in a hidden block of the first steps form. Default values and Auto-population from shells/single record BPs only occur of the create step, even if they are not used on that step. As long as you put them on the create step (even in a hidden block) they should initialize.

  • IT0185 Field value is not getting displayed on the Payslip

    Hi Friends,
    I have the similar issue of this post as Unable to View the IT0185 Subtype National Ins# (ICNUM) in Payslip.
    Little confused with PE51_CheckTab entries and other stuff.
    Could anybody please suggest as to how to resolve this?
    thanks in advance.

    I assume that you are referring to a brand new field on the second step that was not on the form of the first step. If this is the case, then you should put the field in a hidden block of the first steps form. Default values and Auto-population from shells/single record BPs only occur of the create step, even if they are not used on that step. As long as you put them on the create step (even in a hidden block) they should initialize.

  • UWL Notification is not getting displayed under Notificattion TAB

    Hi experts,
    I  have a requirement to Display the notification Under "NOTIFICATION" tab in UWL.
    For that I followed the below steps:
    1)  Deployed required SDA as well as par file.
    2) Created the new connector picking the Somic Connector from the drop down and requires system alies name
    3) Restart the EP server
    Still notification is not coming even through it is present in back-end
    When I checkedthe Connection status  Iview  by clicking the display connection ,the Som connctor is not been displayed.
    Can you please give any advice, what exactly the issue related to connector?
    Thanks,
    JB
    Edited by: jyoti behera on May 16, 2011 9:30 PM
    Edited by: jyoti behera on May 16, 2011 9:31 PM
    Edited by: jyoti behera on May 17, 2011 7:23 AM
    Edited by: jyoti behera on May 17, 2011 6:11 PM

    Hi Jyoti,
    Can I mark this thread as closed for you?  If so do you first want to share how you solved the issue so other individuals who are searching the forum can also find the advice helpful? 
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    http://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

Maybe you are looking for