Application Development 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: 

creating a popup message on clicking push button of alv report

Former Member
0 Kudos

Hello !

i have a report zstd_rate . when user click the execute button the alv report displays the desired output.

now when user clicks on 'SAVE' data gets saved into a customized ZTABLE.

Now there is another alv report zfi_rate which when user runs the report n output is displayed, i need to create a push button to authorize the data.

how to achieve that ?

Secondly, when authorized user clicks on the authorize button it should ask whether user wants to authorize or not ?

when authorize user clicks on yes then the data is authorized .

can anyone help ?

2 REPLIES 2

former_member182550
Active Contributor
0 Kudos

It seems like the user is self-authorising the report. ..... User runs report... Oh! I'm not authorised to see this... ahh [click]. Now I am!!

Why not use authorisation objects - that is what they are there for. And if there isn't one to suite, create your own.

Regards

Rich

Former Member
0 Kudos

hi,

you can use lock objects to protect the data.if you use lock object for ztable,unauthorized user cant view object.Based on client account you can lock ad unlock objects(Ztable).

follow the thread.

https://archive.sap.com/discussions/thread/296812.

it will be useful for you it seems.

Regards

Venkatakrishnan Lakshmanan