2006 Jan 30 6:37 PM
Hello guys,
How do I find the elements that a window has related?,
I have my window MAIN, it should iterate because what I´m printing have many positions, and I guess it´snt happenig because I don´t have the correct element (/E), how do I find it?
Thanks,
Gabriel Pulido
2006 Jan 30 6:45 PM
Hi ,
You can find the text elements in a sap script by using the following path:
T/cod > SE71> Enterform name>Display page layout>Select the Desired window(Like MAIN Etc..)> then EDIT (in Menubar)> windows--> Textelements (This will show the text elements belongs to the window that you have selected)
Hope this may help you.
Lanka
Please assign the reward points to those answers helped you.
2006 Jan 30 6:45 PM
Hi ,
You can find the text elements in a sap script by using the following path:
T/cod > SE71> Enterform name>Display page layout>Select the Desired window(Like MAIN Etc..)> then EDIT (in Menubar)> windows--> Textelements (This will show the text elements belongs to the window that you have selected)
Hope this may help you.
Lanka
Please assign the reward points to those answers helped you.
2006 Jan 30 6:57 PM
2006 Jan 30 7:05 PM
Hi,
PL use the following option to look at th Txt elements of the MAIN eindowse71>windows> display>double click on MAIN>Edit> Text Elements>Goto--> Change Editor
Regards,
Suresh Datti
2006 Jan 30 7:23 PM
Hi Gabriel,
If possible use FM READ_FORM.it will give you all the details of the form.You need to enter just the form name in the FM parameters.