‎2008 Dec 22 6:41 AM
hi,
is there any sandard program to check if a data element is active or not?
thanks,
ags.
‎2008 Dec 22 6:48 AM
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.
‎2008 Dec 22 6:48 AM
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.
‎2008 Dec 22 7:29 AM
Check table DD04L.
Fields: AS4LOCAL should contain 'A' also the field ACTFLAG should contain space.
Cheers,
Hakim