2014 Jun 17 1:28 PM
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.
2014 Jun 17 1:40 PM
Did you follow process described in
Regards,
Raymond
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |