Hi.
Here is my problem: I want to analyse some field before saving to prevent save on my condition. It's internal table JEST_BUF_E. I want to know which status is marked now... It's in the 'header details' when you go to 'Status' and than to 'Object status' (menu Goto->Header->Status).
I've found FORM USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ include, but how can i get JEST_BUF_E from there? All I need is to check JEST_BUF_E-MARK...
Thanks.