‎2008 Jul 26 7:46 PM
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
‎2008 Jul 27 2:45 AM
Activate the whole Application and Try ...
May be when you are trying that the include/program is not Active .
Regards
Vijay Babu Dudla
‎2008 Jul 27 2:45 AM
Activate the whole Application and Try ...
May be when you are trying that the include/program is not Active .
Regards
Vijay Babu Dudla