‎2009 Mar 26 10:43 AM
Hello,
we are using the screen exit and the EQUI Include CI_EQUI in order to show our customer fields in the equipment. I would like to change the equipment with BAPI_EQUI_CHANGE but I can not find our custumer fields in the BAPI. Is there any way to change the customer fields with this BAPI?
Any help is very much appreciated.
regards
stefan
‎2009 Mar 26 10:45 AM
‎2009 Mar 26 10:45 AM
‎2009 Mar 26 10:47 AM
i dont think this is possible since input sturctures to bapi do not have these fileds enabled.
‎2009 Mar 26 10:50 AM
Hi use below FM:
CALL FUNCTION 'EQUIPMENT_UPDATE'
EXPORTING
*heqkt =
*hequi =
*hequz =
*hiloa =
* *HEQBS =
* *HFLEET =
* HAKTYP = ' '
heqkt =
hequi = "Customer include fileds will be available in header structure.
hequz =
hiloa =
* HEQBS =
* HFLEET =
hx_xreftp =
* HX_XZEITS = ' '
* INHB_COUNTER = 0
* INHB_DELETE = ' '
* DATE = SY-DATUM
* TIME = SY-UZEIT
* HX_XAEBKZ = ' '
* HX_XWFKNZ =
* ADD_REMAINDER = ' '
* IND_DIRECT_POST = ' '
* IMPORTING
* E_ILOAN =
‎2009 Mar 26 11:48 AM
‎2016 May 06 4:29 AM
Just in case anybody else finds this thread.
SAP have addressed the issue. See note http://service.sap.com/sap/support/notes/2146575