‎2009 Jan 21 4:23 AM
Dear Friends,
We have a third party system which directly inserts a Z table in SAP through its programming, which is an auditing issue.
We want the third party system should call function module/BAPI through RFC so that the Z table gets updated.
waiting for inputs..
Thanks,
Kumar
‎2009 Jan 28 11:02 AM
if third party system is capable of making Remote Function call, then writing a Function module & making it remote enable is not difficult task in ABAP.
You may have to prepare specifications first to decide if third party system is going to Read, insert, update, delete records from Zee table.
‎2009 Jan 28 11:02 AM
if third party system is capable of making Remote Function call, then writing a Function module & making it remote enable is not difficult task in ABAP.
You may have to prepare specifications first to decide if third party system is going to Read, insert, update, delete records from Zee table.
‎2009 Jan 28 11:09 AM
Hi Kumar,
Write u r function module as ur req.And make it as RFC than BAPI.
call this RFC to update the Z table.
Thanks,