將原先隱藏的欄位改成必要或選擇性時
1、過帳碼的欄位狀態要先改成顯示(必要或選擇性)-OB41
2、欄位狀態群組改成必要或選擇性-OBC4、OB14
統制科目需搭配特殊總帳指示碼(來指定畫面SAPMF05A 0304可使用)
參考NOTE0001893672
2014年12月29日 星期一
2014年12月26日 星期五
Delete Bank Key
1. You can use FI06 to set the deletion flag for the bank key that you want to delete.
2. You can also use Tcode OBR4 to delete all the Bank keys available in a Bank country ( This is not your requirement as i understand from your mail)
3. Setting the deletion flag should be enough, if you dont want to use the bank key that you have created. Create a new bank key in FI01 and replace the old Bank key with the new one. Transaction code OBR4 will anyway not allow you to delete, if the status of your company code is productive.
4. You can also use SE16N "& SAP_EDIT" to delete it from transparent table but of course it is not recommended.
5. You may also check FM "BANK_MARK_FOR_DELETION".
But I guess in FI06 you can set for deletion and that should be enough for you.
2014年12月25日 星期四
QUERY TRANSPORT
for downloading and uploading abap query follow stepps given below
DOWNLOAD ABAP QUERY
1. Go to SQ02 .
Select Environment -> Query Areas..
Select Standard Area (Client specific)
(If Query does not exist in Standard Area then You will have to copy that Query From Global Area to Standard Area.)
For Coping Query From Global To standard first select that query from list.
2)Now select Environment-> Transports
3)In next screen select Copy Global to standard radio button.
Check Overwriting allowed (only with import/upload/copy)
Remove Check for Test Run
Select Transport InfoSets and queries radio button
Fill Infoset and Query with corresponding names.
4)Now Press Execute button.Copy Log will be displayed.
Now Query exist in Global & Standard Area.
5) Go to SQ02 .
Select Environment -> Query Areas..
Select Standard Area (Client specific)
Select Infoset from list.
6) Select Environment -> Transports
7)Select Download radio button
Check Overwriting allowed (only with import/upload/copy)
Remove Check for Test Run
Select Transport InfoSets and queries radio button
Fill Infoset and Query with corresponding names.
8) Click on Execute button
Now It will ask you to save file.save it.
Now Open another system where you want to make copy of that infoset.
In the same way transport the User Groups using the Transport User GRoups radio button.
UPLOAD ABAP QUERY
1. Go to SQ02 .
Select Environment -> Query Areas
Select Standard Area (Client specific)
2. Select Environment -> Transports
3)Select Upload radio button
Check Overwriting allowed (only with import/upload/copy)
Remove Check for Test Run
Select Transport InfoSets and queries radio button
Fill Infoset and Query with corresponding names.
4) Click on Execute button.
It will ask you for the place for uploading file.
Select that place (from where you downloaded file).
Now infoset & query is uploaded.Log will be displayed.
in the same way download the user group also.
5)Go to SQ02
Select Environment -> Query Areas
Select Standard Area (Client specific)
SQ02 -> Infoset -> Generate.
Enter Yes.
6)Go to SQ01
Select Environment -> Query Areas
Select Standard Area (Client specific)
Enter your Query Name.
7)Click on Execute button
2014年12月2日 星期二
2014年11月25日 星期二
2014年11月17日 星期一
T021S MODIFY THEN RUN REPORT RFPOSXEXTEND
To include the special fields in the lineitem you need to run report. RFPOSXEXTEND
2014年11月13日 星期四
GET YESTERDAY
DATA: G_TODAY TYPE SY-DATUM.
DATA: G_YESTERDAY TYPE SY-DATUM.
G_TODAY = sy-datum.
G_YESTERDAY = G_TODAY - 1.
IF SY-DATUM = 20000101 THEN YESTERDAY = 19991231.
POINT : DATA TYPE
DATA: G_YESTERDAY TYPE SY-DATUM.
G_TODAY = sy-datum.
G_YESTERDAY = G_TODAY - 1.
IF SY-DATUM = 20000101 THEN YESTERDAY = 19991231.
POINT : DATA TYPE
2014年10月29日 星期三
2014年9月1日 星期一
FCHR兌現支票ERROR
需求:FCHR兌現支票時,如何查看錯誤
方法:
例:
方法:
例:
當過帳期間未開啟時會出現類似下圖訊息,登入帳號-ERR已建立
使用T-CODE:SM35前景處理,查看錯誤為何?
排除後可再執行一次,該文件可成立
2014年8月21日 星期四
結清日期說明
結清日期說明如下:
關鍵:
When clearing, the last posting date of all
the documents involved in clearing is set as the clearing date.
所有結清的細項,以最後的過帳日為結清日期
正常來說,不可能結清未來的資料,故在6/30時要結清的資料應都在6/30前,故結清日應為6/30。
但此例有一筆細項的過帳日期為8/7號,故結清日為8/7
F110
系統會照供應商的付款條件決定最後付款基準日=結清日期
2014年8月20日 星期三
2014年8月8日 星期五
2014年7月29日 星期二
PGI ERROR M7164
需求:託售發貨的免費項目在撿貨時出現錯誤M7164,不支持特殊庫存W
方法
VOV5
schedule line category指派排程明細類別,參考KEN
VOV6
KEN的為C1
C1的MT為631
方法
VOV5
schedule line category指派排程明細類別,參考KEN
VOV6
KEN的為C1
C1的MT為631
2014年7月27日 星期日
PS專案結算規則
需求:解析結算規則中的資料來源
方法:
以下圖為例,
第一行
CAT: 結算到G/L總帳科目
結算接收者: 到111100001這個科目
接收者(短文):(顯示名稱)
%: 結算比例100.00
結算類型: FUL完全,PER定期
來源指派: 結算資料的來源10(SETTLE)
第二行
CAT: 結算到PSG獲利能力區段
結算接收者:
接收者(短文):
%: 結算比例100.00
結算類型: FUL完全,PER定期
來源指派: 結算資料的來源20(SETTLE TO COPA)
來源指派的設定
T-CODE:OKEU
所以此結算規則代表100%完全結算成本要素群組60XXXXXXX內的成本要素到G/L總帳科目111100001 節目存貨 中,然後將SETTLE TO COPA中的成本要素(111100101 累計攤提-節目
501000001 節目成本)100%完全結算到COPA中
方法:
以下圖為例,
第一行
CAT: 結算到G/L總帳科目
結算接收者: 到111100001這個科目
接收者(短文):(顯示名稱)
%: 結算比例100.00
結算類型: FUL完全,PER定期
來源指派: 結算資料的來源10(SETTLE)
第二行
CAT: 結算到PSG獲利能力區段
結算接收者:
接收者(短文):
%: 結算比例100.00
結算類型: FUL完全,PER定期
來源指派: 結算資料的來源20(SETTLE TO COPA)
來源指派的設定
T-CODE:OKEU
所以此結算規則代表100%完全結算成本要素群組60XXXXXXX內的成本要素到G/L總帳科目111100001 節目存貨 中,然後將SETTLE TO COPA中的成本要素(111100101 累計攤提-節目
501000001 節目成本)100%完全結算到COPA中
2014年6月27日 星期五
2014年6月26日 星期四
VF11出現VF216訊息
2014年6月22日 星期日
暫存(A)(PARK)和暫存(L)(HOLD)
2014年6月12日 星期四
FI ACCOUNT AUTO CREATE COST ELEMENT
需求:建立會科時自動建立成本要素
方法:
1、COA設定自動建立成本要素
T-CODE:OB13
2、設定會科對應的成本要素類別
T-CODE:OKB2
3、建立批次工作
T-CODE:OKB3
4、執行批次工作
T-CODE:SM35
方法:
1、COA設定自動建立成本要素
T-CODE:OB13
2、設定會科對應的成本要素類別
T-CODE:OKB2
3、建立批次工作
T-CODE:OKB3
4、執行批次工作
T-CODE:SM35
2014年6月11日 星期三
Transfer Master Data from PRD to DEV
需求:golden client沒有主檔資料無法設定img
方法:
1、在來源建立需求,例:prd的利潤中心主檔資料
t-code:0KEQ
勾選需要的資料後,按包含於請求中,核發此請求
2、使用SE10建立副本傳送請求,決定目的和加入步驟1的需求內容
3、在目的接受需求,例:在DEV接受
T-CODE:STMS
查利潤中心,已匯入
方法:
1、在來源建立需求,例:prd的利潤中心主檔資料
t-code:0KEQ
勾選需要的資料後,按包含於請求中,核發此請求
2、使用SE10建立副本傳送請求,決定目的和加入步驟1的需求內容
3、在目的接受需求,例:在DEV接受
T-CODE:STMS
查利潤中心,已匯入
訂閱:
文章 (Atom)