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

regarding screen field attributes

Former Member
0 Likes
771

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

3 REPLIES 3
Read only

Former Member
0 Likes
643

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

Read only

Vijay
Active Contributor
0 Likes
643

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.

Read only

Former Member
0 Likes
643

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