2008 May 08 7:26 AM
What is the meaning of re_data.
CALL METHOD wa_items-item->get_data
receiving
re_data = itmdata.
Please provide me some notes on Objects Programming.
Good work will be highly rewarded.
Thanks
2008 May 08 9:30 AM
Hello Lalit
RE_DATA is the name of the parameter that is RETURNED by the method and RECEIVED by the caller of the method.
On SAP release >= 6.20 you can also use the functional method call because methods which RETURN parameters only return a single parameter (like Java methods):
itmdata = wa_Items-item->get_data( ).
Regards
Uwe
What is the meaning of re_data.
CALL METHOD wa_items-item->get_data
receiving
re_data = itmdata.
Please provide me some notes on Objects Programming.
Good work will be highly rewarded.
Thanks
2008 May 08 9:30 AM
Hello Lalit
RE_DATA is the name of the parameter that is RETURNED by the method and RECEIVED by the caller of the method.
On SAP release >= 6.20 you can also use the functional method call because methods which RETURN parameters only return a single parameter (like Java methods):
itmdata = wa_Items-item->get_data( ).
Regards
Uwe
2008 Jun 19 12:28 PM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |