Application Development 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: 

Retrieving the Transport Requests into one system from the other systems

Former Member
0 Kudos

Hi experts,

I have a requirement where i need to generate the Transport Requests of other systems.

For eg: Consider that we have two SAP systems one is Development and other is BW system.

          There are different  transport requests in each system.

           Now i will be having an input field and a submit button in Development System. Functionality is that whenever user enters a transport number in input field and click submit button it should be saved in a Z table.

          Similarly user enters a Transport Request of BW system it should check with BW system and should not give any error or dump after triggering submit button.

So once we click submit button system should check that particular Request in both the systems and if its existing it should store in Ztable.

So how to retrieve the other system Transport Request?

3 REPLIES 3

SantiMoreno
Participant
0 Kudos

Hi Venkat...

Probably, due to lost in translation, I'm not understanding you clearly.

First you say to want to check the existence of a transport request number to save into a table; you should create -if it doesn't not exist- an easy RFC in each system which checks table E070 (header of transport requests) and returns you an OK if its relevant. Also, you could get info from tables E07* to get further information about tasks, elements and so...

But then... do you have to implement any further actions relative to orders... for example, you could access to the relevant directories in each systems (that is, TRANS\data and TRANS\cofiles) to get each part of the order to leave it ready to import... Obviously this actions of further actions need the subsequent permissions (but that's another history ).

Hope this helps.

Kind Regards.

Santiago.

raymond_giuseppi
Active Contributor
0 Kudos

If I have understood you correctly : There should be a RFC between your ECC and BW systems, just use this RFC destination to query for E070 / E07T tables (transport request headers / text table) via a RFC enabled FM like RFC_READ_TABLE.

Regards,

Raymond

Former Member
0 Kudos

Use function module TR_READ_COMM, it can be used locally and remotely.