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

regarding sapsscript

Former Member
0 Likes
1,217

can you please tell me &VBDKL-BRGEW(I13)& what (I13) signifies regarding the layout set in sapscript in?i am beginner ?thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,185

13 is the number of charachters that should display from that variable.

Reward if helpful.

10 REPLIES 10
Read only

Former Member
0 Likes
1,185

output length in the layout.

Regards

Peram

Read only

Former Member
0 Likes
1,186

13 is the number of charachters that should display from that variable.

Reward if helpful.

Read only

Former Member
0 Likes
1,185

There are two parts to the formating options here;

I will stop 0.00 being displayed if the field is initial, instead it will display blank

and

13 will only display 13 characters of the field.

Read only

kostas_tsioubris
Contributor
0 Likes
1,185

Hi,

this way it will only print the first 13 characters of the field VBDKL-BRGEW.

Also check this

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db357494511d182b70000e829fbfe/content.htm">link</a>

Kostas

Message was edited by:

Kostas Tsioubris

Message was edited by:

Kostas Tsioubris

Read only

0 Likes
1,185

if there are less tha 13 characters what would it display such as if there are 4 characters in the variable what would it display...

Read only

0 Likes
1,185

It will display only that 4 charachters.It can dispaly upto maximum 13. If the variable has a text with length 20 it will display only 13.

Reward if helpful.

Read only

Former Member
0 Likes
1,185

Well, the "I" means "Dont print if value is Initial", while 13 means print the first 13 characters of the Variable.

check following link for more information on formatting option in sap-script

http://help.sap.com/saphelp_47x200/helpdata/de/d1/803445454211d189710000e8322d00/frameset.htm

Read only

Former Member
0 Likes
1,185

it means that the length of the field brgew will be 13 characters in the form output

Read only

Former Member
0 Likes
1,185

thank you and since i am new to this forum i may need some time to make out how to give points.anyway thanks a lot..its been very helpful...

Read only

Former Member
0 Likes
1,185

this question was answered my sattisfaction..