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

Doubt in Smartform printing

Former Member
0 Likes
369

Hi All,

I have develop one smartform for inspection setup priniting.

I have all inspection tests with all there details in one internal table.Some are pharma tests and some are inhouse tests.

I want to print those tests in there respective headings.

Ex : If there are total 10 tests out of which 5 are pharma and 5 are inhouse.Then in output i want

Pharma

1

2

3

4

5

Inhouse

6

7

8

9

10.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
350

Hello,

You'll be having a column in the internal table where u can identify whther is Pharma or inhouse test na?

Sort by that field initialy before printing .

Then use the at new event in the smartform and u can adjust accordingly.

neeraj

Hi All,

I have develop one smartform for inspection setup priniting.

I have all inspection tests with all there details in one internal table.Some are pharma tests and some are inhouse tests.

I want to print those tests in there respective headings.

Ex : If there are total 10 tests out of which 5 are pharma and 5 are inhouse.Then in output i want

Pharma

1

2

3

4

5

Inhouse

6

7

8

9

10.

1 REPLY 1
Read only

Former Member
0 Likes
351

Hello,

You'll be having a column in the internal table where u can identify whther is Pharma or inhouse test na?

Sort by that field initialy before printing .

Then use the at new event in the smartform and u can adjust accordingly.

neeraj