Gurus,
a) I need to develop enhancement for delivery output. The enhancement should not allow output if delivery is on credit hold. and the logic is something on the lines:
For VBUK- VBELN = delivery #
if VBUK-CMGST = 'B' or C
then do NOT allow the output assignment.
b) I need to develop enhancement for billing output. The enhancement should not allow
output for billing doc if the total billing qty = 0 and the total net value = 0 and the logic
IF FOR A BILLING DOCUMENT
Check
VBRK-NETWR = 0 (Billing Value)
If yes, then Check
VBRP-FKIMG (Billed Quantity) = 0
If yes, then Do not generate the output
If No , then generate output as per the Output conditions
Note: For development , we can check the line items and where ever we find the line item with Quantity stop the check and generate output.
Please help me with it or any leads will be appreciated and rewarded points.
thanks
raju