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: 

Assign Package to a dictionary object

0 Kudos

Hi All,

Are there any Function Modules/Reports through which I can assign package to dictionary objects.

For example I can create a domain programatically using the Function Module DDIF_DOMA_PUT and activate it using DDIF_DOMA_ACTIVATE. Ideally during activation I should be asked for a package but there is no such provision in either of the function modules.

1) So I need a Function Module/Report through which I can assign package to a dictionary object like say domain.

2) A Function Module/Report through which I can create transport requests.

3) A Function Module/Report through which I can assign objects to a transport request.

Thanks in advance!!

Regards,

Saurabh

1 ACCEPTED SOLUTION

Lakshmant1
Active Contributor
0 Kudos

Hi Saurabh,

Check FM TR_TADIR_POPUP_ENTRY_E071 by passing the parameters PGMID, OBJECT and OBJ_NAME.

Also Check FM TR_TADIR_INTERFACE or program RSWBO052.

Hope this helps

Thanks

Lakshman

Message was edited by:

Lakshmanarao Tandra

2 REPLIES 2

Lakshmant1
Active Contributor
0 Kudos

Hi Saurabh,

Check FM TR_TADIR_POPUP_ENTRY_E071 by passing the parameters PGMID, OBJECT and OBJ_NAME.

Also Check FM TR_TADIR_INTERFACE or program RSWBO052.

Hope this helps

Thanks

Lakshman

Message was edited by:

Lakshmanarao Tandra

Former Member
0 Kudos

Check for function module TR_TADIR_INTERFACE.

Regards