cancel
Showing results for 
Search instead for 
Did you mean: 

GRAC_PFCG_AUTHORIZATION_SYNC ABAP DUMP

Former Member
0 Kudos

Hello

On SAP GRC AC10.1, program GRAC_PFCG_AUTHORIZATION_SYNC has been executed succesfully with plug-in connected to your DEV system but nown with plug in connected to your Quality system program return ABA DUMP

Category          


ABAP Programming Error
Runtime Errors     DBSQL_DUPLICATE_KEY_ERROR
Except.            CX_SY_OPEN_SQL_DB
ABAP Program       CL_GRAC_AUTHORIZATION_REP=====CP

Application Component  GRC-AC

Date and Time      11.03.2014 10:02:24

Attached ST22 dump export

Support will be appreciate

Regards

Eric

Accepted Solutions (0)

Answers (2)

Answers (2)

dyaryura
Active Participant
0 Kudos

Hello Eric,

When you have such dumps there's is no need to debbug the code. If it's in a standard code  there should be a SAP note or you have to open an OSS message.

By the way, have you checked??

1954326 - SAPSQL_ARRAY_INSERT_DUPREC error when you execute
authrization synchronization

Cheers,

Diego.

Former Member
0 Kudos

Hi Eric,

>> INSERT GRACFLDVAL FROM TABLE LT_FLD_VAL_INSERT

you are getting dump in this statement. please check the structure and key fields of LT_FLD_VAL_INSERT. program is trying to insert a record which has same key fields already exist

in database.

Try to found out that record using debugging by putting breakpoint at the above statement