Ansicht
Dokumentation

BAPIBCONTACT_TEXTLINE - Text Line for Notes on Business Partner Contact

BAPIBCONTACT_TEXTLINE - Text Line for Notes on Business Partner Contact

RFUMSV00 - Advance Return for Tax on Sales/Purchases   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

To process SAPscript texts in the application program, an internal table must be created in addition to the text header to contain the text lines. The line structure of this table is determined by the structure TLINE.

All text lines which are passed to the function module interface of SAPscript must have the line structure defined.

Example for defining the internal table:

,,,,DATA:,,BEGIN OF TEXTLINES OCCURS ??.
,,,,,,,,INCLUDE STRUCTURE TLINE.
,,,,DATA:,,END OF TEXTLINES.

A separate line table must be created for each text module which is to be forwarded to SAPscript. This table can, however, be used again when the processing of the text which was previously stored in it has been completed.

SAPscript has its own format for the structure of text lines. This format is called ITF: Interchange Text Format. A text line in this format comprises 2 fields, the format field and the actual line contents. The structure TLINE consists of these two fields. The ITF format also defines the meaning and syntax of the control information allowed in the format field or line field.

From 3.0, texts can be managed in SAPscript which are not available in ITF format. The information on the text format is stored in the text header. Texts in another format than ITF must also be passed via the table TLINE to the SAPscript function modules. SAPscript does not interpret the contents of the text lines but forwards them, unchanged, to the function modules which implement the interface to the external word processor.






ROGBILLS - Synchronize billing plans   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1643 Date: 20240328 Time: 212915     sap01-206 ( 48 ms )