cancel
Showing results for 
Search instead for 
Did you mean: 

how to populate the multiline container?

Former Member
0 Kudos

Dear experts,

I am new to workflow. i have requirement for getting multiple records in structure. so i am using bapi 'SAP_WAPI_WRITE_CONTAINER'. i have created container which contains multiline records, but i am not able pass the value to structure. Please provide me solution as early as possible because it is urgent.

Thanks & Regards,

Nigesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Writing a multiline field value

SWC_SET_TABLE <Container> <ContainerElement> <Value>.

For more information, see Writing a Table into a Container.

Reading a multiline field value

SWC_GET_TABLE <Container> <ContainerElement> <TableVariable>.

Check the following link also.

http://help.sap.com/saphelp_nw2004s/helpdata/en/c5/e4b130453d11d189430000e829fbbd/content.htm

Edited by: Amandeep Singh on Jan 19, 2008 7:03 PM

Answers (0)