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

Upload Program Message Generation

adnanmaqbool
Contributor
0 Likes
276

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

1 REPLY 1
Read only

Former Member
0 Likes
250

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.