2007 May 15 6:34 PM
hi everyone.
i being asked to do a matchcode that is fill with data that comes from an RFC function.
can anyone tell me how to do this.
Thks
But why you need to do this.
Match Code are not going to be supported in upcoming release.
There are lots of other way to do.
Thanks,
Arpit
2007 May 15 6:37 PM
You need to use FM <b>F4IF_INT_TABLE_VALUE_REQUEST</b>
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
RETFIELD = 'WERKS'
VALUE_ORG = 'S'
TABLES
VALUE_TAB = T_T001W
RETURN_TAB = RETURN_TAB
EXCEPTIONS
PARAMETER_ERROR = 1
NO_VALUES_FOUND = 2
OTHERS = 3.
Where T_T001W got the values to be show on the Matchcode....
Greetings,
Blag.
2007 May 15 7:24 PM
but this function is to use in a program or in the exit of the match code??
2007 May 15 7:25 PM
i ll put the matchcode in standard programs so i need to fill it not in the program so i guess i can do it on the function exit that can be definde on the match code.
2007 May 15 6:38 PM
But why you need to do this.
Match Code are not going to be supported in upcoming release.
There are lots of other way to do.
Thanks,
Arpit
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |