SapScript/SmartForm  
 fixed[注意]如何获取积分?
首先感谢大家的光临。
本站建立的初衷就是为了给大家提供一个查看文档、交流并共同维护、进步的地方.
现在网站已经初具规模了,为了推动网站的壮大,并加强同行间的交流,对于部分精品进行积分考虑。
具体如下:
1、新注册用户 积分为:10
2、发表文章、上传文件 每篇积分为:5
(12/28/2006 15:09:26,429) [查看全文]
 *限会员关于SmartForm和ScriptForm的输出格式设置说明
   
(11/05/2006 20:41:33,48) [查看全文]
 *Questions for Bar Code Printing in SAP
1. Can we print bar codes in SAP only from ZEBRA printers ?
 
2. I had read that bar code printing is enabled in SAP and only needs to configure device/printer for t
(10/22/2006 00:20:57,85) [查看全文]
 *Internal Table in Smartform
Here is a sample program in which used two internal tables:
REPORT YPRINTPRG_SMARTFORM1 .
DATA : ITKNA1 LIKE KNA1,
       
(10/22/2006 00:20:37,54) [查看全文]
 *Display a contents of a table on SmartForm with LOOP
There's a DDIC Table called "Ugyfel" containing 5 rows.  I'd like simply to display all the rows on a SF's Main window.
Please follow this process to display the value from your table "Ug
(10/22/2006 00:20:14,40) [查看全文]
 *Smartforms FAQ Part Two
Smartforms output difference
Problem with Smartforms: in a certain form for two differently configured printers, there seem to be a difference in the output of char
(10/22/2006 00:19:50,53) [查看全文]
 *Smart forms Frequently Asked Questions
Forcing a page break within table loop
Create a loop around the table. Put a Command node before the table in the loop that forces a NEWPAGE on whatever condition you want.
(10/22/2006 00:19:05,50) [查看全文]
 *[推荐]A Sample Program Calling Smartforms

You should use 'SSF_FUNCTION_MODULE_NAME' & call function fm_name in your program & not others. 
*&--------------------------------------
(10/22/2006 00:18:34,47) [查看全文]
 *Example Forms Available in Standard SAP R/3
SF_EXAMPLE_01 
Simple example; invoice with table output of flight booking for one customer
SF_EXAMPLE_02 
Similar to SF_EXAMPLE_01 but with subtotals
(10/22/2006 00:18:16,35) [查看全文]
 *SmartForms System Fields
Within a form you can use the field string SFSY with its system fields. During form processing  the system replaces these fields with the corresponding values. The field values come from the  SAP System or are results of th
(10/22/2006 00:17:57,37) [查看全文]
 *Conversion of SAPSCRIPT to SMARTFORMS
SAP provides a conversion for SAPscript documents to SMARTforms.
This is basically a function module, called FB_MIGRATE_FORM. You can  start this function module by hand (via SE37), or create a small ABAP which migrates a
(10/22/2006 00:17:37,38) [查看全文]
 *FAQ on Migrating SAPscript to SmartForms
Is it possible to migrate a SAPscript form to a Smart Form? 
Smart Forms provides a migration tool for this purpose which migrates layout and texts of a SAPscript form to a Smart Form. It does not migrat
(10/22/2006 00:17:19,27) [查看全文]
 *Difference with SMARTFORMS vs. SapScript (SE71)
The Following are the differences :-
a) Multiple page formats are possible in smartforms which is not the case in SAPScripts
(10/22/2006 00:16:52,37) [查看全文]
 *[推荐]A Simple Smartform Tutorial
SAP Smartforms can be used for creating and maintaining forms for mass printing in SAP Systems. The output medium for Smartforms support printer, fax, e-mail, or the Internet (by using the generated XML output). 
(10/22/2006 00:16:22,84) [查看全文]
 *Advantages of SAP Smart Forms
SAP Smart Forms have the following advantages:
1. The adaption of forms is supported to a large extent by graphic tools for layout and logic, so that no programming
(10/22/2006 00:16:02,42) [查看全文]
首页 | 前页 | 后页 | 尾页分页 1/3  [1] [2] [3]  
网站搜索:
 
文章分类
ABAP (185)
  基础知识 (52)
  报表 (19)
  ALV (25)
  Bapi (21)
  OOP (8)
  SapScript/SmartForm (37)
  Ale/Idoc (9)
  其它 (14)