cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping

Former Member
0 Kudos
61

I am trying to map BAPI RETURN to output structure.. I have no problems when BAPI returns an error message..

If successfully processed, RETURN table is empty.. but I still need to update my output structure...

How do I handle this?

View Entire Topic
Former Member
0 Kudos

Hi SSG,

You can create a wrapper function (where u call ur BAPI)over this which can return a value as you will need at least something to be returned for the Interface to work.

Regards

Vijaya