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

Table Maintenance Generator Code Reuse

Former Member
0 Likes
370

Hi,

I'm trying to get functionality of SM30 into my application. There's need of disabling change of data in database without Workbench request, and SM30 does just that - prompts for Workbench request before it allows data to be changed.

How to do the same in my program that has MODYFY command for the same table, can I somehow reuse Table Maintenance Generator code?

BR

Hrvoje

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
336

You can use FM's TR_REQUEST_CHOICE and TR_INSERT_NEW_COMM. This will create a popup where you can choose the transport request. these FM's are well documented in SAP.

Kind regards, Rob Dielemans

1 REPLY 1
Read only

Former Member
0 Likes
337

You can use FM's TR_REQUEST_CHOICE and TR_INSERT_NEW_COMM. This will create a popup where you can choose the transport request. these FM's are well documented in SAP.

Kind regards, Rob Dielemans