Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

frnds..how to code!!!!!!!!!!

Former Member
0 Likes
574

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........

5 REPLIES 5
Read only

che_eky
Active Contributor
0 Likes
556

IF VBAK-AURT = ZJE

CHECK "Revenue amount in TC" in ZBLRV

VBAK-NETWR = REVTC.

WRITE:/ VBAK-NETWR.

ENDIF

Please do the needful

Read only

matt
Active Contributor
0 Likes
556

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

Read only

Former Member
0 Likes
556

Check out the answer to this question;

And this one;

Read only

matt
Active Contributor
0 Likes
556

>

> Check out the answer to this question;

>

>

>

> And this one;

>

>

Obviously the code wasn't detailed enough.

Read only

Former Member
0 Likes
556

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)