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: 

slin analysis

Former Member
0 Kudos

here in the src code, after going for an extended syntax check..... i am getting

the following error...... the function module BAPI_BUPA_FS_ADDRESS is

flagged as obselete..... how can we remove this error?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

the error u got means that the fn module BAPI_BUPA_FS_ADDRESS is obsolete and not at all used by developers since it is obsolete.

If it is mentioned as obsolete the new developed object will be available. Just check in fn module documentation about that. May be it will be suggested the right area to search new object.

Regards,

Subbu

3 REPLIES 3

Former Member
0 Kudos

Hi,

the error u got means that the fn module BAPI_BUPA_FS_ADDRESS is obsolete and not at all used by developers since it is obsolete.

If it is mentioned as obsolete the new developed object will be available. Just check in fn module documentation about that. May be it will be suggested the right area to search new object.

Regards,

Subbu

Former Member
0 Kudos

Hi

In the function module documentation, SAP suggests the function module that can replace the obsolete function module. check the documentation for the function module you mentioned.

Former Member
0 Kudos

Hi,

The BAPI suggested is obsolete. Use the following based on your requirement:

BAPI_BUPA_FS_ADDRESS_ADD

BAPI_BUPA_FS_ADDRESS_CHANGE

BAPI_BUPA_FS_ADDRESS_GET

BAPI_BUPA_FS_ADDRESS_REMOVE

Thanks

Vijay

<b>PLZ Reward points if helpful</b>