2009 Apr 16 2:36 PM
Hi all,
I have created a BAPI ZBAPI_TST1( by making use of RFC function module ) in SWO1 transaction.Its working fine.
May I know the procedure to make use of ZBAPI_TST1 in SWO1 in an ABAP program.
How to call the ZBAPI_TST1 ?
Can I schedule the ZBAPI_TST1 in the back ground.
If so,whatshud be done to schedule the ZBAPI_TST1 in background.
Please help me.
Thanks and Regards,
Krishna Chaitanya G
2009 Apr 16 2:41 PM
Hi Krishna,
Bapi is used in Work flow for a sequence of steps.
even you can execute the BAPI -FM Individula like a function module in Programs.
You CAn shedule the BAPI iN background using Workflow or in Programs.
Regards,
Prabhudas
Hi Krishna,
Bapi is used in Work flow for a sequence of steps.
even you can execute the BAPI -FM Individula like a function module in Programs.
You CAn shedule the BAPI iN background using Workflow or in Programs.
Regards,
Prabhudas
2009 Apr 16 2:41 PM
Hi Krishna,
Bapi is used in Work flow for a sequence of steps.
even you can execute the BAPI -FM Individula like a function module in Programs.
You CAn shedule the BAPI iN background using Workflow or in Programs.
Regards,
Prabhudas
2009 Apr 16 2:42 PM
Hi Krishna,
BAPI is nothing but a RFC enabled Function Module.
If you want to call BAPI in SAP R/3 system then you can call it same as any other Function Module by using syntax CALL FUNCTION 'BAPI_NAME'.....
Whereas if you want to call BAPI to any Non-R/3 System, in that case you will need to create object in that system to access the BAPI.
2009 Apr 16 2:45 PM
hi if you are displaying the bapis from the SWO1 it is again displaying the BAPI tcode...i think we can use the bapis as a function modules in abap
2009 Apr 16 3:34 PM
Bapi can be called in program similar to as how function module is called.
Bapi's cannot be scheduled in background individually.
You need to use a report for that.
That report you can put in some process chain for daily execution
Regards,
Lalit Mohan Gupta.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |