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

problem in bapi_equi_create

Former Member
0 Likes
488

Hi,

I have to create equipment number through custom program. For this i used BAPI as ZBAPI_EQUI_CREATE. I want to map the transaction code IE31 fields into this BAPI parameters.

But some of the fields are not there in my BAPI. So i have added those fields in my BAPI.

They will go to IE02/IE03 transaction for display/change the details. But whatever i have added fields into BAPI, these are not appearing into standard transaction IE02/IE03.

If all fields are not available in my standard BAPI, then what is the best solution to map all IE31 transaction fields into standard BAPI.

Thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
371

Hi

Can you check any EXIT/Badi avalible for that transaction.

using CL_EXITHANDLER=>GET_INSTANCE and even searched using 'CALL METHOD' you will find the BADI for that,

so that you can include extra field for that Transaction.

Thanks