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

Table control wizard

Former Member
0 Likes
615

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,

Hi Franck,

use sy-datum instead of datum

reward if it helps,

Satish

3 REPLIES 3
Read only

Former Member
0 Likes
585

Hi Franck,

use sy-datum instead of datum

reward if it helps,

Satish

Read only

Former Member
0 Likes
585

Hi,Franck.

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

Regards,

feng.

Read only

0 Likes
585

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