‎2007 Jul 12 12:19 PM
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?
‎2007 Jul 12 12:21 PM
Hi Ramesh,
Write the code like this,
If Quantity is initial.
message ' Enter the Quantity' type ' I '.
Endif.
Thanks,
Reward If Helpful.