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: 

Package change for Multiple objects of different object types

percy_686
Explorer
0 Kudos

We have a requirement where we need to change the Package of more than 10K custom dictionary objects. Individually changing the Package is not the option through SE03 as it will be time consuming. Tried creating the BDC for SE03 but after changing the first object's package execution of BDC program stops. Kindly suggest the way where input will be object name, Package and Transport request, so that given object will be aligned with the given package and saved in given Transaction.

Thank in advance,

Regards,

Prasanna

1 ACCEPTED SOLUTION

thkolz
Contributor
0 Kudos

This can be done via function module TR_TADIR_INTERFACE.

Maybe you can build a program that reads a csv file containing

  • PGMID (e.g. 'R3TR')
  • OBJECT (e.g. 'TABL')
  • OBJ_NAME (e.g. 'ZTEST_STRUCT')

This allows you to change various Development objects in mass.
The values needed for those objects you can retrieve from table TADIR.

To assign the changed objects to a transport requests, you can use function module TR_EXT_INSERT_IN_REQUEST.

4 REPLIES 4

thkolz
Contributor
0 Kudos

This can be done via function module TR_TADIR_INTERFACE.

Maybe you can build a program that reads a csv file containing

  • PGMID (e.g. 'R3TR')
  • OBJECT (e.g. 'TABL')
  • OBJ_NAME (e.g. 'ZTEST_STRUCT')

This allows you to change various Development objects in mass.
The values needed for those objects you can retrieve from table TADIR.

To assign the changed objects to a transport requests, you can use function module TR_EXT_INSERT_IN_REQUEST.

Thank You Thorsten,

I created a program and called 2 FMs mentioned.

Regards.

raymond_giuseppi
Active Contributor

Does this old trick still work today - Mass Tadir changes using SE03

Sandra_Rossi
Active Contributor
0 Kudos

Please be careful to not post the question twice in a row. (Package change for Multiple objects of different object types | SAP Community)