cancel
Showing results for 
Search instead for 
Did you mean: 

Horizontal printing in window in smartform

Former Member
0 Kudos

Hi experts,

Can any 1 tell me how can i print a Delivery Num say

i hav to pick (likp-vbeln) with reference to Billing doc Num (vbrk-vbeln)

Now i got a req like

i have to print in window say delivery numbers =

8000002, 8000002 8000003 8000004 8000005 8000007 8000007 8000008 8000002 8000009 8000010

it may go to 100 delivery numbers

Any one tell me logic..

Regards,

Shashank

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Declare another internal table having a string field of length equal to the windows length in which you wants to print this VBELNS in series as a single line

so concatenate first 8 vbelns into ITAB str and append that

simialrly every time concatenate the 8 VBELNS and append into the str of ITAB

so print that ITAB strings in the script

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi anji,

I m new to smart forms , can u sent any sample code to decribe ITAB type string and how to concatenate tht VBeln INTO DIFFRENT variable,

I shall giv u full points yaar.

Thanx and regards,

Reddy

former_member196280
Active Contributor
0 Kudos

right click on page and create program line inside your smartform.. build all the logic there.

Regards,

SaiRam

Former Member
0 Kudos

In the General Attributes for the text in the smart form, set the Start Time as Append Directly. Add this text under a loop of delivery numbers.

Please mark points if the solution was useful.

Regards,

Manoj