Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem releted to script

Former Member
0 Likes
406

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

3 REPLIES 3
Read only

Former Member
0 Likes
388

Do you mean you want to edit a SAPScript form?

Have a look at transaction SE71.

Gareth.

Read only

Former Member
0 Likes
388

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

Read only

Former Member
0 Likes
388

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