cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fund Plan Type for Fund Plan ID in TPM

Former Member
0 Kudos

Hi,

While creating a Trade Promotion I enter the value of Fund Plan ID. For this value I have to find Fund Plan Type and corresponding to it I set the value of a new enhanced field.

However I couldn't find a way to find the Fund Plan Type for Fund Plan ID.

Please help me out for this.

Thanks in advance,

Abhishek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey,

Since Fund Plan is a One order object, you can get the Fund plan type by calling the FM CRM_ORDER_READ. The attribute should be PROCESS_TYPE of the exporting parameter ET_ORDERADM_H.

Hope this helps. Let me know incase if you are not able to proceed.

Regards,

Vinay

Answers (1)

Answers (1)

erika_schlachter
Active Participant
0 Kudos

Hi,

Vinay answer is correct.

Additionaly, I wanted to let you know an API which you could also use:

CL_CRM_FM_FND_QUERY_INTERNAL~GET_FND_TYPE_BY_GUIDS

BR,

Erika