dear all,
I have developed a report and script for purchse order priting in potrait size format.Now i was getting some problem in script.all are coming properly but in the print out i need the text under the meterial description.But i was getting from sarting line means from field one i.e, serial no.
My first line coming properly.Next line text should start from material description position.
my script code is like this :
/E ELE
IN &IT_EKPO-CNT&,,&IT_EKPO-MATNR&,,&SPACE(3)&&IT_EKPO-TXZ01+0(30)&,,
= &IT_EKPO-QVAL&,,&IT_EKPO-NETPR&,,&IT_EKPO-DVAL&,,
= &SPACE(9)&&IT_EKPO-TOT&
/: IF &IT_EKPO-TXZ01+31(40)& NE ' '
IN ,,,,,,&IT_EKPO-TXZ01+31(40)&
/: ENDIF
/: INCLUDE &M_PO& OBJECT EKPO ID F01 LANGUAGE &EKPO-SPRAS&
if i put space before include , output is not cmng(text is not displaying).but text should start form material description.I will take the print on pre-print format only.
Edited by: sree thaduka on Apr 28, 2009 6:47 AM
Edited by: sree thaduka on Apr 28, 2009 6:53 AM