‎2009 Oct 27 4:34 PM
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
‎2009 Oct 27 4:37 PM
Looks like all the BAPI's are Remote enabled.. so why dont u try calling the program from ECC to 4.7 using destination...
‎2009 Oct 27 4:37 PM
Looks like all the BAPI's are Remote enabled.. so why dont u try calling the program from ECC to 4.7 using destination...
‎2009 Oct 28 4:33 AM
Your suggestion sounds good. But unfortunately both are different customer servers and there is no relation between these two servers.