Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Adding export message

0 Kudos
198

Hi all,

I have a requirement as in a function module: 1]assigning values of custom fields in BAPI_SALESORDER_CREATEFROMDAT2 for so creation. I have done this part and getting output as required.

2]Now, I have to return the message(get in lt_return of above CF) back to SQL database with RFC .So, I need to add a new export parameter for message return.

Can anyone please suggest the steps to add.

Thank you.

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos
166

Can't you get the RETURN (standard messages) or EXTENSIONEX (filled with BADI_SD_SALESDOCU_BAPI) table parameter back as those are actually export parameter.