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

internal table without workarea

Former Member
0 Likes
398

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....

2 REPLIES 2
Read only

Former Member
0 Likes
372

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

Read only

Former Member
0 Likes
372

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