cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Update of the SAP Function Module Created out of BRFPlus Function

Former Member
0 Kudos

Hi All,

Is there any way to update the SAP Function Module automatically as and when its associated BRFplus Function is updated or changed?

Appreciate quick help as it is urgently needed.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

there is no automatic update mechanism. But in most of the cases this is also not necessary. The function module just wraps the call of the BRFplus function itself (namely doing the mapping of the parameters and executing the call). So the main scenario when a re-generation is necessary is when you change the signature (context and/or result data object) of the BRFplus function.

If you just change the contents of the function you do not need to re-generate the function module.

Cheers

Christian

Former Member
0 Kudos

Hi Christian,

Thanks for a very valuable reply.

Is it applicable if we do any kind of changes in Decision Table in terms of addition ,deletion merging of the rows  or columns?

Thanks in advance

0 Kudos

Hi,

as mentioned before: If you add, delete or merge rows this has definitly no influence on the context of the BRFplus function and hence on the function module. A general statement concerning the operations on columns is not possible as it heavily depends on your concrete situation in your BRFplus function.

Example: adding of a column in the decision table

-> if the data of the column is already part of the context of the BRFplus function, then no problem i. e. no regerenartion

-> if the data of the column is not part of the context of the BRFplus function, then you have to regenerate the function module as the interface changes

Cheers

Christían

Answers (0)