‎2007 Jun 25 11:19 AM - last edited on ‎2024 Feb 04 6:18 AM by postmig_api_4
Is there any BAPI to update transaction OBO8?
‎2007 Jun 25 11:59 AM
Hi,
check FuGr: BUS1093
( INCLUDE LBUS1093U01.
"<b>BAPI_EXCHRATE_GETCURRENTRATES</b>
INCLUDE LBUS1093U02.
"<b>BAPI_EXCHANGERATE_GETDETAIL</b>
INCLUDE LBUS1093U03.
"<b>BAPI_EXCHRATE_GETLISTRATETYPES</b>
INCLUDE LBUS1093U04.
"<b>BAPI_EXCHRATE_CREATEMULTIPLE</b>
INCLUDE LBUS1093U05.
"<b>MODIFY_TCURR</b>
INCLUDE LBUS1093U06.
"<b>BAPI_EXCHANGERATE_SAVEREPLICA</b>
INCLUDE LBUS1093U07.
"<b>BAPI_EXCHANGERATE_CREATE</b>
INCLUDE LBUS1093U08.
"<b>BAPI_EXCHANGERATE_GETFACT</b>ORS
INCLUDE LBUS1093U09.
"<b>ALE_EXCHANGERATE_SAVEREPLICA</b>INCLUDE LBUS1093U10.
"<b>IDOC_INPUT_EXCHANGE_RATE</b> )
for details.
Hope this helps.
Best Regards, Murugesh AS
‎2007 Jun 25 12:04 PM
Hi,
Try one of the followng which matches the requirements:
BAPI_EXCHANGERATE_CREATE
BAPI_EXCHRATE_CREATEMULTIPLE
<b>rEWARD POINTS</b>
rEGARDS
‎2007 Jun 25 12:08 PM
Hi ,
I need a BAPI tp update an existing record in OB08?Could you pls help.
‎2007 Jun 25 12:14 PM
Hi
have you checked the FM: MODIFY_TCURR?
Best Regards, Murugesh AS
‎2013 Apr 26 7:47 AM
BAPI_EXCHANGERATE_CREATE . I have used this but its giving the information msg like "one record planned for update". I have use bapi commit as well but it does not update the entry in table tcurr. Kindly suggest me plz.
jigar
‎2013 Apr 30 4:36 PM
‎2013 Apr 30 4:37 PM
Hi,
use BAPI_EXCHANGERATE_CREATE and put an "X" on the UPD_ALLOW parameter. Remeber to commit any single record updated.
Hope this may help you,
m.
‎2013 Apr 29 3:45 PM