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: 

BAPI and IDOC

Former Member
0 Kudos

Having created a BAPI successefully, and the required objects, I want it to be viewed by an external system. What are the basic steps needed to achieve this task. How do i go about creating an IDOC to perform the required tasks

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

Hi,

Once you created the BAPI (system will generate a BOR entry) so it will be accessble from any legacy.

It is not mandatory that you need a BAPI, simple RFC can call from other systems.

0 Kudos

So it means i do not even need to create an Idoc to that effect.