Application Development 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: 

Table control wizard

Former Member
0 Kudos

I am trying to create a table control via wizard, with a Internal table tab_700:

TYPES: BEGIN OF client,

NSAIDA type INT4,

bname LIKE zdms_sgq_dest-bname,

SDATA TYPE DATUM,

descr(80),

END OF client.

DATA: tab_700 TYPE STANDARD TABLE OF client

WITH NON-UNIQUE

DEFAULT KEY

INITIAL SIZE 0

WITH HEADER LINE.

The problem is the Field "SDATA" d'ont have the Search help. Why?

The field is type datum, why i d'ont have the Search help?

Any ide, what I am doing wrong?

Regards,

3 REPLIES 3

Former Member
0 Kudos

Hi Franck,

use sy-datum instead of datum

reward if it helps,

Satish

Former Member
0 Kudos

Hi,Franck.

You just create an internal table,and you use it in SELECTION-SCREEN?Please tell me more.

Regards,

feng.

0 Kudos

Hello...

In my funtion group, i creat a new screen.

In my new screen i creat a table Control wizard and i used a internal table.

I have use sy-datum instead of datum but d'ont work, i d'ont have de search help of the field.

Regards,

Franck