2007 Jul 13 4:48 AM
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>
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>
2007 Jul 13 4:55 AM
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.
2007 Jul 13 5:00 AM
Actually it is created already.
You mean the Field Label right? Its there for Short, Medium, Long, and Heading.
2007 Jul 13 5:18 AM
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.
2007 Jul 13 7:48 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |