
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Determine Current Client in SAP Using Code
You can find the current client in sy-mandt.
Example
Here is the code you can write for same.
IF sy-mandt = ‘001’. *do A. ELSE. *Do B. ENDIF.
Advertisements