cancel
Showing results for 
Search instead for 
Did you mean: 

how to print the Terms and Condition page ine the sap-script

Former Member
0 Kudos

Hi experts,

i got the requirement that how to print the Terms and condition page in the script,i have the three pages, having the same main window, in the last of the main window(all three pages) i have called the hard coded text(i.e so10 text), but when i am displaying the output data get printed in the first page but i am getting the second page heading on the top of the terms and condiions page. In all the three pages i have the same main window, if i make change in any window i will affect all the other main windows. so please suggest me how i need to go.HOW TO GET GRID OF THE TEXT ON THE TOP OF THE SECOND PAGE OF THE TERMS AND CONDITONS.

like this i have called in the MAIN WINDOW

/E : LAST ( IN ALL THREE PAGES)

INCLUDE ZSD_INVOICE_TERMS TEXT OBJECT TEXT LANGUAGE EN.

IN THE TCODE SO10

NEW PAGE TERMS.

1) TERM MS AND CONDITONS TEXT.................................................

FIRST->NEXT, NEXT->NEXT,, TERMS--->TERMS.

.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You need to use So10 for standard text.........

regards

Santosh

Former Member
0 Kudos

Hi,

1. Create a new page by Name : LAST

2. Identify the text element which will be the last element in the form in the debug mode.

Mostly Ex: SUM, TOTAL, LAST etc.,

3. the page linking should be

First --> Next

Next --> Next

4. In the Text element identified in the step 3.

Write the following code

/: NEW PAGE LAST

/: INCLUDE the standard text created for the terms and conditions in SO10

Check the syntax for the command but the logic will be the same.

It should resolve your problem.

Former Member
0 Kudos

Please let me know how did you resolve the issue.