Program Hirerchy list

sachin_sheth

New Member
Is there any way to find the number of sub-programs called in main program?
e.g. In MFG/PRO If I run popomt.p (Purchase Order Maintenance) then how would I get the list of sub-programs called by popomt.p?
 

W.Wulmsen

Member
Hello Sachin

The best way is to load the Cross Reference information in to you Help database.
Look in the Manager Functions manual.
Directory System Cross-Reference gives you the complete information for loading/generating and using the data.

The initial load is also possible via mfgutil. Select load system data and use the (production) help database. In case of multi user don't forget this indicator. Don't mind the logical database name. The input directory is situated in the default production directory mfghelp.

William W.
 
Top