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: 

Activate ABAP objects

former_member355261
Participant
0 Kudos

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

0 Kudos

Search for '*object_activate' in SE37

E.g. CLAS_OBJECT_ACTIVATE

0 Kudos

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

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

0 Kudos

Hello Occoro,

Check this FM: DDIF_TABL_ACTIVATE

Also, search in se37 for *TABL*ACTIVATE*

Regards,

Thales Schmidt

Former Member
0 Kudos

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.

Former Member