‎2011 May 24 1:17 AM
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.
‎2011 May 24 6:37 AM
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.
‎2011 May 24 6:37 AM
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.
‎2011 May 24 7:24 AM
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.