- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
In SAP system, auto filling of NAME_1 while entering client number
You should use maintenance view to display name corresponding to customer number. With use of Maintenance view, you can maintain related data in several tables. Check out this link to know more about Maintenance view:
To perform a check for the mandatory, edit the generated screen and in screen flow logic you should add a module to check if the required fields are filled or not. You can also set the field possible to mandatory in the screen field options, however this is not recommended as it will show it as mandatory even for empty lines.
- Related Articles
- PHP Soap Client is not supporting WSDL extension while connecting to SAP system
- While changing Partner number, VBA code keeps running while interacting with SAP system
- Moving SAP client from one system to other
- Entering a condition to perform SELECT in an existing report in SAP system
- Using SAP BAPI API’s to extract information from client system
- ABAP dump while creating an entry in SAP system using SAP JCO
- Authentication options in SAP HANA while adding new system
- JavaScript Auto-filling one field same as other
- Specifying working directory while executing FM SXPG_COMMAND_EXECUTE in SAP system
- Connecting to SAP R/3 system via JCo client and JCo Server
- Integrating SAP system with ISV company product to deploy at client end
- Difference between Dev and Pro while configuring Transport system in SAP
- Structure of a Client Server System
- Navigation in SAP HANA Studio client
- How to set ImageView in edittext while entering text?

Advertisements