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

program table and work area definitions for table control wizard..

Former Member
0 Likes
460

hi,

i am trying to define an internal table and table work are for the wizard, but it is not recognizing the work area structure..pl check my code below and let me know if anything is wrong..

DATA: BEGIN OF X_DUE,

KUNNR TYPE KNA1-KUNNR,

NAME1 TYPE KNA1-NAME1,

NAME2 TYPE KNA1-NAME2,

END OF X_DUE.

TYPES:BEGIN OF X_BDIDX.

TYPES: IDX.

INCLUDE STRUCTURE X_DUE.

TYPES: END OF X_BDIDX.

DATA: WA_BDIDX TYPE X_BDIDX.

DATA: BEGIN OF I_BD OCCURS 0.

INCLUDE STRUCTURE WA_BDIDX.

DATA: END OF I_BD.

in the wizard, for prorgam table i choose I_BD and for

work area i choose wa_bdidx. but it is not accepting the work area !! why ? pl help. thks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
336

Activate the whole Application and Try ...

May be when you are trying that the include/program is not Active .

Regards

Vijay Babu Dudla

1 REPLY 1
Read only

Former Member
0 Likes
337

Activate the whole Application and Try ...

May be when you are trying that the include/program is not Active .

Regards

Vijay Babu Dudla