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: 

Field status for Network Activity

Former Member
0 Kudos

Hi Experts,

1> Field status under Network Activity for Fund Center and Commitment Item is in Display Mode(greyed out).

How & where to set the field status to Optional?

2> In the Network Activity the value for fund center is derived based on the derivation rule but Commitment item is blank.

Network activity is Internal.

Material assigned to the Network activity with Item category N.

GL a/c assigned is a consumption a/c & is of cost element in nature.

Based on all the above information how to derive the commitment item. Kindly provide the logic for derivation of commitment item derivation.

Regards,

Purnima

2 REPLIES 2

former_member184992
Active Contributor
0 Kudos

Hi Purnima,

Please check the Field status for the FM objects in the IMG under the following path:

SPRO -> PSM -> Funds Management Government -> Actual and Commitment Update/Integration -> Integration -> Maintain Field Status for Assigning FM Account Assignments.

As stated in Note 572729, the status needs to be set to 'Optional' for Fund Center and Commitment Item.

Please check for both '05 Network Header' and '06 Network Activity'

In addition, I am not sure which funds center your derivation rules is using. I believe that you have one derivation rule with Function call Network Activity Assignment.

If there are HR postings involved, please kindly change all your derivation rules where the condition is HRP1 and add also HRBV. Normally you will only see HR business transaction on the FI side as HRP1. But in HR side you can have also Business Transaction like "HRBV" which means HR

Preliminary Postings classification.

You should have a call to Function Module FMDT_READ_ORDER_NV_FROM_FMZUOB but you need to determine the FMDERIVE-ORDER_NUMBER_NV and FMDERIVE-ORDER_POSNR_NV values before calling this function module.

In order to do so, you will need to perform a table look up to get get ORDER_NUMBER_NV (AUFPL) from table AFKO using ORDER_NUMBER_NP and then get ORDER_POSNR_NV (APLZL) from table AFVC using ORDER_NUMBER_NV (AUFPL) and VORNR.

Then the Function Module FMDT_READ_ORDER_NV_FROM_FMZUOB will return the Funds Center for the Network Activity and also Commitment Item.

I hope it helps to resolve your issue.

Kind Regards,

Vanessa.

0 Kudos

Hi,

Can you please elaborate on getting ORDER_POSNR_NV (APLZL) from table AFVC using ORDER_NUMBER_NV (AUFPL) and VORNR as there is no VORNR is the FMDERIVE source in AFVC table look up. Also there is no VORNR equivalent in the COBL structure to assign table fields to target fields in AFVC table look up

Thanks