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

Create Purchase info record using LSMW idoc method

Former Member
0 Likes
2,625

Hello Friends,

I am trying to update Purchase Info records using LSMW Standard program RM06IBI0.

But it is not updating the condition price details and scale Quantity.

For that the form suggessted LSMW IDOC method. with : Message Type COND_A / COND_A02.

But i dont know is the info record created earlier to this step or else we can create both using this method

at a time ? Does anybody please suggest.

( Actually Purchase Info record created using transaction ME11 ).

Regards,

Phaneendra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,216

Hi,

Use the Standard Program RV14BTCI object :0070 for loading condition record.

Hello Friends,

I am trying to update Purchase Info records using LSMW Standard program RM06IBI0.

But it is not updating the condition price details and scale Quantity.

For that the form suggessted LSMW IDOC method. with : Message Type COND_A / COND_A02.

But i dont know is the info record created earlier to this step or else we can create both using this method

at a time ? Does anybody please suggest.

( Actually Purchase Info record created using transaction ME11 ).

Regards,

Phaneendra

3 REPLIES 3
Read only

JL23
Active Contributor
0 Likes
1,216

you first create the info record and subsequently you load the conditions.

become familiar with the condition tables and its key first. Check How table A017 and A018 are maintained.

Intresting is the field VAKEY which is actually the link to your info record.

This is a combination of vendor, material, purchasing org, plant , and info record indicator.

data: begin of ZZVARKEYA,

ZLIFNR like LFM1-LIFNR,

ZMATNR like MARc-MATNR,

ZEKORG like LFM1-EKORG,

ZWERKS like MARC-WERKS,

ZINFTYP like EINE-ESOKZ,

end of zzvarkeyA.

Read only

Former Member
0 Likes
1,217

Hi,

Use the Standard Program RV14BTCI object :0070 for loading condition record.

Read only

Former Member
0 Likes
1,216

thanks to all - answered