Application Development and Automation 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:Ā 
Read only

BAPI for LIPS-MBDAT (Material Staging/Availability Date)

Former Member
0 Likes
3,209

Hi friends,

I would like to know is there any BAPI  to update Material Staging/Availability Date (LIPS-MBDAT) in outbound delivery.

Thanks in advance....

5 REPLIES 5
Read only

Former Member
0 Likes
2,174

Hi ,

Use this FM "WB2_PROCESS_DL_ITEM_CHANGE"  to Update the 'LIPS-MBDAT'

Regard's

Smruti

Read only

0 Likes
2,174

Hi Smruti,

Thanks for your response..I had tried  using this FM but not it's not updating..what should we give  in input parameters I_V50AGL  and I_AKTYP. Please share the sample code if you have any!

Thanks in advance!

Read only

0 Likes
2,174

Hi ,

I_V50AGL =  Optional

I_AKTYP = 'V'

OR

Check the Source Code FM' WB2_PROCESS_DL_ITEM_CHANGE' , you got another  FM "WB2_ADD_ON_CHANGE_DL" Now Use this FM to Update 'LIPS-MBDAT' .

Pass  i_lips_old = All LIPS DATA with updated 'LIPS-MBDAT'

            i_updkz   =  '   '   "Space

Regard's

Smruti

Read only

0 Likes
2,174

Hi Smruti,

Thanks for the response.. I had tried but it's not getting updated ..I had passed parameters as shown below

*  CALL FUNCTION 'WB2_PROCESS_DL_ITEM_CHANGE'

*    EXPORTING

*      it_lips        = It_lips1 ---->changed date (lips-mbdat) for relevant field....

*    I_V50AGL       = ' '

*      i_aktyp        =  'V'

*    changing

*      c_lips         = cs_lips--->blank and tried with changed data (LIPS-MBDAT) as well

*      c_likp         = cs_likp--->blank  and tried with data as well

*      c_lipsd        = cs_lipsd

*      ct_log         = cts_log

Thanks for your help

Message was edited by: Gowri M

Read only

0 Likes
1,791

Are you able to solve this?