cancel
Showing results for 
Search instead for 
Did you mean: 

Updating values of udf with SQL

Former Member
0 Kudos

Hi,

I have created several udfs in different system tables of SAP B1 company database. I need to store/edit values in those udfs when some transaction notification occurs, for which I am thinking to add some codes in the stored procedure SBO_SP_TransactionNotification. The sql will only set values in the udfs and not any system fields. Will it void the SAP support?

Regards,

Victor

Accepted Solutions (0)

Answers (3)

Answers (3)

pvsbprasad
Active Contributor
0 Kudos

Hi,

need to do in post transaction notification.

regards,

Prasad

silambarasan_rajendran
Active Contributor
0 Kudos

Hi,

Please check this link

You have to do in post transaction.

Thanks & Regards,

Silambu

former_member186712
Active Contributor
0 Kudos

Hi Victor,

There's no problem in doing Creates/updates in the UDF's by SQL.

Regards,