2023 Sep 14 12:14 PM
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
2023 Sep 14 12:32 PM
This can be done via function module TR_TADIR_INTERFACE.
Maybe you can build a program that reads a csv file containing
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.
2023 Sep 14 12:32 PM
This can be done via function module TR_TADIR_INTERFACE.
Maybe you can build a program that reads a csv file containing
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.
2023 Sep 15 6:24 AM
Thank You Thorsten,
I created a program and called 2 FMs mentioned.
Regards.
2023 Sep 14 4:54 PM
Does this old trick still work today - Mass Tadir changes using SE03
2023 Sep 14 6:50 PM
Please be careful to not post the question twice in a row. (Package change for Multiple objects of different object types | SAP Community)