Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How do you know the source of data of EDOC_COCKPIT?

walkerist
Participant
0 Kudos
740

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?

1 REPLY 1

yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos
565

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.