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

Pull down for customize table

Former Member
0 Likes
886

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
850

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.

7 REPLIES 7
Read only

Former Member
0 Likes
850

Check whether data existed in Ztable and Activate properly.

Did you fill the data directly or through any Transaction.

Thanks

Prabhu

Read only

0 Likes
850

Yes. The table is activated and I have a program that saves a record to it. It has 10 records.

Read only

0 Likes
850

Hi Adrian,

Can u explain your problem clearly

Read only

Former Member
0 Likes
850

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

Read only

Former Member
0 Likes
851

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.

Read only

Former Member
0 Likes
850

Hi Adrin,

I think u have to create search help to get pull down.

Regards,

Ranjit Thakur.

Please Mark The Helpful Answer.

Read only

Former Member
0 Likes
850

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