自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

SAP BLOG--Jack Wu

人生最要紧的是充实自己,让自己的视野更广阔,让自己的脑筋更灵活,让自己看事情更准确,让自己与别人相处更和谐,让自己对群体有越来越多的贡献.......

  • 博客(646)
  • 资源 (10)
  • 收藏
  • 关注

转载 SAP调研问卷(草稿)

一.SD模块调研问卷:此问卷的目的是了解客户管理的现状以及管理水平,发现其中的问题及需改进之处,了解企业对现时管理咨询的需求,通过问卷的评估,对目前管理各方面作出描述,对客户需求作出分析,从而为项目实施确定一个系统的完整的业务蓝图. (XX公司调研--彩电业) 1.确定销售机构:销售公司,销售部,全国销售办事处,销售组,销售员等2.销售的产品类型(产品组):彩电,空调,VCD等3.

2008-10-21 22:17:00 6692 1

转载 BW--About Hierarchy

  1)Hierarchy Type  Hierarchy Type Description Hierarchy definition for characteristics Characteristic hierarchyCharacteristic values of a characteristic in a tre

2008-10-21 14:25:00 2607

原创 MM--Collect some Transaction Key Problem

1)What is the difference between BSX and BSABSX is transaction Event key for Stock accout or Material accout.For all goods movement BSX will appear.BSX is inventory posting happens only through goods

2008-10-17 23:14:00 2777

原创 MM--提取MM模块配置的抛帐科目列表

REPORT  zmmr_post_account .TABLES : t030a,t030w,t030r,t030b,t030.DATA: g_first(1),      g_texth(20),      g_texts(20).*Text:Chart of AccountsPARAMETERS p_ktopl LIKE t030-ktopl  DEFAULT CB00 OBLIGATO

2008-10-17 15:23:00 4655 3

原创 SD--SD知识点列表

General Questions (+) - Using the system - IMG (Implementation Guide) - Project Implementation - Enjoy SAP R/3 Overview - mySAP.com Overview - BW Overview Organizational Structures (+) - Organizationa

2008-10-16 20:44:00 3588

原创 BW-- BW项目的对象传输

一、BW项目的对象传输分两部分:1)Transport all relation BW Object in R/3 system;2)Transport BW Object in BI system; 二、传输步骤1)first you have to transport R/3 objects to QA;2)THen transport BW objects to QA

2008-10-08 22:38:00 3026

转载 C--如何定义复杂的类型声明

Even relatively new C programmers have no trouble reading simple C declarations such as int foo[5]; // foo is an array of 5 intschar *foo; // foo is a pointer to chardouble fo

2008-09-25 22:58:00 2653 3

转载 C++--Dll Injection Tutorial

 Introduction The CreateRemoteThread method The SetWindowsHookEx method The code cave method Appendix A - Methods of obtaining a process ID Appendix B - Methods of obtaining a thread ID Appendix C - C

2008-09-24 13:22:00 5126

原创 ABAP--ABAP语言对象编程的一些样例代码连接收集

 1)ABAP语言对象编程Why Use ABAP Objects Why Use ABAP Objects Exercise Eight Reasons Why Every ABAP Developer Should Give ABAP Objects a Second Look An Insiders Guide to Writing Robust, Understandab

2008-09-05 09:27:00 3330

转载 压缩信息立方体和集合技术内幕

什么是信息立方体压缩 :For this we need to go into specifics of how data gets updated into the cube.A cube has two fact tables..The F Fact table or the uncompressed fact table - this table is partitioned based o

2008-09-03 09:24:00 5101

转载 BW--数据装在的处理链的设计顺序

1) Start Process2) Load Process for textsLoad the text data for all the master data. For each of the master data info-object include thier text load infopackages3) And process4) load process for hie

2008-08-31 14:26:00 2788

原创 Difference between BW 3.5 and BI 7.0

1. In Infosets now you can include Infocubes as well. 2. The Remodeling transaction helps you add new key figure and characteristics and handles historical data as well without much hassle. This is on

2008-08-30 21:00:00 2631

转载 如何设置REUSE_ALV_GRID_DISPLAY'的单个单元格的是否可以输入

代码如下:具体说明参见红色说明(本例子是从订单明细提取两个字段的数据到内表)REPORT ZALV_EDIT.TYPE-POOLS: SLIS.*- FieldcatalogDATA: IT_FIELDCAT TYPE LVC_T_FCAT.DATA: X_FIELDCAT TYPE LVC_S_FCAT.DATA: X_LAYOUT TYPE LVC_S_LAYO."第1步:用操作具体单

2008-08-21 15:38:00 5064

转载 如何设置'REUSE_ALV_GRID_DISPLAY'的单个单元格的颜色

在ALV报表设计有时候需要根据一定条件将特定的单元显示成特定的颜色,具体实现步骤如下:1. 在需要显示的内表中添加新的字段,字段类型为lvc_t_scol2. 根据条件设置颜色数据;3. 设置layout-coltab_fieldname的数据指定显示颜色的字段.代码如下:(注意红色部分)REPORT  z_alv_color.TYPE-POOLS: slis.DATA: BEGIN OF i

2008-08-18 15:55:00 5080

原创 SD--va01的屏幕增强

 在销售订单处理中,用户会需要控制屏幕的一些字段是否允许修改,在配置里没有设置,为了实现该要求只能通过sap提供的增强来实现。sap为用户提供了三种增强,用户可以选择任一种来实现。1)BADI对应的接口类是:IF_EX_BADI_SD_SALES_BASIC实现方法参见:http://blog.csdn.net/CompassButton/archive/2006/10/21/1344

2008-08-04 18:25:00 11024

转载 BW--ABAP to copy aggregates from one cube to another

In COPA you have often a data model consisting of similar cubes but with different data.You can have e.g. a cube for data of the current year, another cube with data of the previous year and a last on

2008-08-04 15:49:00 3646

原创 如何设计折叠样式的屏幕(类似MIGO的屏幕)

在sap的应用中,我们有时会需要设计折叠样式的屏幕(类似MIGO的屏幕),以缓解屏幕区域的太小的矛盾。折叠样式屏幕实现的基本原理是用子屏幕根据用户的输入调用不同的子屏幕来实现的。现在以放置两个子屏幕的折叠式的屏幕来说明实现的步骤。为了实现两个子屏幕的折叠式的屏幕需要设计7个屏幕(一个主屏幕,两个信息屏幕,一个全展示子屏幕,一个下半部展示子屏幕,一个上半部展示子屏幕,一个下全关闭子屏幕)。具体步骤如

2008-07-21 16:17:00 4766 1

原创 ABAP---如何将内表数据转成HTML格式文件

 SPAN {font-family: "Courier New";font-size: 10pt;color: #000000;background: #FFFFFF;}.L1S31 {font-style: italic;color: #808080;}.L1S32 {color: #3399FF;}.L1S33 {color

2008-07-21 11:28:00 3458 1

转载 BI 7.0 New Features - Transformation - Object oriented ABAP

 In BI 7.0 environment, transformation (formerly called Update/Transfer rules) requires object oriented ABAP and here are some difference worth noting down between Object oriented ABAP and ABAP whic

2008-07-15 20:25:00 2349

原创 SD--如何配置发票分割开票

在sap的开票业务中,用户常常需要根据自己的一些特殊需求分多张开具发票,这种需求是通过SD的单据复制来配置完成的。下面例子的配置是根据项目类别来开具发票,具体步骤如下:1、执行TCODE: VTFA;2、选中一个目标发票类型和源单据类型,双点击“Item”;3、在“Display View "Item":Overview"屏幕上,双击单据项目,系统就会弹出"Display View "

2008-07-03 10:37:00 7138

原创 BI--SDN上收集到的SAP BI的极好文章的链接

1)Overviewhttps://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60981d00-ca87-2910-fdb8-d4a2640d69d4Volume Testing for SAP BWERP: Note 821148 - Installing/upgrading Basis Plug-in (PI_B

2008-06-16 20:12:00 7594 2

原创 BW--BW各种对象对应的图标列表

2008-06-10 13:02:00 3688 1

转载 BI--SAP BI的权限管理

一、sapBI的用户分类There are different types of users in SAP BW. Most of your users will be the users who execute queries and workbooks. These people could be considered "reporting users" or "end users."

2008-06-07 16:04:00 7510 1

原创 BI--如何成为一个SAP BI顾问

SAP Business Information Warehouse (SAP BW) is the name of the Business Intelligence, Analytical, Reporting and Data Warehousing (DW) solution which is one of the major enterprise software applicati

2008-06-07 10:31:00 9698 3

原创 ALE IDoc--BDOC和IDOC的区别

一、说明IDoc: An Intermediate Document (IDoc) is a SAP standard format for data transfer between systems.IDocs are mainly used for Application Link Enabling (ALE) and for Electronic Data Interchange(EDI

2008-06-04 16:57:00 5569

原创 BW--如何创建一个BW的数据源(How to Create a Generic Datasource)

一、ERP系统(R3)1) In Source System, go to SE11 and create the view, then go to RSO2 to create datasource.  2) Specify the name of the datasource in the field of RSO2 and hit Create.  3) Give the Applica

2008-06-04 16:48:00 3699

原创 ABAP--How to use MS Word as editot in SAPscript and Smart Forms

Call transaction I18N go to I18N Customizing -> MS Word as Editor.Choose the Help-Button and follow the instructions. If transaction I18N is not available in your system yet (see

2008-06-03 13:33:00 2963 1

原创 BI--如何创建BI的新client

最近在sap的SDN上发现了一篇详细讲叙如何创建BI的新Client,该文章讲得非常详细,对BI安装的新手非常有用,特贴出链接供大家参考:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/007af9a7-e48e-2a10-5c85-fcac22d58e82

2008-06-02 13:06:00 2516 2

原创 ABAP--使用SLIN事务码进行ABAP程序扩展语法检查,提高程序开发的质量

TCODE: SLIN或者在SE38 界面的菜单: 程序-》语法-》扩展程序检查就会弹出下面的界面,用户可以根据自己的需求设置检查点,并根据检查结果修改程序,使自己的代码更加可靠。另外在SE38 界面的菜单: 程序-》语法-》Code Inspector 提供了从另外的一些角度来检查程序的合理性。

2008-05-20 14:22:00 2829

原创 ABAP - 3D Graphs with SAP

在ABAP设计中,程序员经常需要用图形显示报表的统计结果,我们可以使用函数:GRAPH_MATRIX_3D来达到图形显示。GRAPH_MATRIX_3D函数参数很多,但只有三个参数必须需要输入:Table DATAThe first field of table DATA must be a C field of any length. The number values must then be

2008-05-13 08:58:00 2720

原创 CO--Note 74486 - INFO: Overview of consulting notes for CO-PA

Symptom This note gives an overview of the informational notes for CO-PA. The purpose of these notes is to give you further advice on various topics in CO-PA which have turned out to be difficult to u

2008-05-11 14:02:00 3691

转载 FI---FI tables的结构和关系总览图

FI--数据表图图中相关表的说明。Parking DocumentsVBKPF Document Header for Document Parking预制凭证的凭证抬头VBSEGA Document Segment for Document Parking - Asset Database凭证预制的凭证段-资产数据库VBSEGD Document Segment for Cu

2008-05-11 09:23:00 7058 3

转载 ABAP--在查询条件只包含部分索引字段时,如何使用索引

One of the most important considerations when writing a select statement against a large table is the effective use of an index. However this is sometimes more easily said than done. Have you ever fou

2008-05-10 23:34:00 4963

转载 ABAP--如何快速从BSEG读取数据

由于bseg表很大,而且表的索引字段是:BUKRS - Company CodeBELNR - Accounting Document Number GJAHR - Fiscal Year BUZEI - Line Item Number 访问此表最佳的是包含所有的索引字段,但在实际应用是很少能达到的。但要有好的性能根据经验必须要有公司和凭证号作为查询条件。为了达到这一点,我可以根

2008-05-10 23:28:00 6419 1

原创 BASIS--笨办法解决ALV_GRID的列剪切丢失纪录的错误

最近经常有业务人员问及在ALV_grid输出报表中,选择某一列,点击左键,并点击弹出菜单的复制文本,复制出的文本存在丢失 (纪录不少,但部分纪录的文本丢失)。该如何解决呢?后来跟踪代码发现这个命令没有向后台提交APPLICATION命令,应该提交的是SYSTEM事件。这样就没法跟踪了,我就想到用“pagedown",将GRID显示的数据都刷新显示出来,再来做这个操作就没有纪录丢失了。得出的

2008-05-05 15:49:00 2484 2

原创 ABAP--如何在ALV_Grid的函数中定义下拉列表

最近经常听到网友和用户需求希望你在ALV Grid的函数中加入下来列表,其实SAP已经考虑了大家的需求,用户的需求是可以实现的。我特地将代码奉献给大家,供大家参考和学习。代码如下:REPORT.*************************************************************************                     DATEN

2008-04-26 09:58:00 8833 5

转载 MM--安全库存

安全库存只是一个笼统的说法,本文归纳了SAP四种安全库存(时间)的设置,用于增加计划过程中库存数量(时间)的弹性。为何安全库存能增加计划的弹性呢?因为在净需求计算(Net Requirements Calculation)中,Quantity available  = Fixed receipts + Stock available for planning - Safety stock - re

2008-04-25 10:36:00 6402 3

原创 MM--移动类型的配置相关的系统表,举例说明SAP是如何根据配置抛帐的

一、移动类型相关的表Customizable   Table Name Descriptioin T156 Movement Type - BWART

2008-04-19 20:58:00 8062

原创 abap--如何根据动态公式计算数据(增补),谢谢网友补充

最近有位同事在项目中碰到一个问题,需要动态公式计算数据。我们开始想到自动生成子程序,但是动态生成子程序有个数限制(不能超过36个),我们只好另寻他法。 由于以前看过abap调用javascript的应用,我就想到了javascript。具体代码如下(就是要求大家去学习javascript的语法):方法一report ZDEMO_COMPILE.data jj type i.perform

2008-03-25 16:07:00 6340 1

转载 BASIS--SAP的锁管理

[1] Question: How large can and should the lock table be configured?Às of Release 4.0 the default size for the lock table is 4 MB. For medium-sized systems this value is absolutely sufficient. As of

2008-03-19 13:47:00 6299

Power_BI_Modeling_and_DAX.pdf

Power_BI_Modeling_and_DAX PDF Book

2021-02-20

JoineBook.Com_Apress.Pro.ASP.NET.MVC.5.Platform.Apr.2014

JoineBook.Com_Apress.Pro.ASP.NET.MVC.5.Platform.Apr.2014

2014-08-08

Implementing SAP ERP Sales & Distribution_2008

Implementing SAP ERP Sales & Distribution_2008

2013-06-03

Using IDOC Method in LSMW

Using IDOC Method in LSMW 但愿对大家有用!

2013-05-20

ABAP Program Tips v3.

ABAP Program Tips v3. 适合abap初级选手学习

2013-05-20

Using Infoset Query, SAP Query and Quick Viewer

Using Infoset Query, SAP Query and Quick Viewer

2013-05-20

空空如也

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

TA关注的人

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