Update F4211 order with MBF Issue

Hedi666

Member
Hi guys,

I'm writing a batch application that must among others things update the S010 field in F4211. By using MBF (BeginDoc on LBH DOCO, EditLine in Do section, ENDDoc in LBF DOCO), I can update all the fields I need except S010 which is not in the data structure.
It is not in PreProcess either. Is the only way a manual update on the table just after the EditLine call? Or will that not work because of transaction?
I'm also thinking about writing directly in the cache opened by BeginDoc, but I'm unsure on how to do that.

Thank you for your ideas and insight!

Hedi
 
Back
Top