Req : 1. Data is coming from other system to sap system and it is lies in Application server, This data i want to read from application server and i need to update the in one custom table.the custom table(Zcust) having 3 fields( gl prdoUCTt, product desecration, Active indicator( 'X' OR ' ' ).
2. So For this I creating one RFC function module,
3. Here i am facing the problem, Now i have data in one one Itab, This data i want to validate the like.
I want to check with Custom data base table (Zcust) , what ever data is in my itab.
validation : if Itab data is already exist in Zcust table, i want to Raise a error. Or
if it is not there i want update that table...?.
Note : Please can any one help on this code.It is helpfull for me.
Thanks in advance.
Regards,
Venugopal.