cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the return from a bapi

Former Member
0 Kudos

hi all,

i'm trying to get the return from a bapi when i execute it but i need to know how to value the bapi_output.

thanks,

Daniele

Accepted Solutions (0)

Answers (1)

Answers (1)

Yashpal
Active Contributor
0 Kudos

Hi Daniele,

when u access any RFC from Webdynpro...then

for the parameter in RFC side are mapped as follows...

import----rfcname_input

export---rfcname_output

tables----rfcname_input and rfcname_output

and then u create model node for these parameters......

after executing ....data is present in output node and if itis a tables parameter that is it presnet in the input---output node also ....so u need to access this nodes inorder to display data present in it ......

also see the linked document ..................

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/f0b0e990-0201...

Regards,

Yash