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

Create Tcode on BEX Query

Parameswari_S1
Discoverer
0 Likes
56

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. 

Accepted Solutions (0)

Answers (1)

Answers (1)

yogeswara_adapa
Explorer
0 Likes

What you are asking is RSRT tcode only right, through which users can execute bex query and get output.

If you need tcode with customization then you have to create executable program and write code by calling either BICS class/methods or FM info provider read and display results in alv grid. Create tcode in SE93 And add this program to it.