‎2018 May 10 8:42 AM
Hello gurus,
I am creating a program in which I use a batch input for transaction IW32. The batch is working perfectly but when the program is ended I am getting message IW 080 at the status bar.
My program is having an ALV with a log so I don't want the message at the status bar.
Please help me, I will reward any useful suggestion.
‎2018 May 10 9:03 AM
Hi David,
"My program is having an ALV with a log so I don't want the message at the status bar.
Anyhow, it is ALV report, before ALV is triggered, show custom message like 'No. of Records: <xyz> found' in the program. By doing so, the standard message will be hided by the custom message.
MESSAGE S000(ZSD) WITH 'No. of Records' L_COUNT 'FOUND'.
Regards
Rajkumar Narasimman
‎2018 May 10 9:03 AM
Hi David,
"My program is having an ALV with a log so I don't want the message at the status bar.
Anyhow, it is ALV report, before ALV is triggered, show custom message like 'No. of Records: <xyz> found' in the program. By doing so, the standard message will be hided by the custom message.
MESSAGE S000(ZSD) WITH 'No. of Records' L_COUNT 'FOUND'.
Regards
Rajkumar Narasimman
‎2018 May 10 9:20 AM