2013 Aug 14 12:51 PM
Hi,
I working on the web portal, and have the requirement to fetch the contract data like Utility type, start date,end date from the SAP.
But unable to figure out any bapi for the same.
Kindly suggest.
Regards,
AnUrAg
2013 Aug 14 3:34 PM
You can see in the BOR Object ISUCONTRCT that there is not method to get the details of the contract, probably because the only action SAP is expecting are the Move-In / Move-Out.
However there is FM ISU_S_CONTRACT_DISPLAY that will give you the data you are looking for, you may ask your SAP ABAP developer to encapsulate that FM in a BAPI for you, or ask him to directly read the table EVER with the info you are looking for.
I am not sure what info you are looking for but you may get the information from the Business Agreement in CRM also.
2013 Aug 14 3:34 PM
You can see in the BOR Object ISUCONTRCT that there is not method to get the details of the contract, probably because the only action SAP is expecting are the Move-In / Move-Out.
However there is FM ISU_S_CONTRACT_DISPLAY that will give you the data you are looking for, you may ask your SAP ABAP developer to encapsulate that FM in a BAPI for you, or ask him to directly read the table EVER with the info you are looking for.
I am not sure what info you are looking for but you may get the information from the Business Agreement in CRM also.
2013 Sep 17 9:47 AM
Hi,
The easiest way is to create an RFC in which a query is written on table EVER based on given input to RFC and which sends only requested/necessary data back to calling process.
Thanks,
Murtuza