Skip to Content
1
Former Member
Jun 11, 2009 at 05:29 AM

How to use EXTENSION_IN in FM BAPI_OUTB_DELIVERY_CREATE_SLS...

2940 Views

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.