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 domain to tr and package dynamically

Former Member
0 Kudos

Hi experts,

I am creating and activating the domain programatically

i wanted to assign same domain to the existing tr and package

Thanks&regards,

sriman g

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

There are (never too) many OSS notes  with an attached program to create ddic objects, analyze corrections or attached documents of some notes as 1969991.

FM for reference

  • DDIF_DOMA_GET " check if already exists
  • TR_TADIR_INTERFACE
  • RS_CORR_INSERT "
  • DDIF_DOMA_PUT " create

Regards,

Raymond

4 REPLIES 4

deepan_v_s
Active Participant
0 Kudos

Hello Sri,

Can you please tell me how many domain's you are creating programmatically ??

is it necessary to create it programmatically ??

Regards,

Deepan Swaminathan.

0 Kudos

hi deepan,

i am creating a domain

yes it is necessary and need to create without using bdc.

regards,

sriman.

raymond_giuseppi
Active Contributor
0 Kudos

There are (never too) many OSS notes  with an attached program to create ddic objects, analyze corrections or attached documents of some notes as 1969991.

FM for reference

  • DDIF_DOMA_GET " check if already exists
  • TR_TADIR_INTERFACE
  • RS_CORR_INSERT "
  • DDIF_DOMA_PUT " create

Regards,

Raymond

0 Kudos

I almost forgot DDIF_DOMA_ACTIVATE...