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

Smartforms...fields naming

Former Member
0 Likes
304

Hi all,

I am having some doubts here on the smartforms.

I saw some of the fields under General Attributes in smartforms are :-

1)&GT_TVBDPR-POSEX(Z)&

sometimes I also saw

2)&GT_TVBDPR-POSEX(O)&

What does it means? Other than Z and O, what are other options available?

Kindly provide me some example would be highly appreciated.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
279

Write Decimal point in Character Format

&xquantity(C.6)&

Compare First 3 Charx of material group:

if &xmatkl(3)& = '931'

Write First 10 Charx in Character Format

&xprmg1(C10)&

Write xlbnum in Integer Format

&xlbnum(I)&

1 REPLY 1
Read only

Former Member
0 Likes
280

Write Decimal point in Character Format

&xquantity(C.6)&

Compare First 3 Charx of material group:

if &xmatkl(3)& = '931'

Write First 10 Charx in Character Format

&xprmg1(C10)&

Write xlbnum in Integer Format

&xlbnum(I)&