Hello experts,
We are using an external application for sourcing. The RFx is sent out using PI system. When the status of RFx is 'Published', then the message should be filled and sent out. So when user press the button 'Publish' on screen, in the save BADI, i am using FM BBP_PROCDOC_GETDETAIL_ARCHIVE to get the details of active version of RFx. In the last WF-BATCH user run, the FM should return the status 'Published' i.e. 'I1011' in the exporting parameter et_crm_jest. We recently had upgrade to EHP3. Prior to EHP3 upgrade, this was working fine. But now it is not working now.
Could you please let me know any pointers why this is not working now? I tried substituting the FM with get_detail method of /sapsrm/if_pdo_model_access. But this method also does not return the status 'Published' (I1011) in et_status in WF-BATCH user run.
Has anyone encountered this kind of problem? Please let me know the alternative to FM if there is any.
Regards,
Yayati Ekbote