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 from development server to production server

jayakummar
Active Participant
0 Likes
396

Dear Exports,

I Need To Execute Report Program From Development Server To Production Server With out Transport The Object.

Through One Remote Function Module We Can Able To Execute Development Server object In Production Server With out transport That Object. The Purpose is In My Dev Server No Test Data . So For Testing Purpose i Can Use This FM And Execute The Program In Other Client .

*I Need To Know The Name of The Remote Function Module.

Reward is Avail For Useful Answer.

Thanks In Advance,

Jai.M

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
327

Hello Jayakumar,

That is right you can execute functions in production by calling RFC's. However to provide you with the correct RFC to call you need to specify exactly what data you would like to read and return in production.

You cannot execute a program that resides in DEV only in production by calling a RFC in production unless you write a custom RFC which would accept the report code as an import parameter and then dynamically generating the report in production and executing it. However to to this you would have to transport - furthermore this would pose a HUGE security risk because you could virtually execute anything in production!!

Without transporting the only way to access data in production through an RFC is to find a standard RFC which returns the data you are interested in.

Regards,

Michael

1 REPLY 1
Read only

Former Member
0 Likes
328

Hello Jayakumar,

That is right you can execute functions in production by calling RFC's. However to provide you with the correct RFC to call you need to specify exactly what data you would like to read and return in production.

You cannot execute a program that resides in DEV only in production by calling a RFC in production unless you write a custom RFC which would accept the report code as an import parameter and then dynamically generating the report in production and executing it. However to to this you would have to transport - furthermore this would pose a HUGE security risk because you could virtually execute anything in production!!

Without transporting the only way to access data in production through an RFC is to find a standard RFC which returns the data you are interested in.

Regards,

Michael