2005 Sep 08 10:42 AM
Hi,
I have two different SAP instances , I want that availability check for the material should be done in the second system when Sales order is created in the first system.
How can i do this?
Regards,
Chamandeep
2005 Sep 08 11:41 AM
Hi Chamandeep,
First create a Remote-enabled FM in the second system to do a check for the material availability.
This FM could possibly return a flag = 'Yes' if the Material is found.
Then call the Remote Function Module from a Sales Order User Exit which is called when the user clicks on Save in VA01.
Anybody knows what happens if the remote Function call fails ? Can this be captured by sy-subrc ?
Regards,
Urmila
2005 Sep 08 11:50 AM
2005 Sep 10 10:09 AM