Questions on BAPI and RFC Programming
1. BAPI’s offer: a. Interface for integrating third party applications/components
with SAP R/3
2. The following are the functions performed by a BAPI: a. Create objects
--- Answers: 1) a, c 2) a, b, c --- One BAPI to get status back of the delivery no ! >> RFC programming 1) I am creating purchase
order(PO) and creating inbound delivery for that purchase order(PO)
which will be distibuted to NONSAP((warehouse management) .
If you use Jco, which is the Java
Connector, you know how to program
Then in SAP [after getting back
that IDoc from NON-SAP((ware house management) ], the status of that
delivery number will changes to "Confirmed". We can see that in SAP
through transaction code : vl33n.
NOW , I need one BAPI which I can
use from NON-SAP, to get back the status of that delivery number.
My idoc sending from NON-SAP, since it is through idoc , it
is not returning back the delivery number's status from SAP, I need
to use one BAPI from nonsap (java prg) which takes input as delivery
number and gives back the status of that delivery number from SAP.
2) What is RFC sever programming
? In which language is it in? I am an ABAP programmer. How can I deal that
issue please guide me .
In the import section you would create a p_vbeln like likp-vbeln, in the export section you would create a p_status like likp-vlstk. In the source code you would have something like select single vlstk
And then in JCO you call this Function Module/RFC. The java person should know how to do this.
Related ABAP Topics:
Get help for your ABAP problems
More ABAP Tips
BDC Programming Tips - Sapscripts Tips - Smartforms Tips SAP ERP Modules, Basis, ABAP and Other IMG Stuff All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|