Application Development 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: 

how can i avoid message when i do submit

Former Member
0 Kudos

hello ,

in my program i do submit for program (RFKSLD00)

when there is data it is ok , but when there is

no data i get message "No list generated" ,

i cant delete or ignore the message it is not in

my program , what can i do ?

thanks .

5 REPLIES 5

Former Member
0 Kudos

Hello,

Only Option is to Copy the Standard report and make change to it.

Regds,

Mano sri

Not sure if would like to do it

0 Kudos

i done it already , RFKSLD00 is now YRFKSLD00 ,

but the message soming from some include inside

the program using logical db and the message not created

in my program .

thanks any way .

0 Kudos

Hello Dakota Piper,

You need to find that SOme Include in the code and copy it as well and surpress it.

There is no other go if you dont want that message.

Cheers.

0 Kudos

yes you r right but this program (RFKSLD00) have no include .

thanks any way .

0 Kudos

Hello,

that's true; and worse, the message comes from the logical database. So, it makes no sense to copy the program - unless you would copy the LDB ...

What you try: the functions of function group SMSG, specialy MESSAGES_INITIALIZE / MESSAGES_GIVE . You could try to wrap your submit report with these functions ..

Regards Wolfgang