2008 Apr 25 12:28 PM
For Each of the sales documents with VBAK-AURT = ZJE check the Revenue amount in TC in ZBLRV. Replace the vlaue VBAK-NETWR with REVTC and display the value in the report output.
give the detailed code........
2008 Apr 25 12:37 PM
IF VBAK-AURT = ZJE
CHECK "Revenue amount in TC" in ZBLRV
VBAK-NETWR = REVTC.
WRITE:/ VBAK-NETWR.
ENDIF
Please do the needful
2008 Apr 25 12:39 PM
Send a valid purchase order to me for about 500, and I'll do it for you. The best way to code is to find a programmer.
Many of us here write programs to pay for food, to support our families. We share technical knowledge so that we all benefit. If someone here provides you with a program for free, then essentially, they are stealing from a programmer who could do the job, somewhere near where you live.
matt
2008 Apr 25 12:40 PM
2008 Apr 25 12:45 PM
2008 Apr 25 12:42 PM
hi...
Can you be more clear on the request
I understand that while fetching the fields from vbak you need fetch those having the sales doc type 'ZJE'....
Then do you need to check some filed in ZBLRV? (please be clear on what needs to be checked.. if the value or if any comparison is needed)