Hello all,
I am new ABAP development. I need to create a report where I have to fetch number of shopping carts created in a month with all the details (header, item, account, approval), the format in which the data will be extracted is mentioned below:
HEAD GUID SC-NUMBER rest of the header details
ITEM 1 (item details)
ITEM 2 (item details)
..
..
..
ITEM X (item details)
ACC (accounts related to the shopping cart)
APP (approval related to the shopping cart)
now for each of them we have few tables, for say from 3-4 tables i will get the header details, from 3-4 tables i will get the item details (GUID is the common field) same goes for accounts and approval.
Now my question is how i am going to fetch the data, should I first extract header data then item, accounts and approval then joining them in my final table??? I am really confused, kindly reply how i am going to start my code what should be my approach.
Awaiting your response..
Regards,
Sarnava