on 2007 Jul 24 7:35 AM
hi guru's,
when ever i want to dispaly menge (quantity field ) in my report it is saying that 'menge can't be converted into charecter type field'. what can i do for overcome this error.urgent
thanks in advance.
Request clarification before answering.
well, you may be trying to copy menge to a charecter type field. That's why you are getting this error. Try to display menge directly.
For further clarifications please paste the code.
Reward the helpful entries.
Regards,
Raman.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
In the internal table declare
begin of itab,
menge type ekpo-menge,
end of itab.
Regards
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
In the declaration u declare it with the table field itself.
menge like tablename-menge.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
39 | |
8 | |
4 | |
3 | |
3 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.