Solution : https://service.sap.com/sap/support/notes/1102641 (SAP Service marketplace login required)
Summary :
When attempting data record entries into the Persistent Staging Area (PSA) table, crashes (dumps) occur in the form routine INSERT_ODS, likely due to improper field value sizes. Activation of transfer rules via RSAR_TRANSTRUCTURE_ACTIVATE leads to automatic generation of PSA tables and associated metadata. Errors often stem from SQL issues where data for fields like QUAN, CURR, or DEC is too large for database fields, as explained by SQL error ORA-01438 or SQL0302N. Reviewing and modifying the automatically generated SAP programs can manage these errors, with specific steps involving debugging and transaction handling adjustments detailed for resolution.
Key words :
assert fields p_requestid p_datapakid recordnumber condition sy-subrc ne 0, call function 'rssm_sleep_debug' exporting i_seconds = 60 i_always = 'x', table bic/b0000515000from table l_t_dataaccepting duplicate keys, leave function module rssm_sleep_debug, prerequisites consulting solution depending, short text sql error, ibm db2 luw databases, form routine ods_generate_ddic generates, form routine rsar_generate_program_ods generates, linked source code generation
Related Notes :
950647 | Value overflow when you extract configurations |
641744 | Short dump when downloading to PSA/error R8 569 |
591600 | Error due to inappropriate column values |