‎2008 Aug 27 12:43 PM
Hi,
I'm trying to use the functionmodule BUPA_INBOUND_MAIN_SAVE to get business partner data into the bank analyzer:
DATA: input_data TYPE bus_ei_extern_t.
CALL FUNCTION 'BUPA_INBOUND_MAIN_SAVE'
EXPORTING
data = input_data
IMPORTING
return = output_data.
afterwards i have to call the function module BAPI_TRANSACTION_COMMIT. Is this right?
what do i have to usa as importing parameter for this FM?
thanks!
Margit
‎2008 Aug 27 12:48 PM
hiii
no need to pass any parameter but check the return parameter and call Bapi commit FM if the BUPA_INBOUND_MAIN_SAVE returns 0.
regards
twinkal
‎2008 Aug 27 12:44 PM
‎2008 Aug 27 12:48 PM
hiii
no need to pass any parameter but check the return parameter and call Bapi commit FM if the BUPA_INBOUND_MAIN_SAVE returns 0.
regards
twinkal
‎2008 Aug 27 12:52 PM
‎2008 Aug 27 12:52 PM
‎2008 Aug 27 12:53 PM
‎2008 Aug 27 12:57 PM
Just call it no need to passWrong
hiii
no need to pass any parameter but check the return parameter and call Bapi commit FM if the BUPA_INBOUND_MAIN_SAVE returns 0.Wrong
Since it is Mandatory.
Call IDOC_INPUT_BUPA_INBOUND_MAIN instead of 'BUPA_INBOUND_MAIN_SAVE'
Amit.
‎2008 Aug 27 12:58 PM
i am talking about bapi_transaction_commit return parameter.
i think you got it
‎2008 Aug 27 1:04 PM
but which is the parameter that i have to check according to twinkal?
‎2008 Aug 27 1:06 PM
afterwards i have to call the function module BAPI_TRANSACTION_COMMIT. Is this right?And dont much bother about this FM.you problem is with your FM BUPA_INBOUND_MAIN_SAVE in importing parameter.
Did you actually tried with other FM which i suggest above.
BAPI_MTYPE?Yes
Values can be S Success, E Error, W Warning, I Info, A Abort
instead of 0
Amit.
Edited by: Amit Gujargoud on Aug 27, 2008 2:08 PM
Edited by: Amit Gujargoud on Aug 27, 2008 2:09 PM
‎2008 Aug 27 1:08 PM
she wants you to check return parameter of BUPA_INBOUND_MAIN_SAVE and then call bapi for commit
‎2008 Aug 27 1:11 PM
i am talking about bapi_transaction_commit return parameter.
i think you got itI reported Abuse for My self
Cheers