Posts

Showing posts from 2016

Audit for SAP System (ABAP Stack)

I plan to update this blog post from time to time with reports and ways and methods and approach for auditing a system once installed. All date/time listed here is GMT+8. Added 18.10.2016: Report  RSUSR003 Thanks Adam

SAP Fiori Launchpad Activation via Task List (STC01)

Two good references: http://help.sap.com/fiori_bs2013/helpdata/en/bf/d1b053a647e842e10000000a4450e5/frameset.htm http://www.sapnwnewbie.com/2015/12/automating-frontend-configuration-of.html Following are the task available on STC01 to perform Fronend setup: SAP_FIORI_LAUNCHPAD_INIT_SETUP - To activate launchpad OData and HTTP services on an SAP Gateway system (frontend) SAP_SAP2GATEWAY_TRUSTED_CONFIG - To create a trusted connection from an SAP system to SAP Gateway. SAP_GATEWAY_ADD_SYSTEM -  To connect an SAP system (backend) to an SAP Gateway system (frontend). SAP_GATEWAY_ADD_SYSTEM_ALIAS - To create a system alias for an existing remote function call destination (to backend). SAP_GATEWAY_ACTIVATE_ODATA_SERV - To activate multiple OData services. OData services are required to initially set up the SAP Fiori Launchpad and the SAP Fiori Launchpad designer. SAP_BASIS_ACTIVATE_ICF_NODES - To activate multiple HTTP Services (ICF). The SAP Fiori Launchpad uses the User interfa

Analysizng Slow SAP Transactions - STAD/SE30/SAT

This will be a very incomplete port. Think can use STAD first to find out where the time is spent for the transaction.  Can also use SE30/SAT to analyze  http://scn.sap.com/community/abap/testing-and-troubleshooting/blog/2011/01/18/next-generation-abap-runtime-analysis-sat-how-to-analyze-performance   thanks.