2007 Oct 30 9:52 AM
Hi experts,
I have a program in which I have to display a message:
message e000(ZSDBIL) with v_var1 v_var2
This message expects & & & & 4 parameters, but as you can see I pass 2 after with (v_var1, v_var2).
In the extended check: SLIN it says
No. of WITH fields of 000 for ID ZSDBIL: 2
v_var1
v_var2
No. of placeholders in this message: 4
Message: & & & &
Highest placeholder number in long text: 4
My question is:how can I eliminate this error message?
2007 Oct 30 9:58 AM
<b>message e000(ZSDBIL) with v_var1 v_var2 space space</b>
send space where u do not have data
Rewards if useful...........
Minal
2007 Oct 30 9:56 AM
either change the message class in which the no. 000 has 4 &'s or change the
message no. in the present message class which has 4 &'s ..
2007 Oct 30 9:58 AM
Hi,
U can hide the error message in SLIN..Check the info in slin to hide the error message..
for example " EC*,
" EC NEEDED....
like this..
use these key words after u message and try to hide it..
Hope this helps.
Regards,
Nagaraj
2007 Oct 30 9:58 AM
<b>message e000(ZSDBIL) with v_var1 v_var2 space space</b>
send space where u do not have data
Rewards if useful...........
Minal
2007 Oct 30 10:01 AM
I have to use this message class and this message. I'm not allowed to remove &.
2007 Oct 30 10:21 AM