Automic Workload Automation

  • 1.  Reding data from function module

    Posted Mar 30, 2018 09:02 AM
    Hi team, we need to read ABAP error DUMP (ST22) along with the error analysis & other stuff which are not stored in SNAP DB, can anyone help me how to read data from Function Module?


  • 2.  Reding data from function module

    Posted Mar 31, 2018 07:41 PM
    Hi jahar_sil_10524 ,

    We have R3_GET_SYSTEMLOG to read SM21, but no transaction to get the minidumps. Is there a way to record a session and then later on call it with R3_ACTIVATE_SESSIONS ?

    Cheers,
    Alexander


  • 3.  Reding data from function module

    Posted Apr 01, 2018 07:50 AM
    Hi Alexander, 
    Thank you for your response, let me try this out....

    Regards,
    Jahar


  • 4.  Reding data from function module

    Posted Apr 02, 2018 09:20 AM
    Hi Alexander,
    We found how to read the FM from Automic, but as SUBST_LIST_ABAP_DUMP is not RFC enabled we are unable to read data. Can you please guide us how to get the require data in this situation? Is there and stranded BAPI available to read  FM SUBST_LIST_ABAP_DUMP ?

    Regards,
    Jahar


  • 5.  Re: Reding data from function module

    Posted Apr 17, 2018 07:35 AM

    Hi All,

    Our SAP team help us by "creating RFC enable FM" and we are able to read the Error DUMP from SAP.

     

    Now we need to store few specific data and need to create ticket in SNOW.

    Looking for some guidance as we need to have the whole data from one field and store it in Automic. 

    Error NoError Analysis Line InfoUser ID
    1

    Analysis line 1....

    .....

    Analysis line n....

    Line Info line 1....

    ....

    Line Info line n....

    'AB123456'
    2

    Analysis line 1....

    ....

    Analysis line n....

    Line Info line 1....

    ....

    Line Info line n...

    'CD234567'
    3

    Analysis line 1....

    ....

    Analysis line n....

    Line Info line 1....

    ....

    Line Info line n...

    'EF345678'

     

    What would be the best option to read/store this data in Automic, 

     

    Regards,

    Jahar