‎2008 Feb 06 3:12 PM
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
‎2008 Feb 06 3:20 PM
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
‎2008 Feb 06 3:23 PM
ok i'll test and provide you point
but can you tell me how can i check if my form is standard or not