‎2006 Dec 28 6:58 AM
can ne 1 tel me in which DB table information abt the screen element i.e whether it is comin frm dictionary or not is stored.
i hav used the abap statement 'IMPORT DYNPRO' which gives me an internal table of type
D021S . but dis internal table does not giv information whether the screen element is comin frm dictionary or not .
also in which database table are text elements stored .
dis is a bit urgent .
helpful answers will b rewarded .
regards ,
swapnil
‎2006 Dec 28 7:24 AM
Hi Swapnil,
Use the SCREEN table, you will find all the screen elements that u defined,
Regards,
Sunil
‎2006 Dec 28 7:28 AM
‎2006 Dec 28 9:08 AM
Hi Swapnil,
You can check for the table D021T this contains program name , screen number and the elements in that screen.
I think in the structure D021S contains a field called ITYP (Internal type from ABAP Dictionary) . Hope this is useful.
Reward Points if it is helpful.
Reagrds,
Kiran I
‎2006 Dec 28 9:15 AM
In the structure D021S , there is a field called ITYP , if it is from dictionay ITYP will be X i guess , check that