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

ABAP Development - Push Button

Former Member
0 Likes
799

Hi,

"Z" transaction have 2 push button. some PC's / Laptop  not visible to do the process.

let me know its is from peripherals side or from ABAP / GUI .

Regards

Anv

5 REPLIES 5
Read only

Former Member
0 Likes
746

Hi ,

Since there is not much of information provided on what checks have been done,following is recommended

(1) Check if there is an authorization attached to the buttons( in program check for 'Authority-check statement)

(2) Run SU53 transaction to check for missing authorizations if they cannot be checked at program level

Thanks

BX

Read only

Former Member
0 Likes
746

Hi,

Well, Actually the "Z" transaction developed for " Quotation Comparison" process.

The push buttons are

# Approved -  Quotation Approved

  # Rejection - Compared Quotation is Rejected

After execute "Z" transaction  the Quotation comparison is displayed but push buttons are not displaying for approve / reject in some laptop/PCs. some PC are visible.

Regards

Anv

Read only

0 Likes
746

Hi Anver ,

Please analyze the following scenarios :

(1) Same user cannot see the button in both Laptop/PC

     This can happen if there is a restriction(at program level) to view/hide push button based on authorizations or roles.As mentioned earlier , please run transaction SU53 immediately after the Z-report is run for the user who is not able to view the button and see the log displayed for obtaining missing authorizations.

(2) Same user can see push button in Laptop but not in PC or viceversa

     I believe there is nothing to be done from ABAP end(program/screen activation can be done , as suggested by Glen),it is better to check from the device operating system level...

Kindly check and revert...

Regards

Byju

Read only

former_member201275
Active Contributor
0 Likes
746

Try going to SE41 and regenerating the gui.

This worked for me once upon a time.

Read only

SujeetMishra
Active Contributor
0 Likes
746

Hi,

Please re-load the GUI.

Regards,

Sujeet