cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_DELIVERY_GETLIST not working in visual composer

Former Member
0 Kudos

Hi everyone,

I tried to use the BAPI named BAPI_DELIVERY_GETLIST in VC, but when I try to run it, only the content of the table ET_DELIVERY_HEADER appear, and all the other tables (specifically ET_DELIVERY_ITEM and ET_DELIVERY_ITEM_STS) are found empty. Nevertheles I need some informations that are in those tables. does anybody know if it is possible to display them, and how?

thanks a lot in advance,

kind regards,

Pierre

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Pierre,

Please check your BAPI first using transaction sm37 if your BAPI.

Test there using the parameters you assign through visual composer.

make sure that the data returned has the ET_DELIVERY_ITEM and ET_DELIVERY_ITEM_STS tables filled.

Regards,

Ahmed Salah

Former Member
0 Kudos

Hi,

What are output ports you selected when dragging the Data service into VC Designboard.

If you selct only one port related to HEADER and draging a Table from that port it gives onlthe dta related to Header.

I think you should select the Ports related to other s alos i.e ITEM and STS then drag a separate tables from them

Regards,

Govindu