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

Set a flag in vbak table.

Former Member
0 Likes
1,046

Hi,

I would like to check it is there a way to set an additional flag in vbak table,let say can we add a additional field inside vbak table and allow me to have additional field to set a flag?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
946

you can go to "Append structure" button and add your own structure to the table.Inside this structure you can define your own fields.

6 REPLIES 6
Read only

Former Member
0 Likes
947

you can go to "Append structure" button and add your own structure to the table.Inside this structure you can define your own fields.

Read only

Former Member
0 Likes
946

by using APPEND STRUCTURE button appears on the DISPLAY of that table ,you can add the new field. but you have to make sure first,that how you are going to populate values for that field for all the sales orders.

to do this,either you have to add the field in VA01/VA02 screens by using SCREEN EXIT or think of how to populate values to that field.

Regards

Srikanth

Read only

Former Member
0 Likes
946

Hi,

ad new fileds using append structurein se11 in vbak

table .

User defined structures should stary with Z .

Write code in user exit MV45AAFZZ to fill your flag.

Regards

amole

Read only

former_member404244
Active Contributor
0 Likes
946

Hi,

yes u can add new field to the table VBAK by append structure method.U need to add this field in the va01 tcode.

path

goto tcode va01->in second screen in the menu bar click on GOTO->HEADER->ADDITIONAL DATA A/ADDITIONAL DATA B.Here u can add ur ZFIELD,which u added to VBAK table.But to add ur field u require the access key.

Regards,

nagaraj

Read only

0 Likes
946

Hi Nagaraj,

I need a access key in order to add my fields in vbak table,right?

Read only

Former Member
0 Likes
946

Hi,

Yes, you are correct. You need an Access Key.

You can get the access key from your BASIS guy.

Best regards,

Prashant