Hi, I need some clarity on the batch related pricing
For example the following are the batches for a material xxxx
060 - 60 INR 1 EA C 01.04.2009 31.12.9999
080 - 80 INR 1 EA C 01.06.2009 31.12.9999
currently in the sales order the batch is determined automatically as per the availability in the material. If at the source point the material is moved in lower60 mrp batch as sap automatically determines it and it will get billed in lower mrp as the validity period is open, instead of current mrp 80 this is would be loss for the company.
Scenario 1:
if we close the validity it will pick the current mrp of 80. But if we close this validity i would loose the history of pricing for material xxxxx
So can anyone suggest with loosing the histroy of MRP from the master table. It should pick current of mrp of 80 which is from 01.06.2009 (How to Configure in sap)
Javascript using window.location seems to lose state
Not sure what forum so let me know if I'm in the wrong place.
Detail Expenses Report by Cost Center
I would like to obtain a report out of SAP that shows a list of expenses by cost center that shows the vendor that the expense related to.
Xacute search within SQL results
I have a query that is pulling data, and I want to return a specific value from the results of that query, so I'm using the following to do this:
Concatenate two strings ???
I have string one $string1 and another $string2.How to concatenate (add) both of them $string1+" "+$string2 also check condition for the total string length not more than 100 characters
UDP server recvfrom() always returns -1? :(
Hello all,I am getting a very strange error in my code :( I am writing a server application in C, to send and receive UDP packets to/from a client. Right now, im just running a loop in which the
help with image text
Hi ...see i need the text of the name and number to start in the center and always be in the center now with the code i have the text starts in the center and goes on to the rite it does not stay in
Converting numbers to months
The porgram works -just need the last function(month_convert_ to convert numbers to months -thanks.
Word filter problem
Hello,im trying to make a filter for words inputted in to my website but i want to store the swear word and the replacement for that word in a mysql db i have developed the code
insert quotes
Hi,I have an output like this:Code: john,18,CancerHow can I change this to Code: 'john','18','Cancer'with php?Thanks in advanced,
Memory Allocation
Hi folks,see this ex:int v=5;v=v+10;then what will do the compiler before the output come as 15.Please explain me technically.