‎2016 Apr 21 8:56 PM
Hi Dear,
I need application a sap note 2033111 to release 604 , SP 75 but the class cl-hr_paybr_efdf_data_log don't have the method APPEND_DATA_LOG and i'm not finding on Market place wich note create this object.
Someoneis is this same realease and can see your environment which note create the object or any other help?
thanks a lot.
‎2016 Apr 22 12:59 PM
Look at 2122513 - HBRSEGDE - New format for unemployment insurance document
Insert Block
METHOD append_data_log.
APPEND LINES OF io_data_log->mt_message_log TO me->mt_message_log.
ENDMETHOD.
Regards,
Raymond
‎2016 Apr 21 10:48 PM
Are you sure that you need "APPEND_DATA_LOG" method? I do not see that method in the class.
Also, I guess the class you mentioned should be cl_hrpaybr_efdf_data_log.
-Chandra
‎2016 Apr 22 12:06 PM
Hi Chandra,
yes, i need this method to apply the note 😃
I see n another environment (the new release 96) and the method it exists , just not identify which notes are creating in the market place search was not very successful
‎2016 Apr 22 12:59 PM
Look at 2122513 - HBRSEGDE - New format for unemployment insurance document
Insert Block
METHOD append_data_log.
APPEND LINES OF io_data_log->mt_message_log TO me->mt_message_log.
ENDMETHOD.
Regards,
Raymond
‎2016 Apr 22 1:53 PM