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 problem

Former Member
0 Kudos

hi friends,

iam new BAPI. this is my problem summary. pls help me.

1. I want to create Custom BAPI to display list of internal orders based on company code.

2. the external system sends business unit as input to the SAP system. this business unit is mapped to ZMAPPEd table.

3. The company code in COAS is mapped to business unit in ZMAPPEd table. based on that i want to download all internal orders and description in flat file.

4. For mapping they mentioned use BDc or call transaction.

flat file contains.

BUKRS fuknr Ktext

pls help me.

chandu

2 REPLIES 2

former_member480923
Active Contributor
0 Kudos

Hi

The following link will be helpfull in creating the Custom BAPI's...

<a href="http://www.allsaplinks.com/bapi_example.html">BAPI Creation Step by step guide</a>

Hope this helps

Anirban

Former Member
0 Kudos

If you trying to display some thing using a remote enabled function, that will not be possible. You cannot have any write statements in the Remote enabled function.

You will have to fetch the data and pass back the output data in a internal table.

Regards,

Ravi

Note : Please mark all the helpful answers