Answer Posted / radhika
The purpose of these is to allow control of the output
formatting. These commands are not interpreted by the
SAPscript editor, but are passed through to the SAPscript
Composer for processing. The Composer is the program that
converts text from the form displayed in the editor to the
form used for printing. This includes, for example, line and
page formatting, the replacement of symbols with their
current values and the formatting of text according to the
paragraph and character formats specified.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to analysis Background Job for performance Issue?
How to use messages in lists?
What is the difference between rfc and bapi function modules? : abap bdc
What is table buffer?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What is is a match code? : abap data dictionary
What is the function module to popup contents in the internal table?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
Define abap/4 layer? : abap data dictionary
what is difference between user exit, customer exit and badi?
What is the structure of bdcmsgcoll? : abap bdc
What is the difference between a substructure and an append structure?
Explain what is sequence of event triggered in report?
Explain what is a logical database?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?