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

dart extraction

former_member445510
Active Participant
0 Likes
779

Hello,

I deed the extraction in the report RTXWCF02.

I receive a dump when i arrive to the standard code:

* read segment info
   select single * from txw_c_strc where exp_struct = export_structure. "(export_structure = ZDGLFUNCT )


   if sy-subrc <> 0.
     raise invalid_structure.
   endif.


  ZDGLFUNCT  = DART structure for table GLFUNCT (FI-SL), this structure does not exist in the table  txw_c_strc, that's why i receive a dump.


Has some one any idea how can i resolve that?


Or can i insert the structure ZDGLFUNCT  in the table txw_c_strc?


thank u.

Hello,

I deed the extraction in the report RTXWCF02.

I receive a dump when i arrive to the standard code:

* read segment info
   select single * from txw_c_strc where exp_struct = export_structure. "(export_structure = ZDGLFUNCT )


   if sy-subrc <> 0.
     raise invalid_structure.
   endif.


  ZDGLFUNCT  = DART structure for table GLFUNCT (FI-SL), this structure does not exist in the table  txw_c_strc, that's why i receive a dump.


Has some one any idea how can i resolve that?


Or can i insert the structure ZDGLFUNCT  in the table txw_c_strc?


thank u.

1 REPLY 1