Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Execute report in SE38

Former Member
0 Likes
3,249

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,244

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

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

5 REPLIES 5
Read only

Former Member
0 Likes
2,244

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.

Read only

Former Member
0 Likes
2,244

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

Read only

Former Member
0 Likes
2,245

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

Read only

Former Member
0 Likes
2,244

hi,

just check and tell.

Edited by: ShivrajSinha on Mar 15, 2010 9:42 AM

Read only

0 Likes
2,244

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