2009 Feb 27 3:53 AM
i want to store two variables it_error_tab_message, it_error_tab_code
to store any error which comes after calling the method of the proxy.
is there any standard table which i can use to store these two values or do i need to create my z table for the same. i need the name of the table where i can store these values for variables it_error_tab_message, it_error_tab_code permanently for future reference
code used is like this
CREATE OBJECT employee_data.
call method employee_data->UPLOAD_ACTION_ITEM
EXPORTING
OUTPUT = output.
commit work.
CATCH cx_ai_system_fault INTO go_sys_exception.
it_error_tab_message = go_sys_exception->errortext
it_error_tab_code = go_sys_exception->errortext.
2009 Feb 27 3:55 AM
Better if U can create a Z table and insert message and error code
Better if U can create a Z table and insert message and error code
2009 Feb 27 3:55 AM
Better if U can create a Z table and insert message and error code
2009 Feb 27 4:02 AM
can you guide why is it better tos use z table then standard table srini
2009 Feb 27 4:08 AM
U can easily maintain the Z table rather than a standard ones ... Also retrieving data would be faster
when compared to standard table as it might contain huge no. of entries ...
2009 Feb 27 3:55 AM
2009 Mar 19 11:55 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |