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: 

System error in program SAPLCJDW (RC031) -> F1 While Updating BAPI from CJ12

0 Kudos

Hello Experts,

Kindly Help me on Below Issue.

I am updating the data through BAPI and i am getting below error.

System error in program SAPLCJDW (RC031) -> F1 While Updating BAPI from CJ12

9 REPLIES 9

raymond_giuseppi
Active Contributor
0 Kudos
  • And what are the long text and message id when you press F1 or '?' info icon
  • Otherwise, did you correctly call in sequence BAPI_PS_INITIALIZATION , the required  BAPI call, BAPI_PS_PRECOMMIT and BAPI_TRANSACTION_COMMIT/ROLLBACK checking for error in every call that returns a RETURN parameter.
  • Did you also look for OSS notes available if your system is not up-to-date.

Regards,

Raymond

0 Kudos

System error in program SAPLCJDW (RC031) -> F1

Message No. CJ895

Diagnosis

A processing step in the program SAPLCJDW could not be successfully executed.

System Response

Processing had to be terminated because further processing could have led to erroneous data.

Procedure

Contact your system administrator.

Technical note:

To correct your problem in the shortest amount of time, you should be able to identify the effected areas.

You can localized the point in the program when you activate "debugging" on the last screen before the error and set a break point for the language element "Message".

0 Kudos

Hi Raymond Giuseppi,

only for few cases that error is coming, remaining cases it is working fine , please guide me,

I am passing the bapi's from following sequence

1)  BAPI_PS_INITIALIZATION

2) BAPI_BUS2054_CHANGE_MULTI

3) BAPI_PS_PRECOMMIT

4) BAPI_TRANSACTION_COMMIT

Once BAPI_BUS2054_CHANGE_MULTI is executed following error is coming ...

Re: System error in program SAPLCJDW (RC031) -> F1

Message No. CJ895

Regards,

Anurodh.

0 Kudos

How did you trigger this code from CJ12, in which BAdI/Exit/Ehn spot?

Hint: Execution of BAPI_PS_INITIALIZATION and other BAPI in the middle of the standard transaction will make some mess to the transaction current data...

Regards,

Raymond

PeterJonker
Active Contributor
0 Kudos

Did you do a syntax check on this program ?

Former Member
0 Kudos

Hi Anurodh

Hope the below thread will be helpful to  you 

http://scn.sap.com/thread/1887769

Thanks

AK

0 Kudos

Hi  Venkat,

But I am Updating the data from CJ12, but above link CJ12 T-COde is not there.

Please Guide Me.

Regards,

Anurodh Borkar.

Rushikesh_Yeole
Contributor
0 Kudos

HI,

I will suggest to put breakpoint at include

FCJDWFSE_PSTAB_FUELLEN_PRPS. Line 8 .

I think problem with passing parameters.

Brinatti
Explorer
0 Kudos

Hello,

I had a similar issue that was fixed by implementing note 2041547.

Best Regards

Bruno Brinatti