cancel
Showing results for 
Search instead for 
Did you mean: 

Update LTAP Table

Former Member
0 Kudos

Dear Experts,

   I have a situation where in I need to update a specific filed in LTAP table (Field ABLAD).

Can you please help me with any function module or BAPI to do the same.

Please note that the Transfer Order is already created, i just want to change it thru a custom program.

Regards

Amit.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Try these 3 fn. modules V51P_FILL_GT HU_HEADER_UPDATE HU_PACKING_UPDATE

former_member184158
Active Contributor
0 Kudos

Hi

could you try this FM :   L_TO_UPDATE_PREPARE

Regards

Ibr

Former Member
0 Kudos

HI Amit,

I have the same problem. did you found any solution ?

At this time , I make a hard update (MWMTO002)

on database , but I don't want to do that .

Regards

M.M.

raymond_giuseppi
Active Contributor
0 Kudos

Did you check the multiple L_TO* FM in package LVS or perform a where-used search of its data element in function module interfaces?

NB: You could also look at L_TO_CANCEL  and L_TO_CREATE* FM.

Regards,

Raymond