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: 

functionality of cancel,reject,back keywords.

Former Member
0 Kudos
105

friends let me know the functionality of cancel,reject,back keywords.

3 REPLIES 3

Former Member
0 Kudos
77

REJECT

Terminates a GET processing block.

Syntax

REJECT [dbtab].

Stops processing the current line of the node of the logical database. If you specify , the logical database reads the next line of the node , otherwise the next line of the current node.

BACK sets SY-COLNO to 1.BACK sets SY-LINNO to the first line following the page header. If you use BACK with RESERVE, SY-LINNO is set to the first line of a block.

Former Member
0 Kudos
77

hi raja,

BACK.

Effect

Returns output position to the first line of the current page after the TOP-OF-PAGE processing.

REJECT.

Effect

This statement exits a GET event block when processing logical databases in executable programs.

Stops processing the current database table line provided by the logical database and resumes with the next line of the table on the same hierarchy level. Unlike the CHECK statement, REJECT is not context-sensitive but always leaves the current GET event block.

'cancel ' button would be "leave program",

award points if useful.

regards,

deepthi reddy

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
77

Hi,

In addition to Vibha , i dont think we have CANCEL as keyword.