2006 Jan 11 10:03 AM
Hi All
I am designing an SAp Script and to place the fields in the window i am using paragraph tabs and for a single line i gave 10 tab positions.Now my problem is that the tab is working until 8 positions and after that the tab is not working.Also i checked the window length it is quite wide for accomadating the fields.Please suggest me if u have any ideas.
Thanks in advance
Prasanna KUmar
2006 Jan 11 10:08 AM
Hi prasanna,
1. The sequnce/discipline of tab
gets distrubed sometimes
when we use
numbers
or
a field having length more than the defined tab length.
2. check out your case !
ps : and let us know
which is / type of field 8,9.
regards,
amit m.
Message was edited by: Amit Mittal
Hi,
you may try to use formatting options, like i.e. &symbol(7)& causing the output to take exactly 7 spaces.
Usually the problem is that the output without formatting options will take the full output length of the underlying domain - including the sign and country-specific output formatting.
So, if the previous symbols output goes over the next tab position, this tab will not be processed - tabs are always found right of the actual text position.
You may see the output formatting and length going throuigh sapscript debugger step by step.
regards,
Clemend
2006 Jan 11 10:08 AM
Hi prasanna,
1. The sequnce/discipline of tab
gets distrubed sometimes
when we use
numbers
or
a field having length more than the defined tab length.
2. check out your case !
ps : and let us know
which is / type of field 8,9.
regards,
amit m.
Message was edited by: Amit Mittal
2006 Jan 11 10:35 AM
Hi Amit!
The 8 field type is Decimal (which i am using for amount) and the ninth one is char.
I just cjecked it the field length is less then the defined tab length.
Please advice
regards
Prasanna KUmar
2006 Jan 11 10:11 AM
Hi,
The length of the fields might be the problem. For checking this use the fields with smaller length.
R u specifying the tab positions with starting position.?? otherwise default 5 spaces will be taken for each tab. Please check this.
Regards,
Savitha
Message was edited by: savitha m
2006 Jan 11 11:10 AM
Hi,
you may try to use formatting options, like i.e. &symbol(7)& causing the output to take exactly 7 spaces.
Usually the problem is that the output without formatting options will take the full output length of the underlying domain - including the sign and country-specific output formatting.
So, if the previous symbols output goes over the next tab position, this tab will not be processed - tabs are always found right of the actual text position.
You may see the output formatting and length going throuigh sapscript debugger step by step.
regards,
Clemend
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |