‎2014 Mar 15 5:41 AM
‎2014 Mar 15 5:58 AM
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.
‎2014 Mar 15 5:45 AM
‎2014 Mar 15 5:58 AM
‎2014 Mar 15 5:58 AM
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.
‎2014 Mar 15 6:36 AM
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