Hi,
You could use the <b>GET LFA1</b> statement to evaluate LFA1-EMNFR. Try something like:
<b>
GET lfa1.
WRITE lfa1-emnfr.
</b>
The LDB driver program would automatically fill the work area of LFA1 and make it available for you in your program. You could then manipulate it as you need. Hope this helps.
Regards
Add a comment