Skip to Content
0
Former Member
Dec 02, 2006 at 02:13 PM

IPC Development equivalent to ABAP Userexit

26 Views

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.