Solved_errors Index Page 10
How to Extract .zip File in AIX
If using AIX unzip throws the error End-of-central-directory signature not found. Check here for solutions
SAP GUI Logon Error Message: SAP System Message N
Solution to SAP GUI Login error: SAP System Message N. If someone changed the SAN volume name you will need to restart the system. Check here for more details. Sometimes restating the SAPMMC solves the issue.
Oracle: SQL query to Select Column Names From the Table
Check here how to retrieve column names on Oracle database: Select column_name from user_ta.....
Solution for ABAP Runtime Error: DBIF_RSQL_INVALID_REQUEST
If you have an ABAP runtime error DBIF_RSQL_INVALID_REQUEST on your SAP system, check here the solution. For windows you will need the loopback adapter and in linux you will need to verify the /etc/hosts file.
SAP Error 00058: Entry Does Not Exist — 6 Scenarios and Fixes
Fix SAP message 00058 "Entry does not exist" across MM, FI, and SD modules. Covers config table gaps, missing number ranges, transport issues, and SPRO customising table fixes.
Extract SAP Users with Email Addresses
To extract user name and their address from SAP you will need to join tables ADR6 and USR21. Check here for more details
How to List of All Tables in SAP?
We show how to list al SAP tables. Use SE16 to open data browser and browse the tavles DD02...
Python3: ModuleNotFoundError No module named _sqlite3
We explain how to solve the common error -> ModuleNotFoundError: No module named '\_sqlite3' while using python3. Use sudo apt-get install libsqlite3-dev to fix the issue.
Ping localhost error in Linux
Learn different solutions to the error "ping: unknown host localhost". Usually some networking configuration was changed by mistake like in /etc/hosts.