Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9218

Re: How to fill depended Z-Table, created by Rapid Application Tool, with initial data?

$
0
0

Hi,

 

 

DATA: lo_bol_core TYPE REF TO cl_crm_bol_core,

      lt_params TYPE crmt_name_value_pair_tab,

      lo_bol_col TYPE REF TO if_bol_bo_col.


    lo_bol_core = cl_crm_bol_core=>get_instance( ).

    lo_bol_col = lo_bol_core->root_create( iv_object_name = 'ZAET_CA_ATAB000000'

                                     iv_create_param = lt_params

                                     iv_number = 1 ).

    lr_leading_entitylo_bol_col->get_first( ).

Like this you can create root entity.

 

Regards,

Deepika


Viewing all articles
Browse latest Browse all 9218

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>