cancel
Showing results for 
Search instead for 
Did you mean: 

Update issue in SM13

ajjunit84
Active Participant
0 Kudos

Hi All,

When user is using transaction JHA1N to create and then save the order ,its not gettign saved in the system.

We are using IS-Media 604 ERP 60 EHP4 system.

I checked update process and things looks fine and also the issue is occuring for particular user intermittently.

Can you please suggest me how to troubleshoot this

Here is the failed update header

==============================

Update key 6B25D0DF74BBF19DA2E20024E8745C6C

Date 04.10.2010 Time 19:10:50

Language EN

Account

Report SAPLBAPT

Transaction JHA1N

Enqueue key 20101004190819968000010100Mngnetmcdev.....................

Context :E:

Information (50) = VB_WITH_ENQUEUE, VB_ENQUEUES_RELEASED,

UD Ret. Code 9

Status Update was terminated

Update server M

UD Client Mn

Local time zone CET

Time Offset 1

Error details Class: JH Number: 452

Error during update of table JHAPA (RC = 4, Key = )

Report LJHU1F01 Row 1,699

======================================

Pls suggest.Thanks

Regards

Ajay

Accepted Solutions (0)

Answers (2)

Answers (2)

Nibu
Contributor
0 Kudos

Hi Ajay,

Check whether any intermediate steps or process is missing while executing the transaction . I has such an issue with some Tcoded but it was becasue of missing of certain functional steps . Are you getting any dumps in ST22 , if so post it . Also check whether the update is happening after some period of time.

Regards,

Nibu Antony

ajjunit84
Active Participant
0 Kudos

Thanks for your interest

Issue was with user exit code and ABAP team resolved it with this solution

There was a bug in the code which changes the data base update indicator to u2018Uu2019(Update). Ideally this should have been set to u2018Uu2019 only in change mode of the order. In create mode this field will be u2018Iu2019(Insert).

Regards

Ajay

Former Member
0 Kudos

Check SM21 for errors and the corresponding workprocess trace dev_wX. There is most probably a database error like space problem or duplicate record somewhere.

Cheers Michael

ajjunit84
Active Participant
0 Kudos

Hi Michael,

Thanks for the reply.

At database level , there is enough space and all datafiles and tablespaces have enough free space.

Checked the logs

UPD dev_10 logs

===========================

M Tue Oct 05 21:30:21 2010

M *** ERROR => ThVBDext: error while processing ISP_JJTPPE_INSERT [thxxvb.c 3237]

M ***LOG R65=> ThVBEnd, vb error (9 ) [thxxvb.c 2834]

M ***LOG R66=> ThVBEnd, vb error (59B5D0DFB667F13BA2E20024E8745C6C) [thxxvb.c 2839]

M ***LOG R67=> ThVBEnd, vb error (ISP_JJTPPE_INSERT ) [thxxvb.c 2847]

============================

SM21 logs

============================

Recording at local and central time........................ 05.10.2010 21

Task...... Process User...... Terminal Session TCode Prog

02124 V1 Update Task No. 010 PXX 1 RSM1

Module nam Loc T100................ Parameters

JJ 013

Documentation for system log message D0 1 :

The transaction has been terminated. This may be caused by a

termination message from the application (MESSAGE Axxx) or by an

error detected by the SAP System due to which it makes no sense to

proceed with the transaction. The actual reason for the termination

is indicated by the T100 message and the parameters.

Additional documentation for message JJ 013 Error when reading BU grouping content &

No documentation exists for message JJ013

Time Type Nr Clt User TCode Grp N Text

21:30:21 UP1 010 200 PAM R6 7 > Update module: ISP_JJTPPE_INSERT

Update module: ISP_JJTPPE_INSERT

details recording at local and central time........................ 05.10.2010 21:30:21

Task...... Process User...... Terminal Session TCode Program Cl Problem cl Package

02124 V1 Update Task No. 010 PXX 1 RSM13000 K SAP Web AS Problem STSK

Further details for this message type

Module nam Line Error text Caller.... Reason/cal

thxxvb.c 2847 ISP_JJTPPE_INSERT ThVBEnd vb error

Documentation for system log message R6 7 :Name of the update module where the error occurred (display in SM13).

Technical details

File Offset RecFm System log type Grp N variable message data

215 435600 m Error (Function,Module,Row) R6 7 ISP_JJTPPE_INSERT ThVBEndvb errothxxvb.c2847

=======================================

Update Header

================

Update key 59B5D0DFB667F13BA2E20024E8745C6C

Client 200

User PXX

Date 05.10.2010 Time 12:21:17

Language EN

Account

Report SAPMJJB1

Transaction JJB1

Enqueue key 20101005121843421000010000Mngnetmcdev.....................

Context :E:

Information (50) = VB_WITH_ENQUEUE, VB_ENQUEUES_RELEASED,

UD Ret. Code 9

Status Update was terminated

Update server XXX_00

UD Client XX_00

Local time zone CET

Time Offset 1

Error details Class: JJ Number: 013

Error when reading BU grouping content SBSBSBEMPL

============================

ajjunit84
Active Participant
0 Kudos

Also there are 5 failed updates today 1 with JJB1 and 3 with JHA1N transaction.

Regards

Ajay

Former Member
0 Kudos

Hi Ajay,

We suggest you to take this with SAP OSS.

Also you can check for any missing auth .

Regards,