2008 Feb 04 5:05 AM
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.
2008 Feb 04 5:14 AM
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
2008 Feb 04 5:14 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |