cancel
Showing results for 
Search instead for 
Did you mean: 

bacground job cancelled in Solman system.

Former Member
0 Kudos

Hi experts,

Two bacground job cancelled in Solman system.

1. SM:SELFDIAGNOSIS

Job started

Step 001 started (program RDSWP_SELF_DIAGNOSIS, variant &0000000001018, user ID SAP*)

ABAP/4 processor: MOVE_TO_LIT_NOTALLOWED_NODATA

Job cancelled

2.SM:SYNC SAP SESSIONS

Job started

Step 001 started (program RDSWPCISERVICEPLAN, variant &0000000001018, user ID SAP*)

Your user has no SAP Support Portal user assigned

Job cancelled after system exception ERROR_MESSAGE

Please give me the soltuin to fix it.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vivek,

1). Adobe forms (TCode SFP) offers a feature where you can pass the value of the table instead of table iteself. For this yuo have to go to SFP > INTERFACE > Interface (Tab) >(Click on) Import

Here, you should see all the parameters listed. On the parameter that you want to meddle with, tick the "Pass Value" checkbox. This solved the issue and prevented the dump.

Refer to the Note 834318 ...

2). please maintain the your S - user id in AISUSER t-code. Refer to below link for screenshots.

http://wiki.sdn.sap.com/wiki/display/SM/HowtomaintainthetransactionAISUSERforstandardandVARscenarios

Regards,

Arjun

Edited by: Arjun Venkateswarlu. on Jan 12, 2012 9:35 PM

Former Member
0 Kudos

second one got it.

but in ist issue not get the interface tab in SFP.

Please suggest.

Former Member
0 Kudos

Hi Vivek,

For this you have to go to SFP > INTERFACE > Interface (Tab) >(Click on) Import which means GOTO t-code SFP and provide your Interface name (not Interface tab)

refer to below doc

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40553f25-08d1-2c10-3e8f-fe7af7945...

Regards,

Arjun

Former Member
0 Kudos

can u please tell me what interface name??

Former Member
0 Kudos

Never mind Vivek, I assumed you were trying to run Interface. From your SAP-OSS not working forum, your RFC should be the issue.

Please fix your SAPOSS RFC as you posted in another forum, I believe that should fix your Background job as well.

Regards,

Arjun

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Vivek,

First of all I would suggest you to replace SAP* with DDIC or other user in job step. When SAP* is locked in your system, then these jobs will fail. So better to run these jobs with DDIC.

1. SM:SELFDIAGNOSIS

- Please read ABAP dump in ST22 carefully. You will find a clue of this issue. You may need to implement the note 1248383 if applies to resolve this issue.

2.SM:SYNC SAP SESSIONS

- As already others suggested, please maintain S-user id i AISUSER transaction.

Thanks,

Siva Kumar

Edited by: Siva Kumar Arivinti on Jan 13, 2012 11:05 AM

Former Member
0 Kudos

Done