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: 

custom fields is not updating in database tables

Former Member
0 Kudos

i have created a custom field in makt table for using in mm01, mm02, mm03 transaction.

using following steps

1. append structure in makt

2. spro transaction

atlast, in mm01 transaction the value for custom field is updating and finally the material is created. but it is not updated in database table.

why?? waiting for the reply...

regards ,

Dhivya N

11 REPLIES 11

jogeswararao_kavala
Active Contributor
0 Kudos

Hi Dhivya,

You might have used some screen-exit for creating this Z-field. You need to use the Function Exits given in the same User-Exit, one for Data Import and other for Data Export. You need to give the code for Z field import and export to the MAKT.

Jogeswara Rao K

sivaganesh_krishnan
Contributor
0 Kudos

This message was moderated.

former_member206650
Active Participant
0 Kudos

Hi dhivya,

i think there is no screen exit or BADI ,so kindly refer to   suggestion,you can add insert statement in PAI ,i have already check the enhancement MGA00001/02/03 there is no screen exit.

vishnu

raymond_giuseppi
Active Contributor
0 Kudos

Did you read 143450 - Customized enhancement of table MAKT ?

(PAI module SKTEXT-MAKTX)

Regards,

Raymond

Former Member
0 Kudos

i used SPRO  transaction. i think i have done all things correctly. except that i did not add that customized fields in t130f table.

for that, logistics general -> material master -> field selection -> maintain field selection for data screen.

but i don't know how to add the fields?

please, any one clear this one.

thank you...

0 Kudos

Hi,

To add fields in standard database table.first go to se11, check table and give t130f.execute it.click append structure there u create a new structure and in that all the field and its type u need ...

0 Kudos

Read the note where is written :


enhance table MAKT and structures DMAKT and SKTEXT

Regards,

Raymond

Former Member
0 Kudos

hey thanks for everyone.. i got it now...

0 Kudos

Hi dhivya.

Could you please share the solution?

What is the need to use T130F table?

Former Member
0 Kudos

ya sure. we are adding custom fields in some database fields.

in t130f table, all fields are available. but custom fields are not available in that. to add that custom fields,

logistics general -> material master -> field selection -> assign field for field selection.

here some field group are allocated for custom field specification. here assign your fields and go back.

then maintain the field selection . then you go to that data base table, you can see your custom fields.

but here,i add custom field in makt table.


for that, additionally, i have done the below things,

1.  append the same structure to dmakt  and sktext structure . this one update the standard database table.

finally, i got it....

0 Kudos

Hi Dhivya,

  We have added some custom fields into EQUZ table, and trying to update those custom fields in a BADI. When we place a Break point in that badi on that time that custom fields are updating successfully, with out break point that fields are not updating.

  We tried with update and modify  statements. Like you explained in the above post do we need to maintain somewhere. if so, where we need to append?

Please help us. Thank you.

Thanks

Vijay