cancel
Showing results for 
Search instead for 
Did you mean: 

sap script page not coming for t &C using include of so10

Former Member
0 Kudos

hi,

i am trying to print T&C in script by using so10 iclude but i am not getting t&C pages .

script has 4 pages and only first page is coming while 3 & 4 page is for t&C.

reply soon asap .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Or else

Make the T&C as the first page and this T&C make the next page as your first page.

This is also one of your solution.

Thanks,

Former Member
0 Kudos

This is due to you donot have any data in the next page. You can do one this include the window for which you are printing the T&C in the next page.

Then in any conditions you will get the T&C.

Thanks,

Former Member
0 Kudos

Create another Page, window for T&C. If you have already created that page and assigned it with page window, now create T&C in transaction code "SO10".

To attach the Standard Text(T&C for your case) write the following code in the Script window.

/: INCLUDE 'Z_QM_COMPLAIN02_INFO_003' OBJECT TEXT ID ST LANGUAGE &PRINT_LANGUAGE& PARAGRAPH Z5

Try this. I think your problem will be solved.

Former Member
0 Kudos

actually i m using same text include in another script and that is printing and i laso checked all setting like first page next page they all are same .

actually page scenario is like that :

first page next page is next

next page next page is next

t&c page next page is TC

Tc page next page is tc

but only first page is displaying. and syntax is correct .

Former Member
0 Kudos

Probably your 3 anf 4 pages dont have main window...hence you are not getting the pages..

Use START_FORM to explicitly call the pages 3 and 4

It will work..

Hope this helps..

santhosh