cancel
Showing results for 
Search instead for 
Did you mean: 

ACF error message

Former Member
0 Kudos

Hi

In my onAction_Completed

lr_node = wdContext->get_child_node('ACFGETINFOS').

lr_node->get_attribute(

Exporting name = 'ADDITIONAL_INFOS_GET'

IMPORTING

VALUE = contentapps).

For some reason:  contentapps returns empty .

This hapens quite seldom, but now it does....

Then I have this line

wd_this->acf_method>handler->if_wd_acfuploaddownload~get_infos_http_get(

                                             Exporting result = contentapps

                                             IMPORTING table_infos = acf_table ).

this method returns an exception:

The mass data has not been set.

Any idea what this means?

Regards

Yuval

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member210252
Contributor
0 Kudos

Hi,

Please refer to the below link.

Active Component Framework (ACF) - Web Dynpro for ABAP - SAP Library

Regards,

Rafi

Former Member
0 Kudos

Hi

What I have noticed is that on a different server- having two instances, the method

onaction_completed is either called before the set_put method

or is totally skipped.

My question: how can I debug my project to find out

if the framework calls my onActionCompleted?

regards

yuval