2006 Nov 28 1:27 PM
friends let me know the functionality of cancel,reject,back keywords.
2006 Nov 28 1:34 PM
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.
2006 Nov 28 1:43 PM
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
2006 Nov 28 1:44 PM
Hi,
In addition to Vibha , i dont think we have CANCEL as keyword.