SAP for Public Sector Discussions
Foster conversations about citizen engagement, resource optimization, and service delivery improvements in the public sector using SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

Superior Commitment Item versus Sets

former_member246680
Participant
0 Kudos

Hi all,

I have a requirement to create a hierarchy for commitment items. The client has a very large file of commitment items to be uploaded in the system and I have decided to create groups as superior commitment item as this makes it easier for me to create an LSMW which loads everything but automatically creates the hierarchy. The disadvantage is I cannot show budget roll ups in my reports using superior commitment items. Alternatively, tcode FM_SETS_FIPEX1 allows me to create a hierarchy which can show a roll up of budgets by groups in standard budget reports. But the disadvantage of this is I have to manually create the entire list of commitment items (thousands). I have sort the help of developers to create an upload program but they are finding it difficult to identify function modules for uploading FM sets.

Kindly help with some thoughts on this. Am I wrong that superior commitment items cannot roll up budgets in a report?

Which function modules can be used to upload FM sets?

Regards

Jordan

1 ACCEPTED SOLUTION

iklovski
Active Contributor
0 Kudos

Hi,

Superior commitment items are rather used for control of budget addresses. For example, if you have commitment items A1, A2, A3, etc., and you want to put the budget on superior commitment item A, inscribe your budget there and control it through it. Hence, superior commitment item holds more a function of budget control, rather than reporting. If, in your concept, superior commitment item is merely a grouping of other commitment items, then you'd better use sets.

There are no standard programs to make an upload of sets for commitment item, I'm afraid. But, it's not too complicated to develop one in ABAP.

Regards,

Eli

View solution in original post

2 REPLIES 2

iklovski
Active Contributor
0 Kudos

Hi,

Superior commitment items are rather used for control of budget addresses. For example, if you have commitment items A1, A2, A3, etc., and you want to put the budget on superior commitment item A, inscribe your budget there and control it through it. Hence, superior commitment item holds more a function of budget control, rather than reporting. If, in your concept, superior commitment item is merely a grouping of other commitment items, then you'd better use sets.

There are no standard programs to make an upload of sets for commitment item, I'm afraid. But, it's not too complicated to develop one in ABAP.

Regards,

Eli

former_member246680
Participant
0 Kudos

Hi Eli,

Thanks for your response. Will have to create an ABAP program for this.

Regards

Jordan