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

Activate ABAP objects

former_member355261
Participant
0 Likes
1,194

Hi all,

I'm looking for a way to activate ABAB objects programmatically.

So I'm using the FM  REPS_OBJECT_ACTIVATE, but it's not working for all types ( not for TABL for example)

So is there another FM which works with all the types of objects ?

Thanks in advance

5 REPLIES 5
Read only

Former Member
0 Likes
1,091

Search for '*object_activate' in SE37

E.g. CLAS_OBJECT_ACTIVATE

Read only

0 Likes
1,091

I found some FMs, but there are just few types.

There isn't any FM for type TABL for example !

Read only

0 Likes
1,091

Hello Occoro,

Check this FM: DDIF_TABL_ACTIVATE

Also, search in se37 for *TABL*ACTIVATE*

Regards,

Thales Schmidt

Read only

Former Member
0 Likes
1,091

Hi  Occoro Momis,

  • You can activate all ABAP Objects by using Function Module 'RS_INACTIVE_OBJECTS_LIST'.
  • 'RS_INACTIVE_OBJECTS_LIST' gives the list & activates the objects but user interaction is needed to activate them manually one by one.

Regards,

Surya.

Read only

Former Member