<?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>SAP KD &#187; BC &#8211; ABAP</title>
	<atom:link href="http://www.sapkd.com/category/basis-components-abap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sapkd.com</link>
	<description>SAP - Knowledge Database MM SD PP MDM ABAP</description>
	<lastBuildDate>Tue, 24 Aug 2010 09:57:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Powerfull SAP ABAP Functions</title>
		<link>http://www.sapkd.com/2010/07/22/powerfull-sap-abap-functions/</link>
		<comments>http://www.sapkd.com/2010/07/22/powerfull-sap-abap-functions/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BC - ABAP]]></category>
		<category><![CDATA[abap]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://www.sapkd.com/2010/07/22/powerfull-sap-abap-functions/</guid>
		<description><![CDATA[Bp_event_raise Trigger an event from ABAP/4 program. Bp_joblog_read Fetch job log executions filling the structure TBTC5. G_set_get_all_values Fetch values from a set filling the structure RGSB4. Popup_to_confirm_loss_of_data Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data. Popup_to_confirm_step Create a dialog box [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Bp_event_raise</p>
<ul>
<li>Trigger an event from ABAP/4 program.</li>
</ul>
<p>Bp_joblog_read</p>
<ul>
<li>Fetch job log executions filling the structure TBTC5.</li>
</ul>
<p>G_set_get_all_values</p>
<ul>
<li>Fetch values from a set filling the structure RGSB4.</li>
</ul>
<p>Popup_to_confirm_loss_of_data</p>
<ul>
<li>Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data.</li>
</ul>
<p>Popup_to_confirm_step</p>
<ul>
<li>Create a dialog box in which you make a question whether the user wishes to perform the step.</li>
</ul>
<p>Popup_to_confirm_with_message</p>
<ul>
<li>Create a dialog box in which you inform the user about a specific decision point during an action.</li>
</ul>
<p>Popup_to_confirm_with_value</p>
<ul>
<li>Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.</li>
</ul>
<p>Popup_to_decide</p>
<ul>
<li>Create a dialog box in which you require the user between the two processing alternatives, or to cancel the action.</li>
</ul>
<p>Popup_to_decide_with_message</p>
<ul>
<li>Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.</li>
</ul>
<p>Popup_to_display_text</p>
<ul>
<li>Create a dialog box in which you display a two-line message.</li>
</ul>
<p>Rfc_system_info</p>
<ul>
<li>Fetch information from the current instance filling the structure FRCSI.</li>
</ul>
<p>Rs_send_mail_for_spoollist</p>
<ul>
<li>Send messages from ABAP/4 programs to SAPoffice. The structure SOLI may contain the message.</li>
</ul>
<p>Rzl_sleep</p>
<ul>
<li>Hang the current application from 1 to 5 seconds.</li>
</ul>
<p>Rzl_submit</p>
<ul>
<li>Submit a remote report.</li>
</ul>
<p>Sapgui_progress_indicator</p>
<ul>
<li>Set progress indicator on the left lower corner of the current window.</li>
</ul>
<p>Sd_print_terms_of_payment</p>
<ul>
<li>Format terms of payment according to base line date and payment terms.</li>
</ul>
<p>So_wind_spool_list</p>
<ul>
<li>Browse printer spool numbers according to user informed.</li>
</ul>
<p>So_spool_read</p>
<ul>
<li>Fetch printer spool according to the spool number informed.</li>
</ul>
<p>So_user_list_read</p>
<ul>
<li>List of all users filling the structure SOUD3.</li>
</ul>
<p>Spell_amount</p>
<ul>
<li>Return the amount in words filling the structure SPELL.</li>
</ul>
<p>Th_saprel</p>
<ul>
<li>Gather information from the current system including upgrade activities. It completes fields from the structure KKS03.</li>
</ul>
<p>Th_server_list</p>
<ul>
<li>Gather information of all instances filling the structure MSXXLIST.</li>
</ul>
<p>Th_user_list</p>
<ul>
<li>List of logged users filling the structure UINFO.</li>
</ul>
<p>Th_user_info</p>
<ul>
<li>Information about the current user. It completes fields from the structure KKS03.</li>
</ul>
<p>Th_wpinfo</p>
<ul>
<li>List of work processes filling the structure WPINFO.</li>
</ul>
<p>Ws_upload</p>
<ul>
<li>Transfer files from the frontend to the application server.</li>
</ul>
<p>Ws_download</p>
<ul>
<li>Transfer files from the application server to the frontend.</li>
</ul>
<p>Ws_excel</p>
<ul>
<li>Download files at the frontend in excel format.</li>
</ul>
<p>Ws_execute</p>
<ul>
<li>Execute an external program on the presentation server.</li>
</ul>
<p>Ws_file_delete</p>
<ul>
<li>Delete file at the frontend.</li>
</ul>
<p>Ws_volume_get</p>
<ul>
<li>Get the label from a frontend device.</li>
</ul>
<p>Ws_msg</p>
<ul>
<li>Create a dialog box in which you display an one-line message.</li>
</ul>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.sapkd.com/2010/07/22/powerfull-sap-abap-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload Graphics to SAPSCRIPT</title>
		<link>http://www.sapkd.com/2010/07/20/upload-graphics-to-sapscript/</link>
		<comments>http://www.sapkd.com/2010/07/20/upload-graphics-to-sapscript/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 13:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BC - ABAP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[sapscript]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.sapkd.com/2010/07/20/upload-graphics-to-sapscript/</guid>
		<description><![CDATA[You can upload graphics to sapscript with reportRSTXLDMC, however, you can only upload .tif on pc files.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>You can upload graphics to sapscript with reportRSTXLDMC, however, you can only upload .tif on pc files.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.sapkd.com/2010/07/20/upload-graphics-to-sapscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send a pop-up message to an user</title>
		<link>http://www.sapkd.com/2010/05/26/send-a-pop-up-message-to-an-user/</link>
		<comments>http://www.sapkd.com/2010/05/26/send-a-pop-up-message-to-an-user/#comments</comments>
		<pubDate>Wed, 26 May 2010 15:38:55 +0000</pubDate>
		<dc:creator>BMG</dc:creator>
				<category><![CDATA[BC - ABAP]]></category>
		<category><![CDATA[abap message]]></category>
		<category><![CDATA[abap send message]]></category>
		<category><![CDATA[abap send pop-up message]]></category>
		<category><![CDATA[function module to send message]]></category>
		<category><![CDATA[how to send a message in ABAP]]></category>
		<category><![CDATA[how to send a message in SAP]]></category>
		<category><![CDATA[TH_POPUP]]></category>

		<guid isPermaLink="false">http://www.sapkd.com/?p=286</guid>
		<description><![CDATA[Do you wish to send an anonymous message to a user, that is currently log on in your system? You can use function module TH_POPUP. Just enter the system client, the target user and your message, and execute it, for example, in SE37 t-code. Your target user will receive a pop-up window in his computer, [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Do you wish to send an anonymous message to a user, that is currently log on in your system?</p>
<p>You can use function module <strong>TH_POPUP</strong>. Just enter the system client, the target user and your message, and execute it, for example, in <strong>SE37</strong> t-code.</p>
<p>Your target user will receive a pop-up window in his computer, with your message.</p>
<p>Just try it <img src='http://www.sapkd.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.sapkd.com/2010/05/26/send-a-pop-up-message-to-an-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculating working day</title>
		<link>http://www.sapkd.com/2010/04/15/calculating-working-day/</link>
		<comments>http://www.sapkd.com/2010/04/15/calculating-working-day/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 09:31:43 +0000</pubDate>
		<dc:creator>BMG</dc:creator>
				<category><![CDATA[BC - ABAP]]></category>
		<category><![CDATA[abap calculate work day]]></category>
		<category><![CDATA[abap calculate working day]]></category>
		<category><![CDATA[abap DATE_CONVERT_TO_FACTORYDATE]]></category>
		<category><![CDATA[abap factory calendar]]></category>
		<category><![CDATA[abap working day]]></category>
		<category><![CDATA[DATE_CONVERT_TO_FACTORYDATE]]></category>
		<category><![CDATA[DATE_CONVERT_TO_FACTORYDATE correct_option]]></category>
		<category><![CDATA[SAP DATE_CONVERT_TO_FACTORYDATE]]></category>

		<guid isPermaLink="false">http://www.sapkd.com/?p=282</guid>
		<description><![CDATA[Have you ever need to get the next/previous working day, of a calendar date, of a factory calendar? We suggest function module DATE_CONVERT_TO_FACTORYDATE. You can indicate with &#8216;+&#8217; or &#8216;-&#8217; on importing parameter CORRECT_OPTION if you want the next working day, or the previous one. The other importing parameters are the calendar date you want [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Have you ever need to get the next/previous working day, of a calendar date, of a factory calendar?</p>
<p>We suggest function module <strong>DATE_CONVERT_TO_FACTORYDATE.</strong></p>
<p>You can indicate with &#8216;+&#8217; or &#8216;-&#8217; on importing parameter CORRECT_OPTION if you want the next working day, or the previous one. The other importing parameters are the calendar date you want to use, and the factory calendar.</p>
<p>The result will be in exporting parameter DATE.</p>
<p><!-- SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L1S32 { color: #3399FF; } .L1S33 { color: #4DA619; } .L1S52 { color: #0000FF; } --></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.sapkd.com/2010/04/15/calculating-working-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date and Time validation</title>
		<link>http://www.sapkd.com/2010/03/30/date-and-time-validation/</link>
		<comments>http://www.sapkd.com/2010/03/30/date-and-time-validation/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:49:19 +0000</pubDate>
		<dc:creator>BMG</dc:creator>
				<category><![CDATA[BC - ABAP]]></category>
		<category><![CDATA[abap convert date]]></category>
		<category><![CDATA[abap convert external date]]></category>
		<category><![CDATA[abap convert external time]]></category>
		<category><![CDATA[abap convert internal date]]></category>
		<category><![CDATA[abap convert internal time]]></category>
		<category><![CDATA[abap convert time]]></category>
		<category><![CDATA[abap date conversion]]></category>
		<category><![CDATA[abap time conversion]]></category>
		<category><![CDATA[CL_ABAP_DATFM]]></category>
		<category><![CDATA[CONVERT_DATE_TO_INTERNAL]]></category>
		<category><![CDATA[CONVERT_TIME_INPUT]]></category>

		<guid isPermaLink="false">http://www.sapkd.com/?p=261</guid>
		<description><![CDATA[Sometimes,  we need to validate some inputs from users that are inserted by external sources (like files). For this purpose, we found very useful function modules like CONVERT_DATE_TO_INTERNAL and CONVERT_TIME_INPUT to validate external dates formats and external times formats (ex: dates like &#8217;24.06.1978&#8242; or times like &#8217;11:00:00&#8242;) This functions are also very useful to convert [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Sometimes,  we need to validate some inputs from users that are inserted by external sources (like files).</p>
<p>For this purpose, we found very useful function modules like <!-- SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } --> <strong>CONVERT_DATE_TO_INTERNAL </strong>and <strong>CONVERT_TIME_INPUT</strong> to validate external dates formats and external times formats (ex: dates like &#8217;24.06.1978&#8242; or times like &#8217;11:00:00&#8242;)</p>
<p>This functions are also very useful to convert the external information to internal information.</p>
<p>If you need more conversions of this kind, take a look at utility class <strong>CL_ABAP_DATFM</strong>.</p>
<p>Check if is helpful for you too, or if you have any other suggestions feel free to share with us!</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.sapkd.com/2010/03/30/date-and-time-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between KOBED and KOBEV</title>
		<link>http://www.sapkd.com/2010/03/29/difference-between-kobed-and-kobev/</link>
		<comments>http://www.sapkd.com/2010/03/29/difference-between-kobed-and-kobev/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:13:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BC - ABAP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[kobed]]></category>
		<category><![CDATA[kobev]]></category>
		<category><![CDATA[requirements]]></category>

		<guid isPermaLink="false">http://www.sapkd.com/?p=259</guid>
		<description><![CDATA[In pricing there are requirements, and inside this requirements there are 2 forms, KOBED and KOBEV. What&#8217;s the difference between them? KOBED &#8211; This is called at header and item level KOBEV &#8211; Used for header level Use KOBEV if you only need header changes. If you use KOBED and only need header data your [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>In pricing there are requirements, and inside this requirements there are 2 forms, KOBED and KOBEV.</p>
<p>What&#8217;s the difference between them?</p>
<p>KOBED &#8211; This is called at header and item level</p>
<p>KOBEV &#8211; Used for header level</p>
<p>Use KOBEV if you only need header changes. If you use KOBED and only need header data your performance may not be the best!</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.sapkd.com/2010/03/29/difference-between-kobed-and-kobev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide functions in reports</title>
		<link>http://www.sapkd.com/2010/03/26/how-to-hide-functions-in-reports/</link>
		<comments>http://www.sapkd.com/2010/03/26/how-to-hide-functions-in-reports/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 00:15:30 +0000</pubDate>
		<dc:creator>BMG</dc:creator>
				<category><![CDATA[BC - ABAP]]></category>
		<category><![CDATA[abap disable background]]></category>
		<category><![CDATA[abap disable execute]]></category>
		<category><![CDATA[abap exclude]]></category>
		<category><![CDATA[abap hide functions]]></category>
		<category><![CDATA[abap report background]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[ONLI]]></category>
		<category><![CDATA[PRIN]]></category>
		<category><![CDATA[rsexfcode]]></category>
		<category><![CDATA[RS_SET_SELSCREEN_STATUS]]></category>
		<category><![CDATA[SJOB]]></category>
		<category><![CDATA[SPOS]]></category>
		<category><![CDATA[VDEL]]></category>
		<category><![CDATA[VSHO]]></category>

		<guid isPermaLink="false">http://www.sapkd.com/?p=243</guid>
		<description><![CDATA[Have you ever need that your program don&#8217;t show the execute button, or background execution option, or even the variant selection option? You can do it but declaring this info: REPORT bla bla bla. &#8230;. *- Data declaration DATA gt_exclude                TYPE TABLE OF rsexfcode. DATA gs_exclude                TYPE rsexfcode. &#8230; INITIALIZATION. *- Hide options gs_exclude-fcode  = &#8217;ONLI&#8217;. &#8221;Hide execute APPEND gs_exclude TO gt_exclude. gs_exclude-fcode  = &#8217;PRIN&#8217;. &#8221;Hide Print+Execute APPEND gs_exclude TO gt_exclude. gs_exclude-fcode  = &#8217;SJOB&#8217;. &#8221;Hide Execute in backgroun [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Have you ever need that your program don&#8217;t show the execute button, or background execution option, or even the variant selection option?</p>
<p>You can do it but declaring this info:</p>
<blockquote><p><em>REPORT bla bla bla.</em></p>
<p><em>&#8230;.<br />
*- Data declaration<br />
DATA gt_exclude                TYPE TABLE OF rsexfcode.<br />
DATA gs_exclude                TYPE rsexfcode.<br />
&#8230;<br />
INITIALIZATION.<br />
*- Hide options<br />
gs_exclude-fcode  = &#8217;ONLI&#8217;. &#8221;Hide execute<br />
APPEND gs_exclude TO gt_exclude.<br />
gs_exclude-fcode  = &#8217;PRIN&#8217;. &#8221;Hide Print+Execute<br />
APPEND gs_exclude TO gt_exclude.<br />
gs_exclude-fcode  = &#8217;SJOB&#8217;. &#8221;Hide Execute in backgroun<br />
APPEND gs_exclude TO gt_exclude.<br />
gs_exclude-fcode  = &#8217;GET&#8217;. &#8221;Hide Call variant<br />
APPEND gs_exclude TO gt_exclude.<br />
gs_exclude-fcode  = &#8217;VSHO&#8217;. &#8221;Hide Show variant<br />
APPEND gs_exclude TO gt_exclude.<br />
gs_exclude-fcode  = &#8217;VDEL&#8217;. &#8221;Hide Delete variant<br />
APPEND gs_exclude TO gt_exclude.<br />
gs_exclude-fcode  = &#8217;SPOS&#8217;. &#8221;Hide Save as Variant<br />
APPEND gs_exclude TO gt_exclude.<br />
</em><!-- SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L1S52 { color: #0000FF; } --><!-- SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L1S31 { font-style: italic; color: #808080; } .L1S33 { color: #4DA619; } .L1S52 { color: #0000FF; } --></p>
<p><em>*- Do it!<br />
CALL FUNCTION &#8217;RS_SET_SELSCREEN_STATUS&#8217;<br />
EXPORTING<br />
p_status  = &#8217;%_00&#8242;<br />
p_program = sy-repid<br />
TABLES<br />
p_exclude = gt_exclude.<br />
&#8230;</em><!-- SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L1S33 { color: #4DA619; } .L1S52 { color: #0000FF; } --></p></blockquote>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.sapkd.com/2010/03/26/how-to-hide-functions-in-reports/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Debug a Job in SAP?</title>
		<link>http://www.sapkd.com/2010/03/18/how-to-debug-a-job-in-sap/</link>
		<comments>http://www.sapkd.com/2010/03/18/how-to-debug-a-job-in-sap/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 10:35:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BC - ABAP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[sm37]]></category>

		<guid isPermaLink="false">http://www.sapkd.com/?p=224</guid>
		<description><![CDATA[This is a problem that happens a lot of times, how to know what a job is doing by debug? Transaction SM37; Select the Job; In the OK-CODE field write JDBG; If you have any other solution for this problem feel free to comment and help other readers]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>This is a problem that happens a lot of times, how to know what a job is doing by debug?</p>
<ol>
<li>Transaction SM37;</li>
<li>Select the Job;</li>
<li>In the OK-CODE field write <strong>JDBG;</strong></li>
</ol>
<p>If you have any other solution for this problem feel free to comment and help other readers</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.sapkd.com/2010/03/18/how-to-debug-a-job-in-sap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit Tables Directly in SE16 by Using SE16N</title>
		<link>http://www.sapkd.com/2009/08/12/edit-tables-directly-in-se16-by-using-se16n/</link>
		<comments>http://www.sapkd.com/2009/08/12/edit-tables-directly-in-se16-by-using-se16n/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:38:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BC - ABAP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[abap]]></category>
		<category><![CDATA[SAP TIPS]]></category>
		<category><![CDATA[se16]]></category>
		<category><![CDATA[se16n]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.sapkd.com/?p=204</guid>
		<description><![CDATA[If you need to edit one table directly without using one SM30 view do these steps: Go to SE16N; Insert table name, press enter; In transaction box on top write &#8220;&#38;SAP_EDIT&#8221; and press enter; Press F8 and insert line and delete line button will be available. Please be very carefull when doing this, it may [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>If you need to edit one table directly without using one SM30 view do these steps:</p>
<p>Go to SE16N;<br />
Insert table name, press enter;<br />
In transaction box on top write &#8220;&amp;SAP_EDIT&#8221; and press enter;<br />
Press F8 and insert line and delete line button will be available.</p>
<p><span style="color: #ff0000;">Please be very carefull when doing this, it may damage the entire system and create inconsistencies in the database causing, only use if you know what you are doing.</span></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.sapkd.com/2009/08/12/edit-tables-directly-in-se16-by-using-se16n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default Values for Sales Order by User</title>
		<link>http://www.sapkd.com/2009/08/06/default-values-for-sales-order-by-user/</link>
		<comments>http://www.sapkd.com/2009/08/06/default-values-for-sales-order-by-user/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 11:02:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BC - ABAP]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[sales order]]></category>
		<category><![CDATA[su01]]></category>
		<category><![CDATA[user parameters]]></category>

		<guid isPermaLink="false">http://www.sapkd.com/?p=201</guid>
		<description><![CDATA[Sometimes you need to assign default values to one user when entering the sales order. Todo so go to SU01, enter user, click modify and click parameters. Here you have: PID                    Parameter                  Short Description AAT                         ZOR                               Order Type SPA                         0001                               Division VKO                           03                         Sales Organization VTW                          01                         Distribution Channel]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Sometimes you need to assign default values to one user when entering the sales order.</p>
<p>Todo so go to SU01, enter user, click modify and click parameters.</p>
<p>Here you have:</p>
<p>PID                    Parameter                  Short Description<br />
AAT                         ZOR                               Order Type<br />
SPA                         0001                               Division<br />
VKO                           03                         Sales Organization<br />
VTW                          01                         Distribution Channel</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.sapkd.com/2009/08/06/default-values-for-sales-order-by-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
