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

Break statement

Former Member
0 Likes
278

Hi

one situation

Loop the internal table and check the quantity break by document number.

condition is quantity is blank (clear the control break statement)

we hav to populate the message

how?

1 REPLY 1
Read only

Former Member
0 Likes
255

Hi Ramesh,

Write the code like this,

If Quantity is initial.

message ' Enter the Quantity' type ' I '.

Endif.

Thanks,

Reward If Helpful.