Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
I assume that you have a custom SAPscript. I would not recommend changing the standard SAP SAPscript (template). If you are still using the SAP standard print program, execute a PERFORM command in the SAPscript in the text element for the line. /E ITEM_LINE /: PERFORM <form_name> IN PROGRAM <program_name> /: USING ? /: CHANGING &BALANCE& AS &variable&,,&variable&,,&BALANC E& If you Google for this or search the Toolbox archives, you should be able to find the format. Or you can copy the print program and add a global variable. I do not usually recommend copying a SAP standard program. Cheers John
| | | ---------------Original Message--------------- From: PedroT Sent: Friday, January 14, 2011 11:12 AM Subject: SAPScript How to add balance by line invoice forms (RFKORD10)? HI, I'm trying to add a field on a form printed by RFKORD10 that in each line presents the balance + the value of that line, and this line by line. Example: Initial balance 1000 Doc 1 100 1100 Doc 2 200 1300 Doc 3 250- 1050 Total 1050 This is the idea. How to make this? Any field on RF140 that has this info? | | __.____._ Copyright © 2011 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | john.louk SAP Development Enthusiast
Contributed 100 posts in a group to earn a Bronze Achievement Most Popular White Papers In the Spotlight _.____.__ |