cancel
Showing results for 
Search instead for 
Did you mean: 

FM to get supplier number from a GUID

Former Member
0 Kudos

Hello , i'm using BBP_SC_GETDETAIL to get SC info. I wish to get the supplier number.I have the partner guid.Which FM can i use?

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Antish,

In E_PARTNER table from BBP_PD_SC_GETDETAIL function module, for PARTNER_FCT equal to '00000019' (Vendor) or '00000039' (Preferred vendor), you have PARTNER_ID: this is your vendor number.

Regards.

Laurent.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Antish,

Try using the table CRMD_PARTNER. Pass the partner GUID as well as the partner_fct fields.

Thanks,

Pradeep