‎2006 Nov 20 3:47 AM
Dear Guys
I want to display an error message in a upload program developed using transaction SHDB . But when ever I code a Warning or Success Message inside the main program it halts the program and skip the uploading of remaining records.
Any solution Pls.
Thnx
‎2006 Nov 20 4:07 AM
Hi Adnan,
Try using an information message(TYPE I) instead of a warning or success message. This would allow the processing to go forward & do the upload of remaining records.
Regards,
Chetan.
PS: Reward points if this is helpful.