2009 Jan 29 5:21 AM
Hi ,
I need to know how can I call a transaction and pick data directly from there for further processing in my report.
Can you please help for the same?
2009 Jan 29 7:35 AM
Hi,
I couldn't understand your problem exactly. But, what I suggest for your problems is , you have to go for BDC recording and you can retrive data from each field. But, it is worst and complex solution for your problem. So, I need broad explanation.
Venkat, IBM
2009 Jan 29 7:46 AM
Cant you use :
SUBMIT 'report-name'
WITH
WITH
EXPORTING LIST TO MEMORY
AND RETURN.
After that, pick up the list fro memory using:
CALL FUNCTION 'LIST_FROM_MEMORY'