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

Programming an include table entries in Transport Order

Former Member
0 Likes
520

Hi folks:

I Have a custom table, but the maintenance was developed with a dialog program, because SM30 is not enough.

Then, I need to include the news (changes, new records, deletions) in a transport orders, but not manually.

I need the functionality like SM30, (when a change is made, store this changes in the CTS request.

Somebody knows a function module, object or standard coding to add this functionality to my custom dialog program ?

Many Thanks !

Julio.

Hi folks:

I Have a custom table, but the maintenance was developed with a dialog program, because SM30 is not enough.

Then, I need to include the news (changes, new records, deletions) in a transport orders, but not manually.

I need the functionality like SM30, (when a change is made, store this changes in the CTS request.

Somebody knows a function module, object or standard coding to add this functionality to my custom dialog program ?

Many Thanks !

Julio.

2 REPLIES 2
Read only

Former Member
0 Likes
483

Hi,

Try to use the FM TR_OBJECTS_INSERT..

Thanks,

Naren

Read only

Former Member
0 Likes
483

Hi Julio,

You dont have to write any custom code for this purpose. SAP has provided this functionality.

Here is what you need to do.

1). Goto se11 and enter the custom table name and click on the change button.

2). Goto to the menu utilities--> Maintenance generator.

3). In the next screen of Maintenance dialog select the radio button STANDARD RECORDING ROUTINE from the section <i>"Dialog Data Transport Details"</i>

Once you select the above radio button and save it. Any new changes to the table entries or any new entries added will automatically prompt the user to create a new transport request.

If you have any questions on the above steps let me know.

Cheers

VJ

If it helps dont forget to mark points