Hi all,
I have to develop an outbound proxy in ABAP for an Interface from PI. Please let me know how to do it ? How should the Outbound proxy be triggered ?
In case of Inbound Proxy, after filling the inbound proxy generated structure in the me...
Hi , Thru User-exit or BADI or Enhancement Framework, you can implement this functionality. 'ORDER_SAVE_BADI' is one of the suitable one. Still you can search.Rgds,G.Khadeer Basha
Hi, From the program, you can randomly figure out the variables used for the holding the value. By using the watch point for the variables figured randomly you can find out by checking the different variables.
Hi , Please check the condition Type ZPRO configured by you, in that second time currency type is given as 'CAD', instead of 'INR'. Please check that.Rgds,G. Khadeer Basha
Bharat, still you can work with CP, as you need to fetch all the descriptions matching with the given 'description field value', as CP will fetch you all the values matching the given pattern and also CP is case insensitive. Please try this.