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

Changing Net Price using bapi 'BAPI_PO_CREATE1'

Former Member
0 Likes
1,681

Hi All,

I have a requirement to create the PO using BAPI .In this , the Net Price value is automatically updated from Info record.

Can any one pls suggest the procedure how to update this Net Price through a flat file , and not through the info record.

Thanks in advance...

Regards,

Sivani.

4 REPLIES 4
Read only

Former Member
0 Likes
862

Hello

Set parameter NO_PRICE_FROM_PO = 'X'.

Read only

Former Member
0 Likes
862

HI,

Try to set the IMPORT paramter NO_PRICE_FROM_PO = 'X'.

also if u want the data from the flat file collect the data from flat file to internal table.

loop through that internal table

call BAPI.

endloop.

Hope this solves ur problem

Thanks ,

Ruchi

Read only

Former Member
0 Likes
862

Thanks for ur reply.......I am uploading the flat file through LSMW........

I tried changing the Parameter also.....but still it is taking the value from info record........

Can u pls suggest the alternate for this.......In the transaction ME23n also i am not able to edit the Net Price.....

Is there any possibility to change this using LSMW??

Regards,

Sivani.

Read only

0 Likes
862

I guess the pricing is determined automatically... based on the KALSM ( pricing procedure) you are using.... I doubt even if we should attempt to interprit our own net values... during creation or changing any values SAP would run PRICING Function to determine the values...