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

former_member375795
Participant
0 Likes
652

How to delete empty page in smartforms

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
625

Hai,

Count the no of records of the internal table,if the records are more than 0 then only print that page

EG:DESCRIBE TABLE IT_ADD LINES REC.

In the condition tab menction,REC > 0.

4 REPLIES 4
Read only

tejasChouhan
Active Contributor
0 Likes
625

This message was moderated.

Read only

0 Likes
625

Sir ,

I am not able to understand .Help me out

Read only

Former Member
0 Likes
626

Hai,

Count the no of records of the internal table,if the records are more than 0 then only print that page

EG:DESCRIBE TABLE IT_ADD LINES REC.

In the condition tab menction,REC > 0.

Read only

0 Likes
625

sir i need to give page number according to PO's.

select 5 PO.

1po containing 3 pages then 1/3, 2/3, 3/3.

2po containing 2 pages then 1/2, 2/2.

like that