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

client independent and dependent transport request

manubhutani
Active Contributor
0 Likes
3,778

Hi

I have a list of transport requests, I need to find which is a client independent and which is client dependent request.

I am aware that workbench req is client independent and customizing req is client dependent.

But i think i need to look someting else also, please help

Regards

Hi

I have a list of transport requests, I need to find which is a client independent and which is client dependent request.

I am aware that workbench req is client independent and customizing req is client dependent.

But i think i need to look someting else also, please help

Regards

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
1,931

try tables E070TC or E071C

A.

Read only

0 Likes
1,931

Try tables V_E071 or E070. In E070, use the TRFUNCTION field name to find out the type of the transport request.

ChK

Read only

0 Likes
1,931

Very interesting!

As we all know that customizing requests are always client dependent, the question obviously target workbench requests.

To my knowledge tables are always cross-client, but their contents are not necessarily.

As one can put table -contents- into a workbench request as well, this one would thus be client dependent. Same applies e.g. for forms.

But E070* does not give any information about the transport contents.

E071* however states the objects included, but not if those are client dependent or not.

How are table -contents- and forms reflected in E071* ? Can I filter for those somehow?

Thanks

Christoph