Application Development 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: 

BAPI not updating ADRC table

Former Member
0 Kudos

Hi All,

i am using the below bapi to update entries in ADRC table , i am not geeting any error message in Gt_return still bapi not updating table.

CALL FUNCTION 'BAPI_BUPA_ADDRESS_CHANGE'
     EXPORTING
       BUSINESSPARTNER = LV_PARTNER
       ADDRESSGUID     = LS_ADDRESS_GUID
       ADDRESSDATA     = LS_ADDRESSDATA
       ADDRESSDATA_X   = LS_ADDRESSDATA_X
     TABLES
       BAPIADTEL       = LT_TEL[]
       BAPIADFAX       = LT_FAX[]
*      BAPIADSMTP      = LT_EMAIL[]
       BAPIADTEL_X     = LT_TEL_X[]
       BAPIADFAX_X     = LT_FAX_X[]
*      BAPIADSMT_X     = LT_EMAIL_X[]
       RETURN          = GT_RETURN.

   CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

please help

thanks in advance

Ashish

1 REPLY 1

SreekanthKrishn
Contributor
0 Kudos

Hi. Are u trying to update based on sap I'd.

Or vendor, customer.

Pls confirm.