Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

displaying header and item data using script

Former Member
0 Likes
842

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

6 REPLIES 6
Read only

Former Member
0 Likes
766

Did u try 'append'?

Read only

0 Likes
766

could you please explain about append...

Read only

Former Member
0 Likes
766

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

Read only

0 Likes
766

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.

Read only

0 Likes
766

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

Read only

0 Likes
766

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.