Search For Standard or Customise Smartform
摘要:*&---------------------------------------------------------------------* *& Report : ZTEST_SEARCH_FORMNAME * *& Created by : SHYAM BABU SAH. *& date : 17.01 2007. * *&--------------...
阅读全文
posted @
2008-01-27 22:15
沧海-重庆
阅读(485)
推荐(0) 编辑
A Sample Program Calling Smartforms
摘要:You should use 'SSF_FUNCTION_MODULE_NAME' & call function fm_name in your program & not others. *&---------------------------------------------------------------------* *& Report ZTACA_DRIVER_SMARTF...
阅读全文
posted @
2008-01-27 22:13
沧海-重庆
阅读(468)
推荐(0) 编辑
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 ...
阅读全文
posted @
2008-01-27 22:08
沧海-重庆
阅读(494)
推荐(0) 编辑
SD认证考题分布和复习要点(转摘)
摘要:提问领域 l Sales 15题 l Pricing 10题 l Billing 8题 l Shipping 8题 l Master Data 5题 l Special Business Transactions 5题 l Credit Management 4题...
阅读全文
posted @
2008-01-27 21:12
沧海-重庆
阅读(1121)
推荐(0) 编辑
SAP useful website
摘要:SAP ABAP/4 Programming, Basis Administration, Configuration Hints and Tips Configuration modules are Material Management, Production Planning, Sales/Distribution, Financial, Controlling and Basis Comp...
阅读全文
posted @
2008-01-27 21:10
沧海-重庆
阅读(517)
推荐(0) 编辑
别人的面试记实--------转摘
摘要:首先声明是转摘,如侵权的话,可联系我! 1. 介绍一下自己? 说了毕业来的项目情况,大约3-5分钟 哪方面比较熟? idoc没做过,其他差不多都做过了 alv里如果有多种货币,怎么保证各种货币和金额正确显示? 只做过设置两列,一列数字一列金额单位。如果要汇率转换的话有相关函数(不知道是不是他要的答案) 怎么设置cell的颜色? 没做过,只做过设置行的颜色,并介绍了一下方法。设置cell...
阅读全文
posted @
2008-01-27 21:02
沧海-重庆
阅读(1560)
推荐(0) 编辑
GTS 学习心得
摘要:所谓GTS即Golden Tax System Interface, 是我们中国的金税系统。 在SAP中,我们需要将开票的单据按照金税系统要求的格式下载下来,导入金税系统开票,然后再上传到SAP系统中,完成SAP系统中相关数据的更新。 我们所写的程序主要有两点: 1. 在SAP中寻找相关的数据以备下载。金税系统给我们要求的有格式,但是这并不一定与SAP中的系统一一对应,因此有时需要我们将多个字段按...
阅读全文
posted @
2008-01-13 09:24
沧海-重庆
阅读(1270)
推荐(0) 编辑
ABAP 中的表类型及作用
摘要:Transparent tables A transparent table in the dictionary has a one-to-one relationship with a table in the database. Its structure in R/3 Data Dictionary corresponds to a single database table. For ...
阅读全文
posted @
2007-12-28 19:45
沧海-重庆
阅读(2797)
推荐(0) 编辑
用户出口(待完善)
摘要:什么叫用户出口呢?打个比方说吧,SAP软件就象一根晾衣服的绳子,上面有数不清的衣架,多数衣架上已经挂上了衣服,就些衣服就SAP的标准程序,还有些衣架是空着的,这些就是“用户出口”,你可以把自己做的衣服(比如程序代码)挂到这些衣架上去--如果你觉得SAP给你准备的衣服不够穿或者不合身的话。 使用用户出口可以: -不影响标准SAP源代码 -不影响软件升级 SAP有四种基本用户出口的类型: 1.菜单出口...
阅读全文
posted @
2007-12-27 23:01
沧海-重庆
阅读(501)
推荐(0) 编辑
Finding a project and enhancement
摘要:Wednesday, 31 January 2007 Here are a couple of hints: If you have a user exit function module: EXIT_SAPLEINM_014 ...
阅读全文
posted @
2007-12-22 09:51
沧海-重庆
阅读(285)
推荐(0) 编辑
CRM解说
摘要:CRM产生背景 1990年前后,许多美国企业为了满足日益竞争的市场需要,开始开发销售力量自动化系统(SFA),随后又着力发展客户服务系统(CSS)。1996年后一些公司开始把SFA和CSS两个系统合并起来,再加上营销策划(Marketing)、现场服务(Field service),在此基础上再集成CTI(计算机电话集成技术)形成集销售(Sales)和服务(Service)于一体的呼叫中心(Ca...
阅读全文
posted @
2007-12-20 22:03
沧海-重庆
阅读(1462)
推荐(0) 编辑
ABAP System Function Modules
摘要:ABAP_DOCU_DOWNLOAD Download ABAP documentation in HTML format. APPL_LOG_DELETE With this...
阅读全文
posted @
2007-12-18 23:09
沧海-重庆
阅读(3327)
推荐(0) 编辑
ABAP SysteTransactions, Tables and Programs
摘要:Transactions search_sap_menu - Finds the menu path to a transaction - Can either type in TX code in the search criteria or a description- ie. 1st try SE38 and then ABAP.... the returned resu...
阅读全文
posted @
2007-12-18 23:06
沧海-重庆
阅读(1334)
推荐(0) 编辑
SAP ABAP OK Code Values
摘要:R/3 note no. 26171 ...
阅读全文
posted @
2007-12-18 23:01
沧海-重庆
阅读(750)
推荐(0) 编辑
ABAP System Fields
摘要:ABCDE Constant: Alphabet (A,B,C,...) APPLI ...
阅读全文
posted @
2007-12-18 23:00
沧海-重庆
阅读(1446)
推荐(0) 编辑
ABAP System Tables
摘要:System Tables ADCP Person/Address assignment (central address administration) ADIRACCESS Table to store keys fo...
阅读全文
posted @
2007-12-18 22:57
沧海-重庆
阅读(842)
推荐(0) 编辑
ABAP System Reports(Additional functions)
摘要:REKH0004 SAP demo program that shows how to do 2D, 3D, and 4D graphics. RGUGBR00 Substitution/Validation utility ...
阅读全文
posted @
2007-12-18 22:50
沧海-重庆
阅读(718)
推荐(0) 编辑
ABAP类的方法(转载)
摘要:方法参数传递: REPORT z_mehtod_para. *---------------------------------------------------------------------* * CLASS vehicle DEFINITION *--------------------------------------------------------------...
阅读全文
posted @
2007-12-18 22:35
沧海-重庆
阅读(2681)
推荐(0) 编辑
SAP List Header的维护方式
摘要:可以通过两种方式维护list header的信息: Goto -> Text Elements -> Title and Headers 另一种方式为: System -> Lists -> List Header 这种方式修改header比较方便,同时容易定位
阅读全文
posted @
2007-12-18 22:18
沧海-重庆
阅读(298)
推荐(0) 编辑
How to Create Infoset Query (SAP Query)
摘要:Steps on how to proceed to create a Query: ADHOC QUERY A query can be created to extract information from master records i.e Infotypes. For example, by creating a query , the data relating to an em...
阅读全文
posted @
2007-12-18 21:32
沧海-重庆
阅读(1460)
推荐(0) 编辑