Output Management – Customize Email Form for Payment Advice

Please find below list of related blogs, it is convenient to jump between them.

Cloud Print Manager – Install and Configure

Output Management – Customize Master Form for Logo Address Data

Output Management – Customize Content Form for Outgoing Check

Output Management – Customize Email Form for Payment Advice

This is a continuation of blog for customizing eMail Form Template for Payment Advice. The predelivered eMail templates are maintained in Fiori App Maintain Email Templates.

The Email template is edited online in ABAP UI and does not need the Adobe Livecycle Designer needed for Master Form Template and Content Form Template.

This procedure uses standard SAP delivered Payment Advice form and is chosen because it is convenient to send the payment advice form by email while checks can be printed physically. Instead of standard SAP delivered payment advice form if you want to customize the form then please use the previous blogs for customizing Master Form and Content Form and then define the Content form in the last step under Output Parameter Determination – Form Template TIP: Please note that you should download/modify/upload template in Q-System. After it is uploaded in Q-System, you can move forms across landscape using Q-System Fiori tile “Export Software Collection” and then import into P-System using Fiori tile “Import Software Collection”.

STEP 1: MAINTAIN EMAIL TEMPLATE

Select Fiori app from group – Output Management, Fiori tile – Maintain Email Form Templates. 

To easily select the template, please set filter as required – click on (1) Predelivered Templates, (2) Description as check, (3) Available Languages as English, (4) Available Countries as USA, Click on (5) Go and (6) RightArrow to open the Content Template.

Click on Copy

You will see the copied form in (1) Custom tab. Select the (2) Email Template and Click on (3) >

Select English Language click on (2) Change Details.

You can change the text and then click on Save.

STEP 2: SSCUI – DEFINE EMAIL SENDER DOMAIN

In Q-System select Fiori group – Implementation Cockpit – Fiori tile Manage Your Solution. You will require authorization to Role SAP_BR_BPC_EXPERT

Select Configure Your Solution,

Enter (1) “domain” and click on (2) Search, Select (3) Define Email Sender Domain and click on (4) >

Enter name of domain

Click on Save.

STEP 3: MAINTAIN BUSINESS PARTNER 

In Q-System select Fiori group – Business Partner Master – Fiori tile Maintain Business Partner. You will require authorization to Business Catalog SAP_CMD_BC_BP_MAINT_PC

For every business partner (1), click on start (2), Select BP (3), Switch Between Display and Changes (4), Company Code (5)

tab Vendor Correspondence (1), enter Clerk’s internal address (2)

Save the record.

STEP 4: CONFIGURE OUTPUT PARAMETER DETERMINATION

In Q System Select Fiori  group – Output Control, Fiori tile Output Parameter Determination. You will require authorization with business role SAP_BR_ADMINISTRATOR business catalog SAP_CA_BC_OC.

Select Show Rules for (1) Payment Advice Determination Step (2) Output Type, that Dispatch Time shows (4) “immediately”, if not (3) Edit

Check the Receiver is set for the 2 lines as below

Check that Determination Step Channel is set to EMAIL as below..
You may also send a printout to PRINT and this can be set to DEFAULT printer so it does not print to physical printer but is available in the tile Print Queue.

Select Show Rules for (1) Payment Advice Determination Step (2) Printer Settings set to DEFAULT printer. You may set this to print to physical printer as well and this will require Print Queue to be setup.

Select Show Rules for (1) Payment Advice Determination Step (2) Email Settings, select (4) Direct Input, Sender email address (5) noreply@mycompany.com, Click on OK (6) , to change, click on (3) Edit 
Click on (7) Activate. Answer Yes to question below:

Select Show Rules for Payment Advice Determination Step Form Template as FIN_FO_PAYM_ADVICE, ensure as (4) below , if not (3) Edit.  FIN_FO_PAYM_ADVICE is a predefined template, if you want custom template, please select accordingly

Select Show Rules for Payment Advice Determination Step Email Recipient, ensure nothing is defined as below

Select Show Rules for Payment Advice Determination Step Output Relevance, ensure as (4) below , if not (3) Edit 

STEP 5: TEST PAYMENT FORM

Please follow steps for Payment Proposal and Payment Run

Please find below the sample printout. The pdf attachment is standard or as customized in the blog for Master form and Content Form.

Hope this was useful.

Mahesh Sardesai
SAP Canada
S/4HANA Cloud Product Expert http://bit.ly/2BTWL86 #SAP #SAPCloud #AI

如何将ST05生成的trace导入HANA Studio里并以图形化方式显示出来

有的朋友可能在ST05里看到这个按钮但是不知道如何使用。 方法如下。 首先使用事务码ST05,使用下面的按钮打开trace开关,指定trace的client,用户名和待trace的程序。 打开trace之后,在另一个SAPGUI里执行您想要trace的程序,完毕之后关掉trace: 执行完毕之后点击这个按钮就可以查看trace文件: 使用这个按钮将某个透明表上的操作的执行计划(execution plan)导出成本地文件: 在HANA studio里导入这个.plv文件即可以图形化方式查看执行计划: 如下图所示: 把SAPGUI里ST05 trace出的这段SQL statement直接粘贴到HANA Studio里的SQL console里也是可以执行的: 打开SQL Console: 您可以关注微信公众号”汪子熙“获得更多Jerry Wang的中文SAP技术文章。 关键字:Graphical_Explain, Execution_Trace, ExecutionTrace http://bit.ly/2F4Hdjz #SAP #SAPCloud #AI

Apache Camel URI Completion in VS Code XML Editor and Eclipse Che

Apache Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or BlueprintXML Configuration files, and a Scala DSL. It also uses URIs to work directly with any kind of Transport or messaging model such as HTTP, ActiveMQ, JMS, JBI, SCA, MINA or CXF, as well as pluggable Components and Data Format options. Apache Camel is a small library with minimal dependencies for easy embedding in any Java application.

A few weeks ago, I blogged about Apache Camel URI completion in the Eclipse XML Editor. This week I’m happy to announce that the same feature is available for 2 others IDEs: VS Code and Eclipse Che. https://goo.gl/U454FB #DataIntegration #ML