‎2006 Nov 08 3:32 PM
what are EXTENSION IN AND EXTENSION OUT parameters.
standardized parameters ,
AND ALSO ISO CODES .
do the return codes have any particular situations to use particular return codes like BAPIRETURN1/BAPIRETURN/BAPIRET1/BAPIRET2
EXAMPLES IF U CAN.
THANKS IN ADVANCE.
‎2006 Nov 08 3:36 PM
Hi Nagini,
Extension Parameters and BAPIs:
The two extension parameters (ExtensionIn and ExtensionOut) in the BAPI interface are used to pass on the enhancements to the BAPI function module or forward them from the function module to the calling program in container format.
The extension parameters are always based on data structure BAPIPAREX. It determines the format of the data records used to pass the enhancements back and forth between the BAPI and the calling program.
Please chcek this link for more information and sample codes.
http://help.sap.com/saphelp_nw04/helpdata/en/c3/40999d8b8911d396b70004ac96334b/content.htm
Standardized Parameters:
There are some parameters that can be created for various BAPIs because they contain the same or equivalent data in all BAPIs. Such parameters are known as "standardized" parameters. They should be implemented the same in all BAPIs.
Please check this link for more information.
http://help.sap.com/saphelp_46c/helpdata/en/df/0495eabd6f11d1ad09080009b0fb56/content.htm
For ISO codes, please check this link.
http://help.sap.com/saphelp_nw04/helpdata/en/a5/3ec9ea4ac011d1894e0000e829fbbd/content.htm
Please check this link for more information on BAPI return parameter.
http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec9f74ac011d1894e0000e829fbbd/frameset.htm
Hope this will help.
Regards,
Ferry Lianto