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

urgent

Former Member
0 Likes
527

hi,

what is the difference/significance between back/exit/cancel in ABAP GUI screen

thnx

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
507

Hi Neha Gupta,

1.The back button is to go to the prevoius screen(Window)

2.The Exit button is to come out of a particular transaction.This is generally used to make refresh of a transaction.

3.The Cancel button is to interrupt the current processing and come completely out of the application.This is generally used when you want to start the application freshly.

Regrds,

Rama Chary.Pammi

hi,

what is the difference/significance between back/exit/cancel in ABAP GUI screen

thnx

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
507

Back - go back to previous screen

Exit - Exit current process/transaction

Cancel - Cancel last action performed (hard)

Regards

Read only

Former Member
0 Likes
508

Hi Neha Gupta,

1.The back button is to go to the prevoius screen(Window)

2.The Exit button is to come out of a particular transaction.This is generally used to make refresh of a transaction.

3.The Cancel button is to interrupt the current processing and come completely out of the application.This is generally used when you want to start the application freshly.

Regrds,

Rama Chary.Pammi