cancel
Showing results for 
Search instead for 
Did you mean: 

IF_BSP_MODEL~INIT

Former Member
0 Kudos

Hi,

When is IF_BSP_MODEL~INIT invoked?

TIA.

Regards,

Richa

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Claudia. It helped.

Former Member
0 Kudos

Hi,

it's invoked when you create the context node.

In the context class (_CTXT) you create the node in the method CREATE_.

Here you use

create_model(
      class_name     = 'CL_..._CN00'
      model_id       = 'BTAdminH' ).

In this method the IF_BSP_MODEL~INIT of the context node is invoked.

Regards,

Claudia