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

SmartForm line formatting

Former Member
0 Likes
615

Hi All,

I'm working on PO smartform....

I"m displying PO line items and PO sub line Items

Eg :

Line item 10 can contain sub line items 10, 20,30

Similarly 20 can contain sub line items 10, 20,30 .

Here after line item 10 horizontal line is coming i don't want tat it should come after subline item 30.

How to do this

Regrards

Suprith

Hi All,

I'm working on PO smartform....

I"m displying PO line items and PO sub line Items

Eg :

Line item 10 can contain sub line items 10, 20,30

Similarly 20 can contain sub line items 10, 20,30 .

Here after line item 10 horizontal line is coming i don't want tat it should come after subline item 30.

How to do this

Regrards

Suprith

3 REPLIES 3
Read only

Former Member
0 Likes
592

can you download the smartform in xml and paste it here

Read only

Former Member
0 Likes
592

Hi,

please try with this..

LINE-COUNT is for page_lines suppose it 80 then after 80 lines a new page will be triggered.

LINE-SIZE is for width suppose it is 255 then maximu width of list display can be 255.

http://help.sap.com/abapdocu/en/ABAPNEW-PAGE_OPTIONS.htm

Read only

Former Member
0 Likes
592

Hi,

Goto table node which it is printing sub lineitems and draw a border over there.

Delete the border for table which is printing line items.

Let me know how you are printing in the smartform.

Regards,

Phani.