ABAP Routine Syntax

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Deleting certain set of records from start routine: Delete source_package where x = 0 and y = 0.

Putting conditional statements and raising condition: If source_fields-a ne 0 and source_fields-b eq 0. Result = L. Elseif source_fields-a eq 0 and source_fields-b ne 0. Result = M. Else.

You might also like