Skip to Content
0
May 17, 2010 at 12:11 PM

RE: How to abort data load in field level routine

107 Views

Dear all ,

i have a requirement like ....

I am writing a field level routine in that iam using this follwing code

If SY-SUBRC = 0

{ executes my code }|

Else

{ here i want to abort the data load }

How can i abort the data load , and give me the detail code(steps) for that .

thanks and regards

Edited by: navenas on May 17, 2010 2:11 PM