cancel
Showing results for 
Search instead for 
Did you mean: 

Clarification required for SAP Note 751000 implementation

08-06-2026 9:22 AM
SAHIBA_TYAGI47 Discoverer
118 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

 

Hi,

We are trying to implement SAP Note 751000 (Version 18, released on 27.07.2026) - "New user exit for changes when saving deliveries".

While reviewing the note, we noticed the following statement:

"As of Release ERP2005, you only have to implement the correction instruction 1187268 (change in program MV50AFZ1)."

However, we are facing the following issues:

  1. We are unable to find any implementable SAP Note or correction instruction with number 1187268 in SNOTE or SAP for Me.
  2. When attempting to implement SAP Note 751000 Version 18, the system reports that Version 13 does not exist, and therefore the note implementation cannot be processed as expected.
  3. We would like to understand whether this is expected behaviour or whether there is any prerequisite note/correction that must be implemented first.

Additionally, we verified that our system already contains the following standard SAP code:

ABAP1PERFORM userexit_save_doc_before_prep(sapmv50a) IF FOUND.Show more lines

which appears in the delivery save processing logic.

This suggests that the enhancement point described in SAP Note 751000 may already be available in the system.

Could you please clarify:

  1. Is correction instruction 1187268 still required for current supported releases?
  2. Why does the system indicate that Version 13 does not exist when attempting to implement SAP Note 751000 Version 18?
  3. Does the existence of

ABAP1PERFORM userexit_save_doc_before_prep(sapmv50a) IF FOUND.Show more lines

confirm that the correction delivered by SAP Note 751000 has already been incorporated into our release? 4. If the correction is already present, can we directly implement our custom logic in:

ABAP1FORM USEREXIT_SAVE_DOC_BEFORE_PREP.Show more lines

within include MV50AFZ1? 5. Are there any additional prerequisite SAP Notes or correction instructions required for our release level?

Please advise on the correct implementation approach.

Regards,
Sahiba Tyagi

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

SAHIBA_TYAGI47
Discoverer
0 Likes

SAP imported the version 13 in the system and then asked us to check. It worked. SAP needs to update the parent note 751000 , and remove the 1187268 note, since it does not exist.