Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

F4 not showing header?

Former Member
0 Likes
642

Hi Guys,

I manage to create a F4 for my parameter in Screen 100. However, 1 of the field name's header is not showing. Any ideas? I've checked the data element..the descriptions are all there.....Hope you gurus can help me on this. Thanks! Points will be awarded


  SELECT MATNR WERKS ZSC_ARBPL
        INTO TABLE I_MATNR
        FROM Z_CUSTOM_MATNR.

  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
      RETFIELD     = 'MATNR'
      DYNPPROG     = SY-CPROG
      DYNPNR       = SY-DYNNR
      DYNPROFIELD  = 'P_MATNR'
      WINDOW_TITLE = 'Material'
      VALUE_ORG    = 'S'
      DISPLAY      = 'F'
    TABLES
      VALUE_TAB    = I_MATNR.

Here is the screen shot of the F4 popup result

<a href="http://img483.imageshack.us/img483/8234/screenshot1ro8.jpg">Screen Shot1</a>

4 REPLIES 4
Read only

Former Member
0 Likes
594

Hi,

I think u didn't create Data Element for that Third Field in the Data Dictionary.U create Data Element for that Field then the Header will be Displayed.

While Creating Data Element it will ask for Data Type.In that Screen there is one Tabsrip with Name 'Field Label'.U have to give that Field Name so that while using this Table in ABAP Program it will display the Header Values.

Regards,

Padmam.

Read only

0 Likes
594

Actually it is created already.

You mean the Field Label right? Its there for Short, Medium, Long, and Heading.

Read only

0 Likes
594

Hi,

Yes.U just check whether the Field Label is Present or Not.

Upto my Knowledge it is the only thing for not displaying the Header.

Regards,

Padmam.

Read only

0 Likes
594

haha odd..its not showing. thanks though