Application Development 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: 

RE: remote function module

Former Member
0 Kudos

hi,

I created one remote function module for posting the data fron non sap to sap system.

now i want to test this FM in sap system itself. what is procedure for it.

In import para meters declared one table and in tables declared two tables.

These three tables data coming from non sap.

but i want to test this in sap itself, how?

Thanks in advance.

1 ACCEPTED SOLUTION

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

Even if data comes from Non SAP system it must exist in SAP system. So u can give data present in ur SAP system and test whether it is working from SAP end or not.

What exactly u r posting? Can u elobarate? I worked on similar thing. Here data comes form .NET system and we have to clear accounting documents in SAP system. So Non SAP team will send information like document numbers, Items, Amounts, Discounts etc which will be there in our SAP tables. We have to do BDC/Use BAPIs for posting with this data.

Get in touch in case u need any more information.

Thanks,

Vinod.

2 REPLIES 2

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

Even if data comes from Non SAP system it must exist in SAP system. So u can give data present in ur SAP system and test whether it is working from SAP end or not.

What exactly u r posting? Can u elobarate? I worked on similar thing. Here data comes form .NET system and we have to clear accounting documents in SAP system. So Non SAP team will send information like document numbers, Items, Amounts, Discounts etc which will be there in our SAP tables. We have to do BDC/Use BAPIs for posting with this data.

Get in touch in case u need any more information.

Thanks,

Vinod.

0 Kudos

HI,

I want to post the vendor documents (invoice) using the t.code FB01.

in fm source code, i write the logic for data validation and call transaction method.

non sap team send the data in three tables.

without connecting to non sap i want to post some data for testing purpose.

thanks inadvance.