Application Development 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: 

adding standard field to custome defined table

Former Member
0 Kudos

hi

i have 3 fields in Z table(customer defined) and contains values. now i want to add SPART(division)from VBAK to this Z table. i need data for SPART from VBAK..

how to do this

help me please

6 REPLIES 6

vinod_gunaware2
Active Contributor
0 Kudos

Hi

there is option append structure in <b>se11</b>.

choose the table VBAP or VBAK ( depending on header or item)

click on button <b>"append Structures"</b> .

it will propose you the standard name for the table ZAVBAP or ZAVBAK

add fields with prefix ZZ

trans SE51 maintain user exit screens in program SAPMV45A

8459 user exit item level

8309 user exit header level

you can then design your own layout. and define your flow logic

PBO modules MV45AOZZ

PAI modules MV45AIZZ

Data definitions MV45ATZZ

Subroutines in MV45AFZZ

regards

vinod

Former Member
0 Kudos

Praveen,

You can add a standard field in the custom table. But the updation will have to be taken care by you, the system won't do it.

Not sure what is the question?

Regards,f

Ravi

Note : Please mark the helpful answers

0 Kudos

yeah..

but how to do the updation

please tell

0 Kudos

YOu have to craete a table maintennace transaction from se11.(Utilities->Table Maintenance)

YOu can manage your table entries using sm30 after you create a table maintenance.

Or

Write a se38 report to update the table.

use modify or insert or update statements to update the entries in your table.

Regards,

Ravi

0 Kudos

please tell me steps clearly

se11 --> append structures then add the field to the table..

now how to enter the previous records of spart from vbak

can u please clear me

LucianoBentiveg
Active Contributor
0 Kudos

Just add SPART field, from SPART type and TVTA in verification table.

Regards.