SAP How to maintain missing enrties in TJ07 via customizing
SAP How to maintain missing enrties in TJ07 via customizing
https://blogs.sap.com/2015/04/29/how-to-maintain-missing-enrties-in-tj07-via-customizing/
Symptom
Due to various reasons, some entries might be missing in TJ07 for system status and business transaction. For example, entries with Z business transaction are missing after system upgrade.
Cause
Missing customizings or data loss during system upgrade. As the table is maintained by SAP only. Upgrade will overwrite the whole table.
Resolution
Assuming entry [ system status I1002 – business transaction ZZZZ ] is missing in TJ07. Follow the steps below.
- execute tcode BS22;
- go to system status I1002;
- double click on I1002 to navigate to “maintain transaction control”;
- go to ZZZZ and check radio for either Allowed, Warning or Forbidd;
- save;
- go to table TJ07 in SE16 and I1002 – ZZZZ can be found in it.
In TJ07,
- Allowed = MODKZ 1
- Warning = MODKZ 2
- Forbidd = MODKZ 3
Caution
When executing tcode BS22, an information will be displayed on bottom left corner, specifying that this table is maintained by SAP only and system upgrade will overwrite the whole table. Thus please use standard system status and business transactions rather than creating z system status or z business transaction.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29829936/viewspace-2642628/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to maintain Oracle10g RecyclebinAIOracle
- SAP Tcode for Maintain Tax Code - FTXPAI
- How To Maintain and/or Add Redo Logs [ID 602066.1]AI
- How to update BOL entity property value via ABAP code
- How Can We Maintain Decanter Centrifuge for Mud Solids Control?AISolid
- How to link multiple docker-compose services via networkDocker
- How to modify multiple items in the SAP menu
- How to change the password for win2003 via remote desktopREM
- SAP CRM SPRO Customizing 裡 Text Object 屬性 continue 的含義Object
- SAP MM MIGO 411K 報錯 - Correct the Customizing settings for -Go
- How to Configure a New Plant in SAP?
- How to prove that SAP CRM WebUI is a stateful applicationWebUIAPP
- How does SAP freelancer find a project that is not tough?Project
- SAP PP What is MRP Area And How Is It defined
- SAP MM MIGO介面裡的'Via Delivery'選項Go
- Maintain profile parameter dynamic with function.AIFunction
- Maintain Internet Transaction Server (ITS)AIServer
- SAP對物料做上架報錯 :Definition of totals level is missing for storage type
- How SAP S/4 HANA Finance improves your Profitability Management?NaN
- SAP PP how to re-read master data for process order?AST
- LeetCode:Missing Number And First Missing PositiveLeetCode
- SAP Retail Listing – How does it work (中英文對照版)AI
- 消費SAP C4C Web Service時遇到的Authorization role missing錯誤Web
- Missing Subsequence Sum
- SQL Injection via DNSSQLDNS
- ntldr is missing怎麼解決? ntldr is missing怎麼回事?
- How SAP S/4 HANA Finance makes your financial planning more agile?NaN
- First Missing Positive【hard】
- How to configure SAP connections with Connection Transmitter Over air_part1MITAI
- gerrit "missing Change-Id"
- your Android sdk is missingAndroid
- NILDR is Missing解決方案
- B. Missing Subsequence Sum
- WPF image via web url or uriWeb
- WPF KeyDown MVVM Via BehaviorMVVM
- PB協議報錯 it is missing required fields: (cannot determine missing fields for lite message)協議UI
- shell指令碼報錯:[: missing `]‘指令碼
- Leetcode First Missing PositiveLeetCode