on 2016 May 11 10:52 AM
Is there an easy way to find ( T-code or table )which custom logic badi filter is used in which logic script LGF file in the model, envt etc.
Like where used list of filters in LGF File.
All LGF files are stored in the XML Format in the backend. It is time-consuming to search all models under that environment to find the right LGF file uses the custom filter. Please provide the various options.
Request clarification before answering.
Hi Uma,
LGF files are stored as text, not as xml. But there is no tool to perform global search. You can download files using UJFS and search....
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for sharing the sample Vadim. It involves navigation to the specific folder.
Hence i managed to write an ABAP program to get the full list of Custom Logic BADI filter based on Model and Environment using the tables "UJF_DOCTREE", BADI_CHAR_COND and the Include_file methods in the class cl_ujk_include.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.