Saltar al contenido principal

B1UP - how to put a UF in "General Functions"?

Comentarios

1 comentario

  • Alessandro Lopez Santinelli

    Hi Marcus, I hope I understood correctly; you need to access the queries saved in SAP (Query Manager). If so, you need to know the IntrnalKey of your query. You can run this query:

    SELECT T0.IntrnalKey, T0.QName, T1.CatName FROM OUQR T0 JOIN OQCN T1 ON T0.QCategory = T1.CategoryId WHERE T0.QCategory != -2 ORDER BY T1.CatName, T0.QName

    Once you have it, create a macro and use the statement: UserQuery(queryId);

    You can also create an SQL Report with the query you need, which I believe is a better option. I hope this is what you were looking for.

    regards.

    Alessandro.

     

     

Iniciar sesión para dejar un comentario.