InterviewSolution
| 1. |
What Happens If A Field Is Added Or Removed In Sap Due To An Upgrade Or Other Changes? Is It Possible To Add Or Remove Fields To A Transaction Script Without Recreating The Entire Script? |
|
Answer» Adding NEW mandatory fields to a Transaction are honored automatically. Changes to screens and fields are automatically detected at run time. If a new field is added to SAP but not to the script, it can be added manually by the Designer without recreating the entire script. Similarly, if a field is REMOVED but used in the script, the script will clearly error our and the designer can suppress the field with minimal efforts. If you are using the Business API (BAPI) TECHNOLOGY, such changes are almost transparent as SAP usually guarantees that BAPIs are forward compatible. Adding new mandatory fields to a Transaction are honored automatically. Changes to screens and fields are automatically detected at run time. If a new field is added to SAP but not to the script, it can be added manually by the Designer without recreating the entire script. Similarly, if a field is removed but used in the script, the script will clearly error our and the designer can suppress the field with minimal efforts. If you are using the Business API (BAPI) technology, such changes are almost transparent as SAP usually guarantees that BAPIs are forward compatible. |
|