自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 资源 (11)
  • 收藏
  • 关注

转载 How to get Tcode for table which has a table maintenance done

You can find it from table TSTCP. You need to check for SM30<tabname>* in Parameters field of this table.

2018-12-16 21:54:42 185

转载 下载图片从SE78

有时候我们需要备份图片从SE78, 可以利用下面的代码实现: REPORT  ZSE78 NO STANDARD PAGE HEADING. DATA : G_BYTECOUNT             TYPE I,        G_CONTENT               TYPE STANDARD TABLE OF         ...

2018-12-16 21:53:02 3003

转载 SAP condition techinical(SAP条件技术)

本帖最后由 Ken_xu 于 2016-7-15 15:16 编辑I. Flow of definition. A. Define condition type—a sales order uses several condition types. B. Define the condition tables which by the combination of ...

2018-12-15 18:53:17 828

转载 Special stock indicator in Production Order Component overview

Question: I have one finished product , for which i have created BOM . It has only one component in it .   Now i am creating a Sales order , based on the definition and requirement set , system is ...

2018-12-15 18:50:57 480

原创 change SO sales organization and price procedure

REPORT  ZSD01                                 . TABLES: VBAP. SELECT-OPTIONS:S_VBELN FOR VBAP-VBELN. PARAMETERS: P_VKORG LIKE VBAK-VKORG DEFAULT '3000',             P_VTWEG LIKE VBAK-VTWEG DEFAULT '01...

2018-12-15 18:48:33 769

转载 Handling unit output determination

1. check in master material, for the packing material you use what packaging mat type you have (view sales:general/plant) 2. Assign Output Determination Procedures with V/22 3. Then run VHAR and sel...

2018-12-15 18:47:49 211

转载 Error message: Balance of ORD 1542876 is not zero

Symptom   A production order can not be set the deletion flag if there were goods movement for this order. message like this: Balance of ORD 1542876 is not zero. Other TermsReason and Prerequisites ...

2018-12-15 18:47:00 561

转载 Document Management System Integration with Production order( SFC)

Document Management System Integration with Production order( SFC)   CONTENT Introduction Document Management System-OVERVIEW Configuration Settings for DMS Integration DMS Integ...

2018-12-15 18:46:11 208

转载 ZREGEX

*&#######################* *& Report ZREGEX *& *&#######################* REPORT ZREGEX. **(c) by J. Rumpf * Defintion of ZTMATCH *Matching-Table of part matches of brackets TYPES: BEG...

2018-12-15 18:45:09 116

翻译 302063 - Correspondence Language

  SymptomOther Terms User defined language, customer reserved language Reason and Prerequisites In non-Unicode SAP systems, only a limited number of language codes is available. The following requ...

2018-12-15 18:44:18 549

转载 112065 - Using customer language 'Z1'

Symptom You want to use language code  'Z1' in an SAP system. Other Terms Installed languages, TCP0C, TCP09, customer reserve Reason and Prerequisites You want to use Language code 'Z...

2018-12-15 18:43:26 608

翻译 Alpha Numeric Number Range (0000 to ZZZZ)

Alpha Numeric Number Range (0000 to ZZZZ)Skip to end of metadata Created by Abhishek Jolly, last modified by Former Member on Aug 02, 2013 Go to start of metadata Author: Abhishek JollySubmi...

2018-12-15 18:39:42 6032

JBPM 工作流(workflow)实例 - 报销流程-完整例子

有一个完整的JBPM报销流程实例,下载后简单设置tomcat服务器及mysql数据库配置后即可使用。

2012-08-09

指定日期文件批量删除工具bat

指定日期文件批量删除工具,这是一个批处理文件包,使用非常灵活,而且资源占用率极少,执行效率快。

2012-06-07

区别键盘和条码扫描枪USB输入

如何区别是键盘输入还是条码扫描枪USB口的扫描枪输入

2012-06-07

金融管理系统源码(java)

界面简洁漂亮,大量运用js插件。后台采用主流框架,运用了很多设计模式,架构精巧。是值得研究学习的好代码。

2013-01-25

BarTender ActiveX接口开发文档

全球领先的条码打印软件 BarTender 适用于 BarTender 企业版 7.0以上版本 适用于 Visual Basic 6.0, VB.NET, C#,

2012-12-12

java 使用JCO3 连接SAP实例项目

主要技术: Struts+SPRING+JCO的使用 大量使用了Spring的IOC,Struts的MVC,JCO表查询,AJAX等. 使用说明: 1。在SAP中做好RFC函数,设置TABLE参数,使用查询语句填充数据到表中 2。 更改 \src\datasource\IDatasourceImpl.java 中的链接信息 3。 Daoimpl中的查询方法,字段名都要更改

2012-09-21

html转pdf/excel html to xls

报表开发是企业级应用软件中不可或缺的环节,市场上也有许多开源和商业的报表工具,可以通过手绘做出精美的报表模板,但是其不足之处是这类报表工具都有自己的一套报表引擎,通过解析自定义的XML模板导出各种类型的文档,初学者使用时,需要较长时间学习理解工具的使用,很受限制,考虑到这些因素,开发一套自己的报表引擎,其方便之处就是使用大众所知的dreamweaver网页设计工具绘制出HTML的模板,通过我们的解析工具把填充有样式、数据的HTML模板转换成excel和PDF,这样做的目的是更加直观,修改模板方便灵活,上手很快.

2013-04-24

Birt API Demo

Birt 使用API动态生成excel和报表,使用JAVA控制流程

2013-06-03

fashionchart 破解版的工程

网上很多说怎么破解fashionChart的,没一个直接上传破解工程的,而且破解方法也是针对特定的fashionChart版本,如果不是用fashionChart几年的老人,根本找不到自己在官网下的测试版破解不了的原因,所以整合成了工程,以免误导后来人,用<chart:FusionCharts 打头的破解类,就可去除水印。

2015-07-20

让程序作为服务运行

想让一个程序在启动系统的时候自动运行,你有什么好办法?添加到启动组?那如果别人删除掉就不管用了。如果你使用了Windows NT/2000/XP,就可以试试把这个程序添加为一个服务,这样只有拥有权限的人才可以更改服务,只要你设置好权限,就不用担心会被别人删除了。

2012-06-07

易我数据恢复向导

易我数据恢复向导,好用安全,绿色无毒,能修复硬盘数据

2012-06-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除