cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Runtime error on CJV4

Former Member
0 Kudos

I've got an error on CJV4 when I transfer Version - Version or Version - Operative.

Is there anyone can help me, how to solve this error?

Accepted Solutions (0)

Answers (2)

Answers (2)

gerry_hodgins
Active Participant
0 Kudos

Hello Endra Setiawan

I have mentioned in a different post , the system is finding
differences in standard tables and Versions tables such as

AFKO and VASFKO_CN , and RESB and VSRESB_CN

Normally its is because an  appended is missing fields for the versions tables ,

Running report  RCNVSDIF should help you find these differences

you might also check these notes

357185  Short dump SAPSQL_INVALID_FIELDNAME in GDBPS000

747579  Field KUNNR is missing in table VSPLAF_CN


If this is not helpful can you post some more of the dump , ?

Ger

former_member341917
Active Participant
0 Kudos

Hi Endra Setiawan,

recently i also got the same error and checked if any solution is available on net but could not find it. i think you r using SAP ECC 7 so this error is coming. i have raised to SAP and got the solution from them. below is what they said and the issue got solved.

*****************************************************************

Include the following filed to VSRESB_CN.

SGT_SCAT  SGT_SCAT CHAR 16 0 Stock Segment.

SGT_RCAT SGT_RCAT CHAR 16 0 Requirement Segment.

********************************************************************

take the help of ABAP person and do the following. it will solve your problem.

Regards

Avinash Kusam

Former Member
0 Kudos

Hi Avinash, thanks for your response...

I use ECC 6 and still get this error until now.