Skip to Content
0
Former Member
Jan 24, 2012 at 04:10 AM

Not able to update the BP and no message output

55 Views

Hi experts,

I am updating the title for the particular BP.But here i am not seeing any messgae in the table et_return.Do i need to change any thing in the code.

Please help in this

centraldata-title_key = '0002'.

centraldata_x-title_key = 'X'.

CALL FUNCTION 'BAPI_BUPA_CENTRAL_CHANGE'

EXPORTING

businesspartner = '0000000019'

centraldata = centraldata

  • CENTRALDATAPERSON =

  • CENTRALDATAORGANIZATION =

  • CENTRALDATAGROUP =

centraldata_x = centraldata_x

  • CENTRALDATAPERSON_X =

  • CENTRALDATAORGANIZATION_X =

  • CENTRALDATAGROUP_X =

valid_date = sy-datlo

  • DUPLICATE_MESSAGE_TYPE =

  • DUPLICATE_CHECK_ADDRESS =

TABLES

return = et_return

  • ADDRESSDUPLICATES =

.

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'

EXPORTING

wait = 'X'.