Skip to Content
0
Jan 16, 2008 at 10:25 AM

Direct update on SAP EQUI table.

746 Views

Hello dear fellows developers,

I have question concerning update on SAP table.

Need to set one field in EQUI (Equipment) table, this is field ACT_CHANGE_AA.

Simply from value space to ‘2’. I ‘ve looked in whole R3 for FMs to update this table and I’ve found nothing what I can reasonable use except of FM EQUPMENT_SAVE and similar with 10 to 30 obligo input parameters (tables). I need only EQUNR as input in selection for updated record, because i am readi existing record form EQUI and change only ab.mentioned field.

I came to point that I must do one simple UPDATE EQUI FORM struct. This is only one field and in existing record. I’ve checked this and its working very fine. Of course I will call before an after lock modules for EQUI.

My question is – what do You thin about it ? EQUI is SAP table not Z* table and because of

This I am asking if anybody from you has already done such a things.

Best regards,

Miroslaw