cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Bank Statement Memo Line using Cloud Applications Studio?

crozierntwe2
Explorer
0 Kudos
210

Hi All,

I have recently created a Solution on Sap Cloud Application Studio to implement an inbound bank statement file format.

I am trying to pick up the Bank Statement Description to appear as the Memo Line after I have uploaded the Statement.

Here is the sample code that I have tried:

foreach(inputFileLine in InputData.Line){

//bankStatement(data)

//bankStatementItem(data)

paymentExplanation.ID = bankStatementItem.ID;

paymentExplanation.Note.content = inputFileLine.Substring(45, 38);

bankStatementItem.PaymentExplanationItem.Add(paymentExplanation);

bankStatement.Item.Add(bankStatementItem);

}

If there is someone that can hep me with this problem, that would be greatly appreciated.

Kind regards.

Accepted Solutions (0)

Answers (0)