cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Where used list of filter name used in LGF file

UmaArjunan
Active Participant
0 Kudos
177

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

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

former_member186338
Active Contributor
0 Kudos

Another option - make UJBR backup without transactional data. Then from backup zip file extract folder: File Service with subfolders.

Then you can search for text in LGF files (will be located in File Service\ROOT\WEBFOLDERS\ENVIRONMENT_NAME\ADMINAPP\MODEL_NAME\

Vadim

UmaArjunan
Active Participant
0 Kudos

Thanks vadim for providing other option. I will try this option. I dont want to take backup of Master data. Is it enough if i select the backup of metadata Tables & DM Data files. Pl. advise

former_member186338
Active Contributor
0 Kudos

Only backup of metadata Tables!

P.S. DM data files - absolutely not necessary - it's about data files uploaded to the server, no scripts!

former_member186338
Active Contributor
0 Kudos

Sample:

UmaArjunan
Active Participant
0 Kudos

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.


former_member186338
Active Contributor
0 Kudos

And???