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

script

Former Member
0 Likes
857

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
779

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

7 REPLIES 7
Read only

Former Member
0 Likes
779

hi ali

def u can pass after giving tabs as required in ur layout

Read only

Former Member
0 Likes
779

Yes u can !!

that was just an extended line thats it..

regards,

sai ramesh

Read only

0 Likes
779

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

Read only

0 Likes
779

Hi,

what will happend is, the new feild will printed in next line...

Read only

0 Likes
779

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

Read only

0 Likes
779

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

Read only

Former Member
0 Likes
780

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