Skip to Content
Author's profile photo Ramesh Prasad

Step-by-Step implementation of HANA Sizing program in ECC system

In this step-by-step HANA Sizing ABAP program, we are basically focusing that how simply we can generate the SAP HANA, SAP S/4 HANA and SAP S/4 HANA Simple finance memory sizing report which is given by SAP Notes: 1872170.

It can be useful for BASIS Consultant, ABAP Developer, Functional Consultant and the SAP Consultant have development authorization.

STEP 1.  Login into SAP System and click on System>Status


/wp-content/uploads/2016/10/1_1049627.png


STEP2. It will pop-up System: Status dialogue window and click on DETAILS button


/wp-content/uploads/2016/10/2_1049628.png


STEP 3:  It will display installed software in ‘Installed Software version tab’. Please check ‘component’, ’release’, ’SP-Level’, and ’Support Package’ as per the SAP pre-requisite system requirement. If it’s matching with SAP pre-requisite system requirement, then follow the below steps


STEP 4: Go to transaction code SE80 Object Navigator window and click on ‘Repository Browser tab’.

/wp-content/uploads/2016/10/3_1049629.png

STEP 5: Select ‘Function Group’ from ‘Object Category List Box’


/wp-content/uploads/2016/10/4_1049630.png

STEP 6: Give your own custom function group name in ‘Object Name Box’. Here I am using ‘ZS4HSIZING’.


/wp-content/uploads/2016/10/5_1049631.png

STEP 7: Press Enter, it will display a pop-up message, click on OK button

/wp-content/uploads/2016/10/6_1049632.png

STEP 8: It will display ‘Create function group’ pop-up window. Give the suitable description in short text box and click on SAVE button

/wp-content/uploads/2016/10/7_1049633.png

STEP 9: Give the package name where we want to store the function group or save it in local object


/wp-content/uploads/2016/10/8_1049634.png



STEP 10: Now, right click on function group and click on ‘ACTIVATE’

/wp-content/uploads/2016/10/10_1049639.png

STEP 11: Now, again right click on function group and click on CREATE> FUNCTION MODULE or Go to transaction SE37 (Function Builder: Initial Screen) Give your own custom function module name and save under created function group and package name.

/wp-content/uploads/2016/10/11_1049640.png


/wp-content/uploads/2016/10/12_1049641.png

STEP 12: In function Module, Select GOTO and click on ‘GLOBAL DATA’ and paste the code from the attached ‘LZS4HSIZINGTOP.TXT’ file. Click on SAVE

STEP 13: Select the ‘IMPORT’ tab and pass the below parameters and select the all ‘OPTIONS’ and ‘PASS BY VALUE’ checkbox and press enter


/wp-content/uploads/2016/10/13_1049645.png

STEP14: Click on ‘CHANGING’ tab and pass the below parameters, select the ‘PASS BY VALUE’ checkbox and press enter


/wp-content/uploads/2016/10/14_1049651.png


STEP 15: Click on ‘EXCEPTIONS’ tab and pass the below parameter and press enter

/wp-content/uploads/2016/10/15_1049652.png


STEP 16: Click the ‘SOURCE CODE’ tab and paste the code from attached S4H_COLLECT_STATS. TXT’ file

/wp-content/uploads/2016/10/16_1049653.png


STEP 17: Select ‘ATTRIBUTE’ tab and select the radio button ‘Remote-Enabled Module’. SAVE and ACTIVATE the function module.

/wp-content/uploads/2016/10/17_1049654.png

STEP 18: Now, Go to transaction SE38. Give custom program name with suitable description, package name/local object

18.PNG

/wp-content/uploads/2016/10/19_1049656.png

STEP 19: Paste the code from attached ‘ZS4HDB_SIZE.TXT’ file into the report.


STEP 20:  Please check the code line number 1553 and 1607 that function module which you created is getting called here. (You can call your custom function module here with the same properties given in the attached file)

/wp-content/uploads/2016/10/20_1049657.png

/wp-content/uploads/2016/10/21_1049658.png

STEP 21:  SAVE and activate the report. Execute the ABAP HANA Sizing report with required details.


/wp-content/uploads/2016/10/22_1049659.png


Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hi Ramesh,

      This step by step process for S/4 HANA sizing is very informative... and it has helped me a lot...

      Thanks

      Ahmed

      Author's profile photo Pandiri Balaraju
      Pandiri Balaraju

      Hi Ramesh, It's nice and very informative. Thanks for your blog.

      Author's profile photo Stéphane Lacroix
      Stéphane Lacroix

       

      Where are the files that are mentioned at step 12 and 19?