Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problems while adding object to Transport request via FM TR_REQUEST_CHOICE.

harika_2378
Discoverer
0 Likes
1,073

Hi

if the object type is form, what we have to pass at  wa_e071-objfunc

harika_2378_0-1727245231765.png

 

harika_2378_1-1727245231804.png

 

harika_2378_2-1727245231807.png

 

passing these inputes to the fm and when I am trying to execute getting the below one

harika_2378_3-1727245231808.png

 

Pls help anyone to resolve this.

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
1,048

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.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,048

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.

Read only

0 Likes
1,038

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)