E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
exporting
EXP-00091
Exporting
questionable statistics
在我们对Oracle做EXP的过程中,可能会经常遇到EXP-00091
Exporting
questionable statistics.的信息,其实它就是exp的error message
happyqing
·
2013-06-18 17:00
NLS_LANG
EXP-00091
EXP-00091
Exporting
questionable statistics
在我们对Oracle做EXP的过程中,可能会经常遇到EXP-00091
Exporting
questionable statistics.的信息,其实它就是exp的error message
happyqing
·
2013-06-18 17:00
NLS_LANG
EXP-00091
SAP Classification(物料特性)
或者可以通过函数CALLFUNCTION'CLAF_CLASSIFICATION_OF_OBJECTS'
EXPORTING
class =l_class
yuqinying112
·
2013-05-25 12:00
ABAP 新建session会话的函数
系统提供了直接创建session的函数函数1.TH_CREATE_FOREIGN_MODE"创建新session 的函数CALL FUNCTION 'TH_CREATE_FOREIGN_MODE'
EXPORTING
zhongguomao
·
2013-05-17 11:00
Exporting
to Images
ToexportdatafromtheMATLAB® workspaceusingoneofthestandardgraphicsfileformats,usethe imwrite function.Usingthisfunction,youcanexportdatainformatssuchastheTaggedImageFileFormat(TIFF),JointPhotographicEx
lcj_cjfykx
·
2013-05-15 19:00
HR员工姓名的FM
CALL FUNCTION 'HR_TMW_GET_EMPLOYEE_NAME'
EXPORTING
PERSON_NO = PPERNR IMPORTING EDIT_NAME
zeewjj
·
2013-05-14 14:00
函数VIEW_MAINTENANCE_CALL:视图变报表
SM30表视图维护工具先要se55创建一下,在程序中可以使用以下function调用SM30.CALLFUNCTION'VIEW_MAINTENANCE_CALL'
EXPORTING
ACTION
feijibin
·
2013-05-12 12:00
SAP
abap
获取本地文件大小
CALLMETHODcl_gui_frontend_services=>file_get_size
EXPORTING
file_name=‘C:\fangwen.bmp’ IMPORTING file
feijibin
·
2013-05-12 10:00
SAP
abap
去掉字符前置0
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' "去掉前置0
EXPORTING
input = itab-posnr
yuqinying112
·
2013-05-04 11:00
查询两个日期之间相隔多少天
CALL FUNCTION 'DAYS_BETWEEN_TWO_DATES'
EXPORTING
i_datum_bis = enddate “截止日期
yuqinying112
·
2013-05-04 11:00
文件对象
Exporting
and Importing Objects Using Oracle Data Pump(2.impdp)
最近应用开发的过程中出现了一个小问题,顺便记录一下原因和方法--文件对象 1.导入表的DDL数据: [lubinsu@localhostdb_files]$impdplubinsu/lubinsudirectory=dpump_dir01dumpfile=lubinsu.dmpsqlfile=dpump_dir02:lubinsu.sqltables=latn_area_info
·
2013-05-03 20:00
oracle
Exporting
and Importing Objects Using Oracle Data Pump(2.impdp)
1.导入表的DDL数据:[lubinsu@localhostdb_files]$impdplubinsu/lubinsudirectory=dpump_dir01dumpfile=lubinsu.dmpsqlfile=dpump_dir02:lubinsu.sqltables=latn_area_info Import:Release10.2.0.1.0-ProductiononThursday
snoopy93
·
2013-05-02 22:00
oracle
impdp
How to move a Hyper-V virtual machine without
Exporting
it first
/blogs.technet.com/b/meamcs/archive/2012/03/14/solved-how-to-move-a-hyper-v-virtual-machine-without-
exporting
-it-first.aspx
weicong888
·
2013-04-23 21:43
Hyper-v
SAP SRM FM 读取附件URL
---------------------------*"*"Local Interface:*" IMPORTING*" VALUE(I_CONTRACT) TYPE EBELN*"
EXPORTING
zeewjj
·
2013-04-17 13:00
SAP 使用较频繁的日期时间处理函数总结
根据工厂日历计划交货日期和收货处理时间来计算销售计划中计划完工日期,其他类似日期计算等 CALL FUNCTION 'BKK_ADD_WORKINGDAY'
EXPORTING
wanglei880526
·
2013-04-02 16:00
总结
日期函数
SAP
abap
工厂日历
获取本地文件大小
Reportz_barry_test.DATA:sizeTYPEi.CALLMETHODcl_gui_frontend_services=>file_get_size
EXPORTING
file_name
zhongguomao
·
2013-03-29 14:00
Proguard error when
exporting
signed app using ...
http://stackoverflow.com/questions/6560244/proguard-error-when-
exporting
-signed-app-using-android-support-v4
juaney
·
2013-03-25 16:00
android
ProGuard
WebSphere Commerce Contract Export
Exporting
contracts using XML files
Exporting
contracts using the XML flies that define them.
ldsjdy
·
2013-03-20 10:00
websphere
日期函数F4_DATE的使用
CALL FUNCTION 'F4_DATE'
EXPORTING
date_for_first_month = sy-datum IMPORTING se
liangziyisheng
·
2013-03-15 11:00
数字千分位逗号隔开
---------------------------*"*"Local Interface:*" IMPORTING*" REFERENCE(I_NUM) TYPE STRING*"
EXPORTING
zeewjj
·
2013-03-14 14:00
highcharts本地导出图片,pdf服务端代码
highcharts本地导出图片,pdf服务端代码先要在
exporting
.js中修改导出图片的url是本地的服务器地址Stringtype=getPara("type");//getRequest()
java学习
·
2013-03-12 13:00
将数字金额转换为人民币大写字符串
-------------------------------*"*"Local interface:*" IMPORTING*" REFERENCE(IN) TYPE WERT8*"
EXPORTING
pely122
·
2013-03-12 07:00
GS03的FM
CALL FUNCTION 'G_SET_GET_ALL_VALUES'
EXPORTING
CLIENT = SY-MANDT SETNR
zeewjj
·
2013-03-06 20:00
Android.mk中LOCAL_EXPORT_C_INCLUDES的作用
Exporting
headers for prebuilt libraries: ------------------
dingran
·
2013-02-07 15:00
android
rails csv excel 导入导出
Download: | 参考:http://railscasts.com/episodes/362-
exporting
-csv-and-excel?
阿昭
·
2013-02-05 21:00
POPUP_TO_CONFIRM 弹出框
POPUP_TO_CONFIRM弹出框2012-09-0310:21 126人阅读 评论(0) 收藏 举报CALLFUNCTION'POPUP_TO_CONFIRM'"StandardDialogPopup
EXPORTING
yuqinying112
·
2013-01-28 18:00
Send instant message to user
用FM:TH_POPUP可以实现向用户发出一条即时信息的功能 CALLFUNCTION'TH_POPUP'
EXPORTING
client='669' user='PEIPING.LI' message
jy00873757
·
2013-01-25 17:00
user
message
instant
sm02
Function Module: get all users who have specific role
CALL FUNCTION 'RSRA_USERS_OF_AGR_GET'
EXPORTING
&
huang850625
·
2013-01-25 14:00
function
highcharts报表插件之expoting参数的使用
exporting
参数配置说明:导出及打印选项打印导出功能的配置项。1、buttons:打印和导出按钮设置。
myjlvzlp
·
2013-01-22 19:00
highchart
expoting
highcharts2.2.3导出中文乱码问题解决
方案一: 在
exporting
.js中找到enctype:"multipart/form-data", 在后面增加上“,encoding: 'multipart/form-data
ollevere
·
2013-01-22 10:00
Highcharts
BOM函数
CS_WHERE_USED_MAT(逆查BOM) 说明﹕取的物料的上层物料 CALL FUNCTION 'CS_WHERE_USED_MAT'
EXPORTING
yuqinying112
·
2013-01-21 09:00
A utility for importing/
exporting
between hbase and csv file
除了可以使用hbase自带的org.apache.hadoop.hbase.mapreduce.TsvImporterMapper,下面这个实现的很基础也很不错,不过是单线程的。HBase isaNOSQLdistributeddatabasesystemthatrunsaclusterofmachinesontopof Hadoop.HBaseandHadooparebothtop-levelp
macyang
·
2013-01-20 19:00
实现应用间的文件共享
需要说明的是,这里的文件主要是txt文件跟pdf文件,文章地址为:http://mobiforge.com/developing/story/importing-
exporting
-documents-ios
yqmfly
·
2013-01-19 16:00
获取两个日期相差天数
CALL FUNCTION 'DAYS_BETWEEN_TWO_DATES'
EXPORTING
i_datum_bis = enddate
yuqinying112
·
2012-12-26 09:00
Exporting
.kyr certificate for Apache[转]
WeaccessouriNoteswebmailthroughareverseproxy.ThisreverseproxyisanApachewebserver.Toaddtothissecurity,allhttptrafficisredirectedtohttpsforobviousreasons.ThismeansthattherehastobeanSSLcertificateonthere
adeyi
·
2012-12-13 15:00
highcharts 去掉打印 和链接
highcharts.js文件中搜索credits字符串,找到如下的字符串,enabled:设置是否显示链接text:设置链接显示的名称href:设置链接的url(2)去掉图片右上角的打印及导出按钮在js中设置以下代码:
exporting
yanyanquan
·
2012-12-07 18:00
js
highchart
jquery图表插件highcharts的安装使用
1.下载highcharts 官网地址2.解压后要在项目里使用,需要引入几个js文件(1)jquery-1.8.2.js(2)highcharts.js*(3)如果需要导出图片的话这个也是必须的
exporting
.js3
awl910213
·
2012-11-30 15:00
可以输入长文本的弹窗
CALLFUNCTION'TERM_CONTROL_EDIT'
EXPORTING
TITEL='长文本弹窗' LANGU='1' TABLES TEXTLINES=GT_TEXTLINES
pely122
·
2012-11-14 12:00
Message List 一次性输出多个消息
CALLFUNCTION'SCPR_SV_SHOW_MESSAGE_LIST'
EXPORTING
TITLE_TEXT =P_TITLE SORT_BY_LEVEL='
pely122
·
2012-11-13 10:00
mongoDB 数据备份文档
参考:http://docs.mongodb.org/manual/administration/import-export/ mporting and
Exporting
MongoDB Data
san_yun
·
2012-11-12 14:00
mongodb
Exporting
classes containing std:: objects (vector, map, etc) from a dll
articleID=83Relatedreadings:http://stackoverflow.com/questions/767579/
exporting
-classes-containing-std-objects-vector-map-etc-from-a-dllhttp
chaosllgao
·
2012-11-05 13:00
选择文件时,选多个文件
CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
EXPORTING
* WINDOW_TITLE =*
pely122
·
2012-11-05 08:00
在新窗口中打开T-CODE
方法1:CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'A'
EXPORTING
TCODE
pely122
·
2012-11-02 14:00
Accessing Domain Fixed Values
DATAl_nameLIKEdcobjdef-name.DATAit_dd07vLIKEdd07vOCCURS0WITHHEADERLINE.l_name='ZPLCO'.CALLFUNCTION'DDIF_DOMA_GET'
EXPORTING
pely122
·
2012-10-30 14:00
vc 的dll可以导出模板类的具体子类,但是这个模板类中不能用static变量
http://stackoverflow.com/questions/7848865/dll-
exporting
-static-members-of-template-base-class 如果有staitc
brook0344
·
2012-09-12 15:00
dll
sap 判断字串是否为数字
CALLFUNCTION'NUMERIC_CHECK'
EXPORTING
STRING_IN=L_SAKNR IMPORTING
loeley
·
2012-09-10 09:00
bom函数
CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
EXPORTING
CAPID = 'PP01' DATUV
yandong_song
·
2012-09-06 11:00
ABAP检查日期时间合法性的函数
用法如下:CALLFUNCTION'DATE_CHECK_PLAUSIBILITY'
EXPORTING
date =v_date EXCEPTIONS plausibility_check_failed
zeewjj
·
2012-09-04 15:00
Date
function
红绿灯-DEMO_DYNPRO_STATUS_ICONS
callfunction'ICON_CREATE'
exporting
name = 'ICON_GREEN_
hackai886
·
2012-08-28 15:00
c
function
object
SAP
icons
oracle EXP-00002
exp两次没成功,发现以下日志: EXP-00091:
Exporting
questionable statistics. . .
exporting
table  
lydawen
·
2012-08-21 14:00
oracle
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他