cancel
Showing results for 
Search instead for 
Did you mean: 

Problem displaying data in smartform

Former Member
0 Kudos

Hi friends,

Iam print a form purchase order details



company code  =  ABC      Purchase order num = xyz

 ebelp         menge        netpr

   10             20              300
   20             30              300

company code  =  ABC    Purchase order num  = PQR

   ebelp         menge        netpr

   10             20              300
   20             30              300

like the above way iam printing but my problem is in the current page if sufficent space is not availble the 2nd line item is getting printed in 2nd page which should not happen ie : if for all the line items for a particualr purchase order number should be printed in same page , if space is not avaible on current page then it should be printed on next page..

How can i do that..

Regards

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The way to do this is different in some released, so you may need to set page protection on your table line definition.

If you search the forum using 'Page protection' you should find the details.

Regards,

Nick

Answers (4)

Answers (4)

former_member755502
Participant
0 Kudos

Hi,

Suggestions given by other experts are absolutely correct. You can also check by increasing the window space where you are printing purchase order details. This will work fine, if you have fixed number of line items for each purchase orders.

Regards,

Sambaran

Former Member
0 Kudos

hi

using page protection it can be resolved.

just put the line items u r printing inside page protect and this automatically prints according to the requirement

Former Member
0 Kudos

Hi,

at every new purchase order number trigger new page by createing one command line.

Former Member
0 Kudos

Hi,

U can use the functionality of 'Page Protection' to protect the line items on the same page.

Just create a 'FOLDER', and put the nodes inside it.

Hope it helps!!

Rgds,

Pavan