Application Development 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: 

Check Active data Element

agnihotro_sinha2
Active Contributor
0 Kudos

hi,

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

thanks,

ags.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

abdul_hakim
Active Contributor
0 Kudos

Check table DD04L.

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

Cheers,

Hakim