2022 Dec 07 5:07 PM
Hi, I was trying to debug the program EDOC_COCKPIT to check for keywords such as VAT and LFA1 but was not able to search for it. How do I know the source of the data of this program?
2022 Dec 07 7:21 PM
walkerist
The source of the data of the EDOC_COCKPIT program can be located by searching through the program's code. Most likely, the program will have an API or database query that provides the data used by the program. You can use a tool such as a source code analyzer to look for the keywords you are searching for, or you can manually search through the code to locate the source.