Hi,
I have a FM module which should call a SAPScript. It works fine with
static information on the SAPScript, but it does not work with dynamic
elements. For example, I have certain fields in my FM which content I
would like to print, but those variables are always empty. I copied my
FM to a regular ABAP report and it works fine. When I debug it, I can
see the contents of the fields in the FM, but they get cleared in the SAPScript.
By the way, I execute the FM with Single Test, because there is not ABAP
which will execute it later on. It will be executed via RFC.
Does anyone had this problem before and found a solution?
Thanks in advance!!!