2024 Sep 25 7:22 AM
Hi
if the object type is form, what we have to pass at wa_e071-objfunc
passing these inputes to the fm and when I am trying to execute getting the below one
Pls help anyone to resolve this.
2024 Sep 25 8:21 AM
Please don't reduce the size of the screenshots, it's currently impossible to see the parameter values you have used. Community 2024 automatically proposes the image in both normal and reduced sizes, so please don't resize them.
2024 Sep 25 8:23 AM
No issue for me. Just filling:
IV_SUPPRESS_DIALOG = 'X'
IV_REQUEST = <my own workbench modifiable transport request>
IT_E071 = only R3TR FORM <my sapscript form> (no transport request)
Note that the object is added in the object list of the transport request, not the task.
2024 Sep 25 8:42 AM
Hi Sandra,
Thank you, it is adding now in the object list of TR by adding these parameters.
IV_SUPPRESS_DIALOG = 'X'
IV_REQUEST = <my own workbench modifiable transport request>
IT_E071 = only R3TR FORM <my sapscript form> (no transport request)