on 2021 Jan 25 3:21 PM
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.
Request clarification before answering.
User | Count |
---|---|
85 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.