Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Question from umer1 on May 11 at 6:20 AM Hi Experts, I was trying to get credit note for an abap report . I added the below code which helped me out in getting credit note. LOOP AT itab WHERE VBTYP = 'H' OR VBTYP = 'K' OR VBTYP = 'O' OR VBTYP = 'N'. Itab-NETWR = Itab-NETWR * ( -1 ). Itab-NETWR1 = Itab-NETWR1 * ( -1 ). i MODIFY Itab. ENDLOOP. But what i should add to get cost of goods sold whose field is vbfa-rfwrt i tried in the same loop with this code itab-RFWRT = VBFA-RFWRT. but doesn't works. Thanks in advance and answers will be appreciated | Reply to this email to post your response. __.____._ | _.____.__ |