Quantcast
Channel: SCN : Popular Discussions - ABAP和Java开发 (ABAP & Java Development)
Viewing all articles
Browse latest Browse all 4604

執行RFC的問題(Web Dynpro for Java)

$
0
0

Dear Experts,

 

小弟目前使用一支ABAP工程師寫好的RFC,這支RFC會去修改到我們所建立的add-on Table,以下敘述是RFC的結構和程式。

 

Import:STATUS

Table :LIST & RETURN

 

Zep1_M_Purchase_Order_Input MNode = new Zep1_M_Purchase_Order_Input();
Zpolist1 node = new Zpolist1();
MNode.setStatus("1");
node.setEbeln("1234567890");
node.setEbelp("00010");
MNode.addList(node);
wdContext.nodeZep1_M_Purchase_Order_Input().bind(MNode);
wdThis.wdGetPOController().executeZep1_M_Purchase_Order_Input();

 

執行後發現Import的STATUS有值,不過LIST中的Ebeln與Ebelp都沒有值,正確來說整個LIST沒有被抓取,不過以這些值到se37去執行,是可以正常運作。請問有人遇過這樣的問題嗎?該怎麼解決呢?謝謝


Viewing all articles
Browse latest Browse all 4604

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>