BAPIs to create
Hi all!
For my current project, I am foreseeing a requirement for me to create a BAPI_*Create* from scratch. I am really worried about this because I've never done one before. I've only done a "Get_list" or to display data. But I've never attempted a change, delete or create.
Does anyone have proper documentation on the "create" bapis or even just a guideline for me?
Thanks!
Hello,
I'm doing something similar at the moment. I'm writing a RFC (Remote Function Call) which is to be called by an legacy system.
You could try using SHDB to cature the transaction you're to be doing (e.g. FK01). Then insert the code into your function (SE37). It's not very difficult for most of the transactions.
But I'm encountering some problem on similating the transaction FB60, which pops up a dialog box on entering the Company Code. However, I find it cannot go the that dialog box. I would like to ask if someone has encounter this too. Could anyone share the experience on using this SHDB transaction on caturing transactions with dialog box?
Thanks in advance.
Monica
hi monica. thanks for the reply.
well, i'm hoping for a solution that doesn't make use of call transaction...
any ideas?
thanks!
But I'm encountering some problem on similating the transaction FB60...
'BAPI_ACC_INVOICE_RECEIPT_POST' will do this for you.
Regards,
Tim
Hi Monica. I want to try your method just in case i don't have time to learn about create BAPIs and its validations.
In my rfc-enabled function module, do i just use submit <bdc program> and return? But how do i pass my import values in that function module to my bdc program?
Many thanks!
hey i created new bapis. is easy nothing to worry.
Hey u can do it in two ways,
1. with call functions
2. with bdc call transaction.
using call trans is easy and u can finish ur job faster.
first u got to run SHDB for the transaction u what to create the BAPI.
the go to se37 and create the function module where u have to use the import , export and tables.
Then go to SWO1 and copy the existing bapi for which u want to create a new BAPI and add the method like CreateFromData to it, which is nothing but ur FM u created in SE37.
Then add this to the BOR.
This is the procedure, any help any time , u can ask .
Regards.
Y.Anil
Hi
Now am clear abt the BAPI, Please clear the basic question
How can i add in to BOR?
Regards
RUSN