昨晚的進程鏈居然報錯了,問題很詭異 這是一個GL的模型,infopackage每次執行都說Error occurred in the data selection ,在BW這邊查過ST22和SM21,都沒有異常。 後來一想,人家都說了,問題出在Extraction的時候,應該去R3查啊 於是Environment--》Job Overview--》Source System 果然啊,是被取消的,也就是說這個東西並不是現在出的錯,而是源於過去
在Oracle,SQLServer中遊標的使用是經常的,所以在ABAP不懂是不行的...... 1、聲明遊標 OPEN CURSOR [WITH HOLD] <c> FOR SELECT <result> FROM <source> [WHERE <condition>] [GROUP BY <fields>] [HAVING <cond>]
我比較幸運,兩個問題都一起碰到了,還好下面兩個方案幫到了我,拿出來和大家分享: 先說Activate的時候持續黃燈:Activation of M Records from DataStore Object Terminated Q: I am trying to activate the records in my ODS and getting the error above. I have been able to successfully load and activate many
Question:1. What kind of tools are available to monitor the overall Query Performance?Answers:o BW Statisticso BW Workload Analysis in ST03N (Use Export Mode!)o Content of Table RSDDSTATQuestion:2. Do I have to do something to enable such
之前用,每天都會收到郵件,可是現在只有出錯了才發 我一直以為是哪裡有個設定,後來才發現,原來是SAP版本不一樣啊… LOOP AT g_t_data INTO l_s_data. IF ( NOT l_s_data-wished IS INITIAL AND l_s_data-wished <> l_s_data-status ) OR ( l_s_data-wished IS INITIAL AND ( l_
問題描述1: 0COORDER上傳資料的時候,提示SID衝突。(錯誤詳見問題類比) 問題描述2: 在啟用DSO的時候提示錯誤 錯誤記錄檔如下: Could not enter feature 410000278286 with SID 3775474 into table /BI0/SCOORDE 到S表中尋找發現,這個SID已經被佔用: 問題分析:
Hi Experts, I would like to schedule a PC in Quality System but it is not running on its specified date.I have set the start time on factory calendar to run at the 10th working day at 17:00:00 CET, which was yesterday in Germany.In SM37 it is
今天在寫結束常式時,需要將一條記錄拆成兩條,檢查代碼通過。 但是在執行過程中一直報錯:During loading, there was a key violation. You tried to save more than onedata record with the same semantic key. 我明明將複製後的資料改了一個key值的,不可能重複呀。
No matter security on table editing. When in transaction SE16N use the command&SAP_EDIT in the command field in SAP and off you go: edit table content directly.See my other post on how to track change by people who edited tables with this method.