We are researching older programs and other objects in our SAP ECC6 system and have encountered many programs that end in ======FT (e.g. ZTEST=======FT).
It appears that the subroutines in these programs (actually subroutine pools) eventually execute a Function Module with the same name (minus the ====FT). For instance, the subroutine pool ZTEST=======FT contains a subroutine that eventually executes a function module called ZTEST.
I understand how Subroutine Pools in ABAP work, both dynamically and statically, but do not understand how these Subroutine pools were generated. The subroutine pool objects exist in the DB table TRDIR in our production system, but not in the lower environments.
Would greatly appreciate any insight or help on this issue.
Thanks.