‎2009 Sep 21 4:33 PM
I need to flag/identify from the customer master record if a cucstomer statement will be printed or emailed. I have a customized print process based on F.27 program. I will have a set of customers that have the SAPScript form printed via the spool (already in place), and want to run a second set of customers that have the statements emailed via a PDF document (which customized process builds). Can you help me identify a place to set and read a "master flag" on the customer to differentiate the print type (email vs. print)?
‎2009 Sep 21 8:51 PM
You can use 'Additional data' in customer master which SAP provided for customers to use for their own.
Go to XD02 - under general data - Extras - Additional data. You can rename these fields using field exits and use them.
‎2009 Sep 21 9:06 PM
Thanks for the information. I will use an attribute and assign the needed email to the partner for the customer, and read that as statements are created, and then email to the appropriate address as specifed on the partner.