2007 Feb 13 12:18 PM
HI all. Can any1 please explain me (with code if possible) how to make a RFC while passing an internal table containing records?
HI all. Can any1 please explain me (with code if possible) how to make a RFC while passing an internal table containing records?
2007 Feb 13 2:59 PM
Pramod,
1) Goto SE37 and give some name and press create.
It willa sk you to enter function group name if
you have already function grioup defined use that
or lese in the menu Goto -> Function group ->Create
group. Come back and use the same group here.
2) In the attributes screen Seelct Radio button Remote
enable func.
3) If you want to update multiple entries in the table
go to tabe Tables and
in that Parameter name - i_tab
Type - Like
reference type - Your table name (ZTEST).
4) Now goto Source code tab and do the below.
if not i_tab[] is initial.
MODIFY ZTEST FROM TABLE I_tab.
endif.
Then save it and activate.
Regards,
rCm
Message was edited by:
rCm
2007 Feb 13 3:55 PM
This is a terrible answer to give to someone who obviously has little coding knowledge.
You should not be directly updating a standard SAP table such as MARA.
Gareth.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |