2009 Oct 07 10:46 AM
HEY ALL
i need to create a requirement in for pricing through VOFM tcode as follows ...can u people please tel me what is the coding which i need to put down for the below requirement :---
check if the value exists in the access tables A834.
Find the entry with the condition key ZMIN, Salesorg. and PO-type (BSARK from the order) and validity date equal to the pricing date (function module might exist to find this).
If entry exists,
Check if Netvalue2 from the order header greater than the value from the condition(ZMIN)
If yes, set the actual condition as valid, and exit the requirement.
If no, set the actual condition as invalid, and exit the requirement.
If entry did not exist, continue to next step.
what is the actual condition here specified?
HEY ALL
i need to create a requirement in for pricing through VOFM tcode as follows ...can u people please tel me what is the coding which i need to put down for the below requirement :---
check if the value exists in the access tables A834.
Find the entry with the condition key ZMIN, Salesorg. and PO-type (BSARK from the order) and validity date equal to the pricing date (function module might exist to find this).
If entry exists,
Check if Netvalue2 from the order header greater than the value from the condition(ZMIN)
If yes, set the actual condition as valid, and exit the requirement.
If no, set the actual condition as invalid, and exit the requirement.
If entry did not exist, continue to next step.
what is the actual condition here specified?
2009 Oct 12 10:47 AM
Hello,
Set the sy-subrc = 4 whenever the condition fails and set sy-subrc = 0 whenever the condition satisfies, this will resolve and get the required as per the requirements.
BR
Sudhakar
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |