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)
serializing objects - loses methods - the point being?
HiI know that serializing an object will lose the methods. But whats the point in that? What if we need the methods . Lets say the serialized string is sent from an external server where the calling
scandir clients directory
hi,how can i scandir the clients directory? i need a script that when i click a button it will upload all the files in the directory$dir =
Storing user data help?
Hey Guys, I'm not use if this question is to broad but I can always give you more information if needed.I have a website where users can login which uses mysql anyway I have a little form asking some
how can we add data from dynamic fields to mysql db in php
i have a script which i found on the internet. i modify that script according to my needs. what is in that script is there are three form fields with two buttons. one button is "Give me more
issues verifying if user is logged in
I am having issues when a user logs in via asp Login control, the IsAuthenticated still seems to come up false... ( yes the username and password is correct)
form variables from database help.
Hi all,I would like to have a form that gives you options based on the results of an mysql query.My example is this, say I have a mysql row with the colum name points and the result is 5. How would I
Career Change into SAP
Hai
data type in column definition
Hi,
Redirect not working after making a POST/GET
Hi Everyone,I am a novice in PHP. Here I have 2 pages, one page with a textbox and button and other page which has code to redirect to another website with the post value as querystring. When I tried
PHP onsubmit in the form not going to the fuction.
I have a form through ‘onsubmit’ calling a function validation(). But not going to the function at all. Why?<form action="member.php" method="post"