Questions tagged [sap-smart-forms]

NOT to be confused with `Smart*` controls from [sapui5]. Use this tag only for "SAP Smart Forms" which is a tool by SAP for outputting forms in various formats such as print (standard), email, fax, or HTML document.

36 questions
4
votes
1 answer

SAP Smartform totals misalignment

I'm using a template to try to nicely align all of the "totals" of the document. A style has been created and is set to "right" The information is text elements combined with variables The variables have been checked to make sure there are no…
Bryan Abrams
  • 337
  • 1
  • 4
  • 16
3
votes
1 answer

SAP Smartforms layout trouble with packed numbers

I'm currently trying to fill a smartform with some information. I have a simple text element and read the data fields via &name&. The data itself gets read perfectly fine, however the layout is incorrect. Some fields are just plain text, and others…
Suimon
  • 271
  • 1
  • 6
  • 15
3
votes
1 answer

Include printer language directly into SAP Smart Forms

I am trying to print from SAP Smart Forms to an AUI BP9000 printer (Epson Emulation). As a test, we send an Epson barcode command to the printer: [ESC][SI]123456789[ESC][SO] The barcode (Code 39) prints fine if we send this string straight to the…
3
votes
1 answer

Accessing Global Definitions of SAP smartforms within Program

I would like to access the value of variables defined in Global Definitions of a smartform within my ABAP program. Does anyone know how it would be possible?
Arman
  • 29
  • 5
3
votes
3 answers

Why does the Function Module name of a Smartform change (sometimes)?

Not really critical question, but i'm curious I am working on a form and sometimes the generated function name is /1BCDWB/SF00000473, and sometimes /1BCDWB/SF00000472. This goes back and forth. Does anyone know what's the idea behind this? Cuz i'm…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
2
votes
1 answer

Asian 2bytes fonts are not supported Error during add font files

I'm trying to add a Japanese font file (.ttf) via SE73, but it gave me an error : Asian 2bytes fonts are not supported I would like to know if there is a way to fix this issue ?
Hamza Chioua
  • 135
  • 3
  • 11
2
votes
2 answers

In transaction NACE, is it possible to find out the print program and form routine, if i know the name of the Smartform?

I want to find out the name of the Print Program, and the name of the subroutine (form) that prints my SmartForm. Now luckily in NACE (Conditions for Output Control), one can "kinna" figure out the application and the output type by oneself, and…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
2
votes
1 answer

Smartforms trigger new page for given condition

I have prepared a smart form, which has a table in main window. So there can be hundreds of lines in the table. What I want to do is to trigger new page for every 10 records. I'have resized the main window to height that at most 10 records are fit…
Mtok
  • 1,600
  • 11
  • 36
  • 62
1
vote
1 answer

Smartform - Horizontal line trough barcode

I already have made a new font to create the barcode in my Smartform. But now the next step. How can I create a barcode with a horizontal line trough it? Example: Hope anyone could help me. I'm pretty stuck here.
K. Schouten
  • 107
  • 2
  • 12
1
vote
1 answer

How can I turn spool requests into PDF files on the application server?

I'm currently doing Invoicing and Printing setup on a SAP demo system. I've managed to create Smart Forms based on the standard ones. The problem starts with printing using FPCOPARA transaction and LP01 as Output device. I was able to generate a…
RALF
  • 33
  • 6
1
vote
1 answer

Smartform error "Flat types may only be referenced using LIKE for table parameters"

I created a table ZPDETAIL01 in se11 and activated it. In smartforms' Form Interface I create a table parameter zdetail in the tables tab, with type assignment as TYPE and associated type as ZPDETAIL01. When I check it ,an error…
kk luo
  • 549
  • 1
  • 9
  • 22
1
vote
1 answer

Syntax error "Field "L_TABDEF–TLTYPE" is unknown" in Smart Form

I have defined local variables in a program line in SMARTFORMS but it seems that even it is locally declared within the program line node, it does not see the variables. Error shown below. Field "L_TABDEF–TLTYPE" is unknown. It is neither in one of…
Brian Sanchez
  • 149
  • 2
  • 16
1
vote
1 answer

Convert a Smart Form into PDF in an Xstring variable

I have to generate a Smart Form in PDF format. I have to save this output (in any possible format which I would say is type either string or xstring) in a Z table so it can be generated again without the processing. Could you please clarify if…
quefro
  • 101
  • 4
  • 12
1
vote
1 answer

SAP Smartforms dynamically change position of certain items

So I got this text of which I can't know the length beforehand because it depends on how many entries there are in an internal table (see below). The table is given to the Smartforms FM in my report. The text itself works fine with a dynamic text…
Suimon
  • 271
  • 1
  • 6
  • 15
1
vote
1 answer

Japanese Double byte characters turn into squares PDF/SMARTFORMS

I'm trying to generate a PDF via a smartform with a japanese custom font added via TR SE73, which is a double byte font. The Japanese's characters get displayed with squares in the PDF, I tried to use the ANDALE_J font it works, but with my custom…
Hamza Chioua
  • 135
  • 3
  • 11
1
2 3