Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Empty Tables for Function FKK_DOCUMENT_READ

0 Likes
536

Hi Experts,

I'm trying to recover data from this fm, but when i'm debugging the function does not return any result in the table section. I already try all the ways i know declaring the tables in my code, As a TYPE STANDARD TABLE WITH HEADER LINE and With BEGIN and OCCURS, also LIKE STANTARD TABLE, and without results, although although the fm returns data for the importing section. Any Idea?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
496

Hi,

Check if the fields "XROP" "XROPK" in "I_FKKDOCC" are empty. If these do not have any values the tables are

not filled. Also check for the corresponding Table entries.

Regards,

Srini.

2 REPLIES 2
Read only

Former Member
0 Likes
497

Hi,

Check if the fields "XROP" "XROPK" in "I_FKKDOCC" are empty. If these do not have any values the tables are

not filled. Also check for the corresponding Table entries.

Regards,

Srini.

Read only

0 Likes
496

Hi Srini,

Thanks for your answer. Indeed, the fields are filled with 'X', it's very curious because the "Importing" table with the header can retrieve info, but the section "Tables" comes empty.

Thanks.