2006 Nov 27 10:38 PM
HI,
JUST SEE THIS CODE...............
1)Loop at IT_STPO
2) MENGE = MAX_SETS * IT_STPO-MENGE.
3) Modify IT_STPO TRANSPORTING MENGE.
Endloop
THIS IS MY CODE. IN THIS CODE I AM GETTING ERROR IN SECOND LINE.
TELL ME WHAT IS THE PROBLEM AND OFTER THAT I HAVE TO MODIFY THAT VALUE IN IT_STPO HOW?
WITH REGARDS........
M.SRIKANTH
2006 Nov 27 10:51 PM
hi,
Check the line before the multiplication...
There might be some syntax errors before this line..
Thanks,
Naren
Hi,
What is the error you are getting..
Thanks,
Naren
2006 Nov 27 10:41 PM
2006 Nov 27 10:47 PM
UNABLE TO INTERPRET 'MENGE' POSIBLE COUSE OF ERROR.INCORRECT SPELLING OR COMMAND ERROR.
THIS ERROR IS I AM GETTING.
I DECLARED MENG LIKE THIS
MENGE LIKE STPO-MENGE
2006 Nov 27 10:49 PM
I think you just forgot the period (.) afterLOOP AT it_stpo
Rob
2006 Nov 27 10:52 PM
Yes - this is the problem - I get the same error when I leave it off.
Rob
2006 Nov 27 10:48 PM
Do you mean:
LOOP AT it_stpo.
it_stpo-menge = max_sets * it_stpo-menge.
MODIFY it_stpo TRANSPORTING menge.
ENDLOOP.
Rob
2006 Nov 27 10:51 PM
hi,
Check the line before the multiplication...
There might be some syntax errors before this line..
Thanks,
Naren
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |