‎2007 Apr 10 7:58 AM
Hi,
In script forms it was like this.
******************************
R1 ,, <B1>OUR REF & &IT_BEHDR-DOCNO(CIZ)& / &IT_BEHDR-ZZTONO(CIZ)&
= </>
*******************************
For this i have added another variable like this
******************************************************
R1 ,, <B1>OUR REF & &IT_BEHDR-DOCNO(CIZ)& / &IT_BEHDR-ZZTONO(CIZ)& /
&IT_VBELN-WDNO&
/* End of changes
= </>
/* ,,,,,,,,,,,,,, SIGMA ALDRICH CHEMICALS PVT LTD
**************************************
Now my doubt is
can i pass '= </> ' in that added field line , instead of next line.
Please help me in this.If i do this what will happen
Thanks
‎2007 Apr 10 8:08 AM
Hi Ali,
Let me share some points with u.
&IT_VBELN-WDNO&
/* End of changes
= <>
= means extension for preveous line. so for &IT_VBELN-WDNO& extension is <>.
So you can use that.
Hope this helps you, reply for queries, Shall post you the updates.
Regards.
Kumar
‎2007 Apr 10 8:01 AM
hi ali
def u can pass after giving tabs as required in ur layout
‎2007 Apr 10 8:02 AM
Yes u can !!
that was just an extended line thats it..
regards,
sai ramesh
‎2007 Apr 10 8:09 AM
In this query to avoid that extended line can i remove it from there,If i pass that one in that added field after one tab what will happen.
Please help me,
Thanks
‎2007 Apr 10 8:14 AM
Hi,
what will happend is, the new feild will printed in next line...
‎2007 Apr 10 8:18 AM
If you want the value to be printed in the same line you have to use this extension command.
If you skip it will be in the next line.
Regds,
Rama.Pammi
‎2007 Apr 10 8:22 AM
There ur = is gets printed as a normal text thats it..
if u give this after a TAB then its position will be moved to the Next tab that u have defined for the Paragraph format u r using !! Nothing will happen !!
and u r using </> , to terminate the effect of the Character format <B1> u are using there !!
regards,
sai ramesh
‎2007 Apr 10 8:08 AM
Hi Ali,
Let me share some points with u.
&IT_VBELN-WDNO&
/* End of changes
= <>
= means extension for preveous line. so for &IT_VBELN-WDNO& extension is <>.
So you can use that.
Hope this helps you, reply for queries, Shall post you the updates.
Regards.
Kumar