- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Articles
- Using BU, ZK code in SAP Macros
- Navigation in SAP HANA Studio client
- Determining table or structure of an ABAP code
- Accessing Source code of SAP Transport without using SAP system
- Using SAP BAPI API’s to extract information from client system
- Using SAP T-code SM37 to check background jobs in SAP system
- Getting class of given method using T-code SE80 in SAP
- C++ code to count order collected when client calls
- Moving SAP client from one system to other
- Determining happy numbers using recursion JavaScript
- Accessing an SAP endpoint in apex code
- Handling errors in SAP GUI Scripting code
- Current alerts in SAP HANA system
- Get the hash code for the current Int64 instance in C#
- Get the hash code for the current Decimal instance in C#

Advertisements