‎2007 Mar 29 4:15 PM
Hi,
How to modify the Form?thourgh Driver program?I need to modify the some fields in output?so,tell me the way to proceed?
Thanks
‎2007 Mar 29 4:19 PM
Do you mean you want to edit a SAPScript form?
Have a look at transaction SE71.
Gareth.
‎2007 Mar 29 4:25 PM
Hi Bhanu,
If you want to add any fields or to format the fieds in the layout then you can do this from your scirpt and the transaction for this is SE71.
If you want to add any new fields which are not avialable still now from driver program then you need to write a query to get the new fields in the driver program and diplay these new fields through SE71.
Thanks,
Vinay
‎2007 Mar 29 4:39 PM
Driver program provides the data to form. In SE71 you create an appropriate layout in order to display the form.
Note: If the text elements are sent through driver program then u must it in your form in SE71 otherwise it gives an error.
If you do not want to use that text element in your layout, you need to write some comment under that text element and activate the form. This will avoid the error and the form will be in consistent.
Thanks,
Santosh