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: 

Need to implement SAP note 2311470 with solution 4!

akshay_jharchur
Participant
0 Kudos

Hi Experts,

We need to implement this SAP note 2311470 with solution 4 i.e. to accept multi year GR, but we are unable to do so, as note contains no correction instruction.

I am not able to find answer to such questions: how this needs to be implemented? What ABAP code need to be written? How implement the BADI FMGR_RED for method ALLOW_MULTI_YEAR_GR?

Thanks in Advance.

Regards,

Akshay

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor

The suggested BAdI implementation is a small one.

"e_allow = abap_true." is the whole code to add in method ALLOW_MULTI_YEAR_GR of BAdI FMGR_RED implementaion, so ask an Abaper to create in SE19 an implementationn in your namespace, e.g. Z* or Y* or do it yourself (Autoamtocally create implemenation, implementing class and add the code in the method, activate table and implementation.)

Regards,
Raymond

View solution in original post

1 REPLY 1

raymond_giuseppi
Active Contributor

The suggested BAdI implementation is a small one.

"e_allow = abap_true." is the whole code to add in method ALLOW_MULTI_YEAR_GR of BAdI FMGR_RED implementaion, so ask an Abaper to create in SE19 an implementationn in your namespace, e.g. Z* or Y* or do it yourself (Autoamtocally create implemenation, implementing class and add the code in the method, activate table and implementation.)

Regards,
Raymond