cancel
Showing results for 
Search instead for 
Did you mean: 

About FM BAPI_BUPA_CENTRAL_CHANGE update

Former Member
0 Kudos

Hi all,

I am entering an BP no in FM BAPI_BUPA_CENTRAL_CHANGE . The FM is Running but not showing any result in Return table and the data is not getting changed too.Why is it so? any ideas guys?.

Please reply soon.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

Please check you are possing correct value in table .....X (end with X)

e.g.

If you are changing TELEFONDATANONADDRESS remember you should have correct values set in TELEFONDATANONADDRESSX.

Also check field in UPDATEFLAG in table TELEFONDATANONADDRESSX.

'U' - Update

'D' - Delete

Where ever you make changes replace with 'X'

suppose u r changing TEL_NO then in TELEFONDATANONADDRESSX-TEL_NO set as 'X'

I hope it will work.

Regards,

Nilesh P.

Answers (1)

Answers (1)

Former Member
0 Kudos

After using this FM you have to use : BAPI_TRANSACTION_COMMIT function mosule after this only u will find changes in the database tables.

Regards,

Shiva Kumar

Former Member
0 Kudos

Hi Shiva,

I have done this already but still its not working, is there any specefic parameter to be set while commiting or in the above FM.

Former Member
0 Kudos

Write a programme for this .

CALL FUNCTION 'BAPI_BUPA_CENTRAL_CHANGE'

After this

call function 'BAPI_TRANSACTION_COMMIT'

exporting

wait = 'X'.

Regards,

Shiva Kumar