SAP Managed Tags: ABAP Development Hi Experts, I've developed a report to display header and its line items for data archiving. I've problem in implementing i_callback_pf_status_set & i_callback_user_command parameters when calling the function module REUSE_ALV_HIERSEQ_LIST_DISPLAY I've...
if not gt_grid-i_callback_top_of_page is initial. call method gt_grid-grid->list_processing_events exporting i_event_name = 'TOP_OF_PAGE' i_dyndoc_id = gt_grid-top. endif. if not gt_grid-i_callback_end_of_list is initial. call method gt_grid-grid->list_processing_events expor...
if not gt_grid-i_callback_top_of_page is initial. call method gt_grid-grid->list_processing_events exporting i_event_name = 'TOP_OF_PAGE' i_dyndoc_id = gt_grid-top. endif. if not gt_grid-i_callback_end_of_list is initial. call method gt_grid-grid->list_processing_events expor...
SAP Cloud Integration (aka CPI) allows to call an integration flow via HTTP request from an external system (HTTP Sender adapter). The iFlow endpoints are protected with OAuth, however, however, CPI supports Basic Authentication as well. In this blog post, we learn h...
When you use the i_callback_pf_status_set = 'SET_PF_STATUS' option, be sure the function code &IC1 exist and is active in the status you are using... Reply Former Member 2009 Dec 14 1:01 PM 1 Kudo 652 SAP Managed Tags: ABAP Development Hi, Go to User interface ( ...
if not gt_grid-i_callback_top_of_page is initial. call method gt_grid-grid->list_processing_events exporting i_event_name = 'TOP_OF_PAGE' i_dyndoc_id = gt_grid-top. endif. if not gt_grid-i_callback_end_of_list is initial. ...