cancel
Showing results for 
Search instead for 
Did you mean: 

Modifying Sap Scripts - F130_CONFIRM_01

Former Member
0 Kudos

hi..

i am modifying standard sap script formname is F130_CONFIRM_01.

i had done all changes.. i dont want to display the address except first page.

can any one help me out.

thanks in advance.

awaiting for ur reply..

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member187457
Active Contributor
0 Kudos

Hi,

Use

IF&PAGE& EQ 1.

print address

endif.

thnx

Rahul

alex_m
Active Contributor
0 Kudos

Before address printing check the page number is 1 like &page& = '1', then the address would be printed on only first page.