cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic query to get the description from different tables and fields based on input.

0 Kudos

Hello,

I want to create a dynamic query to display the description of the entered field dynamically.

For example: if I give the Business partner number, it should fetch its description or if I give sales organization number, then it should display its description. and if I give both, it should display both the descriptions.

Please let me know How I can achieve this request.

Thank you.

View Entire Topic
emanuel_klenner
Active Participant
0 Kudos

Take a look at the documentation of class CL_TEXT_IDENTIFIER. This class already does what you are trying to attempt.