cancel
Showing results for 
Search instead for 
Did you mean: 

BUP_MEMORY_BUT000_FILL

0 Kudos
461

Hi all,

is the FM BUP_MEMORY_BUT000_FILL working fine?. I am using this fm to change some bp fields before saving and it doesn´t work. Can anybody help me?

Thanks in advance.

Best regards

Gab

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please explain the scenario fully!

Where are you calling this FM from?

Jash.

0 Kudos

Hi Jash,

first thanks. I´m creating a new bp from Portal(bsp crm_bsp_frame). Before saving i want to move the field "tax number" to the field "search term 1/2". I´m calling this FM from method IF_CRM_BSP_MODEL_ACCESS_IL~MODIFY in access class CL_BSP_BP_TAX_NUMBERS.

So,in this method i first retrieve the bp values with FM BUP_MEMORY_BUT000_GET and then i modify the "search term1/2" field value and then call the FM BUP_MEMORY_BUT000_FILL.

Thanks in advance

Best Regards

Gab

Former Member
0 Kudos

Gab

Check whether the FM BUP_MEMORY_BUT000_GET is executing positively . If not the case , then use the FM BUP_BUT000_SELECT_SINGLE.

Thanks

Jack

<b>Allot points if my post helps!</b>

0 Kudos

Hi Jack,

FM BUP_MEMORY_BUT000_GET is working...but BUP_MEMORY_BUT000_FILL doesn´t.

Thanks and best regards

Gab