Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MM PUR Preference Update

Former Member
0 Likes
599

Hi Guys,

im using ORDRSP - ORDERS05 with own Extension

and i Need to update Preference data in inforecords.

EINA-URZTP

EINA-URZDT

Setting in table LFEI the field LFEI-GZOLX

I found the function modules

MM_CUSTOMS_PREFERENCE_DBUPDATE

MM_CUSTOMS_PREFERENCE_UPDATE

has anybody sample code or the experience if i can update the LFEI fields through this

FM's?

with Kind regards,

Bernhard

1 ACCEPTED SOLUTION
Read only

former_member188282
Active Participant
0 Likes
522

Hi Bernhard,

These are update function modules when ever you are using these function modules you have to call with update task like .

CALL FUNCTION 'MM_CUSTOMS_PREFERENCE_DBUPDATE' IN UPDATE TASK.

Try with where used list form SE37 you will get some info.

Hi Guys,

im using ORDRSP - ORDERS05 with own Extension

and i Need to update Preference data in inforecords.

EINA-URZTP

EINA-URZDT

Setting in table LFEI the field LFEI-GZOLX

I found the function modules

MM_CUSTOMS_PREFERENCE_DBUPDATE

MM_CUSTOMS_PREFERENCE_UPDATE

has anybody sample code or the experience if i can update the LFEI fields through this

FM's?

with Kind regards,

Bernhard

1 REPLY 1
Read only

former_member188282
Active Participant
0 Likes
523

Hi Bernhard,

These are update function modules when ever you are using these function modules you have to call with update task like .

CALL FUNCTION 'MM_CUSTOMS_PREFERENCE_DBUPDATE' IN UPDATE TASK.

Try with where used list form SE37 you will get some info.