cancel
Showing results for 
Search instead for 
Did you mean: 

sap EHSM 3.0 with BW sap code at end routine

former_member657893
Participant
0 Kudos

Hi All

below code is given by SAP for ehsm dso's at end toutine, I am loading data my dso and sap dso with and without code, I didnt see any difference, can u please let me know any one is experienced below code ?

DATA: lo_transformation TYPE REF TO lcl_ehhss_bi_transformation.

    CREATE OBJECT lo_transformation.

    CALL METHOD lo_transformation->create_delete_records_ds06

      IMPORTING

        et_monitor_messages = MONITOR

      CHANGING

        ct_result_package   = RESULT_PACKAGE

Accepted Solutions (1)

Accepted Solutions (1)

former_member182470
Active Contributor
0 Kudos

I don't see any logic code is applied here. This set of code is just look like a standard syntax. You can debug this routine to see how data is getting updated to DSO in Result package.

former_member657893
Participant
0 Kudos

ABAP person ddint find any specific advantage after debug.

Its global code for all dso's and calling each dso again in end routine

former_member182470
Active Contributor
0 Kudos

As I told you earlier, there is no impact with this code. You may just ignore this and continue your data loads and check data is correct or not.

Answers (1)

Answers (1)

KodandaPani_KV
Active Contributor
0 Kudos

Hi Sunil,

It's seems to be there is so such logic behind transformation and please let me know what you want achieve.

Thanks,

Phani.

former_member657893
Participant
0 Kudos

Hi Phani

I didn't see any impact, if some one is experienced with ehsm module, they can give idea, if any one is using ehsm module, why sap is given this code? unable to debug also.