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
805

How to delete empty page in smartforms

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
778

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.

Sir ,

I am not able to understand .Help me out

4 REPLIES 4
Read only

tejasChouhan
Active Contributor
0 Likes
778

This message was moderated.

Read only

0 Likes
778

Sir ,

I am not able to understand .Help me out

Read only

Former Member
0 Likes
779

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
778

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