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: 

How to know the status (Change/Display) of a transaction

Former Member
0 Kudos

Dear Experts,

Transactions like BP open in the last accessed mode. For example if I am saving a BP -> change the mode to Display > come out of the transaction. If I go to the transaction again it opens up in Display mode.

My requirement here is to know the way to get the last accessed status (Change/Display). Whether SAP has any table to store this?

Please suggest.

thanks and Regards

Sathya

2 REPLIES 2

satyajit_mohapatra
Active Contributor
0 Kudos

Could you elaborate your requirement please?

Anyways, the BP transaction display/change mode can be controlled through settings. Goto BP->Extras->Settings->Choose Display/Change/Setting last selected. May be in your system, the setting is 'Setting last selected'. That's why it's showing the last status display/change. If you want it to be display only, you can change the setting to display. But, the settings are user specific and any changes made will reflect for the specific user.

sathyags
Active Participant
0 Kudos

Thanks Satyajit

CALL METHOD cl_bupa_dialog_settings=>get_settings_for_user

EXPORTING

iv_user = gv_user

IMPORTING

ev_settings = gv_settings.

helps in getting the settings as well