Hello Jörg Wulf and Always Leaner & all,
I have tried using that approach of exporting the memory id from the transaction program. But, it still shows me the same behavior.
What it still does now:
When I debug the code, it goes to the transaction program and in one swift moment comes straight back to my FM ( without filling the internal table obviously )
What I learnt from poking around here and there:
- "SUBMIT program" works only for Reports?! ( with events & selection screen ) Is this the reason why my transaction program ( which has PBO and PAI modules w/o events ) does not seem to work for this case? (Please let me know if this is the reason WHY ? )
- Also I cannot use the " Call transaction XXXX " statement in my FM because I need only the populated internal table from the transaction program and nothing else.
Is there any other way to access the transaction program's internal contents?