By
Published: 16 Oct 2006
I have to set a default value for a screen field. This default value should be based on the value entered by the user on the previous field. Can this be accomplished by a field exit? How this can be achieved?
You can read the value of another field in a field exit, using the FM DYNP_VALUES_READ. Alternatively, you could use IMPORT/EXPORT TO/FROM MEMORY ID.
Dig Deeper on SAPscript and Smart Forms
An SAP user is trying to run a report in an SAP ALV Grid online and wants to know how to get the data in the report to appear along with the header.
Continue Reading
An SAP user needs to transfer customer purchase order spreadsheet data to SAP VA01 to create a new sales order.
Continue Reading
A SearchSAP.com reader wants to know if it's possible to write an SAP ABAP program that will read source code and then create an SAP ABAP function ...
Continue Reading