Program Rsm13000 Sap

Posted : adminOn 5/18/2018
Program Rsm13000 Sap

Dear all, In our production system, application hangs 3 times in the working hours. I've checked the system log SM21 - no special error or warning.

Learn more about SAP Q&A. Application hangs - Report RSM13000 long runing in UP2. Main program is RSM13000.

I found report RSM13000 running in SM50 in UP2 Work process for long time after restart of the instance and after some time all 4 UP2 WPs were acupated with report SAPLNDE_ASSET_MASTER_UPDATE. I've this strange situation every restart. Sejarah Ikhwanul Muslimin Mesir Pdf.

After the restart of the appliacation and DB instance in SM50 the 4 UP2 WPs are all the time running on Report / Spool action: SAPLNDE_ASSET_MASTER_UPDATE and the main program is RSM13000. Action is Sequential read from table ANEK. There is no Background process running or DIA. Tablespaces are all OK. And there is no any short dump regarding the mentioned update wp.

Motorola Radio Programs here. File systems are all OK. There is no lock in SM13. In SM13 I found 4800 udate requests with the status STARTED from the same day when the application first time was stacked. If I see in this update requests some of the steps are Processed and some APER_POST_DOCUMENT and ANLBZW_TABLE_UPDATE have return code Initial. I guess after killing the hanging bach proces this updates were not completed.

After that the needed updates were proceeded in the system, but the above update request are here because have status STARTED. I found in dev_disp: ' UP2 water mark reached (80) UP2 water mark underrun (80) DpHdlDeadWp: restart wp (pid=9067) automatically ' And in dev_ms.old: [Thr 01] *** ERROR =>MsSCheckConnections: no response from client C0 (sap1new_PR2_30) after 300 secs received [msxxserv_mt. 3181] [Thr 01] *** ERROR =>MsSCheckConnections: disconnect now [10.8.8.42] [msxxserv_mt. 3188] [Thr 01] MsSExit: received SIGINT (2) After every restart of the system this UP2 WPs are ocupating with the report SAPLNDE_ASSET_MASTER_UPDATE started with the same user which has the update requests STARTED. And after sometime of cycling of this jobs the application hangs!!!!!!

Does someone knows how to remove this updates because it is the production system? Rf Attack Speed Hack: Full Version Software more. Thanks in advance.

Category ABAP Programming Error Runtime Errors RAISE_EXCEPTION ABAP Program RSM13000 Application Component BC-CST Short text Exception condition 'INSERT_ERROR_BY_COKP' raised. Error analysis A RAISE statement in the program 'SAPLKAPL' raised the exception condition 'INSERT_ERROR_BY_COKP'. If you have access to SAP Notes, carry out a search with the following keywords: 'RAISE_EXCEPTION' ' ' 'SAPLKAPL' or 'LKAPLU01' 'K_DOCUMENT_COSTS_POSTING' or 'SAPLKAPL' 'INSERT_ERROR_BY_COKP' or 'RSM13000 ' 'INSERT_ERROR_BY_COKP' Information on where terminated Termination occurred in the ABAP program 'SAPLKAPL' - in 'K_DOCUMENT_COSTS_POSTING'. The main program was 'RSM13000 '. Reason and Solution The issue should be: the posting has same combination of several records. The shortdump only occurs, if the same records will be transferred to COKP and the system tries to post a second one, although the posting process had not been finished yet for the first one. The BAPI_COSTACTPLN_POSTPRIMPOST is called for every record which should be posted.

You would need to insert a COMMIT WORK resp. COMMIT WORK AND WAIT after every call of the BAPI OR to cumulate the records being of the same combination OR the BAPI_TRANSACTION_COMMIT has to be executed after every record to be posted by the BAPI_COSTACTPLN_POSTPRIMPOST. Please see SAP Note for explanation.