cancel
Showing results for 
Search instead for 
Did you mean: 

New Function module for COM_PARTNER_TYPE_TO_FUNCTION in SRM 7.0

Former Member
0 Kudos

Hi SRM Gurus,

We are doing a SRM upgrade from SRM 3.0 to SRM 7.0.

The function module COM_PARTNER_TYPE_TO_FUNCTION is there in SRM 3.0 which is obsolete in SRM 7.0

Can you please tell which function module to be used for the above FM in SRM 7.0

Your Suggestions are appreciated

Regards

G.Ganesh Kumar

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

BBP_PARTNER_TYPE_TO_FUNCTION - check with ABAPER both FMs source code functionality

Call the following function module with the parameters specified below. This is required because the function for the partner function type plant/location can be selected freely in Customizing.

CALL FUNCTION 'COM_PARTNER_TYPE_TO_FUNCTION'

EXPORTING

iv_partner_pft = c_location

iv_partner_subtype = c_subtype_b2b

IMPORTING

et_partner_fct = lt_partner_fct.

Use BBP_PARTNER_TYPE_TO_FUNCTION for higher releases.

Read the partner table which is transferred to the BADI for each item of the document with the function determined before to determine the partner GUID.

Then call function module BBP_BUPA_GET_NUMBER with the partner GUID and determine the partner ID for plant/location this way.

Former Member
0 Kudos

Hi Muthu,

Thanks ,

We have used the BBP_PARTNER_TYPE_TO_FUNCTION

Problem Resolved.

Regards

G.Ganesh Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ganesh

Congratulations that you are upgrading to the finest version of SAP SRM....

Can you briefly explain the purpose of COM_PARTNER_TYPE_TO_FUNCTION in your SRM 3.0 system...That will give an insight on what are you looking for.....

Regards

Virender Singh