2010 Mar 15 8:24 AM
Hi
I am working in XI and I don't have much of an ABAP knowledge. I have a situation. I have an RFC_READ_TABLE function module. I need to execute this function module in SE38 using a variant ? How can I do that ?
Can some one explain me the step by step procedure for that ?
Regards
Ajith
2010 Mar 15 8:39 AM
hi ,
create a new report using se38 -
> in this report call the function module u wanna use and then pass the relevant exporting parameters to the FM and then execute the report this will also execute ur FM.
rgds
shivraj
2010 Mar 15 8:34 AM
Hi,
You can test in tcode SE37 put function's name RFC_READ_TABLE then pass F8.Now in RFC target sys: input filed you need to basis guy to give you the target system's name then fill a table name in QUERY_TABLE such as MARA and execute.
hope it help,
Sayan.
2010 Mar 15 8:34 AM
Hi there
To run a function Module you would need to use SE37 and there you can define a variant! Once you have filed in the details you would like to run you should save that would create your variant!
Regards
Tatenda
2010 Mar 15 8:39 AM
hi ,
create a new report using se38 -
> in this report call the function module u wanna use and then pass the relevant exporting parameters to the FM and then execute the report this will also execute ur FM.
rgds
shivraj
2010 Mar 15 8:41 AM
hi,
just check and tell.
Edited by: ShivrajSinha on Mar 15, 2010 9:42 AM
2010 Mar 15 8:57 AM
Hi Guys
Thanks for your help. I was following this blog.
/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous
First of all I don't know to create variant and I think the code she has given, that's what we need to enter in SE38. Would this code automatically create variant ? And why do we need it in this situation ?
It would be great help if someone could clear this doubt with respect to this blog.
Thanks in advance
Ajith