Hello Guru's,
If I have to rewrite a user exit in IPC which was implemented in R/3, How would I rewrite a SQL select statement in IPC? Do you have a sample code from your previous projects for this scenario?
Ex ABAP Code .. Select * from xyz into xyz where matnr =? and plant = ?
In IPC java -- what would be the equivalent?
Any help? or Ideas? or Sample Code.