2007 Apr 04 10:55 AM
Hi,
Could someone suggest us what D020S table does. How its related to Dynpro screen. we could not find meaning for the fields exist in table.
if Any specification is available explaining the D020S table attributes Please share with us.
Thanks
Ambichan
Hi,
Could someone suggest us what D020S table does. How its related to Dynpro screen. we could not find meaning for the fields exist in table.
if Any specification is available explaining the D020S table attributes Please share with us.
Thanks
Ambichan
2007 Apr 04 11:05 AM
Hi,
<b>D020S</b> : This is a DICTIONARY TABLE and contains details of screen for a program. and other details.
<b>SCREEN</b>: This is STRUCTURE and used to 'get/set attributes of screen at runtime' only. Contains only one record.
Award all helpful answers.
Jogdand M B
2007 Apr 04 11:54 AM
Hi,
Screen attributes are stored in table D020S. You can update this table using ABAP code. The language is stored in field SPRA of this table. The texts appearing on the screen are in D020T.
It is likely you will not be allowed aa data modification statement (INSERT/UPDATE...) on these tables if you are on newer versions of SAP (46/47...). You can bypass that by using native SQL and some other workaround (which might be another thread here).
It is most strongly recommended to not modify SAP standard objects, and specially not without an object key. However, if you are working on something like a miniSAP and want to play around with it, the method mentioned above shall do.
Hope this helps,
thanks
vijay
please reward if helpfull.
2007 Apr 05 3:21 AM
hi guys,
Thanks for your all replies. But still my doubt is not cleared.
I could not understand what the below values mean in table D020S
for a given program name and Dynpro number. How below fields are related to Dynpro screen.
Program :SAPMF05A
Dynpro :8500
Table field values
MILI 128
MICO 34
MALI 0
MACO 0
VALP 101
CUAN G
Could anybody know how to see this values in SE80.
Thanks
Ambichan
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |