‎2007 May 29 8:57 AM
Hi friends,
I have to display data using script. In a few windows i have to display header data and in the main window i have to print the item level data. totally there are 9 records at header level. How can i do this using SAP Scripts.
Relevant questions will be highly rewarded.
Thanks.
Ramineni
‎2007 May 29 9:02 AM
‎2007 May 29 9:13 AM
‎2007 May 29 9:05 AM
Hi,
The question is a bit unclear. You can do like this. In the main window, print the header data and then its corresponding item data.
H1
I11
I12
I13
H2
I21
I22
H3
I31
I32
........
........
H9
I91
I92
I93
You can also insert a page break so that each header data is on a new page. This will make script more clear.
OR you can have two main windows one for header and other for item.
You cannot user other windows (other than main) to display header data as only main window has the property that the data flows to the next page if the space in the window of the page is full.
Hope this helps.
Regards,
Richa
‎2007 May 29 9:12 AM
for each and every customer record i have to print the adress of the customer in a address window. the custoemr name and related details in the info window. all the data should get printed in the main window. i have defined a select option for custoemer. For each and every customer related address , info and data should be printed.all the customers should be displayed in a single form.
‎2007 May 29 9:28 AM
Hi
Do u want to create a new window?? Like all the customer related data in one window and all the other details in main window. Do u want like this
Regards
Pavan
‎2007 May 29 9:47 AM
i have created several windows. in some windows header data is to be displayed and in the main window the item data should get printed. totally there are 9 header records.