Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

third party system call function module/BAPI through RFC to update Z table

Former Member
0 Likes
1,411

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
738

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.

2 REPLIES 2
Read only

Former Member
0 Likes
739

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.

Read only

tarangini_katta
Active Contributor
0 Likes
738

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,