Hi all
I create a list of program where I list all my Includes of Function modules.
FROM trdir
WHERE name LIKE 'LZ%'
AND subc EQ 'I'
MOVE-CORRESPONDING trdir TO zt.
APPEND zt.
CLEAR zt.
ENDSELECT.
No I need to find the list of request order created for this objects. For the objects subc = '1' I found in the tables E070 and E071. But in the case above (I) they are not in this tables..
Any idea ?
Many thanks in advance.
Cristina