‎2006 May 10 7:59 AM
I created a customized table and created an abap program to display the record in the pull down. But the record is not displaying, it's just like a text box. What is the problem or the code that I'm missing?
Here's my code.
PARAMETERS: p_param LIKE ztable-rec01.
Thanks.
‎2006 May 10 8:18 AM
Hi adrian,
1. PARAMETERS: p_param LIKE ztable-rec01
simply doing this won't show pull down.
2. The field of this table rec01, / data element
should have a SEARCH HELP attached to it,
only then it will automatically show pull down.
3. In se11, attach a search help to this field/data element.
regards,
amit m.
‎2006 May 10 8:06 AM
Check whether data existed in Ztable and Activate properly.
Did you fill the data directly or through any Transaction.
Thanks
Prabhu
‎2006 May 10 8:10 AM
Yes. The table is activated and I have a program that saves a record to it. It has 10 records.
‎2006 May 10 8:17 AM
‎2006 May 10 8:07 AM
HI
GOOD
YOU MUST HAVE VALUE IN THE DATABASE TABLE THAN ONLY IT WILL DISPLAY THE RECORD IN PULL DOWN,SOMETIME EVEH THOUGH RECORDS WOULD BE THERE PULL DOWN MENU WONT COME,DONT WORRY IT IS NOT A BIG ISSURE ,CHECK WITH THE CODE THERE MUST BE SOME SMALL PROBELM IN THAT.
THANKS
MRUTYUN
‎2006 May 10 8:18 AM
Hi adrian,
1. PARAMETERS: p_param LIKE ztable-rec01
simply doing this won't show pull down.
2. The field of this table rec01, / data element
should have a SEARCH HELP attached to it,
only then it will automatically show pull down.
3. In se11, attach a search help to this field/data element.
regards,
amit m.
‎2006 May 10 8:23 AM
Hi Adrin,
I think u have to create search help to get pull down.
Regards,
Ranjit Thakur.
Please Mark The Helpful Answer.
‎2006 May 10 8:47 AM
Hi,
If the dataelement is a standard SAP dataelement, search help would have been there. SInce u have created a new field+data element, attatch an search help to that dataelement.
Thanks,
Bharadwaj