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

Function module for updating a custom idoc

Former Member
0 Likes
574

hi all,

i had a requirement in which i had to send a custom idoc from one application server to another. i did it but now i task is the generated idoc from sender should be updaetd to database tables of receiver . for this we have to code some thing in receiver function modules . how to do it. in this issue i 'm having some doubts

1. the Fm at receiver side should be a updated FM or Remote-enabled FM

2. how to code this FM so that the data in idoc which is send from sender to reciver should be updated to databse tables of receiver.

please help me............ its very urgent..........

Thanks in advance,

Suresh Aluri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
521

Hi,

Try BAPI_IDOC_INPUT1

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
522

Hi,

Try BAPI_IDOC_INPUT1

Regards

Read only

0 Likes
521

hi,

thanks for ur reply. but in receiving system i created a custom function module and registered it also. so only possible way for me is to write code for custom Fm to update the idoc data into database tables.

if u r having any code for that custom Fm reply me soon.

thanks in advance,

Suresh Aluri.

Read only

Former Member
0 Likes
521

not answered