2008 Mar 31 11:10 AM
Hi,
I want to fetch the otf data from close_form FM.
What parameters do I need?
Thanks a lot!
2008 Mar 31 11:23 AM
Hi,
See the Sample coding.
DATA: BEGIN OF hotfdata OCCURS 10.
INCLUDE STRUCTURE itcoo.
DATA: END OF hotfdata.
CLEAR hotfdata.
REFRESH hotfdata.
CALL FUNCTION 'CLOSE_FORM'
IMPORTING
RESULT = itcpp
TABLES
otfdata = hotfdata
EXCEPTIONS
unopened = 3.Regards,
Morris Bond.
Reward Points if Helpful.
Hi,
See the Sample coding.
DATA: BEGIN OF hotfdata OCCURS 10.
INCLUDE STRUCTURE itcoo.
DATA: END OF hotfdata.
CLEAR hotfdata.
REFRESH hotfdata.
CALL FUNCTION 'CLOSE_FORM'
IMPORTING
RESULT = itcpp
TABLES
otfdata = hotfdata
EXCEPTIONS
unopened = 3.Regards,
Morris Bond.
Reward Points if Helpful.
2008 Mar 31 11:23 AM
Hi,
See the Sample coding.
DATA: BEGIN OF hotfdata OCCURS 10.
INCLUDE STRUCTURE itcoo.
DATA: END OF hotfdata.
CLEAR hotfdata.
REFRESH hotfdata.
CALL FUNCTION 'CLOSE_FORM'
IMPORTING
RESULT = itcpp
TABLES
otfdata = hotfdata
EXCEPTIONS
unopened = 3.Regards,
Morris Bond.
Reward Points if Helpful.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |