cancel
Showing results for 
Search instead for 
Did you mean: 

APO DP macro to update APO product master

Former Member
0 Kudos

I am using APO DP V5.

Using the macro builder, I need to write a macro which will perform a calculation, and then update a field on the APO product master.

What is the best way of doing this?

Thanks,

Bob Austin, Atos Origin

Accepted Solutions (1)

Accepted Solutions (1)

former_member503200
Participant
0 Kudos

Using macro function : MAT_EXTRA_SET(), u can update a value in Product master.

thx

Jeff

Answers (1)

Answers (1)

Former Member
0 Kudos

Try MAT_SET()

MAT_SET ( ‘field name’ ; field_value' ; <'product'> ; '<version>' ) sets the value of the specified field in the product master record for the specified product in the specified version. The arguments for product and version are optional. If you do not specify an argument for the product, the system uses the currently planned product. However, it is better for performance reasons to use the function ACT_PRODUCT.

MAT_EXTRA_SET() i think sets the fields in the extras tab