Application Development and Automation 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: 
Read only

slin analysis

Former Member
0 Likes
646

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
Read only

Former Member
0 Likes
605

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
Read only

Former Member
0 Likes
606

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

Read only

Former Member
0 Likes
605

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.

Read only

Former Member
0 Likes
605

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>