Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Determining the 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
