SAP Knowledge Base Article - Public

2978276 - Paper Tray Control for QR Code Invoices

Symptom

Is Paper Tray Control for QR Code Invoices possible similar to the Paper Tray Control for ISR payments?

Environment

SAP Business ByDesign

Cause

We are planning to include the Value "9999999999999999999920111116" as a QRPageIdentifier in the Print Form, allowing so to have a similar tray control as in the case of ISR in Release 2011.

Resolution

In the meantime if you need this functionality earlier, you can enhance the used form templates according to the following steps:

 

Edit every language variant of the form template with Adobe LiveCycle Desinger:

at Hierarchy: FormInvoiceRequest -> bydMain -> QRSlipBody add

 

- Object -> Draw Type: Text  edit Name in Hierarchy: QRPageIdentifier

   Presence: Visible

Layout  X: 25mm

   Y: 192mm

   Width: 37mm

   Height: 9mm

- Object -> Field  Type: Text Field

   Presence: Invisible

  -> Binding Name: WatermarkName_Help

   Data Binding: $.CustomerInvoice.WatermarkName

    Layout  X: 0mm

   Y: 202mm

   Width: 37mm

   Height: 9mm

 

+ add to the script " FormInvoiceRequest.bdyMain.QRSlipBody::initialize - (FormCalc, client) " the following lines:

    [Start of script extension]

if ( WatermarkName_Help.rawValue == "" or  WatermarkName_Help.rawValue == null ) then

QRPageIdentifier.rawValue = "9999999999999999999920111116"

endif

var strCurrencyValue;

strCurrencyValue = this.parent.frmSummaryBlock.frmPricing.txtAmountCurrency.rawValue;

if ( strCurrencyValue <> null & strCurrencyValue <> "" ) then

QRPageIdentifier.rawValue = Concat(QRPageIdentifier.rawValue, strCurrencyValue);

QRPageIdentifier.font.size = "0.01pt"

QRPageIdentifier.w = "3mm"

QRPageIdentifier.font.fill.color.value = "255,255,255"

endif

 [End of script extension]

tray+control+for+QR-slip.png

Keywords

ESR; ISR; Paper Tray; Print Manager; QR-Bill; QR Code; Invoice; Customer Invoice , KBA , AP-RC-OUT , Output Management , Problem

Product

SAP Business ByDesign 2008

Attachments

tray+control+for+QR-slip.png