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

VBAP extension with QUAN data type

Former Member
0 Likes
1,214

Hi,

Is it possible to extend VBAP tables with custom fields('ZZ') of Data Type 'QUAN'.

Please comment.

Thanks,

Shiv

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,122

Hi ,

Yes you can use Append Structure to add Z-fields to VBAP.

Regards,

Ashok.

Hi,

Is it possible to extend VBAP tables with custom fields('ZZ') of Data Type 'QUAN'.

Please comment.

Thanks,

Shiv

6 REPLIES 6
Read only

Former Member
0 Likes
1,123

Hi ,

Yes you can use Append Structure to add Z-fields to VBAP.

Regards,

Ashok.

Read only

0 Likes
1,122

Hi Ashok,

Thanks for your reply.

I would like to know whether those 'Z' fields can be of DATA TYPE 'QUAN' (Quantity).

Read only

0 Likes
1,122

Hi Shiv,

Yes it can be datatype 'QUAN'.

Regards,

Ashok.

Read only

Former Member
0 Likes
1,122

you can use include structure with data type(QUAN). but its better to use append structure .

Edited by: Premchander Arumugam on Mar 9, 2010 6:47 PM

Read only

Manohar2u
Active Contributor
0 Likes
1,122

Inorder to add quantity / numeric field you need to makesure the append struture enhancement category (from include menu Extras->Enhancement category) checked as 'Can be enhanced (charater-type or number) - then only it will allow you to add quant fields.

Read only

Former Member
0 Likes
1,122

Yes, It is possible