cancel
Showing results for 
Search instead for 
Did you mean: 

Activity types cost Elements not reflecting in Cost Centre Report.

former_member742689
Participant
0 Kudos

Hello SAP Gurus,,

1. Here we are facing one issue in Zreport. total is not matching, compare with KSB1.

Values are more in Zreport, in other words activity type cost elements are not reflecting in Zreport, but it reflecting in KSB1.

example: flow from PM module.

Actually we had used logic based on the Cost Centres, in that cost centre by taking Object number and it passes to COEP table, then we are getting values as same as KSB1.

As per investigation i found that the object number is differ from COEP table and CSKS table.

Exapmple : 1410000 object number in CSKS table, 1410000EL in COEP table, thats why in Zreport these values are not reflecting.Finally our requirment is , Zreport values should same as KSB1 vlaues.

2. We need same functionality as same as KSB1 for match code or drop down menu functionality for Cost Centre Group and Cost Element Group, but while user wants select from match code or drop menu (F4), as of now i didnt given any logic to abap for match code functionality or drop down menu (F4),so in this case which logic or table i have to use.

So please give me inputs or logic how to over come the above points.

Regards,

Raj.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The OBJNR field structure is as follows :-

AABBBBCCCCCCCCCCDDDDDD

AA = object type eg. KS (cost center)

BBBB = controlling area

CCCCCCCCCC = cost center

DDDDDD = activity type

Based on the structure, you will be able to filter the relevant cost center/activity types. You can also use other fields eg. cost element, partner object, source object, value type, etc. to get your desired figures as per KSB1.

Answers (1)

Answers (1)

former_member742689
Participant
0 Kudos

Solved in new program.