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

SAP Discussion

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.

Anil SAP Gupta
Anil SAP Gupta

SAP Expert


Advertisements