<?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 Database &#187; ABAP</title>
	<atom:link href="http://www.sapdb.info/category/abap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sapdb.info</link>
	<description>The Unofficial SAP Knowledge Base</description>
	<lastBuildDate>Mon, 15 Mar 2010 19:07:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SAP ABAP Generic Questions and Answers</title>
		<link>http://www.sapdb.info/sap-taw10-generic-questions-and-answers/</link>
		<comments>http://www.sapdb.info/sap-taw10-generic-questions-and-answers/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:06:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ABAP]]></category>

		<guid isPermaLink="false">http://www.sapdb.info/?p=4235</guid>
		<description><![CDATA[Here is a set of two documents with question and answers for TAW10.  It will definitely help you to improve your ABAP skills.
Download  &#38; .


Related posts:ABAP Programs: Form parameters with generic types
SAP SD Questions and Answers [More]
SAP Finance Questions and Answers
100 SAP Basis Interview Questions and Answers
1000 SAP Interview Questions and Answers



Related posts:<ol><li><a href='http://www.sapdb.info/abap-programs-form-parameters-with-generic-types/' rel='bookmark' title='Permanent Link: ABAP Programs: Form parameters with generic types'>ABAP Programs: Form parameters with generic types</a></li>
<li><a href='http://www.sapdb.info/sap-sd-questions-and-answers-more/' rel='bookmark' title='Permanent Link: SAP SD Questions and Answers [More]'>SAP SD Questions and Answers [More]</a></li>
<li><a href='http://www.sapdb.info/sap-ecc-finance-questions-and-answers/' rel='bookmark' title='Permanent Link: SAP Finance Questions and Answers'>SAP Finance Questions and Answers</a></li>
<li><a href='http://www.sapdb.info/100-sapbasis-interview-questions-and-answers/' rel='bookmark' title='Permanent Link: 100 SAP Basis Interview Questions and Answers'>100 SAP Basis Interview Questions and Answers</a></li>
<li><a href='http://www.sapdb.info/1000-sap-interview-questions-and-answers/' rel='bookmark' title='Permanent Link: 1000 SAP Interview Questions and Answers'>1000 SAP Interview Questions and Answers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a set of two documents with question and answers for TAW10.  It will definitely help you to improve your ABAP skills.</p>
<p>Download <a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=162" title=" downloaded 996 times" >ABAP Basics (996)</a> &amp; <a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=163" title=" downloaded 554 times" >ABAP Objects (554)</a>.</p>


<p>Related posts:<ol><li><a href='http://www.sapdb.info/abap-programs-form-parameters-with-generic-types/' rel='bookmark' title='Permanent Link: ABAP Programs: Form parameters with generic types'>ABAP Programs: Form parameters with generic types</a></li>
<li><a href='http://www.sapdb.info/sap-sd-questions-and-answers-more/' rel='bookmark' title='Permanent Link: SAP SD Questions and Answers [More]'>SAP SD Questions and Answers [More]</a></li>
<li><a href='http://www.sapdb.info/sap-ecc-finance-questions-and-answers/' rel='bookmark' title='Permanent Link: SAP Finance Questions and Answers'>SAP Finance Questions and Answers</a></li>
<li><a href='http://www.sapdb.info/100-sapbasis-interview-questions-and-answers/' rel='bookmark' title='Permanent Link: 100 SAP Basis Interview Questions and Answers'>100 SAP Basis Interview Questions and Answers</a></li>
<li><a href='http://www.sapdb.info/1000-sap-interview-questions-and-answers/' rel='bookmark' title='Permanent Link: 1000 SAP Interview Questions and Answers'>1000 SAP Interview Questions and Answers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sapdb.info/sap-taw10-generic-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get Rid of Code Page Errors (CONVT_CODEPAGE)</title>
		<link>http://www.sapdb.info/get-rid-of-code-page-errors-convt_codepage/</link>
		<comments>http://www.sapdb.info/get-rid-of-code-page-errors-convt_codepage/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 19:31:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ABAP]]></category>

		<guid isPermaLink="false">http://www.sapdb.info/?p=4214</guid>
		<description><![CDATA[You usually get these dumps in ST22 with the runtime error as CONVT_CODEPAGE and it says that the character set conversion is not possible. So, how to we get rid of these errors?
These errors are caused when you try to download the file with some special characters in the unicode system. When SAP system is [...]


Related posts:<ol><li><a href='http://www.sapdb.info/end-of-page-abap-keyword-a-day/' rel='bookmark' title='Permanent Link: END-OF-PAGE : ABAP Keyword a day'>END-OF-PAGE : ABAP Keyword a day</a></li>
<li><a href='http://www.sapdb.info/transaction-code-to-access-other-transaction-code-with-values/' rel='bookmark' title='Permanent Link: Transaction Code to Access Other Transaction Code with Values'>Transaction Code to Access Other Transaction Code with Values</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You usually get these dumps in ST22 with the runtime error as CONVT_CODEPAGE and it says that the character set conversion is not possible. So, how to we get rid of these errors?</p>
<p>These errors are caused when you try to download the file with some special characters in the unicode system. When SAP system is not able to convert the special characters, it ends up with this system dump.</p>
<p>Just add the clause IGNORE CONVERSION ERRORS when you try to open the dataset and all these special characters which cannot be converted into a specific code page will be skipped. You can also add the clause REPLACEMENT CHARACTER space, with this addition, all the special non convertible characters will simply be replaced with space.</p>


<p>Related posts:<ol><li><a href='http://www.sapdb.info/end-of-page-abap-keyword-a-day/' rel='bookmark' title='Permanent Link: END-OF-PAGE : ABAP Keyword a day'>END-OF-PAGE : ABAP Keyword a day</a></li>
<li><a href='http://www.sapdb.info/transaction-code-to-access-other-transaction-code-with-values/' rel='bookmark' title='Permanent Link: Transaction Code to Access Other Transaction Code with Values'>Transaction Code to Access Other Transaction Code with Values</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sapdb.info/get-rid-of-code-page-errors-convt_codepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP General Function Modules</title>
		<link>http://www.sapdb.info/sap-general-function-modules/</link>
		<comments>http://www.sapdb.info/sap-general-function-modules/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:21:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ABAP]]></category>

		<guid isPermaLink="false">http://www.sapdb.info/?p=4125</guid>
		<description><![CDATA[ABAP_DOCU_DOWNLOAD &#8211; Download ABAP documentation in HTML format.
ARFC_GET_TID &#8211; will return the IP address of the terminal in hex.
BAL_* &#8211; All function modules used for SAP&#8217;s application logging can be found here.
BP_EVENT_RAISE &#8211; Trigger an event from ABAP/4 program
BP_JOBLOG_READ &#8211; Fetch job log executions
CLOI_PUT_SIGN_IN_FRONT &#8211; Place the negative sign after a number.  SAP default [...]


Related posts:<ol><li><a href='http://www.sapdb.info/sap-function-modules/' rel='bookmark' title='Permanent Link: SAP Function Modules'>SAP Function Modules</a></li>
<li><a href='http://www.sapdb.info/tips-function-modules/' rel='bookmark' title='Permanent Link: Tips : Function Modules'>Tips : Function Modules</a></li>
<li><a href='http://www.sapdb.info/sap-modules-briefed/' rel='bookmark' title='Permanent Link: SAP Modules Briefed'>SAP Modules Briefed</a></li>
<li><a href='http://www.sapdb.info/what-is-a-function-group/' rel='bookmark' title='Permanent Link: What is a Function Group'>What is a Function Group</a></li>
<li><a href='http://www.sapdb.info/sap-general-topics/' rel='bookmark' title='Permanent Link: SAP General Topics'>SAP General Topics</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>ABAP_DOCU_DOWNLOAD &#8211; Download ABAP documentation in HTML format.</p>
<p>ARFC_GET_TID &#8211; will return the IP address of the terminal in hex.</p>
<p>BAL_* &#8211; All function modules used for SAP&#8217;s application logging can be found here.</p>
<p>BP_EVENT_RAISE &#8211; Trigger an event from ABAP/4 program</p>
<p>BP_JOBLOG_READ &#8211; Fetch job log executions</p>
<p>CLOI_PUT_SIGN_IN_FRONT &#8211; Place the negative sign after a number.  SAP default is place the negative sign after the number.</p>
<p>CLPB_EXPORT &#8211; Export a text table to the clipboard (on presentation server)</p>
<p>CLPB_IMPORT &#8211; Import a Text Table from the Clipboard (on presentation server)</p>
<p>COMMIT_TEXT &#8211; To load long text into SAP<br />
<span id="more-4125"></span><br />
CONVERSION_EXIT_ALPHA_INPUT &#8211; converts any number into a string fill with zeroes-right<br />
example:<br />
input = 123<br />
output = 0000000000000&#8230;000000000000123</p>
<p>CONVERSION_EXIT_ALPHA_OUTPUT &#8211; converts any number with zeroes-right into a simple integer<br />
example:<br />
input = 00000000000123<br />
output = 123</p>
<p>CONVERT_OTF &#8211; Convert SAP documents (SAPScript) to other types.<br />
example:<br />
CALL FUNCTION &#8216;CONVERT_OTF&#8217;<br />
EXPORTING<br />
FORMAT = &#8216;PDF&#8217;<br />
IMPORTING<br />
BIN_FILESIZE = FILE_LEN<br />
TABLES<br />
OTF = OTFDATA<br />
LINES = PDFDATA<br />
EXCEPTIONS<br />
ERR_MAX_LINEWIDTH = 1<br />
ERR_FORMAT = 2<br />
ERR_CONV_NOT_POSSIBLE = 3<br />
OTHERS = 4.</p>
<p>DATE_GET_WEEK &#8211; will return the week that a date is in.</p>
<p>DATE_CHECK_PLAUSIBILITY &#8211; Check to see if a date is in a valid format for SAP.  Works well when validating dates being passed in from other systems.</p>
<p>DOWNLOAD &#8211; download a file to the presentation server (PC)</p>
<p>DYNP_VALUES_READ &#8211; Read the values from a dynpro.  This function can be used to read the values from a report&#8217;s selection screen too (Another example).</p>
<p>DYNP_VALUES_UPDATE &#8211; Similar to DYNP_VALUES_READ, this function will allow the updating of fields on a dynpro.  Very useful when you want to change a field based on the value entered for another field.</p>
<p>ENQUE_SLEEP &#8211; Wait a specified period of time before continuing processing.</p>
<p>ENQUEUE_ESFUNCTION &#8211; Lock an abap program so that it cannot be executed.  Set the parameters as follows:<br />
RELID = &#8216;ZZ&#8217;<br />
SRTF2 = 0<br />
SRTF = (your report name)<br />
Please note that you should not use SY-REPID to pass your report name to the function.  The value of SY-REPID will change as it is being passed to the function module, and will no longer hold the value of the calling report.</p>
<p>EPS_GET_FILE_ATTRIBUTES &#8211; Pass in a filename and a path, and will return attributes for the file</p>
<p>EPS_GET_DIRECTORY_LISTING &#8211; return a list of filenames from a local or network drive</p>
<p>F4_DATE &#8211; displays a calendar in a popup window and allows user to choose a date, or it can be displayed read only.</p>
<p>F4IF_SHLP_EXIT_EXAMPLE &#8211; documents the different reasons to use a search help exit, and shows how it is done.</p>
<p>FILENAME_GET &#8211; popup to get a filename from a user, returns blank filename if user selects cancel</p>
<p>FTP_CONNECT &#8211; Open a connection (and log in) to an FTP server</p>
<p>FTP_COMMAND &#8211; Execute a command on the FTP server</p>
<p>FTP_DISCONNECT &#8211; Close the connection (and log off) the FTP server</p>
<p>FORMAT_MESSAGE &#8211; Takes a message id and number, and puts it into a variable. Works better than WRITE_MESSAGE, since some messages use $ as a place holder, and WRITE_MESSAGE does not accommadate that, it only replaces the ampersands (&amp;) in the message.</p>
<p>GET_GLOBAL_SYMBOLS &#8211; Returns a list of all tables, select options, texts, etc for a program.  Even includes the text definitions for the selection screen</p>
<p>GET_INCLUDETAB &#8211; Returns a list of all INCLUDES in a program</p>
<p>G_SET_GET_ALL_VALUES &#8211; Fetch values from a set.<br />
Function Group GRAP is now obsolete. SAP recommends using functions in function group SFES instead. Below is an overview of the changes.</p>
<p>GUI_CREATE_DIRECTORY &#8211; Create a directory on the presentation server</p>
<p>GUI_DELETE_FILE &#8211; Replaces WS_FILE_DELETE. Delete a file on the presentation server</p>
<p>GUI_DOWNLOAD &#8211; Replaces WS_DOWNLOAD. Download table from the app server to presentation server</p>
<p>GUI_EXEC &#8211; Replaces WS_EXECUTE. Start a File or Program Asynchronously with WinExec</p>
<p>GUI_GET_DESKTOP_INFO &#8211; Replaces WS_QUERY. Delivers Information About the Desktop (client)</p>
<p>GUI_REMOVE_DIRECTORY &#8211; Delete a directory on the presentation server</p>
<p>GUI_RUN &#8211; Start a File or Program Asynchronously with ShellExecute</p>
<p>GUI_UPLOAD &#8211; Replaces WS_UPLOAD. Upoad file from presentation server to the app server</p>
<p>HELP_START &#8211; Display help for a field.  Useful for doing AT SELECTION SCREEN ON VALUE REQUEST for those fields that do not provide F4 help at the DDIC level.</p>
<p>HOLIDAY_GET &#8211; Provides a table of all the holidays based upon a Factory Calendar &amp;/ Holiday Calendar.</p>
<p>HR_DISPLAY_BASIC_LIST &#8211; is an HR function, but can be used for any data.  You pass it data, and column headers, and it provides a table control with the ability to manipulate the data, and send it to Word or Excel. Also see the additional documentation here.</p>
<p>HR_GET_LEAVE_DATA &#8211; Get all leave information (includes leave entitlement, used holidays/paid out holidays)</p>
<p>INIT_TEXT &#8211; To load long text into SAP</p>
<p>K_WERKS_OF_BUKRS_FIND &#8211; Return a list of all plants for a given company code.</p>
<p>LIST_TO_ASCII &#8211; convert an ABAP report (displayed on screen) from OTF to ASCII format LIST_FROM_MEMORY &#8211; Retrieves the output of a report from memory when the report was executed using</p>
<p>SUBMIT&#8230; EXPORTING LIST TO MEMORY. See also WRITE_LIST.</p>
<p>MONTH_NAMES_GET &#8211; It returns all the month and names in repective language.</p>
<p>MS_EXCEL_OLE_STANDARD_OLE &#8211; will build a file, and automatically start Excel</p>
<p>OTF_CONVERT &#8211; wraps several other function modules.  Will convert OTF to ASCII or PDF</p>
<p>CONVERT_OTFSPOOLJOB_2_PDF &#8211; converts a OTF spool to PDF (i.e. Sapscript document)</p>
<p>CONVERT_ABAPSPOOLJOB_2_PDF &#8211; convert abap spool output to PDF</p>
<p>POPUP_TO_CONFIRM_LOSS_OF_DATA &#8211; Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data.</p>
<p>POPUP_TO_CONFIRM_STEP &#8211; Create a dialog box in which you make a question whether the user wishes to perform the step.</p>
<p>POPUP_TO_CONFIRM_WITH_MESSAGE &#8211; Create a dialog box in which you inform the user about a specific decision point during an action.</p>
<p>POPUP_TO_CONFIRM_WITH_VALUE &#8211; Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.</p>
<p>POPUP_TO_DECIDE &#8211; Provide user with several choices as radio buttons</p>
<p>POPUP_TO_DECIDE_WITH_MESSAGE &#8211; Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.</p>
<p>POPUP_TO_DISPLAY_TEXT &#8211; Create a dialog box in which you display a two-line message.</p>
<p>POPUP_TO_SELECT_MONTH &#8211; Popup to choose a month</p>
<p>POPUP_WITH_TABLE_DISPLAY &#8211; Provide a display of a table for user to select one, with the value of the table line returned when selected.</p>
<p>PRICING &#8211; Return pricing conditions in an internal table.  Use structure TCOMK for parameter COMM_HEAD_1, and structure TCOMP for parameter COMM_ITEM_1, and set CALCULATION_TYPE to B.  The pricing conditions will be returned in XOMV.  You must fill TCOMP, and TCOMK with the appropriate values before callling the function in order for it to work.</p>
<p>PROFILE_GET &#8211; Read an Entry in an INI File on the frontend</p>
<p>PROFILE_SET &#8211; Write an Entry in an INI File on the frontend</p>
<p>READ_TEXT &#8211; To load long text into SAP</p>
<p>REGISTRY_GET &#8211; Read an Entry from the Registry</p>
<p>REGISTRY_SET &#8211; Set an entry in the Registry</p>
<p>RFC_ABAP_INSTALL_AND_RUN &#8211; Runs an ABAP program that is stored in the table PROGRAM when the MODE = &#8216;F&#8217;.  Table WRITES contains the ouput of the program. Allows you to run a program without having the source code in the target system.</p>
<p>RH_GET_ACTIVE_WF_PLVAR &#8211; Return the active HR Plan</p>
<p>RH_GET_DATE_DAYNAME &#8211; return the day based on the date provied</p>
<p>RH_START_EXCEL_WITH_DATA -starts Excel with the contents of an internal table.  This function finds Excel in the desktop registry. It also uses a local PC working directory to save the file (that&#8217;s what the &#8220;W&#8221; value for data path flag does). Very transparent to user!</p>
<p>RH_STRUC_GET &#8211; Returns all related org info</p>
<p>RP_CALC_DATE_IN_INTERVAL &#8211; Add/subtract years/months/days from a date</p>
<p>RP_LAST_DAY_OF_MONTHS &#8211; Determine last day of month</p>
<p>RPY_DYNPRO_READ &#8211; Read dynpro, including screen flow</p>
<p>RPY_TRANSACTION_READ &#8211; Given a transaction, return the program and screen or given a program and screen, return the transactions that use the program and screen.</p>
<p>RS_COVERPAGE_SELECTIONS &#8211; Returns an internal table that contains a formatted list of all the selection parameters entered for a report.  Table is ready to print out.</p>
<p>RS_REFRESH_FROM_SELECTOPTIONS &#8211; Get the current contents of selection screen</p>
<p>RS_SEND_MAIL_FOR_SPOOLLIST &#8211; Send message from ABAP/4 program to SAPoffice.</p>
<p>RS_VARIANT_CONTENTS &#8211; Returns the contents of the specified variant in a table.</p>
<p>RZL_SLEEP &#8211; Hang the current application from 1 to 5 seconds.</p>
<p>RZL_SUBMIT &#8211; Submit a remote report.</p>
<p>RZL_READ_DIR_LOCAL &#8211; Read a directory on the Application Server</p>
<p>RZL_READ_DIR &#8211; If the server name is left blank, it reads a directory from local presentation server, otherwise it reads the directory of the remote server</p>
<p>RZL_READ_FILE &#8211; Read a file from the presentation server if no server name is given, or read file from remote server. Very useful to avoid authority checks that occur doing an OPEN DATASET. This function using a SAP C program to read the data.</p>
<p>RZL_WRITE_FILE_LOCAL &#8211; Saves table to the presentation server (not PC). Does not use OPEN DATASET, so it does not suffer from authority checks!</p>
<p>SAPGUI_PROGRESS_INDICATOR &#8211; Display a progress bar on the SAP GUI, and give the user some idea of what is happening</p>
<p>SAVE_TEXT &#8211; To load long text into SAP</p>
<p>SCROLLING_IN_TABLE -If you are coding a module pool and using a table-control, you can use this function SCROLLING_IN_TABLE to handle any scrolling. (provided by Paul Kjaer)</p>
<p>SD_DATETIME_DIFFERENCE &#8211; Give the difference in Days and Time for 2 dates</p>
<p>SO_NEW_DOCUMENT_ATT_SEND_API1 &#8211; Send a document as part of an email. The documentation is better than normal for this function, so please read it.</p>
<p>SO_SPLIT_FILE_AND_PATH &#8211; Split a fully pathed filename into a filename and a path.</p>
<p>SO_SPOOL_READ &#8211; Fetch printer spool according to the spool number informed.</p>
<p>SO_WIND_SPOOL_LIST &#8211; Browse printer spool numbers according to user informed.</p>
<p>SX_OBJECT_CONVERT_OTF_PDF &#8211; Conversion From OTF to PDF (SAPScript conversion)</p>
<p>SX_OBJECT_CONVERT_OTF_PRT &#8211; Conversion From OTF to Printer Format (SAPScript conversion)</p>
<p>SX_OBJECT_CONVERT_OTF_RAW &#8211; Conversion From OTF to ASCII (SAPScript conversion)</p>
<p>SXPG_CALL_SYSTEM &#8211;  you can check the user&#8217;s authorization for the specified command and run the command. The command runs on the host system on which the function module is executed. The function module is RFC-capable. It can therefore be run on the host system at which a user happens to be active or on another designated host system at which an R/3 server is active.</p>
<p>SXPG_COMMAND_LIST_GET &#8211; Select a list of external OS command definitions.</p>
<p>SXPG_COMMAND_DEFINITION_GET &#8211; Read the definition of a single external OS command from the R/3 System&#8217;s database.</p>
<p>SXPG_COMMAND_CHECK &#8211; Check whether the user is authorized to execute the specified command on the target host system with the specified arguments.</p>
<p>SXPG_COMMAND_EXECUTE &#8211; Check a user&#8217;s authorization to use a command, as in SXPG_COMMAND_CHECK. If the authorization check is successful, then execute the command on the target host system.</p>
<p>TERMINAL_ID_GET &#8211; Return the terminal id</p>
<p>TH_DELETE_USER &#8211; Logoff a user.  Similar results to using SM04.</p>
<p>TH_ENVIRONMENT &#8211; Get the UNIX environment</p>
<p>TH_POPUP &#8211; Display a popup system message on a specific users screen.</p>
<p>TH_REMOTE_TRANSACTION &#8211; Run a transaction on a remote server. Optionally provide BDC data to be used in the transaction</p>
<p>TH_USER_INFO &#8211; Give information about the current user (sessions, workstation logged in from, etc)</p>
<p>TH_USER_LIST &#8211; Show which users are logged into an app server</p>
<p>UNIT_CONVERSION_SIMPLE &#8211; convert weights from one UOM to another.</p>
<p>UPLOAD &#8211; upload a file to the presentation server (PC)</p>
<p>UPLOAD_FILES &#8211; Will load one or more files from app or presentation server</p>
<p>WRITE_LIST -Useful for writing out the list contents that result from the function LIST_FROM_MEMORY.</p>
<p>WS_DOWNLOAD &#8211; Save Internal Table as File on the Presentation Server</p>
<p>WS_EXCEL &#8211; Start EXCEL on the PC</p>
<p>WS_EXECUTE &#8211; execute a program on a windows PC</p>
<p>WS_FILE_DELETE &#8211; Delete File at the Frontend</p>
<p>WS_FILENAME_GET &#8211; Call File Selector</p>
<p>WS_MSG &#8211; Create a dialog box in which you display an one-line message.</p>
<p>WS_UPLOAD &#8211; Load Files from the Presentation Server to Internal ABAP Tables</p>
<p>WS_VOLUME_GET &#8211; Get the label from a frontend device.</p>
<p>WWW_LIST_TO_HTML &#8211; After running a report, call this function to convert the list output to HTML.</p>


<p>Related posts:<ol><li><a href='http://www.sapdb.info/sap-function-modules/' rel='bookmark' title='Permanent Link: SAP Function Modules'>SAP Function Modules</a></li>
<li><a href='http://www.sapdb.info/tips-function-modules/' rel='bookmark' title='Permanent Link: Tips : Function Modules'>Tips : Function Modules</a></li>
<li><a href='http://www.sapdb.info/sap-modules-briefed/' rel='bookmark' title='Permanent Link: SAP Modules Briefed'>SAP Modules Briefed</a></li>
<li><a href='http://www.sapdb.info/what-is-a-function-group/' rel='bookmark' title='Permanent Link: What is a Function Group'>What is a Function Group</a></li>
<li><a href='http://www.sapdb.info/sap-general-topics/' rel='bookmark' title='Permanent Link: SAP General Topics'>SAP General Topics</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sapdb.info/sap-general-function-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Function Modules</title>
		<link>http://www.sapdb.info/sap-function-modules/</link>
		<comments>http://www.sapdb.info/sap-function-modules/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 08:57:35 +0000</pubDate>
		<dc:creator>jimstex</dc:creator>
				<category><![CDATA[ABAP]]></category>

		<guid isPermaLink="false">http://www.sapdb.info/?p=4081</guid>
		<description><![CDATA[SAP Function modules are procedures that are defined in function groups (special ABAP programs with type F) and can be called from any ABAP program. Function groups act as containers for function modules that logically belong together. You create function groups and function modules in the ABAP Workbench using the Function Builder.
Function modules allow you [...]


Related posts:<ol><li><a href='http://www.sapdb.info/tips-function-modules/' rel='bookmark' title='Permanent Link: Tips : Function Modules'>Tips : Function Modules</a></li>
<li><a href='http://www.sapdb.info/sap-general-function-modules/' rel='bookmark' title='Permanent Link: SAP General Function Modules'>SAP General Function Modules</a></li>
<li><a href='http://www.sapdb.info/sap-modules-briefed/' rel='bookmark' title='Permanent Link: SAP Modules Briefed'>SAP Modules Briefed</a></li>
<li><a href='http://www.sapdb.info/what-is-a-function-group/' rel='bookmark' title='Permanent Link: What is a Function Group'>What is a Function Group</a></li>
<li><a href='http://www.sapdb.info/using-bapi-function-module/' rel='bookmark' title='Permanent Link: Using BAPI Function module'>Using BAPI Function module</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>SAP Function modules are procedures that are defined in function groups (special ABAP programs with type F) and can be called from any ABAP program. Function groups act as containers for function modules that logically belong together. You create function groups and function modules in the ABAP Workbench using the Function Builder.</p>
<p>Function modules allow you to encapsulate and reuse global functions in the R/3 System. They are stored in a central library. The R/3 System contains a wide range of predefined function modules that you can call from any ABAP program. Function modules also play an important role in database updates and in remote communications between R/3 Systems or between an R/3 System and a non-SAP system. Unlike subroutines, you do not define function modules in the source code of your program.</p>
<p>Find here some useful ABAP Function Modules! &#8211; Download <a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=142" title=" downloaded 1916 times" >Important SAP Function Modules (1916)</a>.</p>


<p>Related posts:<ol><li><a href='http://www.sapdb.info/tips-function-modules/' rel='bookmark' title='Permanent Link: Tips : Function Modules'>Tips : Function Modules</a></li>
<li><a href='http://www.sapdb.info/sap-general-function-modules/' rel='bookmark' title='Permanent Link: SAP General Function Modules'>SAP General Function Modules</a></li>
<li><a href='http://www.sapdb.info/sap-modules-briefed/' rel='bookmark' title='Permanent Link: SAP Modules Briefed'>SAP Modules Briefed</a></li>
<li><a href='http://www.sapdb.info/what-is-a-function-group/' rel='bookmark' title='Permanent Link: What is a Function Group'>What is a Function Group</a></li>
<li><a href='http://www.sapdb.info/using-bapi-function-module/' rel='bookmark' title='Permanent Link: Using BAPI Function module'>Using BAPI Function module</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sapdb.info/sap-function-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complete Set of Tutorials on ABAP</title>
		<link>http://www.sapdb.info/complete-set-of-tutorials-on-abap/</link>
		<comments>http://www.sapdb.info/complete-set-of-tutorials-on-abap/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 18:27:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ABAP]]></category>

		<guid isPermaLink="false">http://www.sapdb.info/?p=3907</guid>
		<description><![CDATA[Here is a new collection of ABAP Tutorials.


Related posts:Solution Manager Tutorials Complete
ABAP Tutorials on Report Painter / Writer and ABAP Programming
ABAP Tutorials
ABAP Tutorials for Beginners
SAP Basis Tutorials



Related posts:<ol><li><a href='http://www.sapdb.info/solution-manager-tutorials-complete/' rel='bookmark' title='Permanent Link: Solution Manager Tutorials Complete'>Solution Manager Tutorials Complete</a></li>
<li><a href='http://www.sapdb.info/abap-tutorials-on-report-painter-writer-and-abap-programming/' rel='bookmark' title='Permanent Link: ABAP Tutorials on Report Painter / Writer and ABAP Programming'>ABAP Tutorials on Report Painter / Writer and ABAP Programming</a></li>
<li><a href='http://www.sapdb.info/abap-tutorials/' rel='bookmark' title='Permanent Link: ABAP Tutorials'>ABAP Tutorials</a></li>
<li><a href='http://www.sapdb.info/abap-tutorials-for-beginners/' rel='bookmark' title='Permanent Link: ABAP Tutorials for Beginners'>ABAP Tutorials for Beginners</a></li>
<li><a href='http://www.sapdb.info/sap-basis-tutorials/' rel='bookmark' title='Permanent Link: SAP Basis Tutorials'>SAP Basis Tutorials</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a new collection of ABAP Tutorials.</p>
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=99" title=" downloaded 5729 times" >Basics of ABAP (5729)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=108" title=" downloaded 2802 times" >Some more basics on ABAP (2802)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=105" title=" downloaded 2435 times" >General ABAP Basics (2435)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=106" title=" downloaded 2514 times" >Internal Tables (2514)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=107" title=" downloaded 1855 times" >List Processing (1855)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=100" title=" downloaded 2108 times" >Batch data communication (2108)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=101" title=" downloaded 2186 times" >Data Dictionary (2186)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=102" title=" downloaded 2291 times" >Dialog Programming (2291)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=103" title=" downloaded 2327 times" >Enhancements (2327)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=104" title=" downloaded 1982 times" >Function Modules (1982)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=109" title=" downloaded 1836 times" >Working with Logical Databases (1836)</a><br />
<a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=110" title=" downloaded 2285 times" >Working with SAP Scripts (2285)</a>


<p>Related posts:<ol><li><a href='http://www.sapdb.info/solution-manager-tutorials-complete/' rel='bookmark' title='Permanent Link: Solution Manager Tutorials Complete'>Solution Manager Tutorials Complete</a></li>
<li><a href='http://www.sapdb.info/abap-tutorials-on-report-painter-writer-and-abap-programming/' rel='bookmark' title='Permanent Link: ABAP Tutorials on Report Painter / Writer and ABAP Programming'>ABAP Tutorials on Report Painter / Writer and ABAP Programming</a></li>
<li><a href='http://www.sapdb.info/abap-tutorials/' rel='bookmark' title='Permanent Link: ABAP Tutorials'>ABAP Tutorials</a></li>
<li><a href='http://www.sapdb.info/abap-tutorials-for-beginners/' rel='bookmark' title='Permanent Link: ABAP Tutorials for Beginners'>ABAP Tutorials for Beginners</a></li>
<li><a href='http://www.sapdb.info/sap-basis-tutorials/' rel='bookmark' title='Permanent Link: SAP Basis Tutorials'>SAP Basis Tutorials</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sapdb.info/complete-set-of-tutorials-on-abap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAP Overview</title>
		<link>http://www.sapdb.info/abap-overview-2/</link>
		<comments>http://www.sapdb.info/abap-overview-2/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 18:06:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ABAP]]></category>

		<guid isPermaLink="false">http://www.sapdb.info/?p=3903</guid>
		<description><![CDATA[ABAP  is a programming language developed by SAP for the interactive development of application programming.  ABAP/4  is a fourth generation language. ABAP/4 is tightly integrated across all the modules viz like SD, MM, HR etc and most or all of the modules and transactions(like screens are created using ABAP).  All application programs, along with parts [...]


Related posts:<ol><li><a href='http://www.sapdb.info/abap-overview/' rel='bookmark' title='Permanent Link: ABAP Overview'>ABAP Overview</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>ABAP  is a programming language developed by SAP for the interactive development of application programming.  ABAP/4  is a fourth generation language. ABAP/4 is tightly integrated across all the modules viz like SD, MM, HR etc and most or all of the modules and transactions(like screens are created using ABAP).  All application programs, along with parts of the R/3 Basis system, are written in the ABAP Workbench using ABAP, SAP’s programming language. The individual components of application programs are stored in a special section of the database called the R/3 Repository. The R/3  repository serves as a central store for all of the development objects in the R/3 System.</p>
<p>Get an overview about Development Classes, transport organizer, Interfaces, Understanding your role as an ABAP developer, Dialog Programming, BDC, SAP Scripts, Enhancements and some of the ABAP syntax.</p>
<p>Download the manual on <a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=98" title=" downloaded 1674 times" >overview of ABAP (1674)</a>.</p>


<p>Related posts:<ol><li><a href='http://www.sapdb.info/abap-overview/' rel='bookmark' title='Permanent Link: ABAP Overview'>ABAP Overview</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sapdb.info/abap-overview-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAP Certification Questions &#8211; [Some more]</title>
		<link>http://www.sapdb.info/abap-certification-questions-some-more/</link>
		<comments>http://www.sapdb.info/abap-certification-questions-some-more/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 21:14:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.sapdb.info/?p=3836</guid>
		<description><![CDATA[1. If a table does not have MANDT as part of the primary key, it is ____.
A: A structure
B: Invalid
C: Client-independent
D: Not mandatory
2. In regard to CALL, which of the following is NOT a valid statement?
A: CALL FUNCTION
B: CALL SCREEN
C: CALL TRANSACTION
D: CALL PROGRAM
3. Name the type of ABAP Dictionary table that has these characteristics:
Same [...]


Related posts:<ol><li><a href='http://www.sapdb.info/sap-xi-bpm-certification-questions/' rel='bookmark' title='Permanent Link: SAP XI BPM Certification Questions'>SAP XI BPM Certification Questions</a></li>
<li><a href='http://www.sapdb.info/netweaver-certification-questions/' rel='bookmark' title='Permanent Link: Netweaver Certification Questions'>Netweaver Certification Questions</a></li>
<li><a href='http://www.sapdb.info/sap-xi-certification-questions-series-1-1-100/' rel='bookmark' title='Permanent Link: SAP XI Certification Questions &#8211; Series 1 (1-100)'>SAP XI Certification Questions &#8211; Series 1 (1-100)</a></li>
<li><a href='http://www.sapdb.info/sap-xi-certification-questions-series-2-101-150/' rel='bookmark' title='Permanent Link: SAP XI Certification Questions &#8211; Series 2 (101-150)'>SAP XI Certification Questions &#8211; Series 2 (101-150)</a></li>
<li><a href='http://www.sapdb.info/sap-xi-certification-questions-series-3-151-190/' rel='bookmark' title='Permanent Link: SAP XI Certification Questions &#8211; Series 3 (151-190)'>SAP XI Certification Questions &#8211; Series 3 (151-190)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>1. If a table does not have MANDT as part of the primary key, it is ____.</p>
<p>A: A structure<br />
B: Invalid<br />
C: Client-independent<br />
D: Not mandatory</p>
<p>2. In regard to CALL, which of the following is NOT a valid statement?</p>
<p>A: CALL FUNCTION<br />
B: CALL SCREEN<br />
C: CALL TRANSACTION<br />
D: CALL PROGRAM</p>
<p><span id="more-3836"></span>3. Name the type of ABAP Dictionary table that has these characteristics:</p>
<p>Same number of fields as the database table<br />
Same name as database table<br />
Maps 1:1 to database table</p>
<p>A: Pooled<br />
B: Cluster<br />
C: Transparent<br />
D: View</p>
<p>4. An event starts with an event keyword and ends with:</p>
<p>A: Program execution.<br />
B: END-OF-EVENT.<br />
C: Another event keyword.<br />
D: END-EVENT.</p>
<p>5. What is the system field for the current date?</p>
<p>A: SY-DATUM<br />
B: SY-DATE<br />
C: SY-DATID<br />
D: SY-SDATE</p>
<p>6. The following code indicates:</p>
<p>SELECT fld1 fld2 FROM tab1 APPENDING TABLE itab<br />
WHERE fld1 IN sfld1.</p>
<p>A: Add rows to the existing rows of itab.<br />
B: Add rows to itab after first deleting any existing rows of itab.<br />
C: Select rows from tab1 for matching itab entries.<br />
D: Nothing, this is a syntax error.</p>
<p>7. You may change the following data object as shown below so that it equals 3.14.</p>
<p>CONSTANTS: PI type P decimals 2 value &#8216;3.1&#8242;.<br />
PI = &#8216;3.14&#8242;.</p>
<p>A: True<br />
B: False</p>
<p>8. The SAP service that ensures data integrity by handling locking is called:</p>
<p>A: Update<br />
B: Dialog<br />
C: Enqueue/Dequeue<br />
D: Spool</p>
<p>9. Which of these sentences most accurately describes the GET VBAK LATE. event?</p>
<p>A: This event is processed before the second time the GET VBAK event is processed.<br />
B: This event is processed after all occurrences of the GET VBAK event are completed.<br />
C: This event will only be processed after the user has selected a basic list row.<br />
D: This event is only processed if no records are selected from table VBAK.</p>
<p>10. Which of the following is not a true statement in regard to a hashed internal table type?</p>
<p>A: Its key must always be UNIQUE.<br />
B: May only be accessed by its key.<br />
C: Response time for accessing a row depends on the number of entries in the table.<br />
D: Declared using internal table type HASHED TABLE.</p>
<p>11. TO include database-specific SQL statements within an ABAP program, code them between:</p>
<p>A: NATIVE SQL_ENDNATIVE.<br />
B: DB SQL_ENDDB.<br />
C: SELECT_ENDSELECT.<br />
D: EXEC SQL_ENDEXEC.</p>
<p>12. To measure how long a block of code runs, use the ABAP statement:</p>
<p>A: GET TIME .<br />
B: SET TIME FIELD .<br />
C: GET RUN TIME FIELD .<br />
D: SET CURSOR FIELD .</p>
<p>13. When a secondary list is being processed, the data of the basic list is available by default.</p>
<p>A: True<br />
B: False</p>
<p>14. Given:</p>
<p>DATA: BEGIN OF itab OCCURS 10,<br />
qty type I,<br />
END OF itab.</p>
<p>DO 25 TIMES. itab-qty = sy-index. APPEND itab. ENDDO.</p>
<p>LOOP AT itab WHERE qty &gt; 10.<br />
WRITE: /1 itab-qty.<br />
ENDLOOP.</p>
<p>This will result in:</p>
<p>A: Output of only those itab rows with a qty field less than 10<br />
B: Output of the first 10 itab rows with a qty field greater than 10<br />
C: A syntax error<br />
D: None of the above</p>
<p>15. After a DESCRIBE TABLE statement SY-TFILL will contain</p>
<p>A: The number of rows in the internal table.<br />
B: The current OCCURS value.<br />
C: Zero, if the table contains one or more rows.<br />
D: The length of the internal table row structure.</p>
<p>16. You may declare your own internal table type using the TYPES keyword.</p>
<p>A: True<br />
B: False</p>
<p>17. After adding rows to an internal table with COLLECT, you should avoid adding more rows with APPEND.</p>
<p>A: True<br />
B: False</p>
<p>18. Which of the following is not a component of control break processing when looping at an internal table?</p>
<p>A: AT START OF<br />
B: AT FIRST<br />
C: AT LAST<br />
D: AT NEW</p>
<p>19. A dictionary table is made available for use within an ABAP program via the TABLES statement.</p>
<p>A: True<br />
B: False</p>
<p>20. Which of the following would be best for hiding further selection criteria until a function is chosen?</p>
<p>A: AT NEW SELECTION-SCREEN<br />
B: SELECTION-SCREEN AT LINE-SELECTION<br />
C: SUBMIT SELECTION-SCREEN<br />
D: CALL SELECTION-SCREEN</p>
<p>21. What must you code in the flow logic to prevent a module from being called unless a field contains a non-initial value (as determined by its data type)?</p>
<p>A: ON INPUT<br />
B: CHAIN<br />
C: FIELD<br />
D: ON REQUEST</p>
<p>22. The AT USER-COMMAND event is triggered by functions defined in the ____.</p>
<p>A: screen painter<br />
B: ABAP report<br />
C: menu painter status<br />
D: ABAP Dictionary</p>
<p>23. In regard to a function group, which of the following is NOT a true statement?</p>
<p>A: Combines similar function modules.<br />
B: Shares global data with all its function modules.<br />
C: Exists within the ABAP workbench as an include program.<br />
D: Shares subroutines with all its function modules.</p>
<p>24. In regard to SET PF-STATUS, you can deactivate unwanted function codes by using ____.</p>
<p>A: EXCLUDING<br />
B: IMMEDIATELY<br />
C: WITHOUT<br />
D: HIDE</p>
<p>25. In regard to data transported in PAI when the FIELD statement is used, which of the following is NOT a true statement?</p>
<p>A: Fields in PBO are transported directly from PAI.<br />
B: Fields with identical names are transported to the ABAP side.<br />
C: Fields not defined in FIELD statements are transported first.<br />
D: Fields that are defined in FIELD statements are transported when their corresponding module is called.</p>
<p>26. The order in which an event appears in the ABAP code determines when the event is processed.</p>
<p>A: True<br />
B: False</p>
<p>27. A field declared as type T has the following internal representation:</p>
<p>A: SSMMHH<br />
B: HHMMSS<br />
C: MMHHSS<br />
D: HHSSMM</p>
<p>28. Which of the following is NOT a component of the default standard ABAP report header?</p>
<p>A: Date and Time<br />
B: List title<br />
C: Page number<br />
D: Underline</p>
<p>29. Assuming a pushbutton with function code &#8216;FUNC&#8217; is available in the toolbar of a list report, what event is processed when the button is clicked?</p>
<p>A: AT USER-COMMAND.<br />
B: AT PFn.<br />
C: AT SELECTION-SCREEN.<br />
D: END-OF-SELECTION.</p>
<p>30. In regard to field selection, what option of the SELECT statement is required?</p>
<p>A: FOR ALL ENTRIES<br />
B: WHERE<br />
C: INTO<br />
D: MOVE-CORRESPONDING</p>
<p>31. The following program outputs what?</p>
<p>report zjgtest1</p>
<p>write: /1 &#8216;Ready_&#8217;.</p>
<p>PARAMETER: test.</p>
<p>INITIALIZATION.<br />
write: /1 &#8216;Set_&#8217;.</p>
<p>START-OF-SELECTION.<br />
write: /1 &#8216;GO!!&#8217;.</p>
<p>A: Set_ GO!! (each on its own line)<br />
B: Set_ Ready_ GO!! (all on their own lines)<br />
C: Ready_ GO!! (each on its own line)<br />
D: Ready_ Set_ GO!! (all on their own lines)</p>
<p>32. To declare a selection criterion that does not appear on the selection screen, use:</p>
<p>A: NO-DISPLAY<br />
B: INVISIBLE<br />
C: MODIF ID<br />
D: OBLIGATORY</p>
<p>33. An internal table that is nested within another internal table should not contain a header line.</p>
<p>A: True<br />
B: False</p>
<p>34. What is output by the following code?</p>
<p>DATA: BEGIN OF itab OCCURS 0, letter type c, END OF itab.</p>
<p>itab-letter = &#8216;A&#8217;. APPEND itab. itab-letter = &#8216;B&#8217;. APPEND itab.<br />
itab-letter = &#8216;C&#8217;. APPEND itab. itab-letter = &#8216;D&#8217;. APPEND itab.</p>
<p>LOOP AT itab.<br />
SY-TABIX = 2.<br />
WRITE itab-letter.<br />
EXIT.<br />
ENDLOOP.</p>
<p>A: A<br />
B: A B C D<br />
C: B<br />
D: B C D</p>
<p>35. To select all database entries for a certain WHERE clause into an internal table in one step, use</p>
<p>A: SELECT_INTO TABLE itab_<br />
B: SELECT_INTO itab_<br />
C: SELECT_APPENDING itab<br />
D: SELECT_itab_</p>
<p>36. After a successful SELECT statement, what does SY-SUBRC equal?</p>
<p>A: 0<br />
B: 4<br />
C: 8<br />
D: Null</p>
<p>37. This selection screen syntax forces the user to input a value:</p>
<p>A: REQUIRED-ENTRY<br />
B: OBLIGATORY<br />
C: DEFAULT<br />
D: SELECTION-SCREEN EXCLUDE</p>
<p>38. If the following code results in a syntax error, the remedy is:</p>
<p>DATA: itab TYPE SORTED TABLE OF rec_type WITH UNIQUE KEY field1<br />
WITH HEADER LINE.</p>
<p>itab-field1 = &#8216;Company&#8217;. itab-field2 = &#8216;1234&#8242;. INSERT TABLE itab.<br />
itab-field1 = &#8216;Bank&#8217;. itab-field2 = &#8216;ABC&#8217;. INSERT TABLE itab.</p>
<p>SORT itab.</p>
<p>LOOP AT itab.<br />
write: /1 itab-field1, itab-field2.<br />
ENDLOOP.</p>
<p>A: There is no syntax error here<br />
B: Remove the SORT statement<br />
C: Change INSERT to APPEND<br />
D: Add a WHERE clause to the loop</p>
<p>39. If this code results in an error, the remedy is:</p>
<p>SELECT fld1 fld2 FROM tab1 WHERE fld3 = pfld3.<br />
WRITE: /1 tab1-fld1, tab1-fld2.<br />
ENDSELECT.</p>
<p>A: Add a SY-SUBRC check.<br />
B: Change the WHERE clause to use fld1 or fld2.<br />
C: Remove the /1 from the WRITE statement.<br />
D: Add INTO (tab1-fld1, tab1-fld2).</p>
<p>40. When modifying an internal table within LOOP AT itab. _ ENDLOOP. you must include an index number.</p>
<p>A: True<br />
B: False</p>
<p>41. To allow the user to enter values on the screen for a list field, use:</p>
<p>A: OPEN LINE.<br />
B: SET CURSOR FIELD.<br />
C: WRITE fld AS INPUT FIELD.<br />
D: FORMAT INPUT ON.</p>
<p>42. Before a function module may be tested, it must first be:</p>
<p>A: Linked<br />
B: Authorized<br />
C: Released<br />
D: Active</p>
<p>43. To include a field on your screen that is not in the ABAP Dictionary, which include program should contain the data declaration for the field?</p>
<p>A: PBO module include program<br />
B: TOP include program<br />
C: PAI module include program<br />
D: Subroutine include program</p>
<p>44. If a table contains many duplicate values for a field, minimize the number of records returned by using this SELECT statement addition.</p>
<p>A: MIN<br />
B: ORDER BY<br />
C: DISTINCT<br />
D: DELETE</p>
<p>45. The system internal table used for dynamic screen modification is named:</p>
<p>A: ITAB<br />
B: SCREEN<br />
C: MODTAB<br />
D: SMOD</p>
<p>46. Within the source code of a function module, errors are handled via the keyword:</p>
<p>A: EXCEPTION<br />
B: RAISE<br />
C: STOP<br />
D: ABEND</p>
<p>47. Which system field contains the contents of a selected line?</p>
<p>A: SY-CUCOL<br />
B: SY-LILLI<br />
C: SY-CUROW<br />
D: SY-LISEL</p>
<p>48. The following statement writes what type of data object?</p>
<p>WRITE: /1 &#8216;Total Amount:&#8217;.</p>
<p>A: Text literal<br />
B: Text variable<br />
C: In-code comment<br />
D: Text integer</p>
<p>49. For the code below, second_field is of what data type?</p>
<p>DATA: first_field type P, second_field like first_field.</p>
<p>A: P<br />
B: C<br />
C: N<br />
D: D</p>
<p>50. Which of the following describes the internal representation of a type D data object?</p>
<p>A: DDMMYYYY<br />
B: YYYYDDMM<br />
C: MMDDYYYY<br />
D: YYYYMMDD</p>
<p>51. A BDC program is used for all of the following except:</p>
<p>A: Downloading data to a local file<br />
B: Data interfaces between SAP and external systems<br />
C: Initial data transfer<br />
D: Entering a large amount of data</p>
<p>52. In regard to PERFORM, which of the following is NOT a true statement?</p>
<p>A: May be used within a subroutine.<br />
B: Requires actual parameters.<br />
C: Recursive calls are allowed in ABAP.<br />
D: Can call a subroutine in another program.</p>
<p>53. What is the transaction code for the ABAP Editor?</p>
<p>A: SE11<br />
B: SE38<br />
C: SE36<br />
D: SE16</p>
<p>54. In regard to HIDE, which of the following is NOT a true statement?</p>
<p>A: Saves the contents of variables in relation to a list line&#8217;s row number.<br />
B: The hidden variables must be output on a list line.<br />
C: The HIDE area is retrieved when using the READ LINE statement.<br />
D: The HIDE area is retrieved when an interactive event is triggered.</p>
<p>55. Database locks are sufficient in a multi-user environment.</p>
<p>A: True<br />
B: False</p>
<p>56. The complete technical definition of a table field is determined by the field&#8217;s:</p>
<p>A: Domain<br />
B: Field name<br />
C: Data type<br />
D: Data element</p>
<p>57. In regard to LEAVE, which of the following is NOT a true statement?</p>
<p>A: May be used to return immediately to a calling program.<br />
B: May be used to stop the current loop pass and get the next.<br />
C: May be used to start a new transaction.<br />
D: May be used to go to the next screen.</p>
<p>58. The following code indicates:</p>
<p>SELECT fld6 fld3 fld2 fld1 FROM tab1 INTO CORRESPONDING FIELDS OF TABLE itab<br />
WHERE fld3 = pfld3.</p>
<p>A: The order of the fields in itab does not matter.<br />
B: Fill the header line of itab, but not the body.<br />
C: Table itab can only contain fields also in table tab1.<br />
D: None of the above.</p>
<p>59. The ABAP statement below indicates that the program should continue with the next line of code if the internal table itab:</p>
<p>CHECK NOT itab[] IS INITIAL.</p>
<p>A: Contains no rows<br />
B: Contains at least one row<br />
C: Has a header line<br />
D: Has an empty header line</p>
<p>60. What will be output by the following code?</p>
<p>DATA: BEGIN OF itab OCCURS 0, fval type i, END OF itab.</p>
<p>itab-fval = 1. APPEND itab.<br />
itab-fval = 2. APPEND itab.</p>
<p>FREE itab.<br />
WRITE: /1 itab-fval.</p>
<p>A: 2<br />
B: 0<br />
C: blank<br />
D: 1</p>
<p>61. To allow the user to enter a range of values on a selection screen, use the ABAP keyword:</p>
<p>A: DATA.<br />
B: RANGES.<br />
C: PARAMETERS.<br />
D: SELECT-OPTIONS.</p>
<p>62. If an internal table is declared without a header line, what else must you declare to work with the table&#8217;s rows?</p>
<p>A: Another internal table with a header line.<br />
B: A work area with the same structure as the internal table.<br />
C: An internal table type using the TYPES statement.<br />
D: A PARAMETER.</p>
<p>63. Assuming an internal table contains 2000 entries, how many entries will it have after the following line of code is executed?</p>
<p>DELETE itab FROM 1500 TO 1700.</p>
<p>A: This is a syntax error.<br />
B: 1801<br />
C: 1800<br />
D: 1799</p>
<p>64. To remove lines from a database table, use ____.</p>
<p>A: UPDATE<br />
B: MODIFY<br />
C: ERASE<br />
D: DELETE</p>
<p>65. All of the following may be performed using SET CURSOR except:</p>
<p>A: Move the cursor to a specific field on a list.<br />
B: Move the cursor to a specific list line.<br />
C: Move the cursor to a specific pushbutton, activating that function.<br />
D: Move the cursor to a specific row and column on a list.</p>
<p>66. When is it optional to pass an actual parameter to a required formal parameter of a function module?</p>
<p>A: The actual parameter is type C.<br />
B: The formal parameter contains a default value.<br />
C: The formal parameter&#8217;s \&#8221;Reference\&#8221; attribute is turned on.<br />
D: It is never optional.</p>
<p>67. Coding two INITIALIZATION events will cause a syntax error.</p>
<p>A: True<br />
B: False</p>
<p>68. Adding a COMMIT WORK statement between SELECT_ENDSELECT is a good method for improving performance.</p>
<p>A: True<br />
B: False</p>
<p>69. To save information on a list line for use after the line is selected, use this keyword.</p>
<p>A: APPEND<br />
B: EXPORT<br />
C: WRITE<br />
D: HIDE</p>
<p>70. To bypass automatic field input checks, include this in PAI.</p>
<p>A: AT EXIT-COMMAND<br />
B: ON INPUT<br />
C: ON REQUEST<br />
D: LEAVE TO SCREEN 0.</p>
<p>71. Within a function module&#8217;s source code, if the MESSAGE_RAISING statement is executed, all of the following system fields are filled automatically except:</p>
<p>A: SY-MSGTY<br />
B: SY-MSGNO<br />
C: SY-MSGV1<br />
D: SY-MSGWA</p>
<p>72. The following code indicates:</p>
<p>REPORT ZLISTTST.<br />
START-OF-SELECTION.<br />
WRITE: text-001.<br />
FORMAT HOTSPOT ON.<br />
WRITE: text-002.<br />
FORMAT HOTSPOT OFF.<br />
AT LINE-SELECTION.<br />
WRITE / text-003.</p>
<p>A: Text-002 may not be selected.<br />
B: The value of text-002 is stored in a special memory area.<br />
C: Text-002 may be clicked once to trigger the output of text-003.<br />
D: None of the above.</p>
<p>73. The ____ type of ABAP Dictionary view consists of one or more transparent tables and may be accessed by an ABAP program using Open SQL.</p>
<p>A: Database view<br />
B: Projection view<br />
C: Help view<br />
D: Entity view</p>
<p>74. A concrete field is associated with a field-symbol via ABAP keyword</p>
<p>A: MOVE<br />
B: WRITE<br />
C: ASSIGN<br />
D: VALUE</p>
<p>75. The output for the following code will be:</p>
<p>report zabaprg.<br />
DATA: char_field type C.</p>
<p>char_field = &#8216;ABAP data&#8217;.</p>
<p>WRITE char_field.</p>
<p>A: ABAP data<br />
B: A<br />
C: Nothing, there is a syntax error<br />
D: None of the above</p>
<p>76. Page footers are coded in the event:</p>
<p>A: TOP-OF-PAGE.<br />
B: END-OF-SELECTION.<br />
C: NEW-PAGE.<br />
D: END-OF-PAGE.</p>
<p>77. The event AT SELECTION-SCREEN OUTPUT. occurs before the selection screen is displayed and is the best event for assigning default values to selection criteria.</p>
<p>A: True<br />
B: False</p>
<p>78. The TABLES statement declares a data object.</p>
<p>A: True<br />
B: False</p>
<p>79. Assuming tab1-fld7 is not a key field, how can you prevent reading all the table rows?</p>
<p>SELECT fld1 fld2 fld3 FROM tab1 INTO (fld4, fld5, fld6)<br />
WHERE fld7 = pfld7.<br />
WRITE: /1 fld4, fld5, fld6.<br />
ENDSELECT.</p>
<p>A: Take fld7 out of the WHERE clause.<br />
B: Create an index in the ABAP Dictionary for tab1-fld7.<br />
C: Use INTO TABLE instead of just INTO.<br />
D: Take the WRITE statement out of the SELECT_ENDSELECT.</p>
<p>80. Which of the following is NOT a required attribute when creating an ABAP program?</p>
<p>A: Application<br />
B: Title<br />
C: Status<br />
D: Type</p>
<p>81. When creating a transparent table in the ABAP Dictionary, which step automatically creates the table in the underlying database?</p>
<p>A: Adding technical settings to the table<br />
B: Checking the table syntax<br />
C: Saving the table<br />
D: Activating the table</p>
<p>82. Within the ABAP program attributes, Type = 1 represents:</p>
<p>A: INCLUDE program<br />
B: Online program<br />
C: Module pool<br />
D: Function group<br />
E: Subroutine pool</p>
<p>83. If this code results in an error, the remedy is:</p>
<p>SELECT fld1 SUM( fld1 ) FROM tab1 INTO_</p>
<p>A: Remove the spaces from SUM( fld1 ).<br />
B: Move SUM( fld1 ) before fld1.<br />
C: Add GROUP BY f1.<br />
D: Change to SUM( DISTINCT f1 ).</p>
<p>84. Which keyword adds rows to an internal table while accumulating numeric values?</p>
<p>A: INSERT<br />
B: APPEND<br />
C: COLLECT<br />
D: GROUP</p>
<p>85. Assuming itab has a header line, what will be output by the following code?</p>
<p>READ TABLE itab INDEX 3 TRANSPORTING field1.<br />
WRITE: /1 itab-field1, itab-field2.</p>
<p>A: The contents of the third row&#8217;s itab-field1.<br />
B: The contents of the third row&#8217;s itab-field1 and itab-field2.<br />
C: The contents of the third row&#8217;s itab-field2.<br />
D: Nothing.</p>
<p>86. The following code indicates:</p>
<p>SELECTION-SCREEN BEGIN OF BLOCK B1.<br />
PARAMETERS: myparam(10) type C,<br />
Myparam2(10) type N,<br />
SELECTION-SCREEN END OF BLOCK.</p>
<p>A: Draw a box around myparam and myparam2 on the selection screen.<br />
B: Allow myparam and myparam2 to be ready for input during an error dialog.<br />
C: Do not display myparam and myparam2 on the selection screen.<br />
D: Display myparam and myparam2 only if both fields have default values.</p>
<p>87. Which statement will sort the data of an internal table with fields FRUIT, QTY, and PRICE so that it appears as follows?</p>
<p>FRUIT QTY PRICE</p>
<p>Apples 12 22.50<br />
Apples 9 18.25<br />
Oranges 15 17.35<br />
Bananas 20 10.20<br />
Bananas 15 6.89<br />
Bananas 5 2.75</p>
<p>A: SORT itab DESCENDING BY QTY PRICE.<br />
B: SORT itab BY PRICE FRUIT.<br />
C: SORT itab.<br />
D: SORT itab BY PRICE DESCENDING.</p>
<p>88. Which keyword adds a line anywhere within an internal table?</p>
<p>A: APPEND<br />
B: MODIFY<br />
C: ADD<br />
D: INSERT</p>
<p>89. To read a single line of an internal table, use the following:</p>
<p>A: LOOP AT itab. _ ENDLOOP.<br />
B: READ itab.<br />
C: SELECT SINGLE * FROM itab.<br />
D: READ TABLE itab.</p>
<p>90. Which Open SQL statement should not be used with cluster databases?</p>
<p>A: UPDATE<br />
B: MODIFY<br />
C: DELETE<br />
D: INSERT</p>
<p>91. To include a field on your screen that is not in the ABAP Dictionary, which include program should contain the data declaration for the field?</p>
<p>A: PBO module include program<br />
B: TOP include program<br />
C: PAI module include program<br />
D: Subroutine include program</p>
<p>92. This flow logic statement is used to make multiple fields open for input after an error or warning message.</p>
<p>A: GROUP<br />
B: FIELD-GROUP<br />
C: CHAIN<br />
D: LOOP AT SCREEN</p>
<p>93. Given:</p>
<p>PERFORM subroutine USING var.</p>
<p>The var field is known as what type of parameter?</p>
<p>A: Formal<br />
B: Actual<br />
C: Static<br />
D: Value</p>


<p>Related posts:<ol><li><a href='http://www.sapdb.info/sap-xi-bpm-certification-questions/' rel='bookmark' title='Permanent Link: SAP XI BPM Certification Questions'>SAP XI BPM Certification Questions</a></li>
<li><a href='http://www.sapdb.info/netweaver-certification-questions/' rel='bookmark' title='Permanent Link: Netweaver Certification Questions'>Netweaver Certification Questions</a></li>
<li><a href='http://www.sapdb.info/sap-xi-certification-questions-series-1-1-100/' rel='bookmark' title='Permanent Link: SAP XI Certification Questions &#8211; Series 1 (1-100)'>SAP XI Certification Questions &#8211; Series 1 (1-100)</a></li>
<li><a href='http://www.sapdb.info/sap-xi-certification-questions-series-2-101-150/' rel='bookmark' title='Permanent Link: SAP XI Certification Questions &#8211; Series 2 (101-150)'>SAP XI Certification Questions &#8211; Series 2 (101-150)</a></li>
<li><a href='http://www.sapdb.info/sap-xi-certification-questions-series-3-151-190/' rel='bookmark' title='Permanent Link: SAP XI Certification Questions &#8211; Series 3 (151-190)'>SAP XI Certification Questions &#8211; Series 3 (151-190)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sapdb.info/abap-certification-questions-some-more/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>ABAP Sample Codes</title>
		<link>http://www.sapdb.info/abap-sample-codes/</link>
		<comments>http://www.sapdb.info/abap-sample-codes/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 18:11:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[ABAP Programs]]></category>

		<guid isPermaLink="false">http://www.sapdb.info/?p=3798</guid>
		<description><![CDATA[Download a huge collection of  on:
ABAP Code Sample Business Scenario For PerFormance Issues Of HR Positions Holders
ABAP Code Sample CAPTCHA For BSP Application s
ABAP Code Sample Data Upload Using CATT
ABAP Code Sample Descending Recursive Analyzer Of Expression In ABAP
ABAP Code Sample Display Flat File Data In List

ABAP Code Sample Estimated Quick Business Calculation.txt
ABAP Code Sample [...]


Related posts:<ol><li><a href='http://www.sapdb.info/abap-programs-sample-report-with-selection-criteria/' rel='bookmark' title='Permanent Link: ABAP Programs: Sample report with selection criteria'>ABAP Programs: Sample report with selection criteria</a></li>
<li><a href='http://www.sapdb.info/abap-programssample-dialog-program-flight-reservation/' rel='bookmark' title='Permanent Link: ABAP Programs:Sample dialog program (flight reservation)'>ABAP Programs:Sample dialog program (flight reservation)</a></li>
<li><a href='http://www.sapdb.info/abap-samples-codes/' rel='bookmark' title='Permanent Link: ABAP Samples Codes'>ABAP Samples Codes</a></li>
<li><a href='http://www.sapdb.info/abap-program-sample-program-for-ole-automation/' rel='bookmark' title='Permanent Link: ABAP Program: Sample program for OLE Automation'>ABAP Program: Sample program for OLE Automation</a></li>
<li><a href='http://www.sapdb.info/sample-sap-exam-questions/' rel='bookmark' title='Permanent Link: Sample SAP Exam Questions'>Sample SAP Exam Questions</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Download a huge collection of <a class="downloadlink" href="http://www.sapdb.info/wp-content/plugins/download-monitor/download.php?id=78" title=" downloaded 2863 times" >ABAP Sample Codes (2863)</a> on:</p>
<p>ABAP Code Sample Business Scenario For PerFormance Issues Of HR Positions Holders<br />
ABAP Code Sample CAPTCHA For BSP Application s<br />
ABAP Code Sample Data Upload Using CATT<br />
ABAP Code Sample Descending Recursive Analyzer Of Expression In ABAP<br />
ABAP Code Sample Display Flat File Data In List<br />
<span id="more-3798"></span><br />
ABAP Code Sample Estimated Quick Business Calculation.txt<br />
ABAP Code Sample F4 Help<br />
ABAP Code Sample For ALV Grid<br />
ABAP Code Sample For ALV Grid From Dynamic ally Created InternalTable<br />
ABAP Code Sample For ASimple SearchProgram For DictionaryObjects<br />
ABAP Code Sample For Binary To Decimal Conversion<br />
ABAP Code Sample For Creating Simple ReportIn Tabular For mUsingSmartFor ms<br />
ABAP Code Sample For Currency Retrieval<br />
ABAP Code Sample For Data Browser Using ALV Grid<br />
ABAP Code Sample For Download Of A BSP Application<br />
ABAP Code Sample For Download With User-Defined Delimiters<br />
ABAP Code Sample For Dynamic Image Display<br />
ABAP Code Sample For Dynamic Table With Cell Coloring<br />
ABAP Code Sample For Dynamic WriteTemplate<br />
ABAP Code Sample For General Browser Using ABAP<br />
ABAP Code Sample For HR Info types<br />
ABAP Code Sample For Mass Changes By Batch Input<br />
ABAP Code Sample For Objects<br />
ABAP Code Sample For Reporting With SmartFor ms<br />
ABAP Code Sample For Splitting The Records From AFlatFile<br />
ABAP Code Sample For Table Controls<br />
ABAP Code Sample For TabStrip In ALV<br />
ABAP Code Sample Function Module For Sending Emails<br />
ABAP Code Sample How To Debug A Popup Screen<br />
ABAP Code Sample How To PerForm A SimpleBDCPart1<br />
ABAP Code Sample How To PerForm A SimpleBDCPart2<br />
ABAP Code Sample Interface For Micros Of tExcel<br />
ABAP Code Sample Mail Size Restriction.txt<br />
ABAP Code Sample Memory Game With SelectionScreen<br />
ABAP Code Sample Moving Files Between UNIX DirecTories Using External OS Commands<br />
ABAP Code Sample Object-Oriented Dynpro Screen<br />
ABAP Code Sample Progress Indicator<br />
ABAP Code Sample Read BW Hierarchy And SubTree.txt<br />
ABAP Code Sample SAP Chart Designer<br />
ABAP Code Sample Server Side File Access<br />
ABAP Code Samples For Simple Performance Tuning Techniques<br />
ABAP Code Sample Smart Form In ABAP<br />
ABAP Code Sample SQL Tool For SAP ABAP Programmers<br />
ABAP Code Sample Subroutine And Select-Option In SmartForms<br />
ABAP Code Sample Table Control In ABAP<br />
ABAP Code Sample Test Drive The New ABAP EdiTor<br />
ABAP Code Sample To Attach F1 And F4 Help Fields In ALV Grid<br />
ABAP Code Sample To Create ALV Grid From FlatFile<br />
ABAP Code Sample To Create Simple ListBox<br />
ABAP Code Sample To Display And Edit Data From Text File UsingALV<br />
ABAP Code Sample To Display Data In ALV Grid Using Object-Oriented Programming<br />
ABAP Code Sample To Edit ALV Grid<br />
ABAP Code Sample To Enhance SAPLogon Screen<br />
ABAP Code Sample To Learn Basic Concept Of Object-Oriented Programming<br />
ABAP Code Sample To Upload Data Using BDC Recording<br />
ABAP Code Sample To Upload With BDC And Display Result In Report<br />
ABAP Code Sample Transport Files For Consuming Service Operation<br />
ABAP Code Sample TuTorial On SmartForms<br />
ABAP Code Sample Using RFC_READ_TABLE For WebAS<br />
ABAP Code Sample Web Viewer Utility</p>


<p>Related posts:<ol><li><a href='http://www.sapdb.info/abap-programs-sample-report-with-selection-criteria/' rel='bookmark' title='Permanent Link: ABAP Programs: Sample report with selection criteria'>ABAP Programs: Sample report with selection criteria</a></li>
<li><a href='http://www.sapdb.info/abap-programssample-dialog-program-flight-reservation/' rel='bookmark' title='Permanent Link: ABAP Programs:Sample dialog program (flight reservation)'>ABAP Programs:Sample dialog program (flight reservation)</a></li>
<li><a href='http://www.sapdb.info/abap-samples-codes/' rel='bookmark' title='Permanent Link: ABAP Samples Codes'>ABAP Samples Codes</a></li>
<li><a href='http://www.sapdb.info/abap-program-sample-program-for-ole-automation/' rel='bookmark' title='Permanent Link: ABAP Program: Sample program for OLE Automation'>ABAP Program: Sample program for OLE Automation</a></li>
<li><a href='http://www.sapdb.info/sample-sap-exam-questions/' rel='bookmark' title='Permanent Link: Sample SAP Exam Questions'>Sample SAP Exam Questions</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sapdb.info/abap-sample-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAP Memory &amp; SAP Memory</title>
		<link>http://www.sapdb.info/abap-memory-sap-memory/</link>
		<comments>http://www.sapdb.info/abap-memory-sap-memory/#comments</comments>
		<pubDate>Wed, 27 May 2009 20:41:51 +0000</pubDate>
		<dc:creator>jimstex</dc:creator>
				<category><![CDATA[ABAP]]></category>

		<guid isPermaLink="false">http://www.sapdb.info/?p=3740</guid>
		<description><![CDATA[The memory area of each main session has an area called ABAP Memory, which the programs in the internal session can access with EXPORT TO MEMORY and IMPORT FROM MEMORY. Data in the ABAP Memory is conserved through a sequence of program calls. To transfer data to a called program, it can be placed in [...]


Related posts:<ol><li><a href='http://www.sapdb.info/abap-memory/' rel='bookmark' title='Permanent Link: ABAP Memory'>ABAP Memory</a></li>
<li><a href='http://www.sapdb.info/abap-programs-exporting-to-the-abap4-memory/' rel='bookmark' title='Permanent Link: ABAP Programs: Exporting to the ABAP/4 Memory'>ABAP Programs: Exporting to the ABAP/4 Memory</a></li>
<li><a href='http://www.sapdb.info/abap-programs-importing-from-the-abap4-memory/' rel='bookmark' title='Permanent Link: ABAP Programs: Importing from the ABAP/4 Memory'>ABAP Programs: Importing from the ABAP/4 Memory</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The memory area of each main session has an area called ABAP Memory, which the programs in the internal session can access with EXPORT TO MEMORY and IMPORT FROM MEMORY. Data in the ABAP Memory is conserved through a sequence of program calls. To transfer data to a called program, it can be placed in the ABAP Memory with the EXPORT statement before the program is called. The internal session of the called program then replaces the internal session of the calling program and the data can be read from the ABAP Memory with the IMPORT statement. Data can be passed in exactly the same way when the system returns to the calling program.</p>
<p>The SAP Memory is a memory area to which all sessions of a SAP logon have common access. In ABAP programs, the SET PARAMETER and GET PARAMETER commands can be used to access the so-called SPA/GPA parameters stored in the SAP Memory. Input fields on screens can be linked to this type of parameter and default entries thereby established.</p>


<p>Related posts:<ol><li><a href='http://www.sapdb.info/abap-memory/' rel='bookmark' title='Permanent Link: ABAP Memory'>ABAP Memory</a></li>
<li><a href='http://www.sapdb.info/abap-programs-exporting-to-the-abap4-memory/' rel='bookmark' title='Permanent Link: ABAP Programs: Exporting to the ABAP/4 Memory'>ABAP Programs: Exporting to the ABAP/4 Memory</a></li>
<li><a href='http://www.sapdb.info/abap-programs-importing-from-the-abap4-memory/' rel='bookmark' title='Permanent Link: ABAP Programs: Importing from the ABAP/4 Memory'>ABAP Programs: Importing from the ABAP/4 Memory</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sapdb.info/abap-memory-sap-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ending ABAP Programs</title>
		<link>http://www.sapdb.info/ending-abap-programs/</link>
		<comments>http://www.sapdb.info/ending-abap-programs/#comments</comments>
		<pubDate>Wed, 27 May 2009 20:40:19 +0000</pubDate>
		<dc:creator>jimstex</dc:creator>
				<category><![CDATA[ABAP]]></category>

		<guid isPermaLink="false">http://www.sapdb.info/?p=3737</guid>
		<description><![CDATA[The execution of an ABAP program is always ended when the corresponding process in the runtime environment ends. From an ABAP programmer&#8217;s perspective, this is when the last of the processing blocks triggered by the runtime environment is ended. You can, however, program ABAP programs to end at any time with the LEAVE PROGRAM statement.
The [...]


Related posts:<ol><li><a href='http://www.sapdb.info/abap-source-code-syntax-of-abap4-programs/' rel='bookmark' title='Permanent Link: ABAP Source Code: Syntax of ABAP/4 Programs'>ABAP Source Code: Syntax of ABAP/4 Programs</a></li>
<li><a href='http://www.sapdb.info/abap-programs-exporting-to-the-abap4-memory/' rel='bookmark' title='Permanent Link: ABAP Programs: Exporting to the ABAP/4 Memory'>ABAP Programs: Exporting to the ABAP/4 Memory</a></li>
<li><a href='http://www.sapdb.info/abap-programs-importing-from-the-abap4-memory/' rel='bookmark' title='Permanent Link: ABAP Programs: Importing from the ABAP/4 Memory'>ABAP Programs: Importing from the ABAP/4 Memory</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The execution of an ABAP program is always ended when the corresponding process in the runtime environment ends. From an ABAP programmer&#8217;s perspective, this is when the last of the processing blocks triggered by the runtime environment is ended. You can, however, program ABAP programs to end at any time with the LEAVE PROGRAM statement.</p>
<p>The LEAVE TO TRANSACTION statement and the SUBMIT statement without the AND RETURN addition also end an ABAP program.</p>


<p>Related posts:<ol><li><a href='http://www.sapdb.info/abap-source-code-syntax-of-abap4-programs/' rel='bookmark' title='Permanent Link: ABAP Source Code: Syntax of ABAP/4 Programs'>ABAP Source Code: Syntax of ABAP/4 Programs</a></li>
<li><a href='http://www.sapdb.info/abap-programs-exporting-to-the-abap4-memory/' rel='bookmark' title='Permanent Link: ABAP Programs: Exporting to the ABAP/4 Memory'>ABAP Programs: Exporting to the ABAP/4 Memory</a></li>
<li><a href='http://www.sapdb.info/abap-programs-importing-from-the-abap4-memory/' rel='bookmark' title='Permanent Link: ABAP Programs: Importing from the ABAP/4 Memory'>ABAP Programs: Importing from the ABAP/4 Memory</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sapdb.info/ending-abap-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
