There are at least two different reports that can scan ABAP sources for key words:
RS_ABAP_SOURCE_SCAN and AFX_CODE_SCANNER.
RS_ABAP_SOURCE_SCAN can scan for regular expressions
AFX_CODE_SCANNER can scan packages including sub packages.
Monday, March 21, 2016
Thursday, March 3, 2016
Start SAP system in browser (WebGUI)
http://sape01.bigcompany.com:8000/sap/bc/gui/sap/its/webgui?sap-client=800&sap-language=DE
Replace sape01.bigcompany.com with the hostname of your SAP system.
Using the transaction SMICM. Go To -> parameters -> display.
Search for icm/host_name_full
Replace sape01.bigcompany.com with the hostname of your SAP system.
Using the transaction SMICM. Go To -> parameters -> display.
Search for icm/host_name_full
Subscribe to:
Posts (Atom)
SAP ABAP: Determine Timezone for Plant
DATA: lt_tzone TYPE STANDARD TABLE OF tznzone WITH DEFAULT KEY, l_tzone TYPE tznzone. " get time zone for plant ...
-
Sometimes the backend doesn't return the selected rows of an SALV. For my case get_metadata( ) was the solution: go_salv-> get_met...
-
GUIDs or UUIDs can be created with the class cl_system_uuid . try . data (lv_uuid) = cl_system_uuid => if_system_uuid_static...
-
AA PR-AUF(E) Prozessauftrag (eröffnet) AB PR-AUF(F) Prozessauftrag (freigegeben) AC FE...