SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Mass transaction for FPCG; table where I can check the master data groups for BP

Former Member
0 Kudos

Hi experts,

After an SAP security upgrade we are actually having wierd issue.

Well while creation of CA the master data grouping and collection strategy used to be automatically updated but now it is not anymore for some case.

Also while creating dunning lock we are getting message for some CA " Master data for contact partner not maintained", I corrected it via FPCG and FPCGA. In case I want to update this in mass is there a mass transaction to do it. Also, which table can I find the details of the FPCG screen.

1 ACCEPTED SOLUTION

AmlanBanerjee
Active Contributor
0 Kudos

Hi Priyanka,

I don't think there is any standard mass program for what FPCG does.

However, if you are looking to update the master data grouping and the collection strategy, then you can use FM FKK_PUT_CM_MASTERDATA. in a custom program to update it for mass BP's.

Another option would be to create a BDC for FPCG through SM35 and use it in a custom program to update the master data grouping and col. strategy for BP's in mass.(Please use this as a last option as it's not recommended solution)

You will find the data in the FPCG screen in FKKVKP\EVER table or you can retrieve it through FKK_GET_CM_MASTERDATA.

Hope it helps,,

Thanks,

Amlan

View solution in original post

3 REPLIES 3

AmlanBanerjee
Active Contributor
0 Kudos

Hi Priyanka,

I don't think there is any standard mass program for what FPCG does.

However, if you are looking to update the master data grouping and the collection strategy, then you can use FM FKK_PUT_CM_MASTERDATA. in a custom program to update it for mass BP's.

Another option would be to create a BDC for FPCG through SM35 and use it in a custom program to update the master data grouping and col. strategy for BP's in mass.(Please use this as a last option as it's not recommended solution)

You will find the data in the FPCG screen in FKKVKP\EVER table or you can retrieve it through FKK_GET_CM_MASTERDATA.

Hope it helps,,

Thanks,

Amlan

0 Kudos

As always thank you so much...!!!

0 Kudos

Isn't the program RFKK_UPDATE_MASTERDATA supposed to do mass update for the BPs?