2006 Jun 16 6:15 PM
Hi,
Without giving you much detail info about what I am doing, would you be able to guess the problem that I am having? My problem is I wrote an executable program and it ran OK with the correct number of records, but when I put the same logic into a FM, the number of records multiply, and I am getting many records.
What would be the cause of this? Is the FM recursive? How would I resolve this?
Thanks,
RT
2006 Jun 16 6:21 PM
hi rob,
try clearing the internal tables or variables before calling the function module.
hi rob,
try clearing the internal tables or variables before calling the function module.
2006 Jun 16 6:21 PM
hi rob,
try clearing the internal tables or variables before calling the function module.
2006 Jun 16 6:21 PM
Hi Rob,
I am making a wild guess here...the reason could be that the internal tables or variables declared as part of Global data (if any) must be refreshed in your FM code.
Regards,
Sumant.
2006 Jun 16 6:23 PM
Might be you are not refreshing input internal tables / input fields.
Regds
Manohar
2006 Jun 16 6:24 PM
Hi,
How are you calling the FM. If the FM is inside a loop, then this would happen.
Best regards,
Prashant
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |