Quantcast
Channel: SCN: Message List - SAP ERP Financials - Treasury Applications
Viewing all articles
Browse latest Browse all 5623

Re: Upload of FX deals via .XLS

$
0
0

Hello Renatas.

 

I didn't use upload with XLS myself, but i've used BAPI to create transactions.

You can also use BAPI with LSMW - either Business object method (BAPI), or IDoc - both methods use BAPI.

1234.jpg

 

12341.jpg

 

The main problem with BAPI is that you have to use more then one BAPI, thereby increasing the number of files and you have to know all peculiarity about BAPI and it's structure.

 

Example with Interest Rate instrument. If you want to create transaction, you have to use:

  • Object type  BUS5550 InterestRateInstrument:
    • Method InterestRateInstrmnt.Create - to create data of your transaction.
    • Method InterestRateInstrmnt.MainFlowCreate - if you need to make other changes to capital structure.
  • Object type  BUS5102 FTRCondition:
    • Method FTRCondition.Create - Create Condition
  • Object type  BUS5103 FTRPaymentDetail
    • Method FTRPaymentDetail.Create - to create Payment Details
  • Object type  BUS5101 FTRAdditionalFlow:
    • Method FTRAdditionalFlow.Create - to create other Flows

 

So, if you have small amount of transactions to upload - it is better to use mannual upload with FTR_CREATE transaction.

If you have a lot of transactions to upload - it's better to spend some time to investigate how BAPI works.

 

To use LSMW with BAPI you need to configure "Idoc inbound processing"

123411.jpg


Viewing all articles
Browse latest Browse all 5623

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>