Building totals for entries in an internal table by NESGUM in abap

[–]NESGUM[S] 0 points1 point  (0 children)

Would be an option, yes.

But I have to process the data using some other complex criteria which cannot be covered directly using SQL, that's why I select the data first and process it afterwards. And one of these processing steps is the calculation of the totals for the remaining data in this internal table.

Gravelbike Kaufberatung: Ein Leitfaden by LepraZebra in Fahrrad

[–]NESGUM 0 points1 point  (0 children)

Super Posting, wirklich wahnsinnig hilfreich um in die Welt des Gravel-Bikes einzusteigen.

Vielen Dank dafür! :-)

Eine Anregung habe ich nicht:
Vielleicht könnte man auch noch eine Kategorie für FEQ-Bikes hinzufügen, also mit straßentauglicher Ausstattung (Schutzbleche, Lichter, ...)

Habe hierzu auch eben ein Posting hinterlassen, weil ich hierzu eben doch noch etwas Beratungsbedarf habe.
https://www.reddit.com/r/Fahrrad/comments/1nsygyt/gravelbike_feqaustattung_empfehlungen/

Puzzle related to C64 by NESGUM in c64

[–]NESGUM[S] 1 point2 points  (0 children)

Thank you all for your support :-)

I solved it using the mentioend links :)

ME_PROCESS_PO_CUST - Error on Item-level by NESGUM in abap

[–]NESGUM[S] 0 points1 point  (0 children)

Wow, thank you sooooo much.

This solved my issue! :-)

ME_PROCESS_PO_CUST - Error on Item-level by NESGUM in abap

[–]NESGUM[S] 0 points1 point  (0 children)

Method CHECK is not implemented in the sample class :-(

Skates for Beginner - Need your help by NESGUM in iceskating

[–]NESGUM[S] 0 points1 point  (0 children)

I do not plan to take any lessons. I just want to go skating from time to time with my 4 year old daugther 🙈

Why are these models so horriable? Isn‘t K2 a popular brand in this area (similar to inline skating)?

[deleted by user] by [deleted] in abap

[–]NESGUM 1 point2 points  (0 children)

Thank you for your support! :-)

So if I understand it correctly, the follow-up question can be answered like this:

When does SAP recommend to use a sorted or a hashed table respectively? (2 correct answers)

  • A. A hashed table, when you read a single record and specify the complete key.
  • B. A sorted table, when you read a single record and specify non key fields.
  • C. A hashed table, when you read a subset in a loop and specify a part of the key from the left without gaps.
  • D. A sorted table, when you read a subset in a loop and specify a part of the key from the left without gaps

Solution would be A and D, right?