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

Customer Statement email determination

Former Member
0 Likes
476

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)?

2 REPLIES 2
Read only

former_member191735
Active Contributor
0 Likes
418

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.

Read only

0 Likes
418

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.