Regarding sap tables
Hi all, I am new to abap, can anyone suggest the table, in which internal and external fund fields related to grant will get stored.
View Article语句FOR ALL ENTRIES IN 的使用
SELECT B~VGBEL B~VGPOS B~LFIMG A~KOSTA INTO CORRESPONDING FIELDS OF TABLE IT_TEMP3 FROM VBUP AS A JOIN LIPS AS B ON A~VBELN = B~VBELN AND A~POSNR = B~POSNR WHERE A~KOSTA...
View Article求推荐初学SAP(ABAP和Basis)的好书
我现在主要是需要快速培养ABAP programming和Basis Administration方面的技能,有什么好书推荐我么?
View ArticleCountry-Specific Country Formatting
ABAP GurusI have a question around Countries in mySAP Systems (global country parameters).We have Packing List associated with deliveries. Our sending country in Finland (FI) and for domestic shipments...
View ArticleBAPI: Error M8524 using BAPI_INCOMINGINVOICE_PARK (SAP 4.6C)
Dear Expert.. while trying to post using BAPI_INCOMINGINVOICE_PARK we encountered some problems with return message M8 524 (You cannot process conditions for delivery costs) can anyone help us.. the...
View Article請採購單欄位中英文輸入的長度限制問題
同一個 Client 中, 同一個 Data Element : 假設 BEDNR : CHAR(10), 在請購單中(EBAN)的欄位若全部輸入中文可以輸入10個中文字, 但若是夾雜英文字母或數字, 則1個中文字會被當成2個字元, 範例如下 : 全部中文 : "壹貳參肆伍陸柒捌玖拾"全部數字 : "1234567890"含英數字 : "壹貳參4567"...
View ArticleHow do I read multiple lines in RFC_READ_TEXT with one request?
Hello,I am going through some problems, I need to access a large number of texts relating to the Purchase Order.With the help of this topic(Retrieve texts from a sales order by using RFC_READ_TEXT),...
View ArticleUser exit in OBBH
Hi We have requirement in OBBH (FI Substitution) in the prerequiste we need to put user exit for program RGGBS000 How to get the program RGGBS000 in the user exit structure, so that it can be...
View ArticleSAP SD定价技术分析 - Part I
定价技术一直是SAP引以为豪的一个设计。设计也很复杂,闲下空来DEBUG了一下SAP的标准程式。基础的IMG设定(定价表/访问顺序/定价类型/定价过程)就不说了,现在将一些SAP的定价逻辑分享给大家,希望能给做定价增强的ABAPer兄弟一些些帮助。 1) 定价程序FunctionPool: SAPLV61AFunction Name: Pricing 2) 变量说明XKOMV...
View Articlegr post
Hi can any one tell me, add vendor batch field in bar code printing during gr post(migo/mb01/mb90) Regards
View ArticleHow to display each record for a column at the end in OO ALV
Hi, How can we display each record for a column at end in OO ALV. For example in the ALV list that I'm displaying using Object Oriented ALV, I am able get the Sum of all the integer fields. But if I...
View ArticleSelect statement in SAP JCo
Dear Experts, I would like use Open SQL statements in SAP JCo. As of my knwoledge, my query will hit application server not the database, since it is an open SQL statement. So i need...
View Article.NET 调用RFC函数,怎么传表参数
我调用RFC函数的代码如下private void TestTable_Click(object sender, EventArgs e){ SAPLogonCtrl.SAPLogonControlClass connctl = new SAPLogonCtrl.SAPLogonControlClass(); //下面的参数值根据实际情况赋值 connctl.Client =...
View Articleabout OPTIONS with RFC_READ_TABLE
可否输入 sql 类似的condition? 有官方说明吗?我试一些好像可以支持 例如 a > b and (c between v1 and v2)
View Article关于SAP46C外发邮件配置的问题
系统平台:sap46caix433db2,SAP的kernel补丁2337 想在SAP系统内配置外发邮件功能,参阅了SAP标准PDF文档进行配置后,在SAP业务工作台中发送internet邮件不成功,提示no delivery to <邮件地址>,在AIX下看traceout.txt文件,有35f2->** Error when calling sendmail. Return...
View Article关于更新系统表
今天看到一个FM:KGAL_RFC_CREATE_CYCLE发现他不是Update 类型的FM,但看完代码发现,在最后一步更新表的时候:UPDATE_CYCLE(FM:KGAL_CREATE_CYCLE里面),他既没有锁表,也没有用封装一个数据库事务,直接就分别modify各个表,这样做符合标准?
View ArticleBAPI_TRANSACTION_COMMIT is not working in JCO
Dear experts, Am using BAPI_FIXEDASSET_CREATE1 in JCo. BAPI_TRANSACTION_COMMIT is not working. Since asset not being created. Here my sample code. public static void...
View ArticleUpdate field "DLV_BLOCK" using BAPI_SALESORDER_CHANGE
Hi friends, I am using BAPI_SALESORDER_CHANGE and BAPI_TRANSACTION_COMMIT to remove delivery block from an Order.We are updating the below parameters and then calling the bapi....
View Article