Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User EXITS for Database view

Former Member
0 Likes
570

Hi

I have created a new view - ZEVIEW and its woorking fine. But now user wants to see values in output in a arranged order on the base of few criterios (Which is not possible uin View) e.g to see the only the latest value in the output.

Is there are any user exists in view, where we can do this.

Regards

Jaideep

2 REPLIES 2
Read only

Former Member
0 Likes
447

direct him to SQVI

Read only

Former Member
0 Likes
447

Create maintainance view and you can write code in exit of that maintainance view.

In initial screen of maintainance view goto menu path

Environment-->Events. select before display event and write your code.

Thanks,

Deepak