SAP Note 949550 - Consulting: Dump in CL_RSSM_STATMAN_TARGET_IOBJ

Component : Data Transfer Process -

Solution : https://service.sap.com/sap/support/notes/949550 (SAP Service marketplace login required)

Summary :
This SAP Note addresses a dump issue within the class CL_RSSM_STATMAN_TARGET_IOBJ, specifically in the method IF_RSBK_REQUEST_OBSERVER~UPDATE_STATUS_TABLES due to improper Customizing settings. The dump occurs when the system tries to load non-declared InfoObjects as data targets within a DTP operation. To resolve this, the specific InfoObject (either master data or text table) must be declared in transaction RSD1 under the 'Master Data/Text' tab by assigning an appropriate InfoArea, allowing it to appear as an InfoProvider in the InfoProvider tree and become eligible for data load by DTP.

Key words :
==== check ====   call function 'rsawb_maintain_dta'     exporting       i_method      = rsatr_c_dta_get       i_dta         = l_dta     importing       e_s_dta       = l_s_dta       e_type        = l_type       e_not_allowed = l_not_allowed, l_dta data target, prerequisites customizing solution assign, 'master data/text' tab, l_not_allowed = 'x', if_rsbk_request_observer~update_status_tables reason, master data, text table, dump occurs, methodif_rsbk_request_observer~update_status_tablesat

Related Notes :

914303SAPBINews NetWeaver 7.0 BI Support Package 09