2019 Sep 22 9:54 PM
Hello,
I have a question about the ABAP load generation after SP upgrade.
If a program is customized by customer and he performed the SPAU adjustment, which program load will be generated by SGEN ? The standard program delivered by SAP or the customer version of the program (which program will be compiled)?
What are the consequences if I ran the SGEN for software components which include some customized programs and SPAU modification adjustments were made ?
Thanks
2019 Sep 23 6:18 AM
SGEN is "only" here to not loose time after installation, upgrade, ...
There are several ways to run a SGEN, the final result will depend the option you have selected.
But, you don't have to worry about SGEN, if something in the code is not compiled by SGEN, it will be the first time you will run the program that used this code.
SGEN will not modify the program content, functionality, ...
2019 Sep 23 7:02 AM
Hi Alexandru.
1. SGEN to generate the ABAP loads of a number of programs, function groups, classes, and so on (its is applicable for SAP standard and customer version of the programs)
2. As part of SAP SUM upgrade process, SGEN is one of the task it's not require to run separately.
Regards
SS
2019 Sep 23 8:33 AM
Thank you,
My question was: what happens if a program was customized by customer .. which of the program versions will be compiled by SGEN? the standard version or the customized version ?
2019 Sep 23 5:15 PM
Hi,
SGEN compiles always the active version. This has nothing to do with SPAU.
I think, you asking about SPAU and which version is active after an upgrade. Some enhancements/modifications can be adjusted automatically by the system. Some other enhancements/modifications have to be maintained manually. But at the end, if you finished all tasks in SPAU (and this is of course important), the system will always use/generate the active versions. Some of them are SAP versions (for example, if you reset the modification back to standard) some of them are still enhanced versions, because it is a modification.
lg Johann
2019 Sep 24 8:24 AM
Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area: "Before answering You should only submit an answer when you are proposing a solution to the poster's problem"