 




<?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</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/bapi/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 21:33:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Using BAPI for Customizing SAP Reports</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/using-bapi-for-customizing-sap-reports/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/using-bapi-for-customizing-sap-reports/#comments</comments>
		<pubDate>Sat, 06 Oct 2012 04:11:04 +0000</pubDate>
		<dc:creator>AmjadMahmood</dc:creator>
				<category><![CDATA[BAPI]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/using-bapi-for-customizing-sap-reports/</guid>
		<description><![CDATA[New Answer by AmjadMahmood]]></description>
				<content:encoded><![CDATA[New Answer by AmjadMahmood]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/using-bapi-for-customizing-sap-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL address greater than 255 characters. How to overcome that limit in ABAP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/url-address-greater-than-255-characters-how-to-overcome-that-limit-in-abap/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/url-address-greater-than-255-characters-how-to-overcome-that-limit-in-abap/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:00:43 +0000</pubDate>
		<dc:creator>SuperSapper</dc:creator>
				<category><![CDATA[ABAP-program]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[SAP development]]></category>
		<category><![CDATA[SAP ECC 6.0]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a button on my opening screen that calls a function that brings up a URL containing documentation. It worked great in testing until I tried to use a URL address that is longer than 255 characters. Is there a BAPI or method or something that will work with more than a 255 character string? [...]]]></description>
				<content:encoded><![CDATA[<p>I have a button on my opening screen that calls a function that brings up a URL containing documentation. It worked great in testing until I tried to use a URL address that is longer than 255 characters. Is there a BAPI or method or something that will work with more than a 255 character string?<br/><br/> It is an ABAP program in version SAP ECC 6.0.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/url-address-greater-than-255-characters-how-to-overcome-that-limit-in-abap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>bapi for status change</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bapi-for-status-change/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/bapi-for-status-change/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 03:37:43 +0000</pubDate>
		<dc:creator>Madaot</dc:creator>
				<category><![CDATA[BAPI]]></category>
		<category><![CDATA[SAP BAPI]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is there any bapi to change the status of a im position to locked in investment management ?]]></description>
				<content:encoded><![CDATA[<p>Is there any bapi to change the status of a im position to locked in investment management ?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/bapi-for-status-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Material and Price export to an External System</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/material-and-price-export-to-an-external-system/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/material-and-price-export-to-an-external-system/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 08:18:59 +0000</pubDate>
		<dc:creator>ITB</dc:creator>
				<category><![CDATA[BAPI]]></category>
		<category><![CDATA[MATMAS01]]></category>
		<category><![CDATA[SAP Import/Export]]></category>
		<category><![CDATA[SAP MM]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve a Problem, I will send Materials with sales Price from SAP to an external System. I will use the IDOC MATMAS01, but I can&#8217;t send the price with it? Is that correct? How I can send the sales Price for each Material? Is it possible to send more than one Material (mass export) with [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve a Problem, I will send Materials with sales Price from SAP to an external System. I will use the IDOC MATMAS01, but I can&#8217;t send the price with it? Is that correct? How I can send the sales Price for each Material? Is it possible to send more than one Material (mass export) with MATMAS01 per process? Or I had to define a Product or Price Catalog?</p>
<p>Or is there a better way by using a BAPI for this use case? Which BAPI?</p>
<p>Thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/material-and-price-export-to-an-external-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BAPI for VK11</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bapi-for-vk11/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/bapi-for-vk11/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 05:56:26 +0000</pubDate>
		<dc:creator>Kanchan.cpgr</dc:creator>
				<category><![CDATA[BAPI]]></category>
		<category><![CDATA[Condition Records]]></category>
		<category><![CDATA[VK11]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Are there any BAPIs to create condition record (VK11) and update them in standard table? Does &#8220;bapi_price_condition&#8221; help for multiple records?]]></description>
				<content:encoded><![CDATA[<p>Are there any BAPIs to create condition record (VK11) and update them in standard table?<br />
Does &#8220;bapi_price_condition&#8221; help for multiple records?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/bapi-for-vk11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP BAPIs, RFCs and Function Modules, oh my</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sap-bapis-rfcs-and-function-modules-oh-my/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sap-bapis-rfcs-and-function-modules-oh-my/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 15:58:27 +0000</pubDate>
		<dc:creator>Joseph@k2.com</dc:creator>
				<category><![CDATA[BAPI]]></category>
		<category><![CDATA[Function Modules]]></category>
		<category><![CDATA[RFC]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[After a week of scouring various resources on the net and in local bookstores and exploring the BAPI function modules using an IQL based interface, I&#8217;m still falling short of beginning to make productive use of the ootb (out of the box) BAPIs. I can read and create an employee address, but the buck stops [...]]]></description>
				<content:encoded><![CDATA[<p>After a week of scouring various resources on the net and in local bookstores and exploring the BAPI function modules using an IQL based interface, I&#8217;m still falling short of beginning to make productive use of the ootb (out of the box) BAPIs. I can read and create an employee address, but the buck stops there.</p>
<p>1) Is there some deeper ootb BAPI reference material that discusses the various common parameters, the ranges of arguments they will take and what a particular BAPI might be found useful for in the real world? help.sap.com provides a list of BAPIs with a paragraph to describe each BAPIs purpose, but this doesn&#8217;t help me identify paramaters and their possible values, nor does it help me see relationships between various BAPIs</p>
<p>2) Are the ootb BAPIs meant to be useful at all? Perhaps they are intended to be examples so custom BAPI developers have a spring board to work from.</p>
<p>3) Why isn&#8217;t there more discussion on the internet of using the ootb BAPIs from outside sources? Of the SAP documentation and discussions I have found on BAPIs at least 98% has purely to do with creating them as opposed to using them. The 2% usually deals with the syntax of calling the BAPIs from a particular platform and doesn&#8217;t get into the data types or parameter value ranges.</p>
<p>4) Is the fact that I don&#8217;t have access to SAPs BAPI Explorer or other interfaces the cause of all of my heartache?</p>
<p>5) Without documentation that ties the SAP tables back to the existing BAPIs I&#8217;m unsure of where to look in &#8220;Tables Explorer for SAP R/3&#8243; to confirm missing data when I receive the message &#8220;No Data Store&#8221; from an ootb BAPI. Do you have any hints on what this error message means or how to dig into the BAPI from the outside as to determine what tables it is touching?</p>
<p>6) In reading about the HR BAPIs and especially hoping to interface or fire off workflows from the ootb BAPIs I have discovered infotypes, but am not finding a &#8220;rest of the technology world&#8221; analogy for an infotype. Assuming that it is an object oriented type that can be passed into one of the BAPIs, should I be looking for an initial BAPI to build up the infotype in the db and then call another BAPI that takes the infotypes ID and executes an event or &#8230;?</p>
<p>Thanks for your attention and help,<br />
Joseph</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sap-bapis-rfcs-and-function-modules-oh-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BAPI Security</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bapi-security/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/bapi-security/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 20:10:33 +0000</pubDate>
		<dc:creator>MIke S</dc:creator>
				<category><![CDATA[BAPI]]></category>
		<category><![CDATA[ECC6]]></category>
		<category><![CDATA[SAP errors]]></category>
		<category><![CDATA[SAP security]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We have a utility CUM module foe ECC 6.0 that we are installing. This module uses BAPIs and we are getting the error &#8220;Error during processing of BAPI methods. I have added the object S_RFC to the role but the transaction is still stalling. The SU53 shows all authorizations to be successful. What am I [...]]]></description>
				<content:encoded><![CDATA[<p>We have a utility CUM module foe ECC 6.0 that we are installing.  This module uses BAPIs and we are getting the error &#8220;Error during processing of BAPI methods. I have added the object S_RFC to the role but the transaction is still stalling.  The SU53 shows all authorizations to be successful.  What am I missing for the transactions to process correctly.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/bapi-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BAPI Error message RW 619 Combination fo taransction Key XXX and tax code 0000000000 si wrong</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bapi-error-message-rw-619-combination-fo-taransction-key-xxx-and-tax-code-0000000000-si-wrong/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/bapi-error-message-rw-619-combination-fo-taransction-key-xxx-and-tax-code-0000000000-si-wrong/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 22:03:22 +0000</pubDate>
		<dc:creator>Frankhall4</dc:creator>
				<category><![CDATA[BAPI]]></category>
		<category><![CDATA[SAP errors]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We are attempting to post an invoice like FB60 transaction. We are using BAPI BAPI_ACC_INVOICE_RECEIPT_POST. It errors out with the ACCOUNTTAX table. Thank you. Frank Hall]]></description>
				<content:encoded><![CDATA[<p>We are attempting to post an invoice like FB60 transaction. We are using BAPI BAPI_ACC_INVOICE_RECEIPT_POST. It errors out with the ACCOUNTTAX table. Thank you.<br />
Frank Hall</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/bapi-error-message-rw-619-combination-fo-taransction-key-xxx-and-tax-code-0000000000-si-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>i need soft copy of user exits,badi,bapi,ale,idoc,rfc.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-need-soft-copy-of-user-exitsbadibapialeidocrfc/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/i-need-soft-copy-of-user-exitsbadibapialeidocrfc/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 05:14:19 +0000</pubDate>
		<dc:creator>Subbu neeli</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[any body send me the soft copy of user exits,badi,bapi ale and idoc of sap abap. my id is : subbu.nnv.here@gmail.com]]></description>
				<content:encoded><![CDATA[<p>any body send me the soft copy of user exits,badi,bapi ale and idoc of sap abap.<br />
 my id is  :      subbu.nnv.here@gmail.com</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/i-need-soft-copy-of-user-exitsbadibapialeidocrfc/feed/</wfw:commentRss>
		<slash:comments>0</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/32 queries in 0.029 seconds using memcached
Object Caching 894/1065 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 16:19:55 -->