cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the partner function code by partner function?

Former Member
0 Kudos

For example, I need to know the partner function code for 'Reported By' and it's 'SLFN0002', How can I get this information by abap code?

Best regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hey Blake

Look up maintainance View COMV_PARTNER_FCT...

This will solve your prblm..

Reward points for usefull answer...

Regards,

Anand....

Former Member
0 Kudos

hi,

But , how to do with ABAP coding?

Best regards,

Former Member
0 Kudos

Hey Blake,

You can look up CRMC_PARTNER_FT( Db table ) which is used in the above maintainance view...

Use select stmt to populate an internal table.. then use Read Table( which key DESCRIPTION = < Sold to party > and so on...

Just Get an Abaper and things would be easy..

Reward points for usefull posts..

Regards,

Anand

Answers (0)