Skip to Content
0
Former Member
Jan 09, 2008 at 02:15 PM

query on sap_wapi

33 Views

Hi

in the case of webdynpro java launch via UWL.

CALL FUNCTION 'SAP_WAPI_START_WORKFLOW'

EXPORTING

task =

  • LANGUAGE = SY-LANGU

  • DO_COMMIT = 'X'

  • USER = SY-UNAME

  • START_ASYNCHRONOUS = ' '

  • DESIRED_START_DATE =

  • DESIRED_START_TIME =

  • IMPORTING

  • RETURN_CODE =

  • WORKITEM_ID =

  • NEW_STATUS =

  • TABLES

INPUTCONTAINER = req_

  • MESSAGE_LINES =

  • MESSAGE_STRUCT =

  • AGENTS =

.

where 'req' has been passed to the input_container of the function module , how it will be binded to the workflow container element ?, where i want to specify which workflow container element is to binded with the INPUT_CONTAINER value ?

1 )SAP_WAPI_READ_CONTAINER , for what purpose it will be used & where it will be used ?

2) SAP_WAPI_WRITE_CONTAINER , for what purpose it will be used & where it will be used ?

3) if every thing is carried out by the WD business logic , is there any requirment to create BOR or ABAP class ?

regards

arumugam