cancel
Showing results for 
Search instead for 
Did you mean: 

Create Tcode on BEX Query

07-30-2026 7:16 PM
Parameswari_S1 Discoverer
141 views 1 comments
0 Likes
SAP Managed Tags
Labels
Expert Insights
Subscribe

We have a requirement to create T-code for BEX query.The T-code should directly execute the specified BEX query and display the report upon execution. Could you provide the steps to create T-code on BEX query with the required screen field parameters to be maintained for that. 

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

BernhardE
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

Your requirements are somewhat unclear, but from a BW perspective, I see two options you could try, depending on what you are looking for:

  1. If you want a supported API to run a BW query within custom coding and then either display or further process its result set, I recommend using the Lightweight BICS API. You can find more information, including coding examples, in the Support Content document Lightweight BICS API: ABAP based Query Access.

  2. If you are looking for a backend transaction for query testing, you can use transaction RSRT, which serves exactly this purpose.

I hope this helps.
BR Bernhard