Basic Knowledge and System Navigation Question ----Rohan
Name two ways to start a transaction.
- Dynamic Menu
- Command Field
Why do you create user-specific parameters?
They supply defaults to R/3 fields. If a field is indicated, the system automatically fills in default value. Depending on the field definition, the entry can also be replaced with a value entered by the user. (Concept of PARAMETER ID)
Name two ways to start a transaction.
- Dynamic Menu
- Command Field
Why do you create user-specific parameters?
They supply defaults to R/3 fields. If a field is indicated, the system automatically fills in default value. Depending on the field definition, the entry can also be replaced with a value entered by the user. (Concept of PARAMETER ID)
Name the three different kinds of messages in the R/3 system. What is the difference between them?
A message can have five different types. These message types have the following effects during list processing:
A (=Abend):
The system displays a message of this message type in a dialog window. After the user confirms the message using ENTER, the system terminates the entire transaction (for example SE38).
E (=Error) or W (=Warning):
The system displays a message of this message type in the status line. After the user chooses ENTER, the system acts as follows:
While creating the basic list, the system terminates the report.
While creating a secondary list, the system terminates the corresponding processing block and keeps displaying the previous list level.
I (=Information):
The system displays a message of this message type in a dialog window. After the user chooses ENTER , the system resumes processing at the current program position.
S (=Success):
The system displays a message of this message type on the output screen in the status line of the currently created list.
What is a data dictionary or repository?
Central catalog that contains the descriptions of an organization's data and provides information about the relationships between the data and its use in programs and screens.
The data descriptions in a Data Dictionary is also called metadata, i.e., data that describes other data.
The ABAP/4 Dictionary stores system-wide data definitions. When you create a new data definition, the Dictionary tool does all the processing necessary to create the definition. You can use the Dictionary tool to look up the "definition" of objects in your R/3 System.
What is a matchcode?
Comparsion key. A matchcode allows you to locate the key of a particular database record (e.g. account number) by entering any field value contained in the record. The system then displays a list of records matching the specifications.
If you want an end user to see a specific menu after logging on the R/3 system, how could you do that?
User maintenance transactions allow the system administrator to create and maintain user master records. This includes the generation and assignment of authorizations and authorization profiles.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/46681/viewspace-786621/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 閱讀論文:《MuKEA: Multimodal Knowledge Extraction and Accumulation for Knowledge-based Visual Question Answering》
- A Survey of Natural Language Question Answering System
- B. Navigation System【CF 1320】Navigation
- ESD Related knowledge
- [Javascript] Promise question with async awaitJavaScriptPromiseAI
- G. Gifts from Knowledge
- ENGL642 Research Skills Question
- Typescript basicTypeScript
- Basic Paxos
- ABAP webdynpro的view navigation和WebUI的view navigationWebViewNavigationUI
- Daily-Interview-Question[Title-Cover]AIView
- OpenAPI Basic StructureAPIStruct
- Visual Basic for ApplicationAPP
- Jetpack 之 Navigation 初探JetpackNavigation
- [Vue Router] Programmatic NavigationVueNavigation
- RMAN -- Frequently Asked Question (FAQ) (Doc ID 469777.1)
- This is a good question,初學者都犯暈!Go
- Recommendation Systems Basic Notes
- Reinforcement Learning Basic Notes
- Machine Learning - Basic pointsMac
- numpy_torch_basic
- IPFS_basic_use
- HarmonyOS:Navigation元件的使用Navigation元件
- Android Jetpack Navigation基本使用AndroidJetpackNavigation
- Difference Between Arraylist And Vector : Core Java Interview Collection QuestionJavaView
- WordPress問答外掛DW Question Answer分享
- Instruction和Question的區別和聯絡Struct
- Basic Authorization 認證方法
- [Vue Form] Basic Select componentVueORM
- [Vue] Slots - 1. basicVue
- AWS-Basic-S3S3
- 『React Navigation 3x系列教程』之React Navigation 3x開發指南ReactNavigation
- System
- Question | 一鍵登入是如何實現的?
- Android 官方元件 Navigation 初使用Android元件Navigation
- react-navigation圖文攻略ReactNavigation
- Avoided redundant navigation to current location: "/users"IDENavigation
- react-navigation 使用錦囊ReactNavigation
- 鴻蒙Navigation入門使用鴻蒙Navigation