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

change form

Former Member
0 Likes
423

HI

im not an abbaper and i need to know :

How can i make changes on a form of good output.

I need to add some fields in order to display the materiale's bath and expiration date for materials managed in stock

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
398

Form Modifications:

1. First check your Layout is Standard or Z/Y, if it is standard copy the same into Z/Y by using tcode: SE71 (Option: Copy from Client)

2. Select the Window where you need to do the modifications,

and go to the same windows text elements add the fields

as text elements (Exp: &MARA-MATNR&)

3. Save and Activate the Layout.

Print Program Modifications:

1. Please check if your table already have been quired (Select Statement) is available, then no need to query it again.

2. Else write the select statement to read require data.

3. Save and Activate changes

Finally test your output.

<REMOVED BY MODERATOR>

Thanks,

Edited by: Alvaro Tejada Galindo on Feb 6, 2008 11:19 AM

Read only

0 Likes
398

ok i'll test and provide you point

but can you tell me how can i check if my form is standard or not