- 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
View the valid values of profit center groups in SAP ABAP
You need to select SETNAME from table SETLEAF with SETCLASS value 0106. To reduce number of values in search you can pass a Controlling area in field SUBCLASS or value of Profit center in VALFROM field.
For more details, refer this SAP discussion: How to find profit center group for any profit center
Open the Table SETLEAF, and follow below steps:
- Pass in field SETCLASS as '0106'.
- Pass in field SUBCLASS with controlling area.
- Pass Profit center in Field VALFROM.
- You will get Group name in Field SETNAME.
- Related Articles
- Create database view in SAP ABAP
- Combining fields in CDS view in SAP ABAP
- \nHow to pass dynamic values on the fly to CDS in SAP ABAP\n
- Using logarithm in SAP ABAP
- Declare dynamically in SAP ABAP
- Negation logic in SAP ABAP
- Properties of SAP ABAP Development Objects
- What is SAP ABAP?
- Checking implementation of interface IF_EX_IDOC_CREATION_CHECK in SAP ABAP
- Allow only a possible set of values to choose from while setting value in SAP ABAP
- Getting unauthorized exception in SAP ABAP
- Equivalent for Row_Number() in SAP ABAP
- Sort Datetime Type in SAP ABAP
- Seeing list of all program screens in SAP ABAP
- Aggregating rows in SAP ABAP with the same name

Advertisements