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

SAPScript..

Former Member
0 Likes
495

Hi All,

In Invoice form I found something new to me....in item line looks like this...

,,,,&VBDPR-FKIMG(I12)&,,&VBDPR-VRKME&,,&KOMVD-KBETR(I12)& ,,

What might be these values which are (I12),????

3 REPLIES 3
Read only

Former Member
0 Likes
430

This is the formating option.

The I will supress initial values (ie won't display 0.00) and 12 is the length (ie will only show 12 characters).

Regards,

Nick

Read only

Former Member
0 Likes
430

Hi Rao,

&Symbol(l)& = if symbol is initial, output nothing

and

&Symbol(5)& = lenght

Sachin

Read only

Former Member
0 Likes
430

thanks guys...