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

Dictionary objects & Function groups

Former Member
0 Likes
517

Hi,

I created some dictionary objects including some tables. Created table maintenance generators for some tables. Now my requirement is to seperate all dictionary objects into a different transport, and remaining other objects into another transport. My question is what will be the effect if table objects are seperated from their function groups(created when table maintenance generator is done). Your help is appreciated.

Thank you,

Surya.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
468

Hello Surya

Nothing will happen when you separate DDIC objects from the function group objects. However, bear in mind that the DDIC objects are "<b>primary</b>" objects and the function groups containing the maintenance dialogs are "<b>secondary</b>" objects because they are dependent on the primary DDIC objects.

Thus, it is clear in which order the two transport requests have to be imported:

(1) Primary Objects, i.e. DDIC objects

(2) Secondary Objects, i.e function groups

Regards

Uwe

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
469

Hello Surya

Nothing will happen when you separate DDIC objects from the function group objects. However, bear in mind that the DDIC objects are "<b>primary</b>" objects and the function groups containing the maintenance dialogs are "<b>secondary</b>" objects because they are dependent on the primary DDIC objects.

Thus, it is clear in which order the two transport requests have to be imported:

(1) Primary Objects, i.e. DDIC objects

(2) Secondary Objects, i.e function groups

Regards

Uwe

Read only

Former Member
0 Likes
468

Hi Surya,

Nothing will be effected, make sure that all deleted objects dependent that is FM and Function group add into another TR. First transport the primary objects TR (tables TR) and after that release the second TR which contain the FM and Function group.

Cheers,

Bhasha