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

Transaction SPAU

Former Member
0 Likes
918

Hello,

I would like to know a bit more about the transaction SPAU.

There are some customer modifications to the SAP standard code of a function module, but that function module is not being reflected in the transaction SPAU.

Would like to know if only SAP modifications are reflected by the transaction spau.

Regards,

Jaydeep.

Hello,

I would like to know a bit more about the transaction SPAU.

There are some customer modifications to the SAP standard code of a function module, but that function module is not being reflected in the transaction SPAU.

Would like to know if only SAP modifications are reflected by the transaction spau.

Regards,

Jaydeep.

5 REPLIES 5
Read only

Former Member
0 Likes
776

Hi jaydeep,

the transaction reflects all the modifications done by you or SAP or any SAP partner.

you please check out your selection criteria.

you can check the following link for more clarification about the SPAU tcode.

http://help.sap.com/saphelp_webas620/helpdata/en/83/7a18ecde6e11d195460000e82de14a/content.htm

sateesh.

Read only

Former Member
0 Likes
776

Hello ,

If the FM that you have modified does not show up on the SPAU list then SAP has not deleivered a new version of the FM in the support pack or upgrade that you are implementing. So if there is no new version from SAP, your changes should still be in place and no further action is required.

Regards

Greg Kern

Read only

Former Member
0 Likes
776

Dear Jaydeep,

When you apply a package, a large number of objects are changed.

If you have applied any OSS notes to objects in your system, the hot package may overwrite these objects.

SPDD is used to identify dictionary objects and SPAU (repository objects), will identify any objects where the hot package is overwriting changes you have made through OSS notes.

You must check all objects identified in SPAU and decide whether you need to reapply the OSS note or reset the code to the original SAP Code.

If, for instance, you are applying hot package 34, SPAU identifies an object where you have applied an OSS note. You must check the OSSs note and see if SAP have fixed that note in a hot package.

If the OSS note has been fixed in hot package 34, then you should reset the object to its original source code. This means that there is no repair flag set against this object again and it is now SAP standard code.

If, however, the object is not fixed until hot package 38, or there is no fix available you have to reapply the OSS note, otherwise users will encounter the problems they had before the note was applied.

You must transport all reapplied notes and Reset to SAP Standard objects after you apply your hot package to your QAS and PRD systems.

Regards,

Abir

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

  • Don't forget to award Points *

Read only

Former Member
0 Likes
776

Hello Jaydeep,

In SPAU you get all objects, that are changed.

Changed means : The object has another source-system, than the system. where you want to modify an object.

It makes no difference, if the object is from SAP or from a customer or from third party.

But there is still another prerequisite to be shown in SPAU:

You must determine the Upgrade State of each object. Therefore the program SAPRUPGM has to be started.