null

Skip to end of banner
Go to start of banner

Output Function Module _PRONOVIA_PBL_OPC_TXT

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Parameters to control text output into a file.

Parameter

Value

Explanation

FIXSIZE

N / Y / DDIC
(Y & DDIC are treated equally)

  • Y / DDIC Use original field output size from data dictionary.
  • N For Layout GROUP, FRAME or GRID -> max field size on all rows, else dynamic per row.

HEADER

Y / N

  • Y Header will be written.
  • N Header will not be written.

OPEN_FILE

X

If this parameter is specified with a value of X, then the created file will be opened immediately after creation, but only if started in SAPGUI.

STYLE

/ DATA / GROUP / FRAME / GRID

  • Space / DATA Simple row output, optionally divided by a separator (parameter SEPARATOR).
  • GROUP Frame per data group (e.g. per material and its «children».
  • FRAME One frame around the header and another separately around the data block; No line between rows.
  • GRID Grid around all data rows, single records separated with a line.

SEPARATOR

<TAB> / <NONE> / Any character

  • <TAB> Inserts tabulator.
  • <NONE> No separator (length 0).
  • All other separator text will be output as entered.
  • No labels