As I understand, any amount-like field can refer to a currency key field to make the format or amount appropriate according to the currency. This can apply in CDS View, Data Dictionary (Tables, Structure, etc), ALV Report, etc
For example in ALV su...
Hi,
I happened to have the opportunity to give ABAP training to clients. According to the syllabus, in my opinion, it's not just the basics because we have to include CDS and AMDP as well.
Back in my days learning ABAP, we only focused just to ma...
Hi, I've been following this tutorial
Tutorials: https://developers.sap.com/tutorials/abap-environment-data-model.html --------------------------
But in the 4th step, it is shown an error like this
It happens when I'm trying to publish the ...
frdric.girod Thanks for the input!Yes, I'm thinking just to cherry pick from the clean ABAP concept and the new syntax with the one that is not too complicated. The FOR THEN In my opinion indeed too complicated.
Assuming both internal tables got the same type or specifications, Here is one of the solutions. Hope it helps!
Loop at lt_sel_temp assigning field-symbol(<sel_temp_line>).
append <sel_temp_line> to lt_remove. "Append the data to lt_remove interna...
Hi prabinkumar.When you said client asking to remove, is it in the Odata (xml or json) part or in the front end part? Usually client only focus on the front end or what is shown in the UI. In which case, my answer I think applied.But if it really me...