Hi all:
I want to select data dinamically in a DTP.
I am using abap coding. My problem is that I need to select data from the month that is contained in another field in the source DSO.
Example:
- Select data based on 0FISCPER
- The determination of the combination month/year for 0FISCPER is done based on the field DATE1 existing in the source DSO.
How can I have available the field DATE1 in my calculation in the ABAP?
No matter how I write it, always I receive "Field DATE1 is unknown".
Some ideas?