cancel
Showing results for 
Search instead for 
Did you mean: 

regarding sap scripts

Former Member
0 Kudos

Hi,

I have requirement in SAP Script. I have to print the header which contains the address details of the customer . I have to print sales order details(header details) for the particular customer and also its item details. But once the sales order header details are printed after that I have to display all the item details in New page. As these are dynamic values these will be continous and the sales order header details will be flowing in the second page. so HEADER window should not be displayed in the second page. Once the sales order header details are finished then item details will be start displaying this should be in NEW-PAGE and after that this will be continous. Here for the first time the item details are displaying HEADER WINDOW should appear and after once this item details continued then header window should not be displayed.

Thanks and Regards,

Shravan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Design the 2 pages FIRST and NEXT

keep all the Header related page windows in the first page only

and keep the Item level MAIN window in the NEXT page

Also you can keep a condition in the script text elemtns such that

/: IF &PAGE& EQ 1.

< header details>

/: ENDIF.

so that header is printed in the first page only

and all the MAIN window items are printed in secondapage onwards

<b>Reward points for useful Answers</b>

Regards

Anji