cancel
Showing results for 
Search instead for 
Did you mean: 

How to transport Z table entries

vikas2
Active Participant
0 Kudos

Hi,

I'm creating a SAP Java EE application which will allow users to maintain table entries in dev and transport them to pre-prod, prod etc. This is achieved on ABAP stack when we maintain the table entry in SM30. Is there an API on the server that can be called to add dictionary obects to a transport.

Thanks,

Vikas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

http://scn.sap.com/thread/3762125

If you know what entries to write in your Transport Request then you can do that as done in the post above. Create an RFC and copy the similar code inside, call this RFC from your J2EE application.

vikas2
Active Participant
0 Kudos

The issue is - my system will become single stack in future. The development is for a PI dual stack system where we're moving away from ABAP tables.

Secondly, I can't display the tables in Java dictionary on ABAP stack anyways.