Hi folks,
i made a custom t-code linked to a classic abap report who does a few operations (i.e. calls 3 bapi and download on a local folder).npro
The custom report must be called(/started) by a standard webdynpro which ai managed to enhance , inserting a new menu voice
from which i call my t-code using a ITS webgui service.
So far so good.
Now the webdynpro MUST pass some values(parameters) to my custom t-code.
Scenario: i select a line on the standard WD (a document number ) which i need to pass to my custom t-code.
The custom report needs those values to execute a few operations but so far i wasn't able to transfer the fields value from WD
to T-code report.
Please help me.
I am worried i might need to transform my custom abap report into a wdynpro.
PS: The report must allow the user to select a local folder where i need to download some files from Kpro.
Thanks