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

Check Active data Element

agnihotro_sinha2
Active Contributor
0 Likes
1,715

hi,

is there any sandard program to check if a data element is active or not?

thanks,

ags.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,163

use table DD04L.....

give the data element...and check field ACTFLAG---(to check weather data element is active or not)..

note...

If the value is not equal to SPACE, the object is partially active. The value SPACE means that the object is active.

2 REPLIES 2
Read only

Former Member
0 Likes
1,164

use table DD04L.....

give the data element...and check field ACTFLAG---(to check weather data element is active or not)..

note...

If the value is not equal to SPACE, the object is partially active. The value SPACE means that the object is active.

Read only

abdul_hakim
Active Contributor
0 Likes
1,163

Check table DD04L.

Fields: AS4LOCAL should contain 'A' also the field ACTFLAG should contain space.

Cheers,

Hakim