Skip to Content
0
Former Member
Feb 11, 2011 at 12:00 PM

Problem with header data in BAPI_CUSTOMERCONTRACT_CHANGE

205 Views

Hi ,

I am not able to change header data in BAPI_CUSTOMERCONTRACT_CHANGE when i want to change the sales office in va42,

but it is posting the partnerchanges successfully.

It is giving the error message as "E |VP |107 |FB call: insufficient parameters < |PARTNER "

Here i am not using any PARTNER in my bapi.

CALL FUNCTION 'BAPI_CUSTOMERCONTRACT_CHANGE'

EXPORTING

salesdocument = lv_vbeln

contract_header_in = con_header

contract_header_inx = con_header_inx

  • SIMULATION =

  • BEHAVE_WHEN_ERROR = ' '

  • INT_NUMBER_ASSIGNMENT = ' '

  • LOGIC_SWITCH =

TABLES

  • CONTRACT_ITEM_IN =

contract_item_inx = it_it

  • PARTNERS =

partnerchanges = it_partnerchanges

Please let me know what i need to do.

Thanks,

Shirisha