Application Development and Automation 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: 
Read only

Dump as SAPSQL_ARRAY_INSERT_DUPREC

Former Member
0 Likes
819

Friends,

I am getting a dump in Function Module ME_CONFIRMATION_UPDATE_AVIS

, I am with version SAP 4.6 C?

Is there any way to correct this using some note?

Regards

Prashant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
732

See note 903973.

Rob

5 REPLIES 5
Read only

Former Member
0 Likes
733

See note 903973.

Rob

Read only

0 Likes
732

Thanks for the quick reply It has implementation status as can not be implemented

Read only

0 Likes
732

If it's called from an SAP program, you can raise an OSS message.

Rob

Read only

0 Likes
732

Unfortunately it has been called from ZProgram.

Read only

0 Likes
732

This looks like a pretty dangerous FM to be called from a Z program. It's directly updating SAP tables. You'd probably be better off looking for a BAPI or using batch input.

Rob