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: 

Report RFDM2000 in BG mode !

former_member199126
Participant
0 Kudos

Hi,

I am a tech consultant.

I was asked to find out where the log of the report RFDM2000  is getting populated. The reort throws a message of type 'S' Message class 00 and msg no.359. "The transaction was terminated by the user".

I used a where used list, checked out the entire code, but could not find out the place where message class 00 was used. Anyone know how to find it. Without knowing the process its really hard to track down whats happening.

Or can we raise an OSS message to SAP since its coming from a standard code. Please advise.

4 REPLIES 4

GirieshM
Active Contributor
0 Kudos


Hi Karthik,

Have you tried to run it in the foreground mode and encountered any issues. Looks like the problem in scheduling it in the BG mode.

With Regards,

Giriesh M

nabheetscn
Active Contributor
0 Kudos

Hi

I think this message was thrown in POSTING_INTERFACE_CLEARING call. Include RFDM2000_F01 sub routine posting_interface_clearing. This function module does a call transaction where error can come.

Nabheet


former_member199126
Participant
0 Kudos

@Giriesh : I have asked the func consu to run the prog in foreground mode.

@madan : Eventhough i place a Breakpoint in the subroutine, the job is not stopping there ..

0 Kudos

Please understand job wont stop in background...Please run in foreground and check what error you get

Nabheet