‎2009 Aug 18 8:09 AM
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.
‎2009 Aug 18 8:12 AM
‎2009 Aug 18 8:15 AM
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
‎2009 Aug 18 8:20 AM
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.
‎2009 Aug 18 8:23 AM
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...