‎2008 Feb 22 7:42 AM
HI,
I have an internal table without workarea .I need to print two of
its field in two different windows which are variable windows. I
have created the windows and calling write_form in the loop at
itab statement . But i get error that field it_final-ebdat(the
field i want to print) not recognised in window. The remaining
fields of internal table are getting printed in main
window.Problem comes only when using a window otehr than main
window.
Regards....
‎2008 Feb 22 7:47 AM
You cant print interanl table data in variable window. Might be that you are passing different text elements for differetnwindows.
Do one thing deckare two more variables and pass the internal table vales to these fields . Now you can use these two fields in your script.
<REMOVED BY MODERATOR>
Regards,
Nageswar
Edited by: Alvaro Tejada Galindo on Feb 22, 2008 4:43 PM
‎2008 Feb 22 7:49 AM
Use program ZPDFPRNT that can be found on site
http://www.ciudadfutura.com/sap/sap/abaputil_eng.ht m this will convert the
spool to PDF. Then use function modules SO_ATTACHMENT_INSERT and
SO_OBJECT_SEND to attach and send spool request
Regards
Chaitu