Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI for OB08

Former Member
0 Likes
3,192

Is there any BAPI to update transaction OBO8?

8 REPLIES 8
Read only

Former Member
0 Likes
1,945

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

Read only

Former Member
0 Likes
1,945

Hi,

Try one of the followng which matches the requirements:

BAPI_EXCHANGERATE_CREATE

BAPI_EXCHRATE_CREATEMULTIPLE

<b>rEWARD POINTS</b>

rEGARDS

Read only

0 Likes
1,945

Hi ,

I need a BAPI tp update an existing record in OB08?Could you pls help.

Read only

0 Likes
1,945

Hi

have you checked the FM: MODIFY_TCURR?

Best Regards, Murugesh AS

Read only

0 Likes
1,945

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

Read only

0 Likes
1,945

This message was moderated.

Read only

0 Likes
1,945

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.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,945

This transaction actually execute a maintenance dialog (SM30 on view V_TCURR), so you could try to call FM VIEW_MAINTENANCE_SINGLE_ENTRY. (Action = 'UPD', SUPPRESSDIALOG and NO_TRANSPORT set)

Regards,

Raymond