Age: 70 Joined: 04 Oct 2007 Posts: 1218 Location: Санкт-Петербург
Posted: Mon Dec 01, 2008 5:34 pm Post subject: Web dynpro textedit text edit wrapping convert to workflow
Web dynpro textedit text edit wrapping convert to ITF workflow notes
Code:
DATA:
node_request_reasons TYPE REF TO if_wd_context_node,
elem_request_reasons TYPE REF TO if_wd_context_element,
stru_request_reasons TYPE wd_this->element_request_reasons,
item_text_lines LIKE stru_request_reasons-text_line.
DATA:
x_container TYPE swcont,
w_note_line TYPE string,
i_note_table TYPE STANDARD TABLE OF zcas_workflow_notes,
x_note_table TYPE zcas_workflow_notes,
t_itf_text TYPE STANDARD TABLE OF tline,
w_itf_text TYPE tline.
* set the request reasons
node_request_reasons = wd_context->get_child_node( name = wd_this->wdctx_request_reasons ).
elem_request_reasons = node_request_reasons->get_element( ).
elem_request_reasons->get_attribute(
EXPORTING
name = `TEXT_LINE`
IMPORTING
value = item_text_lines ).
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.