Category Archives: SAP ABAP

sap abap printer—-setting–打印格式设置(SPAD)

好长不弄了,差点儿忘净了它。 抄一下,记一下:   TCODE: SPAD. A4的大小建议参考系统的DINA4(210MM/297MM) REPORT zbesg line-size 124 no standard page heading line-count 095(001). line-size 124 为列的宽度。 line-count 095 为行数。 当打印时,系统会自动找打印格式中和报表头设置行列接近的打印格式。 设置打印格式: 使用SPAD进入 spad/完全管理/ 1.页格式:设置纸张大小。横向和纵向设置成同一个页格式名。 2.格式类型:选择上一部设置的页格式,设置行数和列数。(点新建是主要选"新建”旁边的“使用模版创建”,否则,设置不了行数和列数(行数=00095, 列数= 00124)。 3.设备类型: 选双击:CNSAPWIN MS Windows driver via SAPLPD 再点工具栏上的“格式”。 点新建,选择刚建立的格式类型。 点复制:可以复制“X_90_120”系统自带的格式,这个和A4比较接近。 … Continue reading

Posted in SAP ABAP | Leave a comment

SAP ABAP—Import & Export SapScript form from PC file–SE71—(advice: Please don’t use the program RSTXSCRP.)

http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=72123462 Use ABAP program: RSTXSCRP It will download and upload your sapscripts as a text file in your local harddisk. I want to copy SAP Script from one client (512) to client (500).  How can I copy this SAP Script. … Continue reading

Posted in SAP ABAP | Leave a comment

sap abap—one range table limited–(max 6340 row)

    user said: 当我用事务代码:ZFIR20报表取发票清单时就出具以下提示。在“开票凭证”处超过6340个号就会有错误提示了。请帮忙看看是否可以放宽限制。其他报表如:ZMMR21、ZVBFL01都有此情况的。 So , i’m sure that it’s the limited of the ‘range table’ (6340 row).   In fact , sap range table’s max row limited is the ‘db2’ sql sentense length limited, because we are using … Continue reading

Posted in SAP ABAP | Leave a comment

sap abap—SUMMING 等的用法….(must write it first)

  REPORT A.DATA SPFLI_WA TYPE vbap.MINIMUM SPFLI_WA-netwr.MAXIMUM SPFLI_WA-netwr.SUMMING SPFLI_WA-netwr.SELECT *FROM vbapINTO CORRESPONDING FIELDS OF SPFLI_WAWHERE vbeln = ‘0000000015’.*write:/ spfli_wa-netwr.ENDSELECT.ULINE.WRITE: MIN_SPFLI_WA-netwr,MAX_SPFLI_WA-netwr,SUM_SPFLI_WA-netwr. 要想实现sum max min的功能,必须要先write才行,不然,它输出的全为0.

Posted in SAP ABAP | Leave a comment

sap abap—sd —table

  vbap-kzwi5 含税金额 vbap-kzwi3 净值 vbap-kzwi1 不含税金额,己扣税   –不好说 vbap-NETWR  净值 (相当于不含税的)vbap-MWSBP  税额   mm02里的单位转换关系配的不足够完备的问,后面对程序的影响顶多的。

Posted in SAP ABAP | Leave a comment

sap abap—edit sap –how to reset to original source status?

  sap  用se95  可以 reset to original

Posted in SAP ABAP | Leave a comment

sap abap–vl03n conditions data in konv table…….Outbound Delivery —

         

Posted in SAP ABAP | Leave a comment

sap abap–关于vl03n外向交货单的更改里的记录,取值不是太容易–特别是cdpos–

  聚集表真是没有什么好的。

Posted in SAP ABAP | Leave a comment

sap abap—su01 user parameter is stored in table usr05—

Posted in SAP ABAP | Leave a comment

sap abap—smartforms smartform —editor is becomed ms office word style, why? how to resolve it? 变成ms office word 2007了

原来在这里更改。 记下了。  ray不错。

Posted in SAP ABAP | Leave a comment