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

Few ans required

Former Member
0 Likes
380

Hi,

Please answer me for the below questions:

1.In main window...suppose the width/length is 5cm...I am trying to enter data of 10 lines...wht will happen???

The same case with variable and constant window....

2.I want to read an internal table from the last line...tell me the logic...

3.among open_from and start_form...which one will be called 1st in a program???

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
343

Answers

1.In main window...suppose the width/length is 5cm...I am trying to enter data of 10 lines...wht will happen???

It depends on the NEXT page of ur page. If ur page is PAGE!. If ur NEXT page is also PAGE1, if the window is not enogh for the text, it scrolls to the next page.

The same case with variable and constant window....

In this case, extra text will be truncated

2.I want to read an internal table from the last line...tell me the logic...

find the no-of rows in ITAB using DESCRIBR. then use that no in the INDEX of the READ command and the decrement that no until u get 1

3.among open_from and start_form...which one will be called 1st in a program???

OPEN form will be called first

Narendra

1 REPLY 1
Read only

Former Member
0 Likes
344

Answers

1.In main window...suppose the width/length is 5cm...I am trying to enter data of 10 lines...wht will happen???

It depends on the NEXT page of ur page. If ur page is PAGE!. If ur NEXT page is also PAGE1, if the window is not enogh for the text, it scrolls to the next page.

The same case with variable and constant window....

In this case, extra text will be truncated

2.I want to read an internal table from the last line...tell me the logic...

find the no-of rows in ITAB using DESCRIBR. then use that no in the INDEX of the READ command and the decrement that no until u get 1

3.among open_from and start_form...which one will be called 1st in a program???

OPEN form will be called first

Narendra