Application Development 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: 

Is there an rfc enabled function to collect batch jobs or at least count of them.

Former Member
0 Kudos

Hi,

I'm trying to create a dashboard which will show the system status. And I need to add cancelled jobs to this. I made it possible by writing an fm that collect jobs from tbtco table but I should use it in multiple systems and it is not practical.

6 REPLIES 6

horst_keller
Product and Topic Expert
Product and Topic Expert

Why can't you RFC enable your FM?

0 Kudos

Because i should write my fm in each system that i will collect data. Is there a way to "write once use everywhere" or something like that?.

horst_keller
Product and Topic Expert
Product and Topic Expert

Well, normally you develop in one system and use the TMS to transport to all other systems.

0 Kudos

Yes, thats why i dont want to write my own. Anyway, thanks for your answer.

raymond_giuseppi
Active Contributor
0 Kudos

In your landscape can you develop for every required system, so build your own FM?

Else did you already look in se37 (F4, extend selection) for FM with a wildcard like *BP*JOB* and RFC flag set?

bertrand_delvallee
Active Participant
0 Kudos

Hello,

As far as I know you only need to call FM RFC_READ_TABLE with selection on table TBTCO.

Best regards

Bertrand