2022 Nov 24 9:59 AM
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.
2022 Nov 25 1:34 PM
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.