2008 Oct 14 12:53 PM
Dear experts,
I try to post the following coding:
SET PARAMETER ID 'RBN' FIELD '9600000000'.
CALL TRANSACTION 'MIR6' AND SKIP FIRST SCREEN.
when I execute this program, the Document number field is blank in MIR6,
I try to press F1 in the Document number,the Parameter ID is RBN,
which I use correcly in my coding. Can anyone tell me why data is not passed in the Document number field in MIR6?
Regards,
Sam
instead of using 9600000000
use the field name
2008 Oct 14 12:57 PM
2008 Oct 14 12:58 PM
g_variable = '9600000000'.
SET PARAMETER ID 'RBN' FIELD g_variable.
CALL TRANSACTION 'MIR6' AND SKIP FIRST SCREEN.
2008 Oct 14 1:20 PM
hi,
Because of range factor in MIR6 its not able to fill in Document number value.if you try for MIR4 it will work.Please check it.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |