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

Elements problem in SAP Script

Former Member
0 Likes
435

Hi Experts,

I have some problem in SAP Script.

Details:

Ø I have only one Page in my SAP Script i.e. ‘FIRST’.

Ø So whatever the components are there in that page has to be continued to second page if the items are more than the Box size.

Ø The items will be displayed in MAIN Window and it has 3 elements Such ‘BOX_FRAME’ for lines (Vertical and Horizontal lines) , ‘ITEM_HEADER’ for headings and ‘ITEM_DETAILS’ for the items.

Ø All other windows are getting displayed such logo, address ,.,,,MAIN window and its element ‘ITEM_DETAILS’ are getting displayed in the 2nd page except those lines and headings (I.e. only 'BOX_FRAME' and 'ITEM_HEADER' are not getting displayed.).

The reason might be for a new page the BOX_FRAME and ITEM_HEADER elements are not invoked.

How to solve this problem.

Please help.

Thanks in Advance.

Regards,

Balaji

4 REPLIES 4
Read only

Former Member
0 Likes
417

HI Balaji,

Welcome to SDN...

Give the next page as FIRST.

Regards

SAB

Read only

Former Member
0 Likes
417

Hi,

Thanks for your reply.

The next page were given as 'FIRST' only and even I tried to copy the 'FIRST' page and created a new page 'NEXT'. But then also same problem.

Even I tried by removing the elements 'BOX_FRAME' and 'ITEM_HEADER' but then also same problem occured from Second pages of the output.

Regards

Balaji

Read only

Former Member
0 Likes
417

Hi,

The Elements should be in between the Loop and Endloop.

Regards

Sudheer

Read only

Former Member
0 Likes
417

Hi Sudheer,

That is given within loop only but then also same problem.

Regards

Balaji