 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; BAPI_PROCORD_GET_DETAIL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sap/bapi_procord_get_detail/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 00:58:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>BAPI_PROCORD_GET_DETAIL in Visual Basic</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bapi_procord_get_detail-in-visual-basic-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/bapi_procord_get_detail-in-visual-basic-2/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 09:22:17 +0000</pubDate>
		<dc:creator>Rujuta</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[BAPI_PROCORD_GET_DETAIL]]></category>
		<category><![CDATA[SAP development]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want read data from SAP using VIsual Basic. I am Using "BAPI_PROCORD_GET_DETAIL" bapi for this purpose. While executing this BAPI in SAP , i am getting the records. But when I tried it from VB i am ub\nable to Get data. Following is the code i am trying in VB.Please check and give me [...]]]></description>
				<content:encoded><![CDATA[<pre>I want read data from SAP using VIsual Basic. I am Using "BAPI_PROCORD_GET_DETAIL" bapi for this purpose. While executing this BAPI in SAP , i am getting the records. But when I tried it from VB i am ub\nable to Get data.
Following is the code i am trying in VB.Please check and give me feedback. Thanks in advance.


Set objList = objBAPIControl.Add ("BAPI_PROCORD_GET_DETAIL")
Dim tblHeader As Table
Dim tblComponent As Table
'Set export parameters i.e. for selection criteria
objList.exports("NUMBER") = "20001451"
objList.exports("ORDER_OBJECTS").Value(1) = "X"
objList.exports("ORDER_OBJECTS").Value(2) = "X"
objList.exports("ORDER_OBJECTS").Value(3) = "X"
objList.exports("ORDER_OBJECTS").Value(4) = "X"
objList.exports("ORDER_OBJECTS").Value(5) = "X"
objList.exports("ORDER_OBJECTS").Value(6) = "X"
objList.exports("ORDER_OBJECTS").Value(7) = "X"
' Execute Bapi object
ReturnFunc = objList.call

'Get the tables
 tblHeader = objList.TABLES("HEADER")
 tblComponent = objList.TABLES("COMPONENT")
 MsgBox (tblHeader.RowCount)
 MsgBox (tblComponent.RowCount)</pre>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/bapi_procord_get_detail-in-visual-basic-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.014 seconds using memcached
Object Caching 325/342 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 05:11:51 -->