‎2009 Jan 02 12:00 PM
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.
‎2009 Jan 03 4:51 AM
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