<?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>ABAP Tutorials &#187; SAP</title>
	<atom:link href="http://www.abap-tutorials.com/tag/sap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abap-tutorials.com</link>
	<description>ABAP Tutorials, Guides, Training, Manuals</description>
	<lastBuildDate>Thu, 17 Nov 2011 07:43:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Reset Password for User Id SAP* in client 000</title>
		<link>http://www.abap-tutorials.com/2010/11/29/reset-password-for-user-id-sap-in-client-000/</link>
		<comments>http://www.abap-tutorials.com/2010/11/29/reset-password-for-user-id-sap-in-client-000/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 04:42:06 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Basis]]></category>
		<category><![CDATA[client 000]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset password]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1774</guid>
		<description><![CDATA[As a Basis person, one have to remember a lot of passwords of various servers and clients. This tends to happen that we want to apply some notes on the server and we forgot SAP* password in client 000. What to do in this scenario. The following program resets the password of SAP* in any [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">As a Basis person, one have to remember a lot of passwords of various servers and clients. This tends to happen that we want to apply some notes on the server and we forgot SAP* password in client 000. What to do in this scenario.</p>
<div style="width: 100%; float: left;">
<p style="text-align: justify;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/11/user_lock.jpg"><img class="aligncenter size-full wp-image-1776" title="User Lock" src="http://www.abap-tutorials.com/wp-content/uploads/2010/11/user_lock.jpg" alt="User Lock" width="256" height="256" /></a></p>
</div>
<p style="text-align: justify;">
<p style="text-align: justify;">The following program resets the password of SAP* in any given Client ( entered on screen ) to the same as your current login&#8217;s password.  (Of course, you have to login as SAP* on any Client just to ensure that correct person have the authorization over the password resetting).</p>
<p style="text-align: justify;"><span id="more-1774"></span></p>
<p style="text-align: justify;">First, you have to create a program (code given below) on any of the Client. Run the program from SAP* User login.  Specify the Client name to copy your current SAP* password over that Client SAP* password.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/11/client_password_reset.txt">Download Client Password Reset</a></p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2009/07/25/unlock-login-id-in-sap/' rel='bookmark' title='ABAP Program to Unlock Login ID in SAP'>ABAP Program to Unlock Login ID in SAP</a></li>
<li><a href='http://www.abap-tutorials.com/2009/07/16/assigncreate-authorization-group-for-a-table/' rel='bookmark' title='Assign/Create Authorization Group for a Table in SAP'>Assign/Create Authorization Group for a Table in SAP</a></li>
<li><a href='http://www.abap-tutorials.com/2009/07/05/tcodes-in-sap-part-1/' rel='bookmark' title='Tcodes in SAP &#8211; Part 1'>Tcodes in SAP &#8211; Part 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2010/11/29/reset-password-for-user-id-sap-in-client-000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating RFC Destinations</title>
		<link>http://www.abap-tutorials.com/2010/04/02/creating-rfc-destinations/</link>
		<comments>http://www.abap-tutorials.com/2010/04/02/creating-rfc-destinations/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 11:41:29 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[RFC]]></category>
		<category><![CDATA[RFC Destination]]></category>
		<category><![CDATA[SM59]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1446</guid>
		<description><![CDATA[We need RFC destination to connect either to non-SAP or SAP data externally from our existing system. To make other systems available for the access, we need to provide an RFC destination in our SAP such that it accesses the external system. To summarise you can communicate via RFC: 1. R/3 -&#62; R/3 2. legacy [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">We need RFC destination to connect either to non-SAP or SAP data externally from our existing system. To make other systems available for the access, we need to provide an RFC destination in our SAP such that it accesses the external system.</p>
<p style="text-align: justify;">To summarise you can communicate via RFC:</p>
<p style="text-align: justify;">1. R/3 -&gt; R/3<br />
2. legacy -&gt; R/3<br />
3. R/3 -&gt; legacy</p>
<div style="text-align: center;">
<div style="width: 100%; float: left;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/04/rfc_destination.gif"><br />
<img class="aligncenter size-full wp-image-1447" title="RFC Destination" src="http://www.abap-tutorials.com/wp-content/uploads/2010/04/rfc_destination.gif" alt="" width="337" height="251" /></a></div>
<p style="text-align: justify;"> <span id="more-1446"></span></p>
<p style="text-align: justify;">Following are the steps for defining the RFC destination:</p>
<p style="text-align: justify;">1. In the SAP R/3 window, click the forward arrow to display the navigation box if necessary. Type SM59 into the text field and press ENTER. This displays the RFC Destination Maintenance window.</p>
<p style="text-align: justify;">2. Enter &#8217;3&#8242; in Connection Type , i.e. ABAP Connection. Enter Description of the connection. Enter Target Host Name, System Number and IP address. Press save to save the RFC deatination.</p>
<p style="text-align: center;">
<div style="width: 100%; float: left;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/04/rfc_destination.jpg"><img class="aligncenter size-full wp-image-1449" title="RFC Destination" src="http://www.abap-tutorials.com/wp-content/uploads/2010/04/rfc_destination.jpg" alt="" width="368" height="267" /></a></div>
<p style="text-align: justify;"> 3. Click the Test Connection to check the connection link to the remote server. It the settings you specifed is correct, the message specifying it will be shown.</p>
<p style="text-align: center;">
<div style="width: 100%; float: left;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/04/rfc_destination2.jpg"><img class="aligncenter size-full wp-image-1450" title="rfc_destination2" src="http://www.abap-tutorials.com/wp-content/uploads/2010/04/rfc_destination2.jpg" alt="" width="368" height="267" /></a></div>
<p style="text-align: justify;">RFC deatination is now ready to be used in the programs. </p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"> </p>
</div>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2010/05/12/debugging-rfc-functions-in-sap/' rel='bookmark' title='Debugging RFC functions in SAP'>Debugging RFC functions in SAP</a></li>
<li><a href='http://www.abap-tutorials.com/2009/07/29/display-oaer-pictures-on-screen/' rel='bookmark' title='ABAP Program to Display OAER pictures on Screen'>ABAP Program to Display OAER pictures on Screen</a></li>
<li><a href='http://www.abap-tutorials.com/2009/07/23/advantage-smartform-migrating-sapscript-to-smartforms/' rel='bookmark' title='Advantage Smartform: Migrating SAPScript to Smartforms in SAP'>Advantage Smartform: Migrating SAPScript to Smartforms in SAP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2010/04/02/creating-rfc-destinations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Basic Calling SAP &#8211; using BAPI Calls</title>
		<link>http://www.abap-tutorials.com/2010/03/26/visual-basic-calling-sap-using-bapi-calls/</link>
		<comments>http://www.abap-tutorials.com/2010/03/26/visual-basic-calling-sap-using-bapi-calls/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 00:27:31 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Abap Objects]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[external call]]></category>
		<category><![CDATA[remote calling]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1424</guid>
		<description><![CDATA[BAPI is a useful resource provided by SAP though which we can communicate with SAP also from external envirnment / sources.  The following code shows the example of how to call BAPI externally, although SAP authentication for the user is done. The example is a program developed in Visual Basic which I developed in my [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">BAPI is a useful resource provided by SAP though which we can communicate with SAP also from external envirnment / sources.  The following code shows the example of how to call BAPI externally, although SAP authentication for the user is done.</p>
<p><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/03/calling.jpg"><img class="size-full wp-image-1425 alignleft" title="Calling BAPI" src="http://www.abap-tutorials.com/wp-content/uploads/2010/03/calling.jpg" alt="" width="142" height="171" /></a></p>
<p style="text-align: justify;">The example is a program developed in Visual Basic which I developed in my learning phase. It gives an idea about the hierarchy that needs to be followed when calling BAPI.</p>
<p style="text-align: justify;">The example consists of three BAPI calls namely, for PO, GRN and Sales Order creation. The code is also available for download, but may require a bit tweaking.</p>
<p style="text-align: justify;"><span id="more-1424"></span></p>
<p style="text-align: justify;">Create a new project in VB and add 3 normal forms and a MDI form(Main form from where child forms will be called). Three forms namely for PO Order, GRN, and Sales Order creation.</p>
<p style="text-align: justify;">Also add SAP BAPI Control Control to the project to have relevant library get loded into project.</p>
<p style="text-align: center;">
<div style="float: left; width: 100%;">
<a href="http://www.abap-tutorials.com/wp-content/uploads/2010/03/bapi_05.jpg><br />
<img class="aligncenter size-full wp-image-1440" title="SAP BAPI Component" src="http://www.abap-tutorials.com/wp-content/uploads/2010/03/bapi_05.jpg" alt="" width="368" height="277" /></a></div>
</p>
<p style="text-align: justify;">MDI Screen:</p>
<p style="text-align: center;">
<div style="float: left; width: 100%;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/03/bapi_01.jpg"><img class="aligncenter size-full wp-image-1427" title="MDI Form" src="http://www.abap-tutorials.com/wp-content/uploads/2010/03/bapi_01.jpg" alt="" width="368" height="277" /></a></div>
<p style="text-align: justify;">MDI Screen Code: </p>
<p style="text-align: center;">
<pre lang="VB">Private Sub mnuexit_Click()
Unload Me
End Sub
Private Sub mnugrn_Click()
Load grn
End Sub
Private Sub mnupurchase_Click()
Load porder
End Sub
Private Sub mnusales_Click()
Load salesorder
End Sub</pre>
<p>Form PORDER:</p>
<div style="float: left; width: 100%;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/03/bapi_02.jpg"><img class="aligncenter size-full wp-image-1433" title="PO Order" src="http://www.abap-tutorials.com/wp-content/uploads/2010/03/bapi_02.jpg" alt="" width="368" height="277" /></a></div>
<p style="text-align: justify;">
<p style="text-align: justify;">PORDER Screen Code:</p>
<p style="text-align: justify;"> </p>
<pre lang="VB">Dim BAPICTRL As Object
Dim BOORDER As Object
Dim OITEMSCH As Object
Dim OITEMIN As Object
Dim OHEADER As Object
Dim ORETURN As Object
Dim OCONN As Object
Private Sub Command1_Click()
Dim X As String
OHEADER.Value("DOC_TYPE") = Text1(0)
OHEADER.Value("PURCH_ORG") = Text1(1)
OHEADER.Value("PUR_GROUP") = Text1(2)
OHEADER.Value("VENDOR") = Text1(3)
OHEADER.Value("DOC_DATE") = Text1(4)
OHEADER.Value("CO_CODE") = Text1(14)
'OHEADER.Value("PURCH_NO") = Text1(5)
'OPARTNER.ROWS.Add
'OPARTNER.Value(1, "PARTN_ROLE") = Text1(6)
'OPARTNER.Value(1, "PARTN_NUMB") = Text1(7)
OITEMIN.ROWS.Add
OITEMIN.Value(1, "PO_ITEM") = Text1(8)
OITEMIN.Value(1, "PUR_MAT") = Text1(6)
OITEMIN.Value(1, "MATERIAL") = Text1(9)
OITEMIN.Value(1, "PLANT") = Text1(10)
OITEMIN.Value(1, "ACCTASSCAT") = " "
'OITEMIN.Value(1, "PLANT") = Text1(10)
OITEMSCH.ROWS.Add
OITEMSCH.Value(1, "PO_ITEM") = Text1(5)
OITEMSCH.Value(1, "DELIV_DATE") = Text1(12)
OITEMSCH.Value(1, "QUANTITY") = Text1(13)
'OITEMIN.Value(1, "MATERIAL") = Text1(9)
BOORDER.CreateFromData PoHeader:=OHEADER, PoItems:=OITEMIN, _
PoItemSchedules:=OITEMSCH, Return:=ORETURN
', _
'HEADERADDDATARELEVAN:=" ", SKIPITEMSWITHERROR:=" ", ITEMADDDATARELEVANT:=" "
'X = ORETURN.Value("message")
'If X = "" Then
'    MsgBox "Transaction Complete."
'Else
'    MsgBox X
'End If
 MsgBox (ORETURN.Columns("MESSAGE").Value(1))
End Sub
Private Sub Command2_Click()
OCONN.LOGOFF
End Sub
Private Sub Command3_Click()
Call Form_Load
End Sub
Private Sub Form_Load()
Text1(4) = Format(Now, "mm/dd/yyyy")
Text1(12) = Format(Now, "mm/dd/yyyy")
Set BAPICTRL = CreateObject("SAP.BAPI.1")
Set OCONN = BAPICTRL.Connection
OCONN.LOGON
Set BOORDER = BAPICTRL.GetSAPObject("PurchaseOrder")
Set OITEMSCH = BAPICTRL.DimAs(BOORDER, "CreateFromData", "PoItemSchedules")
Set OITEMIN = BAPICTRL.DimAs(BOORDER, "CreateFromData", "PoItems")
Set OHEADER = BAPICTRL.DimAs(BOORDER, "CreateFromData", "PoHeader")
Set ORETURN = BAPICTRL.DimAs(BOORDER, "CreateFromData", "RETURN")
End Sub
Private Sub Form_Unload(Cancel As Integer)
OCONN.LOGOFF
End Sub
Private Sub Text1_Change(Index As Integer)
End Sub</pre>
<p>Form GRN:</p>
<p style="text-align: center;">
<div style="float: left; width: 100%;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/03/bapi_03.jpg"><br />
<img class="aligncenter size-full wp-image-1436" title="Post GRN" src="http://www.abap-tutorials.com/wp-content/uploads/2010/03/bapi_03.jpg" alt="" width="368" height="277" /></a></div>
<p style="text-align: justify;">
<p style="text-align: justify;">GRN Screen Code:</p>
<p style="text-align: justify;">
<pre lang="VB">Dim BAPICTRL As Object
Dim BOORDER As Object
Dim OCODE As Object
Dim OITEMIN As Object
Dim OHEADER As Object
Dim ORETURN As Object
Dim OCONN As Object
Private Sub Command1_Click()
Dim X As String
OHEADER.Value("PSTNG_DATE") = Text1(0)
OHEADER.Value("DOC_DATE") = Text1(1)
OHEADER.Value("REF_DOC_NO") = Text1(2)
OHEADER.Value("BILL_OF_LADING") = Text1(3)
OHEADER.Value("HEADER_TXT") = Text1(4)
'OHEADER.Value("CO_CODE") = Text1(14)
'OHEADER.Value("PURCH_NO") = Text1(5)
OCODE.Value("GM_CODE") = Text1(8)
OITEMIN.ROWS.Add
OITEMIN.Value(1, "MATERIAL") = Text1(5)
OITEMIN.Value(1, "PLANT") = Text1(12)
OITEMIN.Value(1, "STGE_LOC") = Text1(13)
OITEMIN.Value(1, "MOVE_TYPE") = Text1(6)
OITEMIN.Value(1, "VENDOR") = Text1(7)
OITEMIN.Value(1, "PO_NUMBER") = Text1(9)
OITEMIN.Value(1, "ENTRY_QNT") = "10"
OITEMIN.Value(1, "MVT_IND") = "B"
OITEMIN.Value(1, "PO_ITEM") = "1"
OITEMIN.Value(1, "ITEM_TEXT") = "-/-/-/nav"
BOORDER.CreateFromData GoodsmvtHeader:=OHEADER, GoodsmvtItem:=OITEMIN, _
GoodsmvtCode:=OCODE, Return:=ORETURN
', _
'HEADERADDDATARELEVAN:=" ", SKIPITEMSWITHERROR:=" ", ITEMADDDATARELEVANT:=" "
'X = ORETURN.Value("message")
'If X = "" Then
'    MsgBox "Transaction Complete."
'Else
'    MsgBox X
'End If
MsgBox (ORETURN.Columns("MESSAGE").Value(1))
End Sub
Private Sub Command2_Click()
OCONN.LOGOFF
End Sub
Private Sub Command3_Click()
Call Form_Load
End Sub
Private Sub Form_Load()
Text1(0) = Format(Now, "mm/dd/yyyy")
Text1(1) = Format(Now, "mm/dd/yyyy")
'Text1(2).SetFocus
Set BAPICTRL = CreateObject("SAP.BAPI.1")
Set OCONN = BAPICTRL.Connection
OCONN.LOGON
Set BOORDER = BAPICTRL.GetSAPObject("GoodsMovement")
Set OCODE = BAPICTRL.DimAs(BOORDER, "CreateFromData", "GoodsmvtCode")
Set OITEMIN = BAPICTRL.DimAs(BOORDER, "CreateFromData", "GoodsmvtItem")
Set OHEADER = BAPICTRL.DimAs(BOORDER, "CreateFromData", "GoodsmvtHeader")
Set ORETURN = BAPICTRL.DimAs(BOORDER, "CreateFromData", "RETURN")
End Sub
Private Sub Form_Unload(Cancel As Integer)
OCONN.LOGOFF
End Sub</pre>
<p>Form SALESORDER:</p>
<p style="text-align: center;">
<div style="width:100%;float:left">
<a href="http://www.abap-tutorials.com/wp-content/uploads/2010/03/bapi_04.jpg"><br />
<img class="aligncenter size-full wp-image-1438" title="Sales Order" src="http://www.abap-tutorials.com/wp-content/uploads/2010/03/bapi_04.jpg" alt="" width="368" height="277" /></a></div>
<p style="text-align: justify;">
<p style="text-align: justify;">SALESORDER Screen Code:</p>
<p style="text-align: justify;">
<pre lang="VB">Dim BAPICTRL As Object
Dim BOORDER As Object
Dim OPARTNER As Object
Dim OITEMIN As Object
Dim OHEADER As Object
Dim ORETURN As Object
Dim OCONN As Object
Private Sub Command1_Click()
Dim X As String
OHEADER.Value("DOC_TYPE") = Text1(0)
OHEADER.Value("SALES_ORG") = Text1(1)
OHEADER.Value("DISTR_CHAN") = Text1(2)
OHEADER.Value("DIVISION") = Text1(3)
OHEADER.Value("PRICE_DATE") = Text1(4)
OHEADER.Value("PURCH_NO") = Text1(5)
OPARTNER.ROWS.Add
OPARTNER.Value(1, "PARTN_ROLE") = Text1(6)
OPARTNER.Value(1, "PARTN_NUMB") = Text1(7)
OITEMIN.ROWS.Add
OITEMIN.Value(1, "REQ_QTY") = Text1(8)
OITEMIN.Value(1, "MATERIAL") = Text1(9)
OITEMIN.Value(1, "COND_VALUE") = Text1(10)
BOORDER.CreateFromData orderheaderin:=OHEADER, orderitemsin:=OITEMIN, _
orderpartners:=OPARTNER, Return:=ORETURN
X = ORETURN.Value("message")
If X = "" Then
    MsgBox "Transaction Complete."
Else
    MsgBox X
End If
'MsgBox (ORETURN.Columns("MESSAGE").Value(1))
End Sub
Private Sub Command2_Click()
OCONN.LOGOFF
End Sub
Private Sub Command3_Click()
Call Form_Load
End Sub
Private Sub Form_Load()
Text1(4) = Format(Now, "mm/dd/yyyy")
Set BAPICTRL = CreateObject("SAP.BAPI.1")
Set OCONN = BAPICTRL.Connection
OCONN.LOGON

Set BOORDER = BAPICTRL.GetSAPObject("SalesOrder")
Set OPARTNER = BAPICTRL.DimAs(BOORDER, "CreateFromData", "orderpartners")
Set OITEMIN = BAPICTRL.DimAs(BOORDER, "CreateFromData", "orderitemsin")
Set OHEADER = BAPICTRL.DimAs(BOORDER, "CreateFromData", "orderheaderin")
End Sub
Private Sub Form_Unload(Cancel As Integer)
OCONN.LOGOFF
End Sub</pre>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">Project Source Code: <a href="http://www.abap-tutorials.com/wp-content/uploads/pdfs/bapi_entry.rar" target="_blank">Download Link</a>.</p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2010/03/22/difference-between-bapi-and-rfc/' rel='bookmark' title='Difference Between BAPI and RFC'>Difference Between BAPI and RFC</a></li>
<li><a href='http://www.abap-tutorials.com/2009/07/20/saplink-share-your-developments/' rel='bookmark' title='SAPlink &#8211; Share your developments'>SAPlink &#8211; Share your developments</a></li>
<li><a href='http://www.abap-tutorials.com/2010/12/11/creating-a-basic-sap-business-workflow/' rel='bookmark' title='Creating a Basic SAP Business Workflow'>Creating a Basic SAP Business Workflow</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2010/03/26/visual-basic-calling-sap-using-bapi-calls/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Complete Reference to ABAP Basics</title>
		<link>http://www.abap-tutorials.com/2010/03/16/complete-reference-to-abap-basics/</link>
		<comments>http://www.abap-tutorials.com/2010/03/16/complete-reference-to-abap-basics/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 18:16:32 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Abap Objects]]></category>
		<category><![CDATA[ALV]]></category>
		<category><![CDATA[BDC / LSMW]]></category>
		<category><![CDATA[DDIC]]></category>
		<category><![CDATA[Enhancement/Modification]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Function Modules]]></category>
		<category><![CDATA[Module Pool]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SAP Query]]></category>
		<category><![CDATA[ABAP Basics]]></category>
		<category><![CDATA[Complete Reference]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1393</guid>
		<description><![CDATA[The following ebook is for the ABAP beginners giving an overview of basic topics in ABAP. This reference guide focuses on following topics: ENTERPRISE RESOURCE PLANNING (ERP) SAP ADVANTAGES Role of ABAPer R/3 ARCHITECTURE COMPONENTS WHAT IS CLIENT IN SAP Developemt Obects -  REPOSITORY OBJECTS and  DATA DICTIONARY OBJECTS ABAP GUI DATA DICTIONARY INTERNAL TABLES SUBROUTINES [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The following ebook is for the ABAP beginners giving an overview of basic topics in ABAP.</p>
<p style="text-align: justify;">
<div style="float: left; width: 100%;"><img class="aligncenter size-full wp-image-1398" title="References" src="http://www.abap-tutorials.com/wp-content/uploads/2010/03/references.jpg" alt="" width="288" height="285" /></div>
</p>
<p style="text-align: justify;">This reference guide focuses on following topics:</p>
<ul>
<li>
<div style="text-align: justify;">ENTERPRISE RESOURCE PLANNING (ERP)</div>
</li>
<li>
<div style="text-align: justify;">SAP ADVANTAGES</div>
</li>
<li>
<div style="text-align: justify;">Role of ABAPer</div>
</li>
<li>
<div style="text-align: justify;">R/3 ARCHITECTURE COMPONENTS</div>
</li>
<li>
<div style="text-align: justify;">WHAT IS CLIENT IN SAP</div>
</li>
<li style="text-align: justify;">Developemt Obects -  REPOSITORY OBJECTS and  DATA DICTIONARY OBJECTS</li>
<li style="text-align: justify;">ABAP GUI</li>
<li style="text-align: justify;">DATA DICTIONARY</li>
<li style="text-align: justify;">INTERNAL TABLES</li>
<li style="text-align: justify;">SUBROUTINES</li>
<li style="text-align: justify;">Reports</li>
<li style="text-align: justify;">MODULE POOL PROGRAMMING</li>
<li style="text-align: justify;">Menu Painter</li>
<li style="text-align: justify;">BATCH DATA COMMUNICATION</li>
<li style="text-align: justify;">LSMW ( Legacy System Migration Workbench)</li>
<li style="text-align: justify;">SAPSCRIPTS</li>
<li style="text-align: justify;">SMARTFORMS</li>
</ul>
<p style="text-align: justify;"> <span id="more-1393"></span></p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">Link : <a href="http://www.abap-tutorials.com/wp-content/uploads/pdfs/Complete_Reference_to_ABAP_Basics.pdf" target="_blank">Complete Reference to ABAP Basics</a></p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2009/07/28/display-se78-pictures-on-screen/' rel='bookmark' title='ABAP Program to Display SE78 pictures on Screen'>ABAP Program to Display SE78 pictures on Screen</a></li>
<li><a href='http://www.abap-tutorials.com/2010/05/07/abap-programs-for-beginners/' rel='bookmark' title='ABAP Programs for Beginners'>ABAP Programs for Beginners</a></li>
<li><a href='http://www.abap-tutorials.com/2009/08/19/lock-objects-in-sap/' rel='bookmark' title='Lock Objects in SAP'>Lock Objects in SAP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2010/03/16/complete-reference-to-abap-basics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change assigned Package in SAP</title>
		<link>http://www.abap-tutorials.com/2010/02/13/change-assigned-package-in-sap/</link>
		<comments>http://www.abap-tutorials.com/2010/02/13/change-assigned-package-in-sap/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 13:57:50 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[reassign Package]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1387</guid>
		<description><![CDATA[ABAP prgrammer sometimes do workout on things locally (Technically, making the object Local in nature). After all the changes done to the object, the object is ready to transport to the next landscape for further testing. Following steps defines how an ABAPer can reassign the Transport Package to the Object to be transported. In this [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">ABAP prgrammer sometimes do workout on things locally (Technically, making the object Local in nature). After all the changes done to the object, the object is ready to transport to the next landscape for further testing.</p>
<p style="text-align: justify;">Following steps defines how an ABAPer can reassign the Transport Package to the Object to be transported.</p>
<p style="text-align: justify;"><span id="more-1387"></span></p>
<p style="text-align: justify;">In this case, lets say, we want to reassign the package to an ABAP program. Following steps defines how to reassign the Package from Local to Transportable.</p>
<p style="text-align: justify;">1. In SE38, enter your program name. </p>
<p style="text-align: justify;">2. Use the menu option &#8220;goto -&gt; object directory entry&#8221;.</p>
<p style="text-align: justify;">3. Click on &#8220;Change&#8221;, and you can enter the new package. You&#8217;ll be prompted for a workbench request number also. The same technique can be used to change packages in other objects.</p>
<p style="text-align: justify;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2010/02/reassign_package.jpg"></p>
<div style="width:100%;float:left">
<img class="aligncenter size-full wp-image-1388" title="Reassign Package" src="http://www.abap-tutorials.com/wp-content/uploads/2010/02/reassign_package.jpg" alt="" width="457" height="257" />
</div>
<p></a></p>
<p style="text-align: justify;">You can also use transaction SE03 (or the tools option from SE09/SE10), but access is sometimes restricted.</p>
<p style="text-align: justify;"> </p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2009/07/23/transport-sap-table-contents/' rel='bookmark' title='Transport SAP Table contents'>Transport SAP Table contents</a></li>
<li><a href='http://www.abap-tutorials.com/2009/10/20/downloading-pf-statusgui-status-in-sap/' rel='bookmark' title='Downloading PF-Status(GUI Status) in SAP'>Downloading PF-Status(GUI Status) in SAP</a></li>
<li><a href='http://www.abap-tutorials.com/2009/08/07/retrieve-deleted-programs/' rel='bookmark' title='Retrieve Deleted Programs in SAP'>Retrieve Deleted Programs in SAP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2010/02/13/change-assigned-package-in-sap/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

