cancel
Showing results for 
Search instead for 
Did you mean: 

FM /SAPAPO/RRP_SIMSESSION_CREATE going in unending processing

Former Member
0 Kudos

Hi Experts,

In order to get order details in background job, we are using FM /SAPAPO/RRP_SIMSESSION_CREATE to create SMSESSION ID.

The logic is working successfully in Development server, but same code going in infinite or unending processing in Quality system.

Also, this FM is engaging all the processes in background (as verified in SM50).

call function '/SAPAPO/RRP_SIMSESSION_CREATE'
exporting
      iv_simid      
= '000'
importing
      ev_simsession 
= lv_simid.

Has anyone faced such an unending processing situation earlier?

If some configuration changes are needed, please elaborate as I am technical person !

Thanks in advance,

~Tanaya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Tanaya,

In this link you have a good example http://scn.sap.com/thread/1586731

Thanks.

Regards, Marius

Former Member
0 Kudos

Hi Marus,

After contacting my Basis friend, I came to know that as Livecache log was full, the system was unable to create new simsession.

Due to this whole system was almost hanged.

SAP should have a way to tell user what might happen if LC log is full .

So now i need to check LC10 tcode if similar situation re-arises !

Closing this thread now!!

Former Member
0 Kudos

Tanaya,


SAP should have a way to tell user what might happen if LC log is full

Uh, SAP does have ways to alert that logs are full or almost full.  In most companies, Basis people are responsible for setting up and monitoring these alerts.

Best Regards,

DB49

Answers (0)