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

BAPI_QUALNOT_* function modules not available in SAP 4.7 server

Former Member
0 Likes
549

Hi Experts,

We have a requirement to create,update the quality notifications for two of our clients. One client has the ECC 6.0 server and the other one has the SAP 4.7 version.

We have used the following BAPIs in ECC 6.0 server to meet the requirement.

BAPI_QUALNOT_CREATE

BAPI_QUALNOT_ADD_DATA

BAPI_QUALNOT_MODIFY_DATA . However these BAPIs are not available in SAP 4.7 Version.

Is there any SAP note to get the above BAPIs or alternate function modules (unfortunately we have BAPI_QNOTIFICAT_CREATE which has minimal fields unike BAPI_QUALNOT_CREATE ) which meet the requirement in 4.7 version?

Thanks in Advance.

Regards

K Arasu

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
478

Looks like all the BAPI's are Remote enabled.. so why dont u try calling the program from ECC to 4.7 using destination...

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
479

Looks like all the BAPI's are Remote enabled.. so why dont u try calling the program from ECC to 4.7 using destination...

Read only

Former Member
0 Likes
478

Your suggestion sounds good. But unfortunately both are different customer servers and there is no relation between these two servers.