Hi friends,
I have a requirement to extend LIKP table with custom fields and populate the custom fields using EXTENSION_IN/EXTENSION_OUT parameters in tables parameter.
The documentaion says
FU BAPI_OUTB_DELIVERY_CREATE_SLS EXTENSION_IN
____________________________________________________
Short Text
Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
Description
In parameter EXTENSION_IN, you can transfer additional data.
This data can be processed with the following BAdI:
Enhancement spot: ES_SAPVL50I_BADI
BADI definition: BADI_DLV_CREATE_SLS_EXTIN
Method: ADDITIONAL_INPUT
***
Short Text
Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
Description
In parameter EXTENSION_OUT, you can return additional data to a synchronous caller.
The following BAdI is available for doing this:
Enhancement spot: ES_SAPVL50I_BADI
BADI definition: BADI_DLV_CREATE_EXTOUT
Method: ADDITIONAL_OUTPUT
I appreciate if someone helps me how to populate the parameters EXTENSION_IN and EXTENSION_OUT and how to implement BADI method step by step and also share the code if anyone has.
Thank you in advance.
Regards,
Satya Denduluri.