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

Update Equipment Custom fields

Former Member
0 Likes
1,248

Hi Experts,

I have a custom fields ZZOUTDT(Start date) in table EQUI.

I want to update this custom field for Equipment.

Is there any Bapi where I can pass this field value to update in Equipment?

Please suggets.

Helpful answers will be rewarded.

Thanks

Anukool

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
972

hi,

generally any standard programa will not contain the custom fields.

did u create tht field in any transaction.

if not then u have to write a program to update tht table.

or u identify the exits which trigger for that table and try to populate that fields using that exit.

hi,

generally any standard programa will not contain the custom fields.

did u create tht field in any transaction.

if not then u have to write a program to update tht table.

or u identify the exits which trigger for that table and try to populate that fields using that exit.

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
973

hi,

generally any standard programa will not contain the custom fields.

did u create tht field in any transaction.

if not then u have to write a program to update tht table.

or u identify the exits which trigger for that table and try to populate that fields using that exit.

Read only

Former Member
0 Likes
972

Thanks Gautham,

I have added a custom field ZZOUTDT in structure CI_EQUI and Enhanced EQUI table to append this field in EQUI.

Now, I have tried BAPI_EQUI_CHANGE to update this field.

But I do not find any Extension Parameter in BAPI where I can pass this field.

Read only

GauthamV
Active Contributor
0 Likes
972

hi,

try to use this exit.

IEQM0003 Additional checks before equipment update.