cancel
Showing results for 
Search instead for 
Did you mean: 

Is possible to perform use bulk in the data obj with more then one level ?

Former Member
0 Kudos

Hi guys !!

Is there any way to perform use bulk in the data object with more the one level ?.

Example:

Header

||

||---Details

Can I create the bapi wrapper details prepared for bulk operation instead of use getlist(header) + getdetails(1 header + the list of Details) in case above?

Obs: the object is only download.

===================================================================================================

Accepted Solutions (1)

Accepted Solutions (1)

sivasatyaprasad_yerra
Active Contributor
0 Kudos

Yes. You can write a Get Details which returns more than one record. This is supported in DOE.

Select Use Bulk option in Backend adapter details in DOE workbench.

GetDetail:

1. It should not expect any IMPORTING parameters

2. It should pass any EXPORTING parameters

3. Header details should also be part of TABLES parameters

while invoking Get Detail from DOE, it will pass the backend keys.

So, Get Detail has to return values by reading these keys.

Regards,

Siva.

Edited by: Siva Satya Prasad Yerra on Apr 3, 2011 6:38 PM

Answers (0)