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

Function module for creating PO info record

Former Member
0 Likes
915

Hi friends,

Is there any function module exists for creating PO info record with all views ?

<b>( General data, Organzational data, text data and pricing condtions ).</b>

I found <b>'ME_DIRECT_INPUT_INFORECORD'</b> function module for the same.

But it does not update table <b>A017 and KONP</b> which stores these condition records.

Could we upload condition record separately ?

Or Is there any FM for uploading all views ?

Thanks in advance,

Amit R

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
750

try with the following FM

ME_CREATE_MRPRECORD_PO

4 REPLIES 4
Read only

Former Member
0 Likes
750

try this...

ME_CREATE_CHANGEDOC_INFOREC

ME_DB_UPDATE_INFORECORDS

ME_UPDATE_INFORECORD

ME_UPDATE_INFORECORD_COND

ME_UPDATE_INFORECORD_PD

ME_UPDATE_PO_PRICE

ME_PREFETCH_EINAMAT

J_1B_IREC_SCREEN_CONTROL

Read only

Former Member
0 Likes
751

try with the following FM

ME_CREATE_MRPRECORD_PO

Read only

Former Member
0 Likes
750

try with the following FM

ME_CREATE_MRPRECORD_PO

Read only

Former Member
0 Likes
750

answered.