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

BAPI_EQUI_CHANGE, customer fields

Former Member
0 Likes
2,643

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,599

use fm

EQUIPMENT_UPDATE

5 REPLIES 5
Read only

Former Member
0 Likes
1,600

use fm

EQUIPMENT_UPDATE

Read only

Former Member
0 Likes
1,599

i dont think this is possible since input sturctures to bapi do not have these fileds enabled.

Read only

Former Member
0 Likes
1,599

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               =

Read only

Former Member
0 Likes
1,599

Kishan and Santosh,

thanks for your help.

Stefan

Read only

RobynCouch
Contributor
0 Likes
1,599

Just in case anybody else finds this thread.


SAP have addressed the issue.  See note http://service.sap.com/sap/support/notes/2146575