Skip to Content
0
Former Member
Apr 15, 2010 at 10:40 AM

Programmed binding

94 Views

Hi there,

I'm using a function module to implement the container to container binding (BOR). It is based on the template SWA_TEMPLATE_EXECUTE_DATAFLOW. Unfortunatelly the macro SWC_GET_PROPERTY does not return a value.

*Direction of the dataflow

CASE dataflow.

WHEN lcworkflow_to_step.

  • 2nd: upon instanciating the step (resp. calling the method),

  • transfer data 'CALLING_CONTAINER' ---> 'CALLED_CONTAINER'

swc_container_to_runtime calling_container.

swc_get_element calling_container 'SWITCHDOCUMENT' ls_switchobjid.

swc_create_object wa_switchdocument 'ISUSWITCHD' ls_switchobjid-objkey.

swc_get_property wa_switchdocument 'POINTOFDELIVERY' lv_pod.

swc_get_property wa_switchdocument 'MoveInDate' lv_move.

Hoping for input.

Thanks in advance

Barbara